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
/
lib
/
Target
/
PowerPC
/
PPCCodeEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the Object Code Emitter class. Original patch by Aaron Gray, I did some
Bruno Cardoso Lopes
2009-07-06
1
-0
/
+8
*
Refactor ABI code in the PowerPC backend.
Tilmann Scheller
2009-07-03
1
-5
/
+5
*
Fix new CodeEmitter stuff to follow LLVM codying style. Patch by Aaron Gray
Bruno Cardoso Lopes
2009-06-01
1
-16
/
+17
*
First patch in the direction of splitting MachineCodeEmitter in two subclasses:
Bruno Cardoso Lopes
2009-05-30
1
-20
/
+42
*
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-10-03
1
-9
/
+9
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
1
-1
/
+1
*
Change getBinaryCodeForInstr prototype. First operand MachineInstr& should be...
Evan Cheng
2008-09-02
1
-6
/
+7
*
Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating
Dan Gohman
2008-07-01
1
-1
/
+2
*
Provide generic hooks for icache invalidation. Add PPC implementation.
Anton Korobeynikov
2008-06-17
1
-4
/
+0
*
Tail call optimization improvements:
Arnold Schwaighofer
2008-04-30
1
-1
/
+2
*
Unbreak JIT. Ignore TargetInstrInfo::IMPLICIT_DEF.
Evan Cheng
2008-03-17
1
-0
/
+2
*
Replace all target specific implicit def instructions with a target independe...
Evan Cheng
2008-03-15
1
-6
/
+0
*
Enable exception handling int JIT
Nicolas Geoffray
2008-02-13
1
-0
/
+11
*
Correct order of parameters.
Evan Cheng
2008-01-04
1
-2
/
+2
*
Change MachineRelocation::DoesntNeedFnStub to NeedStub. This fields will be used
Evan Cheng
2008-01-03
1
-1
/
+2
*
Add new shorter predicates for testing machine operands for various types:
Chris Lattner
2007-12-30
1
-4
/
+3
*
Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...
Chris Lattner
2007-12-30
1
-1
/
+1
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+237