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
*
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
*
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
*
Add "inreg" field to CallSDNode (doesn't increase
Dale Johannesen
2008-09-26
1
-1
/
+1
*
CMake: Builds all targets.
Oscar Fuentes
2008-09-26
2
-0
/
+37
*
If we have a function with an unreachable statement such that the ending debug
Bill Wendling
2008-09-26
1
-2
/
+2
*
Reapply 56585:56589 with proper fix for some gcc versions
Anton Korobeynikov
2008-09-25
2
-23
/
+27
*
Temporarily backing out 56585:56589 to unbreak the build.
Evan Cheng
2008-09-25
2
-27
/
+23
*
Minor cleanup
Anton Korobeynikov
2008-09-24
2
-0
/
+5
*
Get rid of virtual inheritance for PPC TAI
Anton Korobeynikov
2008-09-24
2
-24
/
+23
*
Get rid of ReadOnlySection duplicate
Anton Korobeynikov
2008-09-24
1
-2
/
+0
*
Get rid of now unused {Four,Eight,Sixteen}ByteConstantSection
Anton Korobeynikov
2008-09-24
1
-5
/
+0
*
Get rid of duplicate char*/Section* TextSection
Anton Korobeynikov
2008-09-24
1
-2
/
+2
*
Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic.
Anton Korobeynikov
2008-09-24
1
-6
/
+4
*
Drop obsolete hook and change all usage to new interface
Anton Korobeynikov
2008-09-24
1
-16
/
+2
[next]