1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 05:23:45 +02:00
llvm-mirror/lib
2003-10-04 19:19:37 +00:00
..
Analysis Use std::string::size_type for for ColonPos to stop gcc from giving a warning 2003-10-01 22:49:22 +00:00
AsmParser The objects mapped are really PATypeHolders, not PATypeHandles 2003-10-02 19:00:34 +00:00
Bytecode Do not leak the ModuleProvider if releaseModule() throws. 2003-10-04 19:19:37 +00:00
CodeGen Moved enum and command-line option in separate file. Also added function that returns the user selected register allocator to the caller. 2003-10-02 16:57:49 +00:00
CWriter Rename Function::getEntryNode -> getEntryBlock 2003-09-20 14:39:18 +00:00
ExecutionEngine Squelch warning 2003-09-22 20:33:34 +00:00
Support Fixed space issues, code alignment, tabs -> spaces. 2003-09-29 22:40:07 +00:00
Target Moved enum and command-line option in separate file. Also added function that returns the user selected register allocator to the caller. 2003-10-02 16:57:49 +00:00
Transforms Implement InstCombine/add.ll:test17 & 18 2003-10-02 15:11:26 +00:00
VMCore Minor random speedup: make Constant::getNullValue only call ConstantFOO::get 2003-10-03 19:34:51 +00:00
Makefile Removed Support directory. It now lives in llvm/support/lib. 2003-09-29 16:10:43 +00:00