1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/lib
Chris Lattner 25f5c7bbb3 Implement a _REAL_ memory manager for the code generated by the JIT. This
speeds up program execution by 15% pretty consistently for large programs

llvm-svn: 7845
2003-08-14 18:35:27 +00:00
..
Analysis For an instruction with delay slots, mark all live values before 2003-08-12 22:19:59 +00:00
AsmParser Remove redundant const qualifiers from cast<> expressions 2003-07-23 15:30:06 +00:00
Bytecode Remove redundant const qualifiers from cast<> expressions 2003-07-23 15:30:06 +00:00
CodeGen Factory methods for function passes now return type FunctionPass *. 2003-08-14 06:09:32 +00:00
CWriter The HAVE_JUMP code is dead, these intrinsics should _never_ be expanded 2003-08-06 18:04:40 +00:00
ExecutionEngine Implement a _REAL_ memory manager for the code generated by the JIT. This 2003-08-14 18:35:27 +00:00
Support This file uses stable_sort 2003-08-13 21:32:37 +00:00
Target Since we now have TableGen editing modes for VIM and (X)Emacs, we no longer need 2003-08-14 15:16:28 +00:00
Transforms Factory methods for function passes now return type FunctionPass *. 2003-08-14 06:09:32 +00:00
VMCore Add new method to FunctionPassManager to add ImmutablePasses. 2003-08-14 06:07:57 +00:00
Makefile Merged in autoconf branch. This provides configuration via the autoconf 2003-06-30 21:59:07 +00:00