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
2010-06-05
revert r105521, which is breaking the buildbots with stuff like this:
Chris Lattner
2010-06-05
Initial AVX support for some instructions. No patterns matched
Bruno Cardoso Lopes
2010-06-02
Remove the TargetRegisterClass member from CalleeSavedInfo
Rafael Espindola
2010-06-02
cleanup
Rafael Espindola
2010-05-26
Replace the SubRegSet tablegen class with a less error-prone mechanism.
Jakob Stoklund Olesen
2010-05-26
Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism."
Jakob Stoklund Olesen
2010-05-26
Replace the SubRegSet tablegen class with a less error-prone mechanism.
Jakob Stoklund Olesen
2010-05-25
Remove NumberHack entirely.
Jakob Stoklund Olesen
2010-05-24
Switch SubRegSet to using symbolic SubRegIndices
Jakob Stoklund Olesen
2010-05-24
Replace the tablegen RegisterClass field SubRegClassList with an alist-like data
Jakob Stoklund Olesen
2010-05-24
Add SubRegIndex defs to PowerPC. It looks like the CR subregister indices are
Jakob Stoklund Olesen
2010-05-22
Implement @llvm.returnaddress. rdar://8015977.
Evan Cheng
2010-05-20
The PPC MFCR instruction implicitly uses all 8 of the CR
Dale Johannesen
2010-05-14
Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe what
Bill Wendling
2010-05-14
Set isTerminator on TRAP instructions.
Dan Gohman
2010-05-14
Don't use isBarrier for the PowerPC sync instruction. isBarrier is for
Dan Gohman
2010-05-11
Implement a bunch more TargetSelectionDAGInfo infrastructure.
Dan Gohman
2010-05-06
Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it
Dan Gohman
2010-05-06
Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.
Evan Cheng
2010-05-05
No-ops emitted for scheduling don't correspond with anything in the
Dan Gohman
2010-05-03
Implement builtin_return_address(x) and builtin_frame_address(x)
Dale Johannesen
2010-05-01
Get rid of the EdgeMapping map. Instead, just check for BasicBlock
Dan Gohman
2010-04-29
Make naked functions work on PPC.
Dale Johannesen
2010-04-29
Frame index can be negative.
Evan Cheng
2010-04-27
Use MachineOperand::is* predicates.
Devang Patel
2010-04-26
Add PPC AsmPrinter handling for target-specific form of
Dale Johannesen
2010-04-26
Add PPC specific emitFrameIndexDebugValue.
Evan Cheng
2010-04-21
Implement -disable-non-leaf-fp-elim which disable frame pointer elimination
Evan Cheng
2010-04-21
Add more const qualifiers on TargetMachine and friends.
Dan Gohman
2010-04-18
Make processor FUs unique for given itinerary. This extends the limit of 32
Anton Korobeynikov
2010-04-17
Add const qualifiers to TargetLoweringObjectFile usage.
Dan Gohman
2010-04-17
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
2010-04-17
Move per-function state out of TargetLowering subclasses and into
Dan Gohman
2010-04-17
Name these stub files consistently with the SPU and PPC targets' conventions.
Chandler Carruth
2010-04-16
Add skeleton target-specific SelectionDAGInfo files.
Dan Gohman
2010-04-16
Eliminate an unnecessary SelectionDAG dependency in getOptimalMemOpType.
Dan Gohman
2010-04-15
EnablePPC64RS and EnablePPC32RS are used in multiple files, so they
Dan Gohman
2010-04-15
Fix a bunch of namespace polution.
Dan Gohman
2010-04-15
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-08
remove the TargetLoweringObjectFileMachO::getMachoSection
Chris Lattner
2010-04-08
Avoid using f64 to lower memcpy from constant string. It's cheaper to use i32...
Evan Cheng
2010-04-07
add newlines at end of files.
Chris Lattner
2010-04-07
Educate GetInstrSizeInBytes implementations that
Dale Johannesen
2010-04-05
remove the MMI pointer from MachineFrameInfo.
Chris Lattner
2010-04-05
Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field.
Jakob Stoklund Olesen
2010-04-05
just have all targets create the DwarfWriter.
Chris Lattner
2010-04-05
simplify various getAnalysisUsage implementations.
Chris Lattner
2010-04-04
eliminate the magic AbsoluteDebugSectionOffsets MAI hook,
Chris Lattner
2010-04-04
don't reset the default.
Chris Lattner
2010-04-04
Momentous day: remove the "O" member from AsmPrinter. Now all
Chris Lattner
[prev]
[next]