oota-llvm.git
2008-08-05 Chris LattnerCapitalize LLVM, suggested by Walt Pawley
2008-08-05 Owen AndersonUpdate the remaining tests not to use -disable-correct...
2008-08-05 Owen AndersonOne more -disable-correct-folding case removed.
2008-08-05 Owen AndersonRemove another -disable-correct-folding use.
2008-08-05 Owen AndersonEliminate another use of -disable-correct-folding.
2008-08-05 Owen AndersonThis check is unnecessary, and getting rid of it remove...
2008-08-05 Owen AndersonRemove the need for -disable-correct-folding from this...
2008-08-05 Dan GohmanFix the AsmWriter to not print extra spaces after param...
2008-08-05 Dan GohmanTrim #includes.
2008-08-05 Dan GohmanFix several const-correctness issues, resolving some...
2008-08-05 Dan GohmanCorrect an assertion string.
2008-08-05 Evan ChengRemove #if 0.
2008-08-05 Evan ChengFix PR2568: Fix bug that cause redudant kill marker...
2008-08-05 Owen AndersonRemove unneeded iteration. Thanks to Dan for the feedback.
2008-08-05 Owen AndersonThis option doesn't need to be a target option. It...
2008-08-04 Owen AndersonUpdate these tests to work by disabling the new correct...
2008-08-04 Owen Anderson- Fix SelectionDAG to generate correct CFGs.
2008-08-04 Eli FriedmanPR2621: Improvements to the SCEV AddRec binomial expans...
2008-08-04 Dan GohmanFix SDISel lowering of PHI nodes to use ComputeValueVTs.
2008-08-04 Dan GohmanFix SDISel lowering of zeroinitializer and undef to...
2008-08-04 Dan GohmanAdd an assert to catch invalid VECTOR_SHUFFLE mask...
2008-08-04 Bruno Cardoso... Mips ISelLowering cleanup : Removed old LowerCALL and...
2008-08-04 Bruno Cardoso... Handle i32->f32 bitconvert results.
2008-08-03 Andrew LenharthAdd atomic sub for other sizes
2008-08-03 Chris LattnerEmit saveri with the correct operand order, patch by...
2008-08-03 Bruno Cardoso... Fix PR2615
2008-08-02 Bruno Cardoso... Improved asm inline for hi,lo results
2008-08-02 Bruno Cardoso... Apply the same pattern used in 'and' lowering for 'or'
2008-08-01 Duncan SandsFix comment typos.
2008-08-01 Bill WendlingRemoved unused parameters.
2008-07-31 Dale JohannesenMake sse2 explicit, for non-x86 hosts.
2008-07-31 Bruno Cardoso... Expand fcopysign
2008-07-31 Bruno Cardoso... Handle more SELECT corner cases considering legalize...
2008-07-31 Dale JohannesenAdd a flag to disable jump table generation (all
2008-07-31 Dan GohmanImprove dagcombining for sext-loads and sext-in-reg...
2008-07-30 Bruno Cardoso... Added pattern for floating point zero immediate (avoidi...
2008-07-30 Dan GohmanMove SelectionDAG::viewGraph() out of line; as an inlin...
2008-07-30 Dan GohmanDon't look for leaf values to store when lowering stores of
2008-07-30 Owen AndersonUse existing LiveInterval methods to simplify live...
2008-07-30 Dan GohmanI missed this file in r54223. movzbl is now used instead
2008-07-30 Dan GohmanReapply r54147 with a constraint to only use the 8-bit
2008-07-30 Owen AndersonValue numbers whose def index is a special sentinel...
2008-07-30 Bruno Cardoso... Fixed bug in global address lowering for functions...
2008-07-30 Bruno Cardoso... Removed small section flag for mips, the assembler...
2008-07-30 Bruno Cardoso... Added new features to represent specific instructions...
2008-07-30 Bruno Cardoso... Instruction definition cleanup
2008-07-30 Matthijs KooijmanDocument BasicBlock::Create.
2008-07-30 Matthijs KooijmanNot that using stream headers other than iostream is...
2008-07-30 Mon P WangAdded support for overloading intrinsics (atomics)...
2008-07-30 Eli FriedmanAnother SCEV issue from PR2607; essentially the same...
2008-07-30 Owen AndersonMore fixes for corner cases when remapping live range...
2008-07-30 Owen AndersonWhen merging live intervals, we also need to merge...
2008-07-30 Eli FriedmanFix for PR2607: SCEV miscomputing the loop count for...
2008-07-29 Owen AndersonWhen merging a PHI operand's live interval into the...
2008-07-29 Owen AndersonDon't decrement the BB remap when we don't need to.
2008-07-29 Duncan SandsFix PR2609. If a label is deleted, then it needs
2008-07-29 Bruno Cardoso... Changed some methods order.
2008-07-29 Nate BegemanFix broken CellSPU lowering, re-instate braces in Legalize
2008-07-29 Bruno Cardoso... Added floating point lowering for select.
2008-07-29 Duncan SandsSet the executable bit - means it can actually
2008-07-29 Nate BegemanDisable a fix in the previous patch, since it breaks...
2008-07-29 Nate BegemanAdd vector shifts to the IR, patch by Eli Friedman.
2008-07-29 Matthijs KooijmanAdd -unroll-allow-partial command line option that...
2008-07-29 Matthijs KooijmanRestructure ArgumentPromotion a bit. Instead of just...
2008-07-29 Matthijs KooijmanImprove bugpoint output a bit by outputting the actual...
2008-07-29 Matthijs KooijmanAdd a GetElementPtrInst::getIndexedType that accepts...
2008-07-29 Evan ChengFix for PR2578. Do not split off a block whose size...
2008-07-29 Dan GohmanRevert 54147.
2008-07-28 Dan GohmanAdd x86 isel patterns to match what would be a ZERO_EXT...
2008-07-28 Dan GohmanFold the useful features of alist and alist_node into...
2008-07-28 Owen AndersonDon't remove volatile loads. Thanks to Duncan for...
2008-07-28 Bill WendlingRemove extra lines
2008-07-28 Bruno Cardoso... Disable gp_rel relocation for constant pools access...
2008-07-28 Duncan SandsSince build_vector is a variadic node, the number
2008-07-28 Duncan SandsThis is not a binary file.
2008-07-28 Bruno Cardoso... Added floating point lowering for setcc and brcond.
2008-07-28 Duncan SandsTest this differently: I saw this test fail
2008-07-28 Bill WendlingDon't build with 4.0.
2008-07-28 Dan GohmanFix a typo in a comment.
2008-07-28 Dan GohmanReword a comment to be less ambiguous.
2008-07-28 Dan GohmanFix a bashism in TestRunner.sh.
2008-07-28 Owen AndersonAdd support for eliminating stores that store the same...
2008-07-28 Owen AndersonFix a subtle bug when removing instructions from memdep...
2008-07-27 Bill WendlingRemove <iostream> include.
2008-07-27 Dan GohmanDon't use reinterpret_cast when it isn't needed.
2008-07-27 Dan GohmanMake the ScheduleDAG's GraphRoot edge be blue and dashe...
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-07-27 Dan GohmanTidy SDNode::use_iterator, and complete the transition...
2008-07-27 Dan GohmanFix embedded CRLF characters.
2008-07-27 Dan GohmanRename isOnlyUseOf to isOnlyUserOf.
2008-07-27 Dan GohmanImprove comments for SDNode use-count methods. No funct...
2008-07-27 Duncan SandsSome binary operations were being treated as
2008-07-25 Owen AndersonFix the issues originally addressed in r54070. After...
2008-07-25 Owen AndersonRevert my previous patch. In retrospect, this is compl...
2008-07-25 Owen AndersonSpecial cases are needed in renumbering when dealing...
2008-07-25 Owen AndersonIn order to avoid reprocessing a register more than...
2008-07-25 Owen AndersonRemove live interval entries for an interval if we...
2008-07-25 Owen AndersonProperly remap live ranges whose end indices are the...
2008-07-25 Dan GohmanRename the version of CreateRet that's a convenience...
2008-07-25 Owen AndersonMake the remapping of interval indices (particularly...
next