- May 03, 2006
-
-
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
-
Chris Lattner authored
code emission location into the base class, instead of being in the derived classes. This change means that low-level methods like emitByte/emitWord now are no longer virtual (yaay for speed), and we now have a framework to support growable code segments. This implements feature request #1 of PR469. llvm-svn: 28059
-
Chris Lattner authored
llvm-svn: 28055
-
- Apr 25, 2006
-
-
Nate Begeman authored
llvm-svn: 27967
-
- Apr 22, 2006
-
-
Nate Begeman authored
x86 and ppc for 100% dense switch statements when relocations are non-PIC. This support will be extended and enhanced in the coming days to support PIC, and less dense forms of jump tables. llvm-svn: 27947
-
- Feb 09, 2006
-
-
Chris Lattner authored
llvm-svn: 26079
-
Chris Lattner authored
value/alignment pair for each constant, keep a value/offset pair. llvm-svn: 26078
-
Chris Lattner authored
llvm-svn: 26076
-
- Jan 31, 2006
-
-
Evan Cheng authored
llvm-svn: 25855
-
- Jan 23, 2006
-
-
Chris Lattner authored
llvm-svn: 25516
-
- Jan 07, 2006
-
-
Chris Lattner authored
llvm-svn: 25140
-
- Aug 01, 2005
-
-
Andrew Lenharth authored
llvm-svn: 22568
-
- Jul 30, 2005
-
-
Jeff Cohen authored
llvm-svn: 22565
-
Andrew Lenharth authored
llvm-svn: 22554
-
- Jul 28, 2005
-
-
Andrew Lenharth authored
near the GOT, which new doesn't do. So break out the allocate into a new function. Also move GOT index handling into JITResolver. This lets it update the mapping when a Lazy function is JITed. It doesn't managed the table, just the mapping. Note that this is still non-ideal, as any function that takes a function address should also take a GOT index, but that is a lot of changes. The relocation resolve process updates any GOT entry it sees is out of date. llvm-svn: 22537
-
- Jul 27, 2005
-
-
Jeff Cohen authored
llvm-svn: 22523
-
- Jul 26, 2005
-
-
Chris Lattner authored
llvm-svn: 22513
-
- Jul 22, 2005
-
-
Andrew Lenharth authored
the JIT memory manager will construct a GOT if you want it too. Also, it places the constants in the allocated memory, rather than a malloc area llvm-svn: 22497
-
- Jul 20, 2005
-
-
Chris Lattner authored
llvm-svn: 22480
-
- Jul 12, 2005
-
-
Reid Spencer authored
This patch completes the changes for making lli thread-safe. Here's the list of changes: * The Support/ThreadSupport* files were removed and replaced with the MutexGuard.h file since all ThreadSupport* declared was a Mutex Guard. The implementation of MutexGuard.h is now based on sys::Mutex which hides its implementation and makes it unnecessary to have the -NoSupport.h and -PThreads.h versions of ThreadSupport. * All places in ExecutionEngine that previously referred to "Mutex" now refer to sys::Mutex * All places in ExecutionEngine that previously referred to "MutexLocker" now refer to MutexGuard (this is frivolous but I believe the technically correct name for such a class is "Guard" not a "Locker"). These changes passed all of llvm-test. All we need now are some test cases that actually use multiple threads. llvm-svn: 22404
-
- Apr 22, 2005
-
-
Misha Brukman authored
llvm-svn: 21440
-
Misha Brukman authored
llvm-svn: 21422
-
- Apr 18, 2005
-
-
Chris Lattner authored
llvm-svn: 21313
-
- Mar 17, 2005
-
-
Chris Lattner authored
Bill Wendling!! llvm-svn: 20649
-
- Feb 20, 2005
-
-
Chris Lattner authored
ANY program that does not have all functions internalized. llvm-svn: 20258
-
- Jan 10, 2005
-
-
Chris Lattner authored
leaked to the system. Now they are destroyed with the JITMemoryManager is destroyed. llvm-svn: 19434
-
- Jan 08, 2005
-
-
Chris Lattner authored
llvm-svn: 19390
-
- Dec 13, 2004
-
-
Reid Spencer authored
Patch contributed by Morten Ofsted. llvm-svn: 18889
-
- Dec 05, 2004
-
-
Chris Lattner authored
llvm-svn: 18537
-
- Dec 01, 2004
-
-
Chris Lattner authored
llvm-svn: 18405
-
- Nov 30, 2004
-
-
Chris Lattner authored
llvm-svn: 18391
-
- Nov 22, 2004
-
-
Chris Lattner authored
llvm-svn: 18132
-
Chris Lattner authored
llvm-svn: 18131
-
Chris Lattner authored
llvm-svn: 18129
-
Chris Lattner authored
llvm-svn: 18098
-