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
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
When merging connsecutive stores, use vectors to store the constant zero.
Nadav Rotem
2012-10-04
1
-34
/
+57
*
Update this a bit more to represent how the prologue should work:
Eric Christopher
2012-10-04
1
-3
/
+4
*
Get MCSchedModel directly from the subtarget.
Jakob Stoklund Olesen
2012-10-04
1
-2
/
+3
*
Switch MachineTraceMetrics to the new TargetSchedModel interface.
Jakob Stoklund Olesen
2012-10-04
2
-32
/
+27
*
Fix reg mask slot test, and preserve LiveIntervals and VirtRegMap in the PBQP
Lang Hames
2012-10-04
1
-1
/
+3
*
Enable -schedmodel, but prefer itineraries until we have more benchmark data.
Andrew Trick
2012-10-04
1
-52
/
+51
*
Update to use the predicate methods to query if an attribute exists.
Bill Wendling
2012-10-03
1
-17
/
+17
*
Fix a cycle in the DAG. In this code we replace multiple loads with a single ...
Nadav Rotem
2012-10-03
1
-7
/
+19
*
A DAGCombine optimization for mergeing consecutive stores to memory. The opti...
Nadav Rotem
2012-10-03
1
-0
/
+395
*
Fixed a bug in the ExecutionDependencyFix pass that caused dependencies to no...
Silviu Baranga
2012-10-03
1
-3
/
+6
*
Revert 165051-165049 while looking into the foreach.m failure in
Eric Christopher
2012-10-03
1
-16
/
+11
*
The early if conversion pass is ready to be used as an opt-in.
Jakob Stoklund Olesen
2012-10-03
1
-3
/
+3
*
Revert "Don't use a debug location for frame setup instructions in the"
Eric Christopher
2012-10-02
1
-4
/
+3
*
Remove the old coalescer algorithm.
Jakob Stoklund Olesen
2012-10-02
1
-344
/
+1
*
Handle reserved registers more accurately in handleMove().
Jakob Stoklund Olesen
2012-10-02
1
-8
/
+7
*
Make sure the whole live range is covered when values are pruned twice.
Jakob Stoklund Olesen
2012-10-02
1
-1
/
+5
*
80-col.
Eric Christopher
2012-10-02
1
-2
/
+2
*
Don't use a debug location for frame setup instructions in the
Eric Christopher
2012-10-02
1
-3
/
+4
*
Remove the SavePoint infrastructure from fast isel, replace
Eric Christopher
2012-10-02
1
-11
/
+16
*
Fix PR13991: legalizing an overflowing multiplication operation is harder than
Duncan Sands
2012-10-02
1
-7
/
+15
*
Use dyn_cast instead of isa and cast.
Jakub Staszak
2012-09-30
1
-10
/
+8
*
Revert r164910 because it causes failures to several phase2 builds.
Nadav Rotem
2012-09-30
1
-254
/
+0
*
A DAGCombine optimization for merging consecutive stores. This optimization i...
Nadav Rotem
2012-09-30
1
-0
/
+254
*
Speculatively revert commit 164885 (nadav) in the hope of ressurecting a pile of
Duncan Sands
2012-09-29
1
-252
/
+0
*
Tidy up to match coding standards. Remove 'else' after 'return' and moving op...
Craig Topper
2012-09-29
1
-27
/
+24
*
Replace a couple if/elses around similar calls with conditional operators on ...
Craig Topper
2012-09-29
1
-17
/
+6
*
A DAGCombine optimization for merging consecutive stores. This optimization i...
Nadav Rotem
2012-09-29
1
-0
/
+252
*
Remove <def,read-undef> flags from partial redefinitions.
Jakob Stoklund Olesen
2012-09-27
1
-0
/
+6
*
Enable the new coalescer algorithm by default.
Jakob Stoklund Olesen
2012-09-27
1
-1
/
+1
*
Don't dereference begin() on an empty vector.
Jakob Stoklund Olesen
2012-09-27
1
-1
/
+1
*
Avoid dereferencing a NULL pointer.
Jakob Stoklund Olesen
2012-09-27
1
-1
/
+1
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
4
-35
/
+35
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
4
-35
/
+35
*
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-26
9
-15
/
+15
*
Rename virtual table anchors from Anchor() to anchor() for consistency with t...
Craig Topper
2012-09-26
1
-2
/
+2
*
Generate an error message instead of asserting or segfaulting when we have a
Bill Wendling
2012-09-26
1
-19
/
+29
*
Generate an error message instead of asserting or segfaulting when we have a
Bill Wendling
2012-09-26
1
-29
/
+41
*
TargetLowering interface to set/get minimum block entries for jump tables.
Sebastian Pop
2012-09-25
2
-2
/
+4
*
Mark jump tables in code sections with DataRegion directives.
Jim Grosbach
2012-09-24
1
-0
/
+7
*
Have the DbgVariable "isArtificial" and "isObjectPointer" not
Eric Christopher
2012-09-21
2
-5
/
+5
*
Fix a significant recent(?) regression. StackSlotColoring no longer did anything
Evan Cheng
2012-09-21
4
-3
/
+10
*
Make the 'get*AlignmentFromAttr' functions into member functions within the A...
Bill Wendling
2012-09-21
1
-2
/
+2
*
Ignore PHI-defs for -new-coalescer interference checks.
Jakob Stoklund Olesen
2012-09-20
1
-4
/
+8
*
Extend -new-coalescer SSA update to handle mapped values as well.
Jakob Stoklund Olesen
2012-09-20
2
-9
/
+62
*
Only emit DW_AT_object_pointer if this is a definition.
Eric Christopher
2012-09-20
1
-3
/
+0
*
Revert r164308 to fix buildbots.
Bill Wendling
2012-09-20
1
-2
/
+2
*
Make the 'get*AlignmentFromAttr' functions into member functions within the A...
Bill Wendling
2012-09-20
1
-2
/
+2
*
Fix 80-col violations.
Nadav Rotem
2012-09-20
1
-13
/
+19
*
Convert some attribute existence queries over to use the predicate methods.
Bill Wendling
2012-09-19
1
-2
/
+2
*
Add predicates for queries on whether an attribute exists.
Bill Wendling
2012-09-19
1
-7
/
+6
[next]