llvm-6502/lib
Chris Lattner b227925fa3 Add a new "NewDebugLoc" class which will eventually replace DebugLoc,
and will replace the 'DbgInfo' member in Instruction.

The benefit of NewDebugLoc is that it is compact (8 bytes vs 12/24 
bytes for the DbgInfo member in Instruction on a 32/64 bit system),
it means that we will end up not having to allocate MDNodes to 
represent the "DILocations" in common cases of -O0 -g, and it is
much more efficient to get things out of than the MDNode.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100072 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-01 00:37:44 +00:00
..
Analysis s/getNameStr/getName/ 2010-03-31 16:06:22 +00:00
Archive
AsmParser
Bitcode
CodeGen Reapply r100056. It doesn't look like it's the one that's causing a failure. 2010-04-01 00:00:43 +00:00
CompilerDriver
ExecutionEngine
Linker
MC
Support Introduce SpecificBumpPtrAllocator, a wrapper for BumpPtrAllocator which allows 2010-03-30 20:16:45 +00:00
System AddSignalHandler was not releasing the critical section on win32. 2010-03-31 12:07:16 +00:00
Target vml[as] are slow on 1136jf-s also. 2010-04-01 00:13:43 +00:00
Transforms Rewrite part of the SSAUpdater to be more careful about inserting redundant 2010-03-31 20:51:00 +00:00
VMCore Add a new "NewDebugLoc" class which will eventually replace DebugLoc, 2010-04-01 00:37:44 +00:00
Makefile