Changed the X86 PUSH64i8 record to use the i64i8imm ParserMatchClass so that a
[oota-llvm.git] / lib /
2011-07-06 Kevin EnderbyChanged the X86 PUSH64i8 record to use the i64i8imm...
2011-07-06 Evan ChengRemove the AsmWriterEmitter (unused) feature that rely...
2011-07-05 Dan GohmanRemove the ObjC ARC passes from the default optimizatio...
2011-07-05 Devang PatelPreserve debug loc.
2011-07-05 Benjamin KramerUse memcmp.
2011-07-05 Rafael EspindolaReally fix typo :-(
2011-07-05 Rafael EspindolaFix typo.
2011-07-05 Chad RosierBy default mkstemp() creates a temporary file with...
2011-07-05 Jakob Stoklund OlesenBreak infinite loop when the Hopfield network oscillates.
2011-07-05 Rafael EspindolaCompare all 4 bytes of the header.
2011-07-05 Eli FriedmanAdd assembler/disassembler support for non-AVX pclmulqd...
2011-07-05 Andrew Trickindvars -disable-iv-rewrite: avoid multiple IVs in...
2011-07-05 Jim GrosbachARM estimateStackSize() needs to account for simplified...
2011-07-05 Jakob Stoklund OlesenFix PR10277.
2011-07-05 Jakob Stoklund OlesenTweak comment and debug output.
2011-07-05 Michael J. SpencerFix warnings.
2011-07-04 Benjamin KramerPR10267: Don't combine an equality compare with an...
2011-07-04 Roman DivackyRemove accidentaly left node from previous iteration...
2011-07-04 Rafael EspindolaMove early tail duplication earlier.
2011-07-04 Rafael EspindolaMove most of the pre BB code to TailDuplicateAndUpdate...
2011-07-04 Rafael EspindolaReduce indentation and fix the count of how many PHIs...
2011-07-04 Jakob Stoklund OlesenFix PR10244.
2011-07-03 Roman DivackyMake the i64 and f64 be 64bit ABI aligned in the target...
2011-07-03 Rafael EspindolaFix an easy fixme.
2011-07-02 Duncan SandsRemove unused array.
2011-07-02 Duncan SandsRevert previous commit. It seems that whether casting...
2011-07-02 Duncan SandsSupress gcc-4.5 warning about the result not being...
2011-07-02 Rafael EspindolaUse getVNInfoAt.
2011-07-02 Jakob Stoklund OlesenConsistent diagnostic capitalization and redundant...
2011-07-02 Jakob Stoklund OlesenBetter diagnostics when inline asm fails to allocate.
2011-07-02 Rafael EspindolaCheck the VN of the src register at the two copies...
2011-07-02 Jakob Stoklund OlesenInclude a source location when complaining about bad...
2011-07-02 Andrew Trickindvars -disable-iv-rewrite: bug fix involving weird...
2011-07-02 Jakob Stoklund OlesenUse a new strategy for preventing eviction loops in...
2011-07-02 Evan ChengAdd getFeatureBits to extract feature bits for a given...
2011-07-01 Cameron ZwarichTake a stab at fixing the llvm-x86_64-linux-checks...
2011-07-01 Eric ChristopherTargetConstant immediates won't be placed into register...
2011-07-01 Douglas GregorAdd initial *-*-rtems* target, from Joel Sherrill
2011-07-01 Evan ChengRename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc...
2011-07-01 Evan ChengAdd MCSubtargetInfo target registry stuff.
2011-07-01 Dan GohmanTeach IVUsers to stop at non-affine expressions unless...
2011-07-01 Owen AndersonGeneralize @llvm.ctlz, @llvm.cttz, and @llvm.ctpop...
2011-07-01 Eli FriedmanCalling-convention specifications for illegal types...
2011-07-01 Jim GrosbachARMv7M vs. ARMv7E-M support.
2011-07-01 Evan ChengRename TargetSubtarget to TargetSubtargetInfo for consi...
2011-07-01 Evan Cheng- Added MCSubtargetInfo to capture subtarget features...
2011-07-01 Jim GrosbachFix off-by-one error.
2011-07-01 Evan ChengHide the call to InitMCInstrInfo into tblgen generated...
2011-07-01 Jim GrosbachPseudo-ize t2MOVCC[ri].
2011-07-01 Evan ChengEliminate one extra conversion.
2011-07-01 Duncan SandsDisable commit 134216 ("Add 134199 back, but disable...
2011-07-01 Francois PichetAnother misuse of StringRef. MSVC is very sensitive...
2011-07-01 Nick LewyckyFix likely typo, reduce number of instruction name...
2011-07-01 Rafael EspindolaFix use after free.
2011-07-01 Rafael EspindolaAvoid DenseMap lookup.
2011-07-01 Rafael EspindolaFix off by one error. I misunderstood the comment about...
2011-07-01 Rafael EspindolaCheck the liveinterval, not the kill flag.
2011-07-01 Jakob Stoklund OlesenDon't inflate register classes used by inline asm.
2011-07-01 Akira HatanakaImprove Mips back-end's handling of DBG_VALUE.
2011-07-01 Dan GohmanImprove constant folding of undef for cmp and select...
2011-07-01 Eric ChristopherAdd support for the 'j' immediate constraint. This...
2011-07-01 Dan GohmanImprove constant folding of undef for binary operators.
2011-07-01 Eric ChristopherAdd support for the ARM 't' register constraint. And...
2011-07-01 Evan ChengSwitch SubtargetFeatures from std::string to StringRef.
2011-07-01 Eric ChristopherWe'll return a null RC by default if we can't match.
2011-07-01 Rafael EspindolaAdd 134199 back, but disable the optimization when...
2011-07-01 Eric ChristopherAdd support for the 'x' constraint.
2011-06-30 Bill WendlingRemove tabs.
2011-06-30 Eric ChristopherCapitalize the unsigned part of the initializer.
2011-06-30 Eric ChristopherRename Pair to RCPair lacking any better naming ideas.
2011-06-30 Bill WendlingImprove comment: Show the register the DWARF label...
2011-06-30 Bill WendlingUse the correct registers on X86_64.
2011-06-30 Jakob Stoklund OlesenFix a problem with fast-isel return values introduced...
2011-06-30 Jim GrosbachRefact ARM Thumb1 tMOVr instruction family.
2011-06-30 Eric ChristopherAdd support for the 'h' constraint.
2011-06-30 Bill WendlingAdd target a target hook to get the register number...
2011-06-30 Rafael EspindolaRevert my previous patch while I debug llvm-gcc bootstrap.
2011-06-30 Bill WendlingAdd one more comment to the FDE verbose asm output.
2011-06-30 Rafael EspindolaDon't give up on coalescing A and B when we find
2011-06-30 Eric ChristopherAdd a convenience typedef for std::pair<unsigned, const...
2011-06-30 Jim GrosbachThumb1 register to register MOV instruction is predicable.
2011-06-30 Bill WendlingAdd comments to the FDE.
2011-06-30 Bill WendlingAdd more comments to the ASM output for the CIE's ...
2011-06-30 Jakob Stoklund OlesenTweak error messages to match GCC. Should fix gcc.targe...
2011-06-30 Bill WendlingAdd comments to the ASM output to help understand the...
2011-06-30 Rafael EspindolaCreate a isFullCopy predicate.
2011-06-30 Rafael EspindolaAdd r134057 back, but splice the predecessor after...
2011-06-30 Jim GrosbachPseudo-ize the Thumb tTPsoft instruction.
2011-06-30 Andrew Trickindvars -disable-iv-rewrite: handle cloning binary...
2011-06-30 Jim GrosbachPseudo-ize the t2LDMIA_RET instruction.
2011-06-30 Jim GrosbachPseudo-ize the Thumb tPOP_RET instruction.
2011-06-30 Rafael EspindolaRemove dead code.
2011-06-30 Jim GrosbachKill dead code.
2011-06-30 Jim GrosbachSize reducing SP adjusting t2ADDri needs to check predi...
2011-06-30 Evan ChengFix ARMSubtarget feature parsing.
2011-06-30 Evan ChengFix the ridiculous SubtargetFeatures API where it impli...
2011-06-30 Joerg SonnenbergerRecognize the xstorerng alias for VIA PadLock's xstore...
2011-06-30 Jakob Stoklund OlesenReapply r134047 now that the world is ready for it.
2011-06-30 Andrew Trickindvars -disable-iv-rewrite: handle an edge case involv...
2011-06-30 Eric ChristopherRemove getRegClassForInlineAsmConstraint and all depend...
next