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
*
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 ...
Anton Korobeynikov
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
*
Eliminate the ISel priority queue, which used the topological order for a
Dan Gohman
2008-11-05
1
-27
/
+1
*
Shift amounts should have type getShiftAmountTy
Duncan Sands
2008-10-30
1
-9
/
+9
*
Add a RM pseudoreg for the rounding mode, which
Dale Johannesen
2008-10-29
4
-165
/
+200
*
Fix darwin ppc llvm-gcc build breakage: intercept
Duncan Sands
2008-10-28
1
-5
/
+7
*
Have TableGen emit setSubgraphColor calls under control of a -gen-debug
David Greene
2008-10-27
1
-1
/
+1
*
Mark MFCR as reading all condition code registers.
Dale Johannesen
2008-10-24
1
-0
/
+2
*
Rewrite logic to figure out whether LR needs to
Dale Johannesen
2008-10-24
2
-32
/
+34
*
Mark defs and uses of CTR and LR correctly.
Dale Johannesen
2008-10-23
2
-11
/
+30
*
CMake: Turned some libraries into partially linked objects. Corrected
Oscar Fuentes
2008-10-22
1
-1
/
+1
*
Disable constant-offset folding for PowerPC, as the PowerPC target
Dan Gohman
2008-10-21
2
-0
/
+8
*
Trim #includes.
Dan Gohman
2008-10-16
2
-3
/
+0
*
Fix warnings about mb/me being potentially used
Duncan Sands
2008-10-16
1
-2
/
+2
*
Const-ify several TargetInstrInfo methods.
Dan Gohman
2008-10-16
2
-9
/
+9
*
Rename LoadX to LoadExt.
Evan Cheng
2008-10-14
1
-2
/
+2
*
Fix command-line option printing to print two spaces where needed,
Dan Gohman
2008-10-14
1
-2
/
+2
*
Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's as
Chris Lattner
2008-10-11
2
-9
/
+7
*
Add <cstdio> include where needed by gcc-4.4.
Duncan Sands
2008-10-08
1
-0
/
+1
*
Fix weird think-o and unbreak build on all gcc-3.4.x-based platforms (e.g. mi...
Anton Korobeynikov
2008-10-05
1
-2
/
+3
*
Avoid creating two TargetLowering objects for each target.
Dan Gohman
2008-10-03
1
-2
/
+2
*
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-10-03
5
-50
/
+50
*
Remove OptimizeForSize global. Use function attribute optsize.
Devang Patel
2008-10-01
1
-1
/
+1
*
Rename isWeakForLinker to mayBeOverridden. Use it
Duncan Sands
2008-09-29
1
-2
/
+2
*
Temporarily reverting r56683. This is causing a failure during the build of l...
Bill Wendling
2008-09-26
1
-1
/
+0
*
Rename ConstantSDNode's getSignExtended to getSExtValue, for
Dan Gohman
2008-09-26
1
-1
/
+1
*
Fix @llvm.frameaddress codegen. FP elimination optimization should be disable...
Evan Cheng
2008-09-26
1
-0
/
+1
[next]