This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-01-13 23:20:41 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
include
/
llvm
History
Stuart Hastings
f9ef9ff3d6
Support for nested functions/classes in debug output. (Again.) Radar 7424645.
...
llvm-svn: 105828
2010-06-11 20:08:44 +00:00
..
ADT
Define ContextualFoldingSet, which stores a context parameter to pass down to
2010-06-11 11:06:44 +00:00
Analysis
Support for nested functions/classes in debug output. (Again.) Radar 7424645.
2010-06-11 20:08:44 +00:00
Assembly
…
Bitcode
…
CodeGen
Make MachineFunctionPass::createPrinterPass private, as no subclasses
2010-06-05 01:19:12 +00:00
CompilerDriver
…
Config
…
ExecutionEngine
…
MC
…
Support
…
System
…
Target
Allow target to place 2-address pass inserted copies in better spots. Thumb2 will use this to try to avoid breaking up IT blocks.
2010-06-09 19:26:01 +00:00
Transforms
…
AbstractTypeUser.h
…
Argument.h
…
Attributes.h
…
AutoUpgrade.h
…
BasicBlock.h
…
CallGraphSCCPass.h
…
CallingConv.h
…
CMakeLists.txt
…
Constant.h
…
Constants.h
…
DerivedTypes.h
…
Function.h
…
GlobalAlias.h
…
GlobalValue.h
…
GlobalVariable.h
…
GVMaterializer.h
…
InlineAsm.h
…
InstrTypes.h
…
Instruction.def
…
Instruction.h
…
Instructions.h
Create new accessors to get arguments for call/invoke instructions. It breaks
2010-06-07 19:05:06 +00:00
IntrinsicInst.h
…
Intrinsics.h
…
Intrinsics.td
…
IntrinsicsAlpha.td
…
IntrinsicsARM.td
…
IntrinsicsCellSPU.td
…
IntrinsicsPowerPC.td
…
IntrinsicsX86.td
…
IntrinsicsXCore.td
…
LinkAllPasses.h
…
LinkAllVMCore.h
…
Linker.h
…
LLVMContext.h
…
Metadata.h
…
Module.h
…
OperandTraits.h
…
Operator.h
…
Pass.h
…
PassAnalysisSupport.h
…
PassManager.h
…
PassManagers.h
…
PassSupport.h
…
SymbolTableListTraits.h
Avoid many "variable 'Sub' set but not used [-Wunused-but-set-variable]" warnings
2010-06-10 15:06:05 +00:00
Type.h
…
TypeSymbolTable.h
…
Use.h
Add includes to get ptrdiff_t. This is needed by gcc-4.6 which has
2010-06-10 10:13:58 +00:00
User.h
…
Value.h
…
ValueSymbolTable.h
…