oota-llvm.git
2011-05-20 Rafael Espindolafixes target address tBL and tBLX and sets relocation...
2011-05-20 Argyrios KyrtzidisAdd asserts in StringRef to make sure we avoid undefine...
2011-05-20 Stuart HastingsRe-commit 131641 with fixes; de-pseudoize MOVSX16rr8...
2011-05-20 Akira HatanakaMake $fp and $ra callee-saved registers and let PrologE...
2011-05-20 Andrew Trickindvars: Prototyping Sign/ZeroExtend elimination withou...
2011-05-20 Charles DavisNow that they're implemented, make the Win64 EH MCAsmSt...
2011-05-20 Chad RosierFixed regression due to commit 131709, which disables...
2011-05-20 Evan ChengRevert accidental commit.
2011-05-20 Charles Davis"Implement" the HandlerData Win64 EH method in the...
2011-05-20 Benjamin KramerRename the "sandybridge" subtarget to "corei7-avx"...
2011-05-20 Benjamin KramerRemove noisy semicolons.
2011-05-20 Cameron ZwarichFix PR9960 by teaching SimpleRegisterCoalescing::Adjust...
2011-05-20 Andrew Trickindvars: minor cleanup in preparation for sign/zero...
2011-05-20 Akira HatanakaFix bug in which nodes that write to argument registers...
2011-05-20 Akira HatanakaRemove code that creates unnecessary frame objects.
2011-05-20 Akira HatanakaDefine variables and functions in MipsFunctionInfo.
2011-05-20 Chad RosierDon't attempt to tail call optimize for Win64.
2011-05-20 Evan ChengRevert r131664 and fix it in instcombine instead. rdar...
2011-05-19 Cameron ZwarichFix PR9955 by only attaching load memory operands to...
2011-05-19 Eli FriedmanAdd fast-isel support for zeroext and signext ret instr...
2011-05-19 Rafael EspindolaLooks like OS X assemblers (including MC) don't like
2011-05-19 Rafael EspindolaMisc code refactorings:
2011-05-19 Eric ChristopherOddly people want to use the 'r' constraint for fp...
2011-05-19 Charles DavisImplement the EndProlog Win64 EH method on the base...
2011-05-19 Cameron ZwarichFix PR9947 by placing OPFL_MemRefs on the node using...
2011-05-19 Eli FriedmanFix up this test to use explicit triples (Win64 passes...
2011-05-19 Jason W KimThis fixes one divergence between LLVM and binutils...
2011-05-19 Devang PatelReapply r131605. This time with a fix, which is to...
2011-05-19 Rafael EspindolaADD64ri32 sign extends its argument, so we need to...
2011-05-19 Akira HatanakaAlign i64 arguments to 64 bit boundaries.
2011-05-19 Charles DavisImplement the Win64 EH prolog instruction methods on...
2011-05-19 Eli FriedmanFix up the new StandardPasses to run the same scalarrep...
2011-05-19 Evan Chengcrc32 with 64-bit output zeros upper 32-bits. rdar...
2011-05-19 Stuart HastingsUpdate some currently-disabled code, preparing for...
2011-05-19 Akira HatanakaIncrease number of available registers when target...
2011-05-19 Evan ChengAdd comment.
2011-05-19 Akira HatanakaSimplify CC_MipsO32 and merge it with CC_MipsO32_VarArg...
2011-05-19 Joerg SonnenbergerReapply 131644 including the missing header changes:
2011-05-19 Stuart HastingsReverting 131641 to investigate 'bot complaint.
2011-05-19 Eli FriedmanRevert r131644; it's breaking the build.
2011-05-19 Charles DavisTurns out GAS does have Win64 EH directives. (It also...
2011-05-19 Jim Grosbach80 columns.
2011-05-19 Joerg SonnenbergerIntroduce -fatal-assembler-warnings for the obvious...
2011-05-19 Akira HatanakaFix data layout string. i64 is aligned to 64 bit bounda...
2011-05-19 Stuart HastingsRevise MOVSX16rr8/MOVZX16rr8 (and rm variants) to no...
2011-05-19 Stuart HastingsMove test to Transforms/InstCombine.
2011-05-19 Cameron ZwarichUse the correct register class for Cell varargs spillin...
2011-05-19 Mon P WangFixed sdiv and udiv for <4 x i16>. The test from r1254...
2011-05-19 Charles DavisImplement the StartChained and EndChained Win64 EH...
2011-05-19 Cameron ZwarichMake CodeGen/PowerPC/2007-09-11-RegCoalescerAssert...
2011-05-19 Cameron ZwarichFix PR8828 by removing the explicit def in MovePCToLR...
2011-05-19 Cameron ZwarichReuse the TargetInstrDesc.
2011-05-19 Francois PichetFix the MSVC build.
2011-05-19 Charles DavisImplement the StartProc and EndProc Win64 EH methods...
2011-05-19 Charles DavisFix build issues with headers, which I discovered by...
2011-05-19 Rafael EspindolaAdd test for PR9946.
2011-05-19 Rafael Espindolarevert 131605 to fix PR9946.
2011-05-19 Cameron ZwarichCorrectly constrain a register class when computing...
2011-05-19 Cameron ZwarichRevert r128961 because it didn't include a test and...
2011-05-19 Eli FriedmanMake the demanded bits/elements optimizations preserve...
2011-05-19 Jim GrosbachAvoid a Twine that referenced a tmp (which proceded...
2011-05-19 Devang PatelUse IRBuilder.
2011-05-19 Rafael EspindolaAnother try at fixing cmake.
2011-05-19 Devang PatelUse IRBuilder while simplifying unreachable.
2011-05-19 Rafael EspindolaRevert my previous patch. The cmake build had already...
2011-05-18 Devang PatelUse IRBuilder while simplifying conditional branch.
2011-05-18 Eli FriedmanMore instcombine cleanup, towards improving debug line...
2011-05-18 Jim GrosbachRestore sanity to 131601.
2011-05-18 Rafael EspindolaFix the cmake build.
2011-05-18 Jim GrosbachObjective C functions may use a magic '\1' on the name...
2011-05-18 Eli FriedmanShuffle StandardPasses.cpp into VMCore; add it to CMake.
2011-05-18 Devang PatelUse IRBuilder while simplifying branch.
2011-05-18 Eli FriedmanRevert unintentional commit.
2011-05-18 Eli FriedmanMore instcombine simplifications towards better debug...
2011-05-18 Cameron ZwarichAdd missing mayLoad / mayStore flags to instruction...
2011-05-18 Charles DavisAdd a header patterned after MCDwarf.h for supporting...
2011-05-18 David ChisnallSome better type safety enforcement in the standard...
2011-05-18 Cameron ZwarichReserve the segment registers on x86 to fix verifier...
2011-05-18 Charles DavisRemove comments as Chris requested.
2011-05-18 Cameron ZwarichReserve r29 on Alpha. This fixes all verifier failures...
2011-05-18 Tanya LattnerHandle perfect shuffle case that generates a vrev for...
2011-05-18 Eli FriedmanThird pass at allowing plugins to modify default passes...
2011-05-18 Devang PatelUse IRBuilder while simplifying return instruction.
2011-05-18 Cameron ZwarichFix an obvious typo in r131572.
2011-05-18 Cameron ZwarichFix more of PR8825. Now all of CodeGen/ARM passes with...
2011-05-18 Dan GohmanWhen forming an ICmpZero LSRUse, normalize the non...
2011-05-18 Devang PatelSet debug location while setting insertion point.
2011-05-18 Charles DavisAdd some more Win64 EH directives:
2011-05-18 Devang PatelSpread use of IRBuilder even more.
2011-05-18 Eli FriedmanRevert r131556; it's breaking buildbots/clang tests.
2011-05-18 Devang PatelUse IRBuilder while simplifying switch instruction.
2011-05-18 Johnny ChenDisassembly of tBcc was wrongly adding 4 to the SignExt...
2011-05-18 Devang PatelUse IRBuilder while simplifying unwind.
2011-05-18 Chad RosierEnables vararg functions that pass all arguments via...
2011-05-18 Eli FriedmanMore instcombine cleanup aimed towards improving debug...
2011-05-18 Stuart HastingsAn imminent fix to the x86_64 byval logic will expose...
2011-05-18 David ChisnallSecond pass at allowing plugins to modify default passe...
2011-05-18 Evan ChengRevise r131553. Just use the type of the input node...
2011-05-18 Evan ChengFix an ARMTargetLowering::LowerSELECT bug: legalized...
2011-05-18 Devang PatelUse IRBuilder while simplifying terminator.
next