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-01-30
Make LowerCallTo and LowerArguments take a DebugLoc
Dale Johannesen
2009-01-28
Rename getAnalysisToUpdate to getAnalysisIfAvailable.
Duncan Sands
2009-01-27
Respect the DisableRedZone flag on PowerPC.
Dan Gohman
2009-01-25
Private linkage support for PPC / Darwin.
Evan Cheng
2009-01-20
Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...
Evan Cheng
2009-01-19
Fix 80 col violations.
Evan Cheng
2009-01-19
Handle ISD::DECLARE with PIC relocation model.
Evan Cheng
2009-01-16
Fix PPC ISD::Declare isel and eliminate the need for PPCTargetLowering::Lower...
Evan Cheng
2009-01-16
Initial hazard recognizer support in post-pass scheduling. This includes
Dan Gohman
2009-01-15
Generalize the HazardRecognizer interface so that it can be used
Dan Gohman
2009-01-15
Add the private linkage.
Rafael Espindola
2009-01-15
Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph
Dan Gohman
2009-01-15
Const-qualify getPreIndexedAddressParts and friends.
Dan Gohman
2009-01-12
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
2009-01-09
Removed trailing whitespace from Makefiles.
Misha Brukman
2009-01-08
Convert DwarfWriter into a pass.
Devang Patel
2009-01-05
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2009-01-01
Fix PR3274: when promoting the condition of a BRCOND node,
Duncan Sands
2008-12-19
Fix bug 3202.
Rafael Espindola
2008-12-05
Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are...
Evan Cheng
2008-12-04
Temporarily revert r60519. It was causing a bootstrap failure:
Bill Wendling
2008-12-04
Visibility hidden GVs do not require extra load of symbol address from the GO...
Evan Cheng
2008-12-03
A step towards geting linux ppc to work (see PR 3099)
Dale Johannesen
2008-12-03
Split foldMemoryOperand into public non-virtual and protected virtual
Dan Gohman
2008-12-03
Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.
Dan Gohman
2008-12-03
Fix bug 3140.
Rafael Espindola
2008-12-03
Add a sanity-check to tablegen to catch the case where isSimpleLoad
Dan Gohman
2008-12-01
There are no longer any places that require a
Duncan Sands
2008-12-01
Change the interface to the type legalization method
Duncan Sands
2008-11-24
If the type legalizer actually legalized anything
Duncan Sands
2008-11-24
Fix comments.
Matthijs Kooijman
2008-11-24
Move target independent td files from lib/Target/ to include/llvm/Target so t...
Evan Cheng
2008-11-23
Rename SetCCResultContents to BooleanContents. In
Duncan Sands
2008-11-22
Make a convenient helper for printing offsets.
Anton Korobeynikov
2008-11-19
Experimental post-pass scheduling support. Post-pass scheduling
Dan Gohman
2008-11-18
Add more const qualifiers. This fixes build breakage from r59540.
Dan Gohman
2008-11-17
Move some former testcases (low-probability codegen
Dale Johannesen
2008-11-15
Adds extern "C" ints to the .cpp files that use RegisterTarget, as
Oscar Fuentes
2008-11-08
Temporary revert my last commit: it seems it's triggering some subtle bug in ...
Anton Korobeynikov
2008-11-08
Factor out offset printing code into generic AsmPrinter.
Anton Korobeynikov
2008-11-08
Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ...
Evan Cheng
2008-11-07
Make FP tests requiring two compares work on PPC (PR 642).
Dale Johannesen
2008-11-07
Flush the raw_ostream after emitting the assembly for a function.
Dan Gohman
2008-11-05
Reintroduce a comment that was removed with the AddToISelQueue
Dan Gohman
2008-11-05
Eliminate the ISel priority queue, which used the topological order for a
Dan Gohman
2008-10-30
Shift amounts should have type getShiftAmountTy
Duncan Sands
2008-10-29
Add a RM pseudoreg for the rounding mode, which
Dale Johannesen
2008-10-28
Fix darwin ppc llvm-gcc build breakage: intercept
Duncan Sands
2008-10-27
Have TableGen emit setSubgraphColor calls under control of a -gen-debug
David Greene
2008-10-24
Mark MFCR as reading all condition code registers.
Dale Johannesen
[next]