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-11-14
Add newlines to end of debug messages.
Craig Topper
2012-11-14
Handle DAG CSE adding new uses during ReplaceAllUsesWith. Fixes PR14333.
Rafael Espindola
2012-11-14
Use TARGET2 relocation for TType references on ARM.
Anton Korobeynikov
2012-11-13
Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."
Eric Christopher
2012-11-13
Revert -join-splitedges to a boolean cmd line option.
Andrew Trick
2012-11-13
The MachineScheduler does not currently require JoinSplitEdges.
Andrew Trick
2012-11-13
[MC][COFF] Emit weak symbols to the correct section. Patch by Dmitry Puzirev!
Michael J. Spencer
2012-11-13
Do not consider a machine instruction that uses and defines the same
Ulrich Weigand
2012-11-13
Fix -join-splitedges: my previous "cleanup" broke it.
Andrew Trick
2012-11-13
Codegen support for arbitrary vector getelementptrs.
Duncan Sands
2012-11-13
misched: Allow subtargets to enable misched and dependent options.
Andrew Trick
2012-11-13
Added RegisterCoalescer support for joining global copies first.
Andrew Trick
2012-11-13
misched: Don't consider artificial edges weak edges.
Andrew Trick
2012-11-13
Use the 'count' attribute instead of the 'upper_bound' attribute.
Bill Wendling
2012-11-13
Cleanup the main RegisterCoalescer loop.
Andrew Trick
2012-11-12
Cleanup -join-splitedges. Make the loop more obvious.
Andrew Trick
2012-11-12
Add an option to enable prototype "fission" capabilities and debug changes.
Eric Christopher
2012-11-12
Added a temporary option to avoid critical edges splitting.
Andrew Trick
2012-11-12
misched: rename interfaceto avoid gcc warnings
Andrew Trick
2012-11-12
misched: Target-independent support for MacroFusion.
Andrew Trick
2012-11-12
misched: Target-independent support for load/store clustering.
Andrew Trick
2012-11-12
misched: Infrastructure for weak DAG edges.
Andrew Trick
2012-11-09
Fix assertions in updateRegMaskSlots().
Jakob Stoklund Olesen
2012-11-09
Silence GCC warning about falling off the end of a non-void function.
Benjamin Kramer
2012-11-07
misched: Heuristics based on the machine model.
Andrew Trick
2012-11-07
misched: handle on-the-fly regpressure queries better for 2-addr
Andrew Trick
2012-11-07
Add comment describing what's going on here.
Bill Wendling
2012-11-07
When we're updating the subprogram scope DIE, we want to determine if we're
Bill Wendling
2012-11-06
[regallocfast] Make sure the MachineRegisterInfo is aware of clobbers from a
Chad Rosier
2012-11-06
misched: TargetSchedule interface for machine resources.
Andrew Trick
2012-11-06
misched: Rename RemainingCount to avoid confusion with remaining resources.
Andrew Trick
2012-11-06
ScheduleDAG interface. Added OrderKind to distinguish nonregister dependencies.
Andrew Trick
2012-11-03
Be careful not to optimize a SELECT_CC into a SETCC post-legalization if the ...
Owen Anderson
2012-11-01
OutputArg: added an index of the original argument to match the change to
Manman Ren
2012-11-01
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-11-01
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-11-01
Add a few more simple fast-math constant propagations and cancellations.
Owen Anderson
2012-11-01
Exploit the new identity composition in composeSubRegIndices().
Jakob Stoklund Olesen
2012-10-31
Replace some instances of UniqueVector with SetVector, which is slightly chea...
Benjamin Kramer
2012-10-31
Change signature of function RAFast::spillAll to avoid conversion between
Akira Hatanaka
2012-10-31
Check that iterator I is not the end iterator.
Akira Hatanaka
2012-10-30
[inline asm] Get the mayLoad/mayStore directly from the MIOp_ExtraInfo operand.
Chad Rosier
2012-10-30
Add a comment for r167040.
Chad Rosier
2012-10-30
[inline asm] Implement mayLoad and mayStore for inline assembly. In general,
Chad Rosier
2012-10-30
Fix grammar.
Bill Wendling
2012-10-29
In various places throughout the code generator, there were special
Ulrich Weigand
2012-10-29
Completely disallow partial copies in adjustCopiesBackFrom().
Jakob Stoklund Olesen
2012-10-29
Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (the
Duncan Sands
2012-10-29
This patch addresses a problem with the Post RA scheduler generating an
Preston Gurd
2012-10-29
Remove unused typedef.
Lang Hames
[next]