llvm-mirror/lib
Duncan Sands 7a8a7099b1 Fix a bug in which node A is replaced by node B, but later
node A gets back into the DAG again because it was hiding in
one of the node maps: make sure that node replacement happens
in those maps too.

llvm-svn: 44263
2007-11-21 16:43:19 +00:00
..
Analysis Small cleanup. Use APInt::getHighBitsSet method instead of shift left. 2007-11-20 08:44:50 +00:00
Archive
AsmParser autoupgrade files that use callfoo as call foo. 2007-11-18 18:43:24 +00:00
Bitcode In order for parameter attribute uniquing to make 2007-11-20 14:09:29 +00:00
CodeGen Fix a bug in which node A is replaced by node B, but later 2007-11-21 16:43:19 +00:00
Debugger
ExecutionEngine
Linker
Support Fix the Linker testcase regressions, by making MemoryBuffer::getFileOrSTDIN return 2007-11-18 18:52:28 +00:00
System This change does a couple of things. First it gets the Visual Studio builds working. 2007-11-21 00:37:56 +00:00
Target Fix compiler warning. 2007-11-21 00:45:00 +00:00
Transforms typo 2007-11-21 05:21:54 +00:00
VMCore In order for parameter attribute uniquing to make 2007-11-20 14:09:29 +00:00
Makefile