llvm-6502/lib/IR
Eric Christopher e4b67906d3 Add a field to the compile unit of where we plan on splitting out
the debug info for -gsplit-dwarf so we can encode that location
in the skeleton cu.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175933 91177308-0d34-0410-b5e6-96231b3b80d8
2013-02-22 23:50:04 +00:00
..
AsmWriter.cpp Use references to attribute groups on the call/invoke instructions. 2013-02-22 09:09:42 +00:00
AttributeImpl.h Add some accessor and query methods for retrieving Attribute objects and such. 2013-02-13 08:42:21 +00:00
Attributes.cpp Remove warning about default covering no cases. 2013-02-22 00:50:09 +00:00
AutoUpgrade.cpp
BasicBlock.cpp
CMakeLists.txt
ConstantFold.cpp Fix a bug that was found by the clang static analyzer. The var "AT" is null so we cant deref it. 2013-02-19 19:36:59 +00:00
ConstantFold.h
Constants.cpp
ConstantsContext.h
Core.cpp Add multithreading functions and shutdown to the C API. Patch by Moritz 2013-02-17 16:35:51 +00:00
DataLayout.cpp
DebugInfo.cpp
DebugLoc.cpp
DIBuilder.cpp Add a field to the compile unit of where we plan on splitting out 2013-02-22 23:50:04 +00:00
Dominators.cpp
Function.cpp Don't assert on empty attributes. 2013-02-21 19:46:51 +00:00
GCOV.cpp
Globals.cpp
GVMaterializer.cpp
InlineAsm.cpp Add static cast to unsigned char whenever a character classification function is called with a signed char argument, in order to avoid assertions in Windows Debug configuration. 2013-02-12 21:21:59 +00:00
Instruction.cpp Fix a bug in mayHaveSideEffects. Functions that do not return are now considered as instructions with side effects. 2013-02-19 20:02:09 +00:00
Instructions.cpp
IntrinsicInst.cpp
IRBuilder.cpp
LeakDetector.cpp
LeaksContext.h
LLVMBuild.txt
LLVMContext.cpp Add static cast to unsigned char whenever a character classification function is called with a signed char argument, in order to avoid assertions in Windows Debug configuration. 2013-02-12 21:21:59 +00:00
LLVMContextImpl.cpp
LLVMContextImpl.h
Makefile
Metadata.cpp
Module.cpp
Pass.cpp
PassManager.cpp
PassRegistry.cpp
PrintModulePass.cpp
SymbolTableListTraitsImpl.h
Type.cpp
TypeFinder.cpp
Use.cpp
User.cpp
Value.cpp
ValueSymbolTable.cpp
ValueTypes.cpp
Verifier.cpp Implement the NoBuiltin attribute. 2013-02-22 00:12:35 +00:00