llvm-6502/lib/IR
2013-04-17 18:26:02 +00:00
..
AsmWriter.cpp Print out the target-independent attributes in a comment before the function definition. 2013-04-16 20:55:47 +00:00
AttributeImpl.h
Attributes.cpp Add some additonal attribute helper functions. Test will be on follow 2013-03-13 20:20:08 +00:00
AutoUpgrade.cpp
BasicBlock.cpp
CMakeLists.txt
ConstantFold.cpp
ConstantFold.h
Constants.cpp Fix a scalability issue with complex ConstantExprs. 2013-04-13 12:53:18 +00:00
ConstantsContext.h
Core.cpp Appease a gcc warning about an overflow in a constant conversion. 2013-04-17 18:26:02 +00:00
DataLayout.cpp Cleanup naming: DataLayout s/TD/DL/ 2013-04-16 15:41:18 +00:00
DebugInfo.cpp PR15149/r174304 improvement - print hex for unknown dwarf language codes & add a test case 2013-04-17 03:41:36 +00:00
DebugLoc.cpp
DIBuilder.cpp Support and test template arguments for unions. 2013-04-02 22:55:56 +00:00
Dominators.cpp
Function.cpp minor code style cleanup. 2013-03-20 21:04:53 +00:00
GCOV.cpp
Globals.cpp
GVMaterializer.cpp
InlineAsm.cpp
Instruction.cpp
Instructions.cpp Revert r177675. This is language-specific and shouldn't be in the API. 2013-03-22 18:46:32 +00:00
IntrinsicInst.cpp
IRBuilder.cpp
LeakDetector.cpp
LeaksContext.h
LLVMBuild.txt
LLVMContext.cpp
LLVMContextImpl.cpp
LLVMContextImpl.h
Makefile
Metadata.cpp
Module.cpp
Pass.cpp
PassManager.cpp Measure time that IR parsing took as part of the -time-passes measurement. 2013-04-03 15:33:45 +00:00
PassRegistry.cpp
PrintModulePass.cpp
SymbolTableListTraitsImpl.h
Type.cpp
TypeFinder.cpp
Use.cpp
User.cpp
Value.cpp Fix a disconcerting bug in Value::isUsedInBasicBlock, which gave wrong answers for blocks larger than 3 instrs. 2013-04-12 08:33:11 +00:00
ValueSymbolTable.cpp
ValueTypes.cpp
Verifier.cpp