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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Thread LLVMContext through MVT and related parts of SDISel.
Owen Anderson
2009-07-09
1
-8
/
+10
*
Implement changes from Chris's feedback.
Edwin Török
2009-07-08
7
-33
/
+36
*
Add the Object Code Emitter class. Original patch by Aaron Gray, I did some
Bruno Cardoso Lopes
2009-07-06
4
-1
/
+65
*
Various small changes related to the Condition Register on PowerPC.
Tilmann Scheller
2009-07-03
4
-47
/
+68
*
Refactor ABI code in the PowerPC backend.
Tilmann Scheller
2009-07-03
12
-572
/
+370
*
Implement the SVR4 ABI for PowerPC.
Tilmann Scheller
2009-07-03
8
-58
/
+1105
*
Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ...
Tilmann Scheller
2009-07-03
1
-1
/
+1
*
Small cleanups in the PowerPC backend.
Tilmann Scheller
2009-07-03
2
-35
/
+21
*
CMake build fixes, from Xerxes Ranby
Douglas Gregor
2009-07-02
1
-0
/
+2
*
simplify some logic by using isWeakForLinker(). Thanks to Anton for
Chris Lattner
2009-07-02
1
-5
/
+2
*
clarify: stub emission depends on the version of the linker you use, it has n...
Chris Lattner
2009-07-02
1
-5
/
+4
*
Add darwin stub removal to wishlist.
Dale Johannesen
2009-07-01
1
-0
/
+11
*
Update comments to make it clear that the function alignment is the Log2 of the
Bill Wendling
2009-07-01
2
-2
/
+2
*
Fix codegen for references to available_externally symbols. This fixes
Chris Lattner
2009-07-01
1
-5
/
+8
*
Handle IMPLICIT_DEF with isUndef operand marker, part 2. This patch moves the...
Evan Cheng
2009-07-01
1
-8
/
+28
*
Remove unused AsmPrinter OptLevel argument, and propogate.
Daniel Dunbar
2009-07-01
4
-23
/
+15
*
Add an "alignment" field to the MachineFunction object. It makes more sense to
Bill Wendling
2009-06-30
3
-3
/
+12
*
Let's ignore MDStrings also!
Devang Patel
2009-06-26
1
-1
/
+1
*
Add missing dependencies to the CMake build system.
Douglas Gregor
2009-06-25
1
-0
/
+1
*
No need to code gen MDNodes
Devang Patel
2009-06-25
1
-0
/
+3
*
sink management of DwarfWriter & MachineModuleInfo into the AsmPrinter base c...
Chris Lattner
2009-06-24
1
-20
/
+3
*
sink dwarf finalization out of each target into AsmPrinter::doFinalization
Chris Lattner
2009-06-24
1
-9
/
+0
*
eliminate the ExtWeakSymbols set from AsmPrinter. This eliminates
Chris Lattner
2009-06-24
1
-19
/
+0
*
Provide InitializeAllTargets and InitializeNativeTarget functions in the
Bob Wilson
2009-06-23
2
-9
/
+4
*
Eliminate object-relinking support from CMake. Fixes PR 4429 and
Douglas Gregor
2009-06-23
1
-5
/
+1
*
Initialize MMI
Devang Patel
2009-06-20
1
-0
/
+4
*
Move up dwarf writer initialization in common AsmPrinter class.
Devang Patel
2009-06-19
1
-16
/
+0
*
merge the common darwin settings from the X86/PPC/ARM targets
Chris Lattner
2009-06-19
1
-42
/
+2
*
move mangler quote handling from asm printers to TargetAsmInfo.
Chris Lattner
2009-06-18
2
-6
/
+1
*
simplify macro debug info directive handling.
Chris Lattner
2009-06-18
1
-2
/
+2
*
On Darwin, ams printer should output a second label before a jump table so th...
Evan Cheng
2009-06-18
1
-4
/
+3
*
Introduce new headers whose inclusion forces linking and
Douglas Gregor
2009-06-16
2
-0
/
+11
*
PR3628: Add patterns to match SHL/SRL/SRA to the corresponding Altivec
Eli Friedman
2009-06-07
1
-0
/
+22
*
Add explicit keywords.
Dan Gohman
2009-06-05
1
-1
/
+1
*
Add new function attribute - noredzone.
Devang Patel
2009-06-04
1
-0
/
+1
*
Fix FP_TO_UINT->i32 on ppc32 -mcpu=g5. This was
Dale Johannesen
2009-06-04
2
-10
/
+12
*
Fix new CodeEmitter stuff to follow LLVM codying style. Patch by Aaron Gray
Bruno Cardoso Lopes
2009-06-01
2
-18
/
+21
*
First patch in the direction of splitting MachineCodeEmitter in two subclasses:
Bruno Cardoso Lopes
2009-05-30
6
-53
/
+129
*
Return the operand rather than a null SDValue when the given SELECT_CC
Eli Friedman
2009-05-28
1
-3
/
+3
*
Ger rid of some dead code.
Eli Friedman
2009-05-27
1
-3
/
+0
*
Make the PPC backend use a legal type for the operands to the BUILD_VECTOR
Eli Friedman
2009-05-24
1
-5
/
+3
*
Propagate CPU string out of SubtargetFeatures
Anton Korobeynikov
2009-05-23
1
-1
/
+3
*
Change MachineInstrBuilder::addReg() to take a flag instead of a list of
Bill Wendling
2009-05-13
2
-41
/
+63
*
Don't #include DerivedTypes.h from TargetData.h.
Jay Foad
2009-05-11
1
-0
/
+1
*
Rename PaddedSize to AllocSize, in the hope that this
Duncan Sands
2009-05-09
1
-2
/
+2
*
PPC::B and PPC::BCC's target operand may be an immediate.
Evan Cheng
2009-05-08
1
-0
/
+9
*
Instead of passing in an unsigned value for the optimization level, use an enum,
Bill Wendling
2009-04-29
4
-17
/
+29
*
Second attempt:
Bill Wendling
2009-04-29
4
-28
/
+32
*
r70270 isn't ready yet. Back this out. Sorry for the noise.
Bill Wendling
2009-04-28
4
-32
/
+28
*
Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to
Bill Wendling
2009-04-28
4
-28
/
+32
[next]