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-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
2013-03-14
Move estimateStackSize from ARM into MachineFrameInfo
Hal Finkel
2013-03-14
Provide the register scavenger to processFunctionBeforeFrameFinalized
Hal Finkel
2013-03-13
Reset some of the target options which affect code generation.
Bill Wendling
2013-03-13
No functionality change. Use unreachable in getCUOffset.
Manman Ren
2013-03-13
No functionality change. Use unreachable in getCompileUnit.
Manman Ren
2013-03-13
Check register classes also when changing them.
Jakob Stoklund Olesen
2013-03-12
Debug Info: use DW_FORM_ref_addr instead of DW_FORM_ref4 if the referenced DIE
Manman Ren
2013-03-12
Avoid generating ISD::SELECT for vector operands to SIGN_EXTEND
Richard Relph
2013-03-11
Remove support for versioned debug info.
David Blaikie
2013-03-11
Fix a crasher newly introduced in r176659/r176649, where fast-isel tries to
Nick Lewycky
2013-03-10
Cleanup #includes.
Jakub Staszak
2013-03-08
Remove wrong and unnecessary assertion.
Jakob Stoklund Olesen
2013-03-08
Disable statistics on Release builds and move tests that depend on -stats.
Jan Wen Voung
2013-03-08
Rewrite the physreg part of findLastUseBefore().
Jakob Stoklund Olesen
2013-03-08
Remove default from fully covered switch.
Benjamin Kramer
2013-03-08
LegalizeDAG: Respect the result of TLI.getBooleanContents() when expanding SETCC
Tom Stellard
2013-03-08
DAGCombiner: Use correct value type for checking legality of BR_CC v3
Tom Stellard
[next]