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
..
2009-02-20 22:51:36 +00:00
2009-12-23 23:19:43 +00:00
2010-02-15 18:55:04 +00:00
2009-12-04 22:46:47 +00:00
2009-11-30 15:52:29 +00:00
2010-03-31 05:27:33 +00:00
2010-01-22 06:29:25 +00:00
2010-03-27 16:34:32 +00:00
2010-01-18 22:16:54 +00:00
2010-02-17 18:39:56 +00:00
2010-03-30 05:34:02 +00:00