summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Trim #includes.Dan Gohman2008-08-05
* Fix several const-correctness issues, resolving some -Wcast-qual warnings.Dan Gohman2008-08-05
* Correct an assertion string.Dan Gohman2008-08-05
* Remove #if 0.Evan Cheng2008-08-05
* Fix PR2568: Fix bug that cause redudant kill marker after its live interval h...Evan Cheng2008-08-05
* Remove unneeded iteration. Thanks to Dan for the feedback.Owen Anderson2008-08-05
* This option doesn't need to be a target option. It can be in SDISel instead.Owen Anderson2008-08-05
* Update these tests to work by disabling the new correct CFG generation. This...Owen Anderson2008-08-04
* - Fix SelectionDAG to generate correct CFGs.Owen Anderson2008-08-04
* PR2621: Improvements to the SCEV AddRec binomial expansion. This Eli Friedman2008-08-04
* Fix SDISel lowering of PHI nodes to use ComputeValueVTs.Dan Gohman2008-08-04
* Fix SDISel lowering of zeroinitializer and undef to use ComputeValueVTs.Dan Gohman2008-08-04
* Add an assert to catch invalid VECTOR_SHUFFLE mask indices.Dan Gohman2008-08-04
* Mips ISelLowering cleanup : Removed old LowerCALL and FORMAL_ARGS helpers, theyBruno Cardoso Lopes2008-08-04
* Handle i32->f32 bitconvert results.Bruno Cardoso Lopes2008-08-04
* Add atomic sub for other sizesAndrew Lenharth2008-08-03
* Emit saveri with the correct operand order, patch by Richard Pennington!Chris Lattner2008-08-03
* Fix PR2615Bruno Cardoso Lopes2008-08-03
* Improved asm inline for hi,lo resultsBruno Cardoso Lopes2008-08-02
* Apply the same pattern used in 'and' lowering for 'or'Bruno Cardoso Lopes2008-08-02
* Fix comment typos.Duncan Sands2008-08-01
* Removed unused parameters.Bill Wendling2008-08-01
* Make sse2 explicit, for non-x86 hosts.Dale Johannesen2008-07-31
* Expand fcopysignBruno Cardoso Lopes2008-07-31
* Handle more SELECT corner cases considering legalize types, probabily wont wo...Bruno Cardoso Lopes2008-07-31
* Add a flag to disable jump table generation (allDale Johannesen2008-07-31
* Improve dagcombining for sext-loads and sext-in-reg nodes.Dan Gohman2008-07-31
* Added pattern for floating point zero immediate (avoiding a constant poolBruno Cardoso Lopes2008-07-30
* Move SelectionDAG::viewGraph() out of line; as an inline functionDan Gohman2008-07-30
* Don't look for leaf values to store when lowering stores ofDan Gohman2008-07-30
* Use existing LiveInterval methods to simplify live interval merging. Thanks ...Owen Anderson2008-07-30
* I missed this file in r54223. movzbl is now used insteadDan Gohman2008-07-30
* Reapply r54147 with a constraint to only use the 8-bitDan Gohman2008-07-30
* Value numbers whose def index is a special sentinel value should not be remap...Owen Anderson2008-07-30
* Fixed bug in global address lowering for functions and in Brcond loweringBruno Cardoso Lopes2008-07-30
* Removed small section flag for mips, the assembler doesnt support this flagBruno Cardoso Lopes2008-07-30
* Added new features to represent specific instructions groupsBruno Cardoso Lopes2008-07-30
* Instruction definition cleanupBruno Cardoso Lopes2008-07-30
* Document BasicBlock::Create.Matthijs Kooijman2008-07-30
* Not that using stream headers other than iostream is allowed.Matthijs Kooijman2008-07-30
* Added support for overloading intrinsics (atomics) based on pointersMon P Wang2008-07-30
* Another SCEV issue from PR2607; essentially the same issue, but this Eli Friedman2008-07-30
* More fixes for corner cases when remapping live range indices.Owen Anderson2008-07-30
* When merging live intervals, we also need to merge in any live ranges that ar...Owen Anderson2008-07-30
* Fix for PR2607: SCEV miscomputing the loop count for loops with an Eli Friedman2008-07-30
* When merging a PHI operand's live interval into the PHI's live interval, we n...Owen Anderson2008-07-29
* Don't decrement the BB remap when we don't need to.Owen Anderson2008-07-29
* Fix PR2609. If a label is deleted, then it needsDuncan Sands2008-07-29
* Changed some methods order.Bruno Cardoso Lopes2008-07-29
* Fix broken CellSPU lowering, re-instate braces in LegalizeNate Begeman2008-07-29