- Aug 16, 2006
-
-
Chris Lattner authored
linking the program on the fly. llvm-svn: 29721
-
- Jul 28, 2006
-
-
Chris Lattner authored
on leopard in the jit. llvm-svn: 29391
-
- Jul 27, 2006
-
-
Evan Cheng authored
llvm-svn: 29351
-
Jim Laskey authored
llvm-svn: 29345
-
Evan Cheng authored
llvm-svn: 29334
-
Chris Lattner authored
llvm-svn: 29314
-
- Jul 25, 2006
-
-
Evan Cheng authored
method. - Added synchronizeICache() to TargetJITInfo. It is called after each block of code is emitted to flush the icache. This ensures correct execution on targets that have separate dcache and icache. - Added PPC / Mac OS X specific code to do icache flushing. llvm-svn: 29276
-
- Jul 22, 2006
-
-
Nate Begeman authored
llvm-svn: 29266
-
Evan Cheng authored
llvm-svn: 29264
-
Evan Cheng authored
llvm-svn: 29259
-
- Jul 12, 2006
-
-
Chris Lattner authored
llvm-svn: 29115
-
- Jul 07, 2006
-
-
Chris Lattner authored
llvm-svn: 29057
-
Chris Lattner authored
llvm-svn: 29051
-
- Jun 23, 2006
-
-
Evan Cheng authored
llvm-svn: 28908
-
- Jun 16, 2006
-
-
Chris Lattner authored
llvm-svn: 28832
-
Chris Lattner authored
llvm-svn: 28827
-
Chris Lattner authored
llvm-svn: 28826
-
- Jun 01, 2006
-
-
Chris Lattner authored
llvm-svn: 28636
-
Chris Lattner authored
llvm-svn: 28635
-
Chris Lattner authored
llvm-svn: 28629
-
- May 24, 2006
-
-
Reid Spencer authored
Minor tweaks in public headers and a few .cpp files so that LLVM can build successfully with -pedantic and projects using LLVM with -pedantic don't get warnings from LLVM. There's still more -pedantic warnings to fix. llvm-svn: 28453
-
- May 16, 2006
-
-
Chris Lattner authored
llvm-svn: 28321
-
- May 14, 2006
-
-
Chris Lattner authored
it out of 'ExecutionEngine::create'. This fixes a problem reported by coverity. llvm-svn: 28293
-
- May 12, 2006
-
-
Chris Lattner authored
object is never deleted though. llvm-svn: 28256
-
Owen Anderson authored
TargetData.h. This should make recompiles a bit faster with my current TargetData tinkering. llvm-svn: 28238
-
Chris Lattner authored
people aren't reusing machine code buffers at all. llvm-svn: 28228
-
Chris Lattner authored
Finally, implement ExecutionEngine::freeMachineCodeForFunction. llvm-svn: 28227
-
Chris Lattner authored
allocation policies and much more. All this complexity, and we have no functionality change, woo! :) llvm-svn: 28225
-
- May 09, 2006
-
-
Chris Lattner authored
llvm-svn: 28179
-
- May 04, 2006
-
-
Chris Lattner authored
llvm-svn: 28112
-
- May 03, 2006
-
-
Chris Lattner authored
llvm-svn: 28087
-
Chris Lattner authored
simplifies the MachineCodeEmitter interface just a little bit and makes BasicBlocks work like constant pools and jump tables. llvm-svn: 28082
-
Owen Anderson authored
Refactor TargetMachine, pushing handling of TargetData into the target-specific subclasses. This has one caller-visible change: getTargetData() now returns a pointer instead of a reference. This fixes PR 759. llvm-svn: 28074
-
Chris Lattner authored
llvm-svn: 28073
-
Chris Lattner authored
llvm-svn: 28071
-
Chris Lattner authored
llvm-svn: 28069
-
Chris Lattner authored
llvm-svn: 28066
-
Chris Lattner authored
1. Change several methods in the MachineCodeEmitter class to be pure virtual. 2. Suck emitConstantPool/initJumpTableInfo into startFunction, removing them from the MachineCodeEmitter interface, and reducing the amount of target- specific code. 3. Change the JITEmitter so that it allocates constantpools and jump tables *right* next to the functions that they belong to, instead of in a separate pool of memory. This makes all memory for a function be contiguous, and means the JITEmitter only tracks one block of memory now. llvm-svn: 28065
-
- May 02, 2006
-
-
Chris Lattner authored
just have the JIT malloc them. llvm-svn: 28062
-
Chris Lattner authored
llvm-svn: 28061
-