llvm-6502/lib
Dan Gohman 6394b099e8 Change ConstantSDNode to store an APInt instead of a uint64_t, and
begin adding some methods to use it this way.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46899 91177308-0d34-0410-b5e6-96231b3b80d8
2008-02-08 22:59:30 +00:00
..
Analysis Throttle the non-local dependence analysis for basic blocks with more than 50 predecessors. Added command line option to play with this threshold. 2008-02-06 00:54:55 +00:00
Archive Use empty() instead of comparing size() with zero. 2008-01-29 13:02:09 +00:00
AsmParser Back out mods to llvmAsmParser, incorrectly committed 2008-01-30 03:10:00 +00:00
Bitcode Use empty() instead of comparing size() with zero. 2008-01-29 13:02:09 +00:00
CodeGen Change ConstantSDNode to store an APInt instead of a uint64_t, and 2008-02-08 22:59:30 +00:00
Debugger
ExecutionEngine Use empty() instead of comparing size() with zero. 2008-01-29 13:02:09 +00:00
Linker
Support Add support to FoldingSet for hashing APInt objects. 2008-02-06 23:09:15 +00:00
System Set error message. 2008-02-04 20:57:54 +00:00
Target It's not always safe to fold movsd into xorpd, etc. Check the alignment of the load address first to make sure it's 16 byte aligned. 2008-02-08 21:20:40 +00:00
Transforms Fix PR 1995. 2008-02-08 22:49:13 +00:00
VMCore Fix a typo in a comment. 2008-02-07 02:30:40 +00:00
Makefile