aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* [fast-isel] Add a preemptive fix for the case where we fail to materialize anChad Rosier2013-03-281-0/+2
* Fix target-customized spilling in the register scavengerHal Finkel2013-03-271-1/+1
* Fix the register scavenger for targets that provide custom spillingHal Finkel2013-03-261-2/+5
* Update PEI's virtual-register-based scavenging to support multiple simultaneo...Hal Finkel2013-03-262-22/+35
* Enhance folding of (extract_subvec (insert_subvec V1, V2, IIdx), EIdx)Michael Liao2013-03-251-21/+29
* Disable some unsafe-fp-math DAG-combine transformation after legalization.Shuxin Yang2013-03-251-5/+17
* Couple more sets of tidying.Eric Christopher2013-03-251-5/+5
* Formatting.Eric Christopher2013-03-251-4/+4
* Teach cmake about the new Erlang GC files.Duncan Sands2013-03-252-0/+2
* Add a GC plugin for ErlangYiannis Tsiouris2013-03-252-0/+201
* Remove the type legality check from the SelectionDAGBuilder when it lowers @l...Owen Anderson2013-03-231-1/+0
* Fix comparison of mixed signednessHal Finkel2013-03-231-1/+1
* Allow the register scavenger to spill multiple registersHal Finkel2013-03-222-21/+40
* Remove ScavengedRC from RegisterScavengingHal Finkel2013-03-221-3/+0
* Fix missing std::. Not sure how this compiles for anyone else.Matt Arsenault2013-03-211-1/+1
* Make variable name more explicit and eliminate redundant lookup in SDNodeOrde...Justin Holewinski2013-03-201-4/+4
* When computing the demanded bits of Load SDNodes, make sure that we are looki...Nadav Rotem2013-03-201-12/+16
* Revert "pre-RA-sched: fix TargetOpcode usage"Christian Konig2013-03-201-18/+12
* Move SDNode order propagation to SDNodeOrdering, which also fixes a missedJustin Holewinski2013-03-204-23/+15
* pre-RA-sched: fix TargetOpcode usageChristian Konig2013-03-201-12/+18
* Propagate DAG node ordering during type legalization and instruction selectionJustin Holewinski2013-03-203-2/+43
* Move #include of BitVector from .h to .cpp file.Jakub Staszak2013-03-181-0/+1
* Add some constantness.Jakub Staszak2013-03-181-1/+1
* Fix integer comparison in DIEInteger::BestForm.Hans Wennborg2013-03-181-3/+4
* Windows TLS: Section name prefix to ensure correct orderAnton Korobeynikov2013-03-181-2/+5
* Change the default latency for implicit defs.Andrew Trick2013-03-161-1/+4
* Move estimateStackSize from ARM into MachineFrameInfoHal Finkel2013-03-141-0/+48
* Provide the register scavenger to processFunctionBeforeFrameFinalizedHal Finkel2013-03-141-1/+1
* Reset some of the target options which affect code generation.Bill Wendling2013-03-131-0/+1
* No functionality change. Use unreachable in getCUOffset.Manman Ren2013-03-131-1/+3
* No functionality change. Use unreachable in getCompileUnit.Manman Ren2013-03-131-1/+1
* Check register classes also when changing them.Jakob Stoklund Olesen2013-03-131-0/+1
* Debug Info: use DW_FORM_ref_addr instead of DW_FORM_ref4 if the referenced DIEManman Ren2013-03-126-4/+54
* Avoid generating ISD::SELECT for vector operands to SIGN_EXTENDRichard Relph2013-03-121-2/+2
* Remove support for versioned debug info.David Blaikie2013-03-113-143/+24
* Fix a crasher newly introduced in r176659/r176649, where fast-isel tries toNick Lewycky2013-03-111-0/+2
* Cleanup #includes.Jakub Staszak2013-03-101-0/+2
* Remove wrong and unnecessary assertion.Jakob Stoklund Olesen2013-03-081-1/+0
* Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-082-18/+14
* Rewrite the physreg part of findLastUseBefore().Jakob Stoklund Olesen2013-03-081-24/+36
* Remove default from fully covered switch.Benjamin Kramer2013-03-081-2/+1
* LegalizeDAG: Respect the result of TLI.getBooleanContents() when expanding SETCCTom Stellard2013-03-081-1/+13
* DAGCombiner: Use correct value type for checking legality of BR_CC v3Tom Stellard2013-03-081-1/+2
* Add -verify-misched option.Andrew Trick2013-03-081-0/+9
* Revert r176154 in favor of a better approach.Bill Wendling2013-03-082-9/+11
* Add a getPassName() method.Jakob Stoklund Olesen2013-03-071-0/+1
* Rename isEarlierInSameTrace to isUsefulDominator.Jakob Stoklund Olesen2013-03-071-2/+2
* [fast-isel] Seriously, add support for the expect intrinsic.Chad Rosier2013-03-071-3/+3
* [fast-isel] Add support for the expect intrinsic.Chad Rosier2013-03-071-0/+5
* ArrayRefize some code. No functionality change.Benjamin Kramer2013-03-072-5/+3