llvm-6502/lib
Chris Lattner 2b1f1066ac Fix the Linker testcase regressions, by making MemoryBuffer::getFileOrSTDIN return
a valid but empty buffer if stdin is empty.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44219 91177308-0d34-0410-b5e6-96231b3b80d8
2007-11-18 18:52:28 +00:00
..
Analysis Fix for PR1801 2007-11-16 22:44:50 +00:00
Archive finishing touches of bytecode -> bitcode changes. also unbreak Windows 2007-07-06 20:28:40 +00:00
AsmParser autoupgrade files that use callfoo as call foo. 2007-11-18 18:43:24 +00:00
Bitcode Removed debug #define that was accidentally checked in while debugging 2007-11-14 17:42:09 +00:00
CodeGen Add support for vectors to int <-> float casts. 2007-11-17 03:58:34 +00:00
Debugger
ExecutionEngine Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. 2007-11-01 20:53:16 +00:00
Linker Use correct parentheses with the '&& "..."' idiom in an assert. 2007-10-08 15:13:30 +00:00
Support Fix the Linker testcase regressions, by making MemoryBuffer::getFileOrSTDIN return 2007-11-18 18:52:28 +00:00
System Silence a warning saying that the variables always resolve to "true" in an 2007-11-01 09:38:19 +00:00
Target Add support for vectors to int <-> float casts. 2007-11-17 03:58:34 +00:00
Transforms Remove indeterminism from a loop. We think this will 2007-11-17 02:48:01 +00:00
VMCore print a call to a fastcc function as: 2007-11-18 18:32:16 +00:00
Makefile