oota-llvm.git
2008-02-14 Tanya LattnerRemove llvm-upgrade
2008-02-14 Nate BegemanSupport a new type of MachineOperand, MO_FPImmediate...
2008-02-14 Chris Lattnersimplify code, no functionality change.
2008-02-14 Nate BegemanMove some useful operands up into the all-targets .td
2008-02-14 Nate BegemanNuke dead comment
2008-02-14 Nick LewyckyTestcase for PR2032.
2008-02-14 Nick LewyckyFix PR2032. Inform the alias analysis of changes to...
2008-02-14 Tanya LattnerRemove llvm-upgrade.
2008-02-14 Chris Lattnerupgrade some entries, remove stuff that is done.
2008-02-14 Chris Lattnerthe mid-level optimizer removes this stuff.
2008-02-14 Chris Lattnerthis one is easy.
2008-02-14 Chris LattnerThis readme entry is done, testcase here: CodeGen/X86...
2008-02-14 Nick LewyckyPR2027, Fix bugpoint's -find-bugs option, clean up...
2008-02-14 Evan ChengFix test.
2008-02-13 Dan GohmanAllow the APInt form of ComputeMaskedBits to operate...
2008-02-13 Dan GohmanAssigning an APInt to 0 with plain assignment gives...
2008-02-13 Dan GohmanAvoid setting bits that aren't demanded.
2008-02-13 Dan GohmanFix a typo in a comment.
2008-02-13 Dan GohmanSimplify some logic in ComputeMaskedBits. And change...
2008-02-13 Devang PatelA loop latch phi node may have uses inside loop, not...
2008-02-13 Dan GohmanRename APInt's isPositive to isNonNegative, to reflect...
2008-02-13 Devang PatelWhile moving exit condition, do not drop loop latch...
2008-02-13 Dan GohmanAdd countTrailingOnes member functions to APInt.
2008-02-13 Dan GohmanFix a typo in a comment.
2008-02-13 Dan GohmanAdd count{Leading,Trailing}Ones_{32,64} functions with...
2008-02-13 Devang PatelKeep track of exit value operand number when operands...
2008-02-13 Nicolas GeoffrayEnable exception handling int JIT
2008-02-13 Dale JohannesenNew test, see comments.
2008-02-13 Duncan SandsTeach LegalizeTypes how to expand and promote CTLZ,
2008-02-13 Chris Lattnergcc 3.2.3 is also bad.
2008-02-13 Chris LattnerFix the PPC JIT regressions by encoding zeroreg as...
2008-02-13 Chris Lattnerremove some dead code.
2008-02-13 Devang PatelRemove use of ltdl
2008-02-13 Duncan SandsAdd notes on Ada compilers that can be used for
2008-02-13 Wojciech MatyjewiczFix typo. Thanks to Duncan for noticing.
2008-02-13 Wojciech MatyjewiczAdd comments as per review feedback.
2008-02-13 Evan ChengSome code clean up.
2008-02-13 Evan ChengSimplify.
2008-02-13 Evan ChengSimplify.
2008-02-13 Evan ChengFix a potential serious problem where kills belonging...
2008-02-13 Evan Cheng* Cannot safely commute an instruction there are other...
2008-02-13 Eli FriedmanAdd a note pointing to PR1996.
2008-02-13 Chris LattnerIn SDISel, for targets that support FORMAL_ARGUMENTS...
2008-02-13 Chris Lattnerdon't try to avoid inserting loads when lowering FORMAL...
2008-02-13 Chris Lattnerteach dag combiner how to eliminate MERGE_VALUES nodes.
2008-02-13 Nate Begemanreadme updates
2008-02-13 Eli FriedmanAdd test for PR1996. (This is my first time adding...
2008-02-13 Nate BegemanAdd testcase for recent legalizer change
2008-02-13 Nate BegemanSupport legalizing insert_vector_elt on targets where...
2008-02-13 Evan ChengNew tests.
2008-02-13 Evan ChengInitial support for copy elimination by commuting its...
2008-02-13 Nate BegemanMake register scavenging happy by not using a reg ...
2008-02-13 Evan Cheng- Added removeValNo() to remove all live ranges of...
2008-02-13 Evan ChengcommuteInstr() can now commute non-ssa machine instrs.
2008-02-13 Evan ChengAdded debugging routine dumpUses.
2008-02-13 Dan GohmanConvert SelectionDAG::ComputeMaskedBits to use APInt...
2008-02-12 Dale Johannesen__DATA not __DATA__ is the right segment name on darwin.
2008-02-12 Nate BegemanRemove some dead code
2008-02-12 Nate BegemanSSE4.1 64b integer insert/extract pattern support
2008-02-12 Dan GohmanChange APInt::getBitsSet to accept a "half-open" range...
2008-02-12 Duncan SandsNote that these instructions are for x86-32 linux
2008-02-12 Duncan SandsAdd more spacing.
2008-02-12 Duncan SandsAdd instructions for building Ada and Fortran.
2008-02-12 Owen AndersonRe-apply the patch to improve the optimizations of...
2008-02-12 Duncan SandsGeneralize getCopyFromParts and getCopyToParts to
2008-02-12 Evan ChengRevert r46916 PPCTargetAsmInfo.cpp.
2008-02-12 Evan ChengOnly using x86-64 rip relative addressing in non-staic...
2008-02-12 Evan ChengDon't mask the isel bug.
2008-02-12 Evan ChengThis test assumes no SSE4.1.
2008-02-12 Dan GohmanAdd a doxygen comment for SrcValueSDNode, to make its...
2008-02-12 Devang PatelRemove dead code.
2008-02-12 Wojciech MatyjewiczNow that ScalarEvolution::print writes to the correct...
2008-02-12 Wojciech MatyjewiczChange negative grep into positive one in my yesterday...
2008-02-12 Wojciech MatyjewiczFix PR2002. Suppose n is the initial value for the...
2008-02-12 Eli FriedmanFix for bug 1996: optimize out loads of undef. This...
2008-02-12 Evan ChengUpdate comment.
2008-02-12 Evan ChengUnbreak various insert_vector_elt and extract_vector_el...
2008-02-12 Tanya LattnerTest case for annotate builtin.
2008-02-12 Evan ChengFix some test cases.
2008-02-12 Bill WendlingMore violation fixes.
2008-02-12 Bill WendlingFix validation errors: di -> dt.
2008-02-12 Bill WendlingReformatting. Adding "doc_code" divisions for code...
2008-02-12 Chris Lattnerrip out llvm 2.2 stuff in preparation for llvm 2.3
2008-02-12 Chris Lattnerheavily refactor this to have less duplication between...
2008-02-12 Chris Lattnerremove unknown details
2008-02-12 Tanya LattnerAdd 2.2 release tag.
2008-02-11 Nate BegemanStuff noticed while grepping code
2008-02-11 Dan GohmanCorrect the order of the arguments in the examples...
2008-02-11 Ted KremenekThe factories for ImutAVLTree/ImmutableSet/ImmutableMap...
2008-02-11 Scott MichelAdded blurb for CellSPU progress
2008-02-11 Duncan SandsGeneralize the handling of call and return arguments,
2008-02-11 Dan GohmanFrom Chris' review: use isa instead of explicitly using...
2008-02-11 Dan GohmanFrom Chris' review: minor corrections in comments.
2008-02-11 Dan GohmanFrom Chris' review: use cast instead of dyn_cast with...
2008-02-11 Dan GohmanFrom Chris' review: fix 80 column violations
2008-02-11 Dan GohmanFrom Chris' review: change MemOperandSDNode's construct...
2008-02-11 Wojciech MatyjewiczIf the LHS of the comparison is a loop-invariant we...
2008-02-11 Ted KremenekAdded "Profile" method to APFloat for use with FoldingSet.
2008-02-11 Duncan SandsAdd arbitrary integer support to getRegisterType and
2008-02-11 Wojciech MatyjewiczFix PR1798 - an error in the evaluation of SCEVAddRecEx...
next