index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass an explicit operand number to addLiveIns.
Jakob Stoklund Olesen
2012-10-11
2
-8
/
+8
*
Follow the same routine to add target float expansion hook
Michael Liao
2012-10-11
1
-26
/
+24
*
misched: Handle "transient" non-instructions.
Andrew Trick
2012-10-11
2
-17
/
+25
*
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-10
1
-2
/
+2
*
Add in support for expansion of all of the comparison operations to the absol...
Micah Villmow
2012-10-10
1
-17
/
+62
*
Add alternative support for FP_ROUND from v2f32 to v2f64
Michael Liao
2012-10-10
2
-4
/
+8
*
Issue description:
Stepan Dyatkovskiy
2012-10-10
1
-2
/
+3
*
Remove the final bits of Attributes being declared in the Attribute
Bill Wendling
2012-10-10
1
-2
/
+4
*
My earlier "fix" for PBQP (see r165201) was incorrect. The real issue was that
Lang Hames
2012-10-10
1
-2
/
+2
*
misched: fall-back to a target hook for instr bundles.
Andrew Trick
2012-10-10
1
-3
/
+4
*
misched: Use the TargetSchedModel interface wherever possible.
Andrew Trick
2012-10-10
3
-32
/
+75
*
misched: Add computeInstrLatency to TargetSchedModel.
Andrew Trick
2012-10-09
1
-0
/
+24
*
misched: Allow flags to disable hasInstrSchedModel/hasInstrItineraries for ex...
Andrew Trick
2012-10-09
1
-6
/
+12
*
misched: Remove LoopDependencies heuristic.
Andrew Trick
2012-10-09
1
-40
/
+1
*
Use the attribute enums to query if a parameter has an attribute.
Bill Wendling
2012-10-09
1
-6
/
+6
*
Add in the first step of the multiple pointer support. This adds in support t...
Micah Villmow
2012-10-09
1
-6
/
+7
*
Create enums for the different attributes.
Bill Wendling
2012-10-09
11
-33
/
+42
*
Fix up comment to be more clear.
Eric Christopher
2012-10-08
1
-2
/
+2
*
Refactor the AddrMode class out of TLI to its own header file.
Nadav Rotem
2012-10-08
1
-1
/
+1
*
Don't crash on extra evil irreducible control flow.
Jakob Stoklund Olesen
2012-10-08
2
-2
/
+10
*
Fixup comment.
Eric Christopher
2012-10-08
1
-1
/
+1
*
Fixup comments.
Eric Christopher
2012-10-08
1
-2
/
+2
*
misched: remove the unused getSpecialAddressLatency hook.
Andrew Trick
2012-10-08
1
-40
/
+7
*
misched: remove forceUnitLatencies. Defaults are handled by the default Sched...
Andrew Trick
2012-10-08
2
-35
/
+30
*
misched: avoid scheduling an instruction twice.
Andrew Trick
2012-10-08
1
-25
/
+29
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
35
-147
/
+147
*
Remove unused MachineInstr constructors that don't take a DebugLoc argument.
Craig Topper
2012-10-07
1
-29
/
+0
*
Fix indentation. Remove 'else' after return. No functional change.
Craig Topper
2012-10-07
1
-11
/
+8
*
Remove unused but set variable flagged by GCC.
Benjamin Kramer
2012-10-05
1
-4
/
+0
*
Simplify code, don't or a bool with an uint64_t.
Benjamin Kramer
2012-10-05
1
-2
/
+2
*
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
[next]