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