oota-llvm.git
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... Don'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... Fix 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... Tweak 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 Duncan SandsThe enum was moved to ISDOpcodes.h.
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... Reapply 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...
2011-06-30 Eric ChristopherMake sure we use the correct register class here since...
2011-06-30 Eric ChristopherFix a small thinko for constant i64 lock/orq optimizati...
2011-06-30 Bill Wendling* Use the proper size to output the range size.
2011-06-29 Bill WendlingStupid error: If the LSDA and Personality functions...
2011-06-29 Devang PatelRevert r133953 for now.
2011-06-29 Bill WendlingWe don't want to use relocations inside the compact...
2011-06-29 Jim GrosbachRemove redundant Thumb2 ADD/SUB SP instruction definitions.
2011-06-29 Jakob Stoklund... Always adjust the stack pointer immediately after the...
2011-06-29 Andrew Trickindvars -disable-iv-rewrite: insert new trunc instructi...
2011-06-29 Andrew TrickAdded IRBuilder::SetInsertPoint(Use) to find a valid...
2011-06-29 Andrew Trickwhitespace
2011-06-29 Cameron ZwarichIn the ARM global merging pass, allow extraneous alignm...
2011-06-29 Jim GrosbachARM RSCS* don't need explicit TableGen decoder checks.
2011-06-29 Evan ChengIndentation
2011-06-29 Eric ChristopherRemove getRegClassForInlineAsmConstraint from the ARM...
2011-06-29 Eric ChristopherRemove todo.
2011-06-29 Rafael Espindolamake compose and isMoveInstr static functions.
2011-06-29 Jim GrosbachRefactor away tSpill and tRestore pseudos in ARM backend.
2011-06-29 Eric ChristopherAdd a TODO for the Alpha port inline asm constraints.
2011-06-29 Eric ChristopherMove Alpha from getRegClassForInlineAsmConstraint to
2011-06-29 Eric ChristopherUpdate comment for getRegForInlineAsmConstraint for...
2011-06-29 Eric ChristopherMove the Blackfin port away from getRegClassForInlineAs...
2011-06-29 Eric ChristopherRemove getRegClassForInlineAsmConstraint from MBlaze...
2011-06-29 Eric ChristopherRemove getRegClassForInlineAsmConstraint for Mips.
2011-06-29 Eric ChristopherRemove getRegClassForInlineAsmConstraint from sparc.
2011-06-29 Eric ChristopherMove XCore from getRegClassForInlineAsmConstraint to
2011-06-29 Eric ChristopherUse getRegForInlineAsmConstraint instead of custom...
2011-06-29 Evan ChengAdd missing operand. rdar://9694169
2011-06-29 Chad RosierTemporarily revert r134057: "Let simplify cfg simplify...
2011-06-29 Jim GrosbachAsm parser range checking on .<size> <value> directives.
2011-06-29 Benjamin KramerDon't depend on the optimization reverted in r134067.
2011-06-29 Benjamin KramerRevert a part of r126557 which could create unschedulab...
2011-06-29 Francois PichetChange AsmName's type from StringRef to std::string...
2011-06-29 Rafael EspindolaLet simplify cfg simplify bb with only debug and lifeti...
2011-06-29 NAKAMURA TakumiFix CMake build.
2011-06-29 Andrew Trickindvars -disable-iv-rewrite: just because SCEV ignores...
2011-06-29 Jakob Stoklund... Revert r134047 while investigating a llvm-gcc-i386...
2011-06-29 Evan ChengSink SubtargetFeature and TargetInstrItineraries (renam...
2011-06-29 Evan ChengTrim include
2011-06-29 Jakob Stoklund... Rewrite RAGreedy::splitAroundRegion, now with cool...
2011-06-28 Daniel Dunbarbuild/Darwin: Fix epic typo fail.
2011-06-28 NAKAMURA TakumiFix a CMake warning, following up to r134008.
2011-06-28 Evan ChengUnbreak every backend.
2011-06-28 Evan ChengMove CallFrameSetupOpcode and CallFrameDestroyOpcode...
2011-06-28 Evan ChengHide more details in tablegen generated MCRegisterInfo...
2011-06-28 Evan ChengAdd MCInstrInfo registeration machinery.
2011-06-28 Evan ChengMerge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
2011-06-28 Evan Cheng- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
2011-06-28 Jakob Stoklund... Clean up the handling of the x87 fp stack to make it...
2011-06-28 Chad RosierReinstate r133516 "Remove some unnecessary uses of...
2011-06-28 Chad RosierRemove warning: 'c0' may be used uninitialized in this...
2011-06-28 Jakob Stoklund... Print registers by name instead of by number.
next