oota-llvm.git
2008-02-17 Tanya LattnerRemove llvm-upgrade.
2008-02-17 Chris Lattnerthis test isn't useful since we added @ notation for...
2008-02-17 Chris Lattnerthis line was commented out.
2008-02-16 Tanya LattnerRemove llvm-upgrade and update tests.
2008-02-16 Tanya LattnerRemoving llvm upgrade, so remove tests specific to...
2008-02-16 Duncan SandsRemove any 'nest' parameter attributes if the function
2008-02-16 Duncan SandsSome micro-optimizations.
2008-02-16 Andrew LenharthI cannot find a libgcc function for this builtin. ...
2008-02-16 Duncan SandsTeach LegalizeTypes how to expand the operands of
2008-02-16 Duncan SandsTry to clarify which compilers can be used for the
2008-02-16 Evan ChengRefactor some code; check if commuteInstruction is...
2008-02-16 Andrew Lenharthllvm.memory.barrier, and impl for x86 and alpha
2008-02-16 Bill WendlingFix typos.
2008-02-16 Dan GohmanRename CountMemOperands to ComputeMemOperandsEnd to...
2008-02-16 Dan GohmanRevert 47177, which was incorrect.
2008-02-15 Chris Lattnerupgrade this test, which wasn't testing the right thing...
2008-02-15 Chris Lattnerrename llx -> ll
2008-02-15 Evan ChengThis test is not interesting.
2008-02-15 Scott MichelMake tblgen a little smarter about constants smaller...
2008-02-15 Chris Lattnersimplify this.
2008-02-15 Dale JohannesenModify test to expect improved code.
2008-02-15 Evan ChengThe copy instruction being coalesced will be removed...
2008-02-15 Ted KremenekFixed bug in FoldingSetIteratorImpl where we did not...
2008-02-15 Dan GohmanSkip over the defs and start at the uses when looking...
2008-02-15 Dan GohmanUse the TargetInstrDescr to determine the number of...
2008-02-15 Duncan SandsFix this test on linux, which returns S242
2008-02-15 Duncan SandsTeach LegalizeTypes how to promote the flags
2008-02-15 Chris LattnerHandle \n's in value names for more targets. The asm...
2008-02-15 Chris LattnerIf the llvm name contains an unprintable character...
2008-02-15 Chris Lattnertargets that support quotes for mangled names still...
2008-02-15 Dale JohannesenCosmetics.
2008-02-15 Evan Cheng- Removing the infamous r2rMap_ and rep() method. Now...
2008-02-15 Evan ChengAdded CommuteChangesDestination(). This returns true...
2008-02-15 Evan ChengRemove unnecessary #include.
2008-02-15 Dan GohmanUse StoreSDNode::getValue instead of calling getOperand...
2008-02-15 Dale JohannesenRemove warning about 64-bit code on processor
2008-02-15 Lauro Ramos... It is not safe to call fork in PrintStackTrace. Sometim...
2008-02-15 Dan GohmanChange MemOperand's size and offset to be 64-bit.
2008-02-15 Devang PatelFix PR2028
2008-02-15 Dale Johannesennocona, core2 and penryn support 64 bit.
2008-02-15 Chris LattnerSupport vector constant zeros, thanks to Zack Rusin...
2008-02-14 Dale JohannesenRewrite tblgen handling of subtarget features so
2008-02-14 Devang PatelIf loop header is also loop exiting block then OrigPN...
2008-02-14 Dan GohmanFix a warning about comparison between signed and unsigned,
2008-02-14 Chris LattnerFix PR2029
2008-02-14 Chris LattnerFix a miscompilation from Dan's recent apintification.
2008-02-14 Nate BegemanFix single precision FP constants on SPU. They are...
2008-02-14 Duncan SandsRename CFEBuildInstrs.html to GCCFEBuildInstrs.html.
2008-02-14 Duncan SandsIn TargetLowering::LowerCallTo, don't assert that
2008-02-14 Nate BegemanChange how FP immediates are handled.
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.
next