index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PowerPC
Age
Commit message (
Expand
)
Author
2009-07-11
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-09
Thread LLVMContext through MVT and related parts of SDISel.
Owen Anderson
2009-07-08
Implement changes from Chris's feedback.
Torok Edwin
2009-07-06
Add the Object Code Emitter class. Original patch by Aaron Gray, I did some
Bruno Cardoso Lopes
2009-07-03
Various small changes related to the Condition Register on PowerPC.
Tilmann Scheller
2009-07-03
Refactor ABI code in the PowerPC backend.
Tilmann Scheller
2009-07-03
Implement the SVR4 ABI for PowerPC.
Tilmann Scheller
2009-07-03
Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ...
Tilmann Scheller
2009-07-03
Small cleanups in the PowerPC backend.
Tilmann Scheller
2009-07-02
CMake build fixes, from Xerxes Ranby
Douglas Gregor
2009-07-02
simplify some logic by using isWeakForLinker(). Thanks to Anton for
Chris Lattner
2009-07-02
clarify: stub emission depends on the version of the linker you use, it has n...
Chris Lattner
2009-07-01
Add darwin stub removal to wishlist.
Dale Johannesen
2009-07-01
Update comments to make it clear that the function alignment is the Log2 of the
Bill Wendling
2009-07-01
Fix codegen for references to available_externally symbols. This fixes
Chris Lattner
2009-07-01
Handle IMPLICIT_DEF with isUndef operand marker, part 2. This patch moves the...
Evan Cheng
2009-07-01
Remove unused AsmPrinter OptLevel argument, and propogate.
Daniel Dunbar
2009-06-30
Add an "alignment" field to the MachineFunction object. It makes more sense to
Bill Wendling
2009-06-26
Let's ignore MDStrings also!
Devang Patel
2009-06-25
Add missing dependencies to the CMake build system.
Douglas Gregor
2009-06-25
No need to code gen MDNodes
Devang Patel
2009-06-24
sink management of DwarfWriter & MachineModuleInfo into the AsmPrinter base c...
Chris Lattner
2009-06-24
sink dwarf finalization out of each target into AsmPrinter::doFinalization
Chris Lattner
2009-06-24
eliminate the ExtWeakSymbols set from AsmPrinter. This eliminates
Chris Lattner
2009-06-23
Provide InitializeAllTargets and InitializeNativeTarget functions in the
Bob Wilson
2009-06-23
Eliminate object-relinking support from CMake. Fixes PR 4429 and
Douglas Gregor
2009-06-20
Initialize MMI
Devang Patel
2009-06-19
Move up dwarf writer initialization in common AsmPrinter class.
Devang Patel
2009-06-19
merge the common darwin settings from the X86/PPC/ARM targets
Chris Lattner
2009-06-18
move mangler quote handling from asm printers to TargetAsmInfo.
Chris Lattner
2009-06-18
simplify macro debug info directive handling.
Chris Lattner
2009-06-18
On Darwin, ams printer should output a second label before a jump table so th...
Evan Cheng
2009-06-16
Introduce new headers whose inclusion forces linking and
Douglas Gregor
2009-06-07
PR3628: Add patterns to match SHL/SRL/SRA to the corresponding Altivec
Eli Friedman
2009-06-05
Add explicit keywords.
Dan Gohman
2009-06-04
Add new function attribute - noredzone.
Devang Patel
2009-06-04
Fix FP_TO_UINT->i32 on ppc32 -mcpu=g5. This was
Dale Johannesen
2009-06-01
Fix new CodeEmitter stuff to follow LLVM codying style. Patch by Aaron Gray
Bruno Cardoso Lopes
2009-05-30
First patch in the direction of splitting MachineCodeEmitter in two subclasses:
Bruno Cardoso Lopes
2009-05-28
Return the operand rather than a null SDValue when the given SELECT_CC
Eli Friedman
2009-05-27
Ger rid of some dead code.
Eli Friedman
2009-05-24
Make the PPC backend use a legal type for the operands to the BUILD_VECTOR
Eli Friedman
2009-05-23
Propagate CPU string out of SubtargetFeatures
Anton Korobeynikov
2009-05-13
Change MachineInstrBuilder::addReg() to take a flag instead of a list of
Bill Wendling
2009-05-11
Don't #include DerivedTypes.h from TargetData.h.
Jay Foad
2009-05-09
Rename PaddedSize to AllocSize, in the hope that this
Duncan Sands
2009-05-08
PPC::B and PPC::BCC's target operand may be an immediate.
Evan Cheng
2009-04-29
Instead of passing in an unsigned value for the optimization level, use an enum,
Bill Wendling
2009-04-29
Second attempt:
Bill Wendling
2009-04-28
r70270 isn't ready yet. Back this out. Sorry for the noise.
Bill Wendling
[next]