llvm-6502/lib
Chris Lattner 3793325cb3 Add a new trivial -inst-namer pass which makes it possible to diff the
before/after effects of a pass, crazy!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55230 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-23 06:07:02 +00:00
..
Analysis Temporarily reverting r55137. This was causing the bootstrap to go into an 2008-08-21 22:40:10 +00:00
Archive
AsmParser Regenerate. 2008-08-17 18:48:50 +00:00
Bitcode Switch from an O(n) method to an O(1) method for changing non-constant 2008-08-21 17:31:45 +00:00
CodeGen Make MBBMap a DenseMap instead of a std::map. 2008-08-23 02:44:46 +00:00
Debugger
ExecutionEngine Get rid of a couple of dynamic_cast. 2008-08-20 00:28:12 +00:00
Linker
Support Add a clear() method to FoldingSet. 2008-08-23 00:42:16 +00:00
System add a helper method to sys::Path for clang, patch by 2008-08-11 23:39:47 +00:00
Target Move the point at which FastISel taps into the SelectionDAGISel 2008-08-23 02:25:05 +00:00
Transforms Add a new trivial -inst-namer pass which makes it possible to diff the 2008-08-23 06:07:02 +00:00
VMCore Verify that the alignment argument to llvm.memcpy is a constant 2008-08-23 05:31:10 +00:00
Makefile