llvm-6502/lib
Evan Cheng c384d6c398 - Change AssignTopologicalOrder to return vector of SDNode* by reference.
- Tweak implementation to avoid using std::map.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29479 91177308-0d34-0410-b5e6-96231b3b80d8
2006-08-02 22:00:34 +00:00
..
Analysis Speed up Loop::isLCSSAForm by using a binary search and single-entry cache. 2006-08-02 00:14:16 +00:00
Archive Modify Path::eraseFromDisk to not throw an exception. 2006-07-28 22:29:50 +00:00
AsmParser
Bytecode Modify Path::eraseFromDisk to not throw an exception. 2006-07-28 22:29:50 +00:00
CodeGen - Change AssignTopologicalOrder to return vector of SDNode* by reference. 2006-08-02 22:00:34 +00:00
Debugger
ExecutionEngine
Linker Remove a redundant syscall. 2006-07-28 22:52:11 +00:00
Support If the Program name was NULL then all further output sent to std::cerr was 2006-08-02 20:15:56 +00:00
System Remove some now-dead methods. Use getFileStatus instead. 2006-08-01 18:16:02 +00:00
Target Use of vector<bool> causes some horrendous compile time regression (2x)! 2006-08-02 09:18:33 +00:00
Transforms Add special check to avoid isLoop call. Simple, but doesn't seem to speed 2006-08-02 00:16:47 +00:00
VMCore Add dominates/properlyDominates queries to IDom. 2006-08-01 22:24:47 +00:00
Makefile