llvm-6502/lib
Chris Lattner bc58322d6a add support for detecting process features on win64, patch by
Nicolas Capens!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70057 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-25 18:27:23 +00:00
..
Analysis Handle ands with 0 and shifts by 0 correctly. These aren't 2009-04-25 17:05:40 +00:00
Archive
AsmParser Fix warning in .ll parser, detect and reject available_externally on function 2009-04-13 07:02:02 +00:00
Bitcode
CodeGen Refactor the code to grab the low and high parts of a value 2009-04-25 17:55:53 +00:00
CompilerDriver
Debugger
ExecutionEngine Use an AssertingVH to detect the case where the Function was deleted but 2009-04-19 18:32:03 +00:00
Linker
Support Make all raw_ostreams support the tell() function. 2009-04-20 07:34:17 +00:00
System Fix g++-4.4.0 warning, it was causing llvm-nm to fail on wrapped BC files: 2009-04-25 10:25:12 +00:00
Target add support for detecting process features on win64, patch by 2009-04-25 18:27:23 +00:00
Transforms Return null instead of false, as appropriate. 2009-04-25 17:28:45 +00:00
VMCore Allow i16 type indices to gep. 2009-04-24 02:37:54 +00:00
Makefile