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
2013-04-05
Revert r178845 - Fix bug in PEI's virtual-register scavenging
Hal Finkel
2013-04-05
Fix bug in PEI's virtual-register scavenging
Hal Finkel
2013-04-05
RegisterPressure heuristics currently require signed comparisons.
Andrew Trick
2013-04-05
Disable DFSResult for ConvergingScheduler.
Andrew Trick
2013-04-05
MachineScheduler: format DEBUG output.
Andrew Trick
2013-04-04
CostModel: Add parameter to instruction cost to further classify operand values
Arnold Schwaighofer
2013-04-04
Debug Info: revert 178722 for now.
Manman Ren
2013-04-04
typo
Adrian Prantl
2013-04-04
Formatting
Eli Bendersky
2013-04-04
Debug Info: according to DWARF 2, FORM_ref_addr the same size as an address on
Manman Ren
2013-04-03
Fix PR15632: No support for ppcf128 floating-point remainder on PowerPC.
Bill Schmidt
2013-04-03
Fix grammar.
Eric Christopher
2013-04-03
Remove ZeroOrMore from the option description. We don't need it here.
Eric Christopher
2013-04-02
Allow MachineTraceMetrics to be used when the model has no resources.
Jakob Stoklund Olesen
2013-04-02
Don't attempt MTM heuristics without a scheduling model present.
Jakob Stoklund Olesen
2013-04-02
Count processor resources individually in MachineTraceMetrics.
Jakob Stoklund Olesen
2013-04-02
DAGCombiner: Merge store/loads when we have extload/truncstores
Arnold Schwaighofer
2013-04-01
Merge load/store sequences with adresses: base + index + offset
Arnold Schwaighofer
2013-03-30
DAGCombine: visitXOR can replace a node without returning it, bail out in tha...
Benjamin Kramer
2013-03-29
Use SmallVectorImpl instead of SmallVector at the uses.
Eric Christopher
2013-03-29
Use 12 as the magic number for our abbreviation data and our
Eric Christopher
2013-03-29
Move the construction of the skeleton compile unit after the
Eric Christopher
2013-03-29
Remove the old CodePlacementOpt pass.
Benjamin Kramer
2013-03-29
Fix a typo
Nadav Rotem
2013-03-28
[fast-isel] Add a preemptive fix for the case where we fail to materialize an
Chad Rosier
2013-03-27
Fix target-customized spilling in the register scavenger
Hal Finkel
2013-03-26
Fix the register scavenger for targets that provide custom spilling
Hal Finkel
2013-03-26
Update PEI's virtual-register-based scavenging to support multiple simultaneo...
Hal Finkel
2013-03-25
Enhance folding of (extract_subvec (insert_subvec V1, V2, IIdx), EIdx)
Michael Liao
2013-03-25
Disable some unsafe-fp-math DAG-combine transformation after legalization.
Shuxin Yang
2013-03-25
Couple more sets of tidying.
Eric Christopher
2013-03-25
Formatting.
Eric Christopher
2013-03-25
Teach cmake about the new Erlang GC files.
Duncan Sands
2013-03-25
Add a GC plugin for Erlang
Yiannis Tsiouris
2013-03-23
Remove the type legality check from the SelectionDAGBuilder when it lowers @l...
Owen Anderson
2013-03-23
Fix comparison of mixed signedness
Hal Finkel
2013-03-22
Allow the register scavenger to spill multiple registers
Hal Finkel
2013-03-22
Remove ScavengedRC from RegisterScavenging
Hal Finkel
2013-03-21
Fix missing std::. Not sure how this compiles for anyone else.
Matt Arsenault
2013-03-20
Make variable name more explicit and eliminate redundant lookup in SDNodeOrde...
Justin Holewinski
2013-03-20
When computing the demanded bits of Load SDNodes, make sure that we are looki...
Nadav Rotem
2013-03-20
Revert "pre-RA-sched: fix TargetOpcode usage"
Christian Konig
2013-03-20
Move SDNode order propagation to SDNodeOrdering, which also fixes a missed
Justin Holewinski
2013-03-20
pre-RA-sched: fix TargetOpcode usage
Christian Konig
2013-03-20
Propagate DAG node ordering during type legalization and instruction selection
Justin Holewinski
2013-03-18
Move #include of BitVector from .h to .cpp file.
Jakub Staszak
2013-03-18
Add some constantness.
Jakub Staszak
2013-03-18
Fix integer comparison in DIEInteger::BestForm.
Hans Wennborg
2013-03-18
Windows TLS: Section name prefix to ensure correct order
Anton Korobeynikov
2013-03-16
Change the default latency for implicit defs.
Andrew Trick
[prev]
[next]