index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
Age
Commit message (
Expand
)
Author
2012-10-11
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
Pass an explicit operand number to addLiveIns.
Jakob Stoklund Olesen
2012-10-11
Follow the same routine to add target float expansion hook
Michael Liao
2012-10-11
misched: Handle "transient" non-instructions.
Andrew Trick
2012-10-10
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-10
Add in support for expansion of all of the comparison operations to the absol...
Micah Villmow
2012-10-10
Add alternative support for FP_ROUND from v2f32 to v2f64
Michael Liao
2012-10-10
Issue description:
Stepan Dyatkovskiy
2012-10-10
Remove the final bits of Attributes being declared in the Attribute
Bill Wendling
2012-10-10
My earlier "fix" for PBQP (see r165201) was incorrect. The real issue was that
Lang Hames
2012-10-10
misched: fall-back to a target hook for instr bundles.
Andrew Trick
2012-10-10
misched: Use the TargetSchedModel interface wherever possible.
Andrew Trick
2012-10-09
misched: Add computeInstrLatency to TargetSchedModel.
Andrew Trick
2012-10-09
misched: Allow flags to disable hasInstrSchedModel/hasInstrItineraries for ex...
Andrew Trick
2012-10-09
misched: Remove LoopDependencies heuristic.
Andrew Trick
2012-10-09
Use the attribute enums to query if a parameter has an attribute.
Bill Wendling
2012-10-09
Add in the first step of the multiple pointer support. This adds in support t...
Micah Villmow
2012-10-09
Create enums for the different attributes.
Bill Wendling
2012-10-08
Fix up comment to be more clear.
Eric Christopher
2012-10-08
Refactor the AddrMode class out of TLI to its own header file.
Nadav Rotem
2012-10-08
Don't crash on extra evil irreducible control flow.
Jakob Stoklund Olesen
2012-10-08
Fixup comment.
Eric Christopher
2012-10-08
Fixup comments.
Eric Christopher
2012-10-08
misched: remove the unused getSpecialAddressLatency hook.
Andrew Trick
2012-10-08
misched: remove forceUnitLatencies. Defaults are handled by the default Sched...
Andrew Trick
2012-10-08
misched: avoid scheduling an instruction twice.
Andrew Trick
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-10-07
Remove unused MachineInstr constructors that don't take a DebugLoc argument.
Craig Topper
2012-10-07
Fix indentation. Remove 'else' after return. No functional change.
Craig Topper
2012-10-05
Remove unused but set variable flagged by GCC.
Benjamin Kramer
2012-10-05
Simplify code, don't or a bool with an uint64_t.
Benjamin Kramer
2012-10-04
When merging connsecutive stores, use vectors to store the constant zero.
Nadav Rotem
2012-10-04
Update this a bit more to represent how the prologue should work:
Eric Christopher
2012-10-04
Get MCSchedModel directly from the subtarget.
Jakob Stoklund Olesen
2012-10-04
Switch MachineTraceMetrics to the new TargetSchedModel interface.
Jakob Stoklund Olesen
2012-10-04
Fix reg mask slot test, and preserve LiveIntervals and VirtRegMap in the PBQP
Lang Hames
2012-10-04
Enable -schedmodel, but prefer itineraries until we have more benchmark data.
Andrew Trick
2012-10-03
Update to use the predicate methods to query if an attribute exists.
Bill Wendling
2012-10-03
Fix a cycle in the DAG. In this code we replace multiple loads with a single ...
Nadav Rotem
2012-10-03
A DAGCombine optimization for mergeing consecutive stores to memory. The opti...
Nadav Rotem
2012-10-03
Fixed a bug in the ExecutionDependencyFix pass that caused dependencies to no...
Silviu Baranga
2012-10-03
Revert 165051-165049 while looking into the foreach.m failure in
Eric Christopher
2012-10-03
The early if conversion pass is ready to be used as an opt-in.
Jakob Stoklund Olesen
2012-10-02
Revert "Don't use a debug location for frame setup instructions in the"
Eric Christopher
2012-10-02
Remove the old coalescer algorithm.
Jakob Stoklund Olesen
2012-10-02
Handle reserved registers more accurately in handleMove().
Jakob Stoklund Olesen
2012-10-02
Make sure the whole live range is covered when values are pruned twice.
Jakob Stoklund Olesen
2012-10-02
80-col.
Eric Christopher
2012-10-02
Don't use a debug location for frame setup instructions in the
Eric Christopher
2012-10-02
Remove the SavePoint infrastructure from fast isel, replace
Eric Christopher
[next]