oota-llvm.git
2008-08-07 Anton KorobeynikovProvide convenient helpers
2008-08-07 Anton KorobeynikovSwitch Sparc to new section handling stuff. Refactor...
2008-08-07 Anton KorobeynikovAdd hook for constant pool section selection for darwin.
2008-08-07 Anton KorobeynikovSelect section for constant pool entries
2008-08-07 Matthijs KooijmanRemove trailing spaces.
2008-08-07 Chris LattnerDon't verify passes when assertions are disabled.
2008-08-07 Dan GohmanRe-enable elimination of unnecessary SUBREG_TO_REG...
2008-08-07 Dan GohmanAdd an extra example that shouldn't get an and instruction.
2008-08-07 Dale JohannesenRewrite JIT handling of GlobalVariables so they
2008-08-07 Evan ChengFactor code that finalize PHI nodes, jump tables, etc...
2008-08-06 Owen AndersonSDISel's constant branch folding can fold away self...
2008-08-06 Owen AndersonCorrect handle cases where two phis are coalesced toget...
2008-08-06 Owen AndersonOops, didn't mean to commit this.
2008-08-06 Ted KremenekAdd libDriver.vcproj to solution file.
2008-08-06 Owen AndersonWe don't need to try to coalesce input vregs that are...
2008-08-06 Owen AndersonOnly trim a live interval if the register is not used...
2008-08-06 Owen AndersonOnly remap each VNInfo once when doing renumbering.
2008-08-06 Dan GohmanRe-introduce the 8-bit subreg zext-inreg patterns for...
2008-08-06 Dan GohmanFix a shufflevector instcombine that was emitting inval...
2008-08-06 Evan ChengPR2535, not PR2355.
2008-08-06 Evan ChengFix PR2355: bug in ChangeCompareStride. When the loop...
2008-08-06 Dan Gohmanxchg does not modify FLAGS.
2008-08-06 Dan GohmanClarify "node" vs. "value" in some comments.
2008-08-06 Chris Lattneroptimize a common idiom generated by clang for bitfield...
2008-08-06 Bruno Cardoso... Added support for fp callee saved registers.
2008-08-06 Chris Lattnerstacker is really gone.
2008-08-06 Chris Lattnerremove stacker
2008-08-06 Chris LattnerZap sitofp/fptoui pairs. In all cases when the sign...
2008-08-06 Nick LewyckyReinstate this optimization, but without the miscompile...
2008-08-06 Bill WendlingJust grep for through the LL code instead of the ASM...
2008-08-05 Bill WendlingAdd ARM to the targets to build.
2008-08-05 Dan GohmanUse strcpy instead of sprintf here. This avoids a GCC...
2008-08-05 Bill WendlingAdd default architecture.
2008-08-05 Dan GohmanPass the computed iteration count value to RewriteLoopE...
2008-08-05 Bill WendlingIt's "a static", not "an static"
2008-08-05 Owen AndersonFix breakage on ARM/2008-04-10-ScavengerAssert.ll.
2008-08-05 Bill WendlingTestcase for PR2629.
2008-08-05 Evan ChengFix PR2620: Fix X86cmppd selection code so it expects...
2008-08-05 Evan ChengFix PR2596: out of bound reference.
2008-08-05 Owen AndersonCorrectly handle replacement and removal of PHIs with...
2008-08-05 Bill WendlingRevert r53282. This was causing a miscompile on Linux...
2008-08-05 Owen AndersonOops, we were already checking for dead phis. Handle...
2008-08-05 Owen AndersonWe don't need to update live intervals for dead PHIs.
2008-08-05 Chris LattnerExpand acronyms, suggested by Walter Pawley
2008-08-05 Owen AndersonRemove the -disable-correct-folding option, which was...
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.
next