index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
PowerPC
/
PPCCodeEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Resolve BB references with relocation.
Evan Cheng
2006-07-27
1
-2
/
+10
*
- Refactor the code that resolve basic block references to a TargetJITInfo
Evan Cheng
2006-07-25
1
-27
/
+5
*
Implement PPC64 relocations types
Chris Lattner
2006-07-12
1
-3
/
+20
*
Ensure that dump calls that are associated with asserts are removed from
Jim Laskey
2006-07-11
1
-1
/
+1
*
Use hidden visibility to make symbols in an anonymous namespace get
Chris Lattner
2006-06-28
1
-1
/
+2
*
Implement 64-bit undef, sub, shl/shr, srem/urem
Chris Lattner
2006-06-27
1
-1
/
+2
*
Change from using MachineRelocation ctors to using static methods
Chris Lattner
2006-05-03
1
-2
/
+2
*
Suck block address tracking out of targets into the JIT Emitter. This
Chris Lattner
2006-05-03
1
-12
/
+6
*
Change the BasicBlockAddrs map to be a vector, indexed by MBB number.
Chris Lattner
2006-05-03
1
-7
/
+9
*
Several related changes:
Chris Lattner
2006-05-02
1
-2
/
+0
*
Fix a purely hypothetical problem (for now): emitWord emits in the host
Chris Lattner
2006-05-02
1
-5
/
+1
*
Refactor the machine code emitter interface to pull the pointers for the current
Chris Lattner
2006-05-02
1
-7
/
+11
*
JumpTable support! What this represents is working asm and jit support for
Nate Begeman
2006-04-22
1
-5
/
+10
*
Teach the JIT how to relocate LI, this fixes the JIT on Prolangs-C/TimberWolfMC
Chris Lattner
2006-04-22
1
-0
/
+1
*
Change the PPC JIT to use a Static relocation model
Nate Begeman
2006-04-21
1
-16
/
+2
*
Move some knowledge about registers out of the code emitter into the register...
Chris Lattner
2006-04-17
1
-41
/
+1
*
Don't emit pseudo instructions!
Chris Lattner
2006-03-21
1
-0
/
+1
*
teach the JIT to encode vector registers
Chris Lattner
2006-03-10
1
-32
/
+32
*
- Added option -relocation-model to set relocation model. Valid values includ...
Evan Cheng
2006-02-22
1
-1
/
+3
*
Moved PICEnabled to include/llvm/Target/TargetOptions.h
Evan Cheng
2006-02-18
1
-0
/
+1
*
Functions that are lazily streamed in from the .bc file are *not* external.
Chris Lattner
2006-01-29
1
-1
/
+2
*
Add explicit #includes of <iostream>
Chris Lattner
2006-01-22
1
-0
/
+1
*
Fix the PPC JIT failures last night, which were due to mishandling of linkonc...
Chris Lattner
2006-01-07
1
-0
/
+1
*
Fix the JIT failures from last night.
Chris Lattner
2005-12-11
1
-1
/
+2
*
Patch to clean up function call pseudos and support the BLA instruction,
Nate Begeman
2005-11-16
1
-1
/
+1
*
More PPC32 -> PPC changes, as well as merging some classes that were
Nate Begeman
2005-10-16
1
-3
/
+3
*
prune #includes
Chris Lattner
2005-10-15
1
-0
/
+1
*
Rename PPC32*.h to PPC*.h
Chris Lattner
2005-10-14
1
-0
/
+264