index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Target
/
TargetJITInfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prune some includes and forward declarations.
Craig Topper
2012-03-25
1
-1
/
+1
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
1
-10
/
+6
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-2
/
+0
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+1
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-1
/
+1
*
* Move stub allocation inside the JITEmitter, instead of exposing a
Jeffrey Yasskin
2009-11-23
1
-10
/
+17
*
Move DataTypes.h to include/llvm/System, update all users. This breaks the last
Chandler Carruth
2009-10-26
1
-1
/
+1
*
First patch in the direction of splitting MachineCodeEmitter in two subclasses:
Bruno Cardoso Lopes
2009-05-30
1
-8
/
+8
*
Fix doxygen comment syntax.
Dan Gohman
2009-04-15
1
-1
/
+1
*
Add support to the JIT for true non-lazy operation. When a call to a function
Nate Begeman
2009-02-18
1
-0
/
+8
*
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2009-01-05
1
-1
/
+0
*
Fix MachineCodeEmitter to use uintptr_t instead of intptr_t. This avoids some...
Evan Cheng
2008-12-10
1
-1
/
+1
*
Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used.
Evan Cheng
2008-11-10
1
-6
/
+6
*
Jump tables may be emitted by target.
Evan Cheng
2008-11-07
1
-0
/
+4
*
Rename isGVLazyPtr to isGVNonLazyPtr relocation. This represents Mac OS X
Evan Cheng
2008-11-05
1
-5
/
+6
*
For some targets, it's not possible to place GVs in the same memory buffer as...
Evan Cheng
2008-11-04
1
-0
/
+5
*
Revert errant deletion. The target needs to be able to specify that it doesn'...
Jim Grosbach
2008-10-30
1
-0
/
+3
*
This is not needed anymore.
Evan Cheng
2008-10-29
1
-9
/
+0
*
Support for constant islands in the ARM JIT.
Jim Grosbach
2008-10-28
1
-0
/
+9
*
Return something (i.e. NULL) from an unimplemented virtual function.
Oscar Fuentes
2008-10-26
1
-0
/
+1
*
Support for allocation of TLS variables in the JIT. Allocation of a global
Nicolas Geoffray
2008-10-25
1
-0
/
+8
*
Switch the PPC backend and target-independent JIT to use the libsystem
Chris Lattner
2008-06-25
1
-5
/
+0
*
Provide generic hooks for icache invalidation. Add PPC implementation.
Anton Korobeynikov
2008-06-17
1
-0
/
+5
*
Prune and tidy #includes.
Dan Gohman
2008-05-29
1
-1
/
+0
*
Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...
Nicolas Geoffray
2008-04-16
1
-3
/
+6
*
Use PassManagerBase instead of FunctionPassManager for functions
Dan Gohman
2008-03-11
1
-1
/
+0
*
Unbreak build with gcc 4.3: provide missed includes and silence most annoying...
Anton Korobeynikov
2008-02-20
1
-1
/
+2
*
X86 JIT PIC jumptable support.
Evan Cheng
2008-01-05
1
-0
/
+7
*
X86 PIC JIT support fixes: encoding bugs, add lazy pointer stubs support.
Evan Cheng
2008-01-04
1
-0
/
+7
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Completely rearchitect the interface between targets and the pass manager.
Chris Lattner
2006-09-04
1
-5
/
+0
*
Resolve BB references with relocation.
Evan Cheng
2006-07-27
1
-14
/
+0
*
Move synchronizeICache from TargetJITInfo into a static function in JITEmitte...
Evan Cheng
2006-07-27
1
-4
/
+0
*
- Refactor the code that resolve basic block references to a TargetJITInfo
Evan Cheng
2006-07-25
1
-0
/
+19
*
allow constants to be relocated like GV (necessary for alpha, as constants ar...
Andrew Lenharth
2005-07-22
1
-1
/
+9
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-5
/
+5
*
Fix a warning
Chris Lattner
2004-11-21
1
-0
/
+1
*
Add new methods that a target should implement
Chris Lattner
2004-11-20
1
-8
/
+27
*
Allow targets to implement relocation support.
Chris Lattner
2004-11-20
1
-0
/
+11
*
Use class instead of struct for defining classes. This unbreaks the
Alkis Evlogimenos
2004-09-28
1
-1
/
+2
*
Rip JIT specific stuff out of TargetMachine, as per PR176
Chris Lattner
2003-12-20
1
-0
/
+54