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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix a small bug.
David Greene
2009-11-19
1
-1
/
+1
*
Enable hoisting of loads from constant memory by default. In cases where
Dan Gohman
2009-11-19
1
-11
/
+1
*
Use StringRef::min instead of std::min.
Daniel Dunbar
2009-11-19
1
-5
/
+5
*
fix typo
Jim Grosbach
2009-11-19
1
-1
/
+1
*
Trailing whitespace.
Mikhail Glushenkov
2009-11-19
1
-25
/
+25
*
Fix a typo in a comment.
Dan Gohman
2009-11-19
1
-1
/
+1
*
Add support for spreading register allocation.
David Greene
2009-11-19
1
-7
/
+60
*
Unbreak x64 MSVC build. Patch by Nicolas Capens!
Benjamin Kramer
2009-11-19
1
-0
/
+3
*
Add PS3 Triple class, Credit to John Thompson.
Edward O'Callaghan
2009-11-19
1
-1
/
+4
*
80 col violation.
Evan Cheng
2009-11-19
1
-1
/
+2
*
More consistent thumb1 asm printing.
Evan Cheng
2009-11-19
4
-11
/
+27
*
Shrink ldr / str [sp, imm0-1024] to 16-bit instructions.
Evan Cheng
2009-11-19
1
-8
/
+26
*
Eliminate more * 4 in Thumb1 asm printing for consistency sake.
Evan Cheng
2009-11-19
1
-4
/
+4
*
- Add sugregister logic to handle f64=(f32,f32).
Bruno Cardoso Lopes
2009-11-19
4
-2
/
+166
*
Only use small sections for non linux targets!
Bruno Cardoso Lopes
2009-11-19
1
-0
/
+7
*
Added a new Spiller implementation which wraps LiveIntervals::addIntervalsFor...
Lang Hames
2009-11-19
3
-25
/
+55
*
Teach IVUsers to keep things simpler and track loop-invariant strides only
Jim Grosbach
2009-11-19
1
-0
/
+10
*
Eliminate duplicate phi nodes in loops. Loop rotation, for example, can intro...
Jim Grosbach
2009-11-19
1
-0
/
+6
*
Make EliminateDuplicatePHINodes() available as a utility function
Jim Grosbach
2009-11-19
1
-1
/
+1
*
The "ReadOnlyWithRel" enum seems to apply more to what Darwin does with the EH
Bill Wendling
2009-11-19
2
-5
/
+6
*
There should be no need to keep renumbering blocks during tail duplication.
Bob Wilson
2009-11-18
1
-3
/
+0
*
Add XCore support for indirectbr / blockaddress.
Richard Osborne
2009-11-18
4
-1
/
+23
*
Attempt #2:
Bill Wendling
2009-11-18
2
-7
/
+29
*
Tail duplication still needs to iterate. Duplicating new instructions onto
Bob Wilson
2009-11-18
1
-3
/
+7
*
Add another statistic to measure code size due to tail duplication.
Bob Wilson
2009-11-18
1
-0
/
+3
*
Fix PR5300.
Jakob Stoklund Olesen
2009-11-18
1
-12
/
+5
*
Allow the machine verifier to be run outside the PassManager.
Jakob Stoklund Olesen
2009-11-18
1
-17
/
+160
*
Remove the -early-coalescing option
Jakob Stoklund Olesen
2009-11-18
1
-137
/
+0
*
Fixed the in-place spiller and trivial rewriter, which had been broken by the...
Lang Hames
2009-11-18
3
-221
/
+56
*
Added getDefaultSubtargetFeatures method to SubtargetFeatures class which ret...
Viktor Kutuzov
2009-11-18
1
-0
/
+27
*
Add statistics for tail duplication.
Bob Wilson
2009-11-18
1
-0
/
+4
*
Add ARMv6 itineraries.
David Goodwin
2009-11-18
3
-13
/
+201
*
Fix a few places that were missed when we converted to unified syntax.
Bob Wilson
2009-11-18
1
-2
/
+2
*
Don't require LiveVariables for PHIElimination. Enable critical edge splitting
Jakob Stoklund Olesen
2009-11-18
2
-28
/
+9
*
Fix passing of float arguments through ffi.
Nick Lewycky
2009-11-18
1
-1
/
+1
*
Add a target hook to allow changing the tail duplication limit based on the
Bob Wilson
2009-11-18
5
-4
/
+25
*
The llvm-gcc front-end and the pass manager use two separate TargetData objects.
Bill Wendling
2009-11-18
1
-24
/
+116
*
Simplify ComputeMultiple so that it doesn't depend on TargetData.
Dan Gohman
2009-11-18
2
-25
/
+11
*
Fix inverted test and add testcase from failing self-host.
Jakob Stoklund Olesen
2009-11-18
1
-9
/
+7
*
Remove dead code.
Devang Patel
2009-11-17
1
-55
/
+1
*
Add ability to set code model within the execution engine builders
Eric Christopher
2009-11-17
3
-8
/
+15
*
grammar
Jim Grosbach
2009-11-17
1
-2
/
+2
*
Enable arm jumpt table adjustment.
Jim Grosbach
2009-11-17
1
-1
/
+1
*
Disable -split-phi-edges to unbreak the buildbots
Jakob Stoklund Olesen
2009-11-17
1
-1
/
+1
*
Never call UpdateTerminator() when AnalyzeBranch would fail.
Jakob Stoklund Olesen
2009-11-17
1
-1
/
+13
*
Both Darwin as and GNU as violate ARM docs wrt printing of addrmode6
Anton Korobeynikov
2009-11-17
1
-5
/
+2
*
Add a WriteAsOperand for MachineBasicBlock so MachineLoopInfo dump looks sane.
Evan Cheng
2009-11-17
1
-0
/
+5
*
Fix comment.
Evan Cheng
2009-11-17
1
-3
/
+3
*
Enable -split-phi-edges by default, except when -regalloc=local.
Jakob Stoklund Olesen
2009-11-17
1
-3
/
+15
*
80-column violations
Jim Grosbach
2009-11-17
1
-8
/
+11
[prev]
[next]