oota-llvm.git
2011-01-14 Duncan SandsRename this test.
2011-01-14 Chris Lattnerswitch the second scalarrepl pass to use SSAUpdater...
2011-01-14 Chris Lattnersplit SROA into two passes: one that uses DomFrontiers...
2011-01-14 Jay FoadRemove casts between Value** and Constant**, which...
2011-01-14 Chris LattnerImplement full support for promoting allocas to registe...
2011-01-14 Chris Lattnerrelax testcase a bit.
2011-01-14 Jakob Stoklund... Try for the third time to teach getFirstTerminator...
2011-01-14 Chris Lattnerrevert my fastisel patch again which apparently still...
2011-01-14 Chris Lattnerreapply r123414 now that the botz are calmed down and...
2011-01-14 Chris Lattnerindentation
2011-01-14 Evan ChengCompleted :lower16: / :upper16: support for movw /...
2011-01-14 Jakob Stoklund... Revert r123419. It still breaks llvm-gcc-i386-linux...
2011-01-14 Chris Lattnerr123414 broke llvm-gcc bootstrap apparently, revert
2011-01-14 Chris LattnerSet the insertion point correctly for instructions...
2011-01-14 Jakob Stoklund... Try again to teach getFirstTerminator() about debug...
2011-01-14 Owen AndersonRather than doing early instcombine, try doing early...
2011-01-14 Duncan SandsMove some shift transforms out of instcombine and into...
2011-01-14 Owen AndersonDon't bother conditionalizing the use of SROA in -O1...
2011-01-14 Chris Lattnerfix PR8961 - a fast isel miscompilation where we'd...
2011-01-13 Jakob Stoklund... Better terminator avoidance.
2011-01-13 Evan ChengAdd comment about Thumb2 fixup comments being completel...
2011-01-13 Tobias GrosserAdd single entry / single exit accessors.
2011-01-13 Owen AndersonRecognize alternative register names like ip -> r12.
2011-01-13 Jakob Stoklund... Fix a few more places that should use MBB::getLastNonDe...
2011-01-13 Owen AndersonAs far as I can tell, unified syntax uses c0-c15 instea...
2011-01-13 Chris Lattnertypo
2011-01-13 Chris Lattnermemcpy + metadata = bliss :)
2011-01-13 Owen AndersonAdd support to the ARM MC infrastructure to support...
2011-01-13 Evan ChengRelax an assertion. On archs like ARM, an immediate...
2011-01-13 Jakob Stoklund... Temporary workaround for an i386 crash in LiveDebugVari...
2011-01-13 Jakob Stoklund... Teach frame lowering to ignore debug values after the...
2011-01-13 Bob WilsonTidy comments, indentation, and 80-column violations.
2011-01-13 Bob WilsonFix whitespace.
2011-01-13 Kevin EnderbyFix ARMAsmParser::ParseOperand() to allow it to parse...
2011-01-13 Devang PatelLittle help to debug the bugpoint itself.
2011-01-13 Devang PatelSpeculatively revert r123384 to make llvm-gcc-i386...
2011-01-13 Oscar FuentesAdd some platform tests.
2011-01-13 Jim GrosbachWhen updating a tSpill/tRestore instruction to be a...
2011-01-13 Jakob Stoklund... Teach MachineBasicBlock::getFirstTerminator to ignore...
2011-01-13 Bob WilsonCheck for empty structs, and for consistency, zero...
2011-01-13 Bob WilsonExtend SROA to handle arrays accessed as homogeneous...
2011-01-13 Bob WilsonMake SROA more aggressive with allocas containing padding.
2011-01-13 Oscar FuentesDisable RTTI when building unit tests. This avoids...
2011-01-13 Oscar FuentesPlatform tests for argz_* functions.
2011-01-13 Duncan SandsRemove some wrong code which fortunately was never...
2011-01-13 Duncan SandsThe most common simplification missed by instsimplify...
2011-01-13 Evan ChengModel :upper16: and :lower16: as ARM specific MCTargetE...
2011-01-13 Eric ChristopherExperiment with changing the default 32-bit linux stack...
2011-01-13 Rafael EspindolaKeep unnamed_addr when linking.
2011-01-13 Rafael EspindolaReject uses of unnamed_addr in declarations.
2011-01-13 Kevin EnderbyAdd a FIXME and two asserts for now in the ARMAsmParser...
2011-01-13 Dan GohmanFix r123346 to handle scalar types too.
2011-01-13 Jakob Stoklund... Add missing space in debug output
2011-01-13 Jason W KimChange call to Error() to assert()
2011-01-13 Jason W KimStyle clean up - break up the breaks.
2011-01-12 Dan GohmanApply the patch from PR8958, which allows llc to get...
2011-01-12 Michael J.... Support/Path: Deprecate PathV1::IsSymlink and replace...
2011-01-12 Jakob Stoklund... Try again enabling LiveDebugVariables.
2011-01-12 Jason W KimAdded clarifying comment
2011-01-12 Jason W KimJimG sez: "The value-kinds look like masks, but they...
2011-01-12 Jakob Stoklund... Don't emit a DBG_VALUE for a spill slot that the rewrit...
2011-01-12 Jakob Stoklund... Fix braino in dominator tree walk.
2011-01-12 Jakob Stoklund... Sometimes, old virtual registers can linger on DBG_VALU...
2011-01-12 Jakob Stoklund... Teach VirtRegRewriter to update slot indexes when erasi...
2011-01-12 Jakob Stoklund... Annotate VirtRegRewriter debug output with slot indexes.
2011-01-12 Jakob Stoklund... Verify slot index ordering.
2011-01-12 Jakob Stoklund... Assert if anybody tries to put a slot index on a DBG_VA...
2011-01-12 Jakob Stoklund... Verify that machine instruction parent pointers are...
2011-01-12 Bill WendlingSort the register list based on the *actual* register...
2011-01-12 Devang PatelUse SmallVector instead of SmallPtrSet and avoid non...
2011-01-12 Matt Beaumont-GayMostly undo r123297, but move the default case in Evalu...
2011-01-12 Nick LewyckyAdd another note taken from the gcc bugzilla.
2011-01-12 Venkatraman... Implement RETURNADDR and FRAMEADDR lowering in SPARC...
2011-01-12 Venkatraman... Remove SPARC backend getpcx instruction's Uses. Also...
2011-01-12 Chris Lattnerrevert 123144, reenabling the rest of memset formation.
2011-01-12 Venkatraman... Fix SPARC backend call instruction so that arguments...
2011-01-12 Chris Lattnerrevert r123146 which disabled code that wasn't the...
2011-01-12 Chris Lattnerrevert r123149, reenabling an improvement to memcpyopt...
2011-01-12 Matt Beaumont-GayPrefer llvm_unreachable to assert(0)
2011-01-12 Jason W Kim1. Support ELF pcrel relocations for movw/movt:
2011-01-11 Jason W KimWorkaround for bug 8721.
2011-01-11 Jakob Stoklund... The world is not ready for LiveDebugVariables yet.
2011-01-11 Jakob Stoklund... Remove the PR8954 workaround.
2011-01-11 Jakob Stoklund... Fix a non-deterministic loop in llvm::MergeBlockIntoPre...
2011-01-11 Jakob Stoklund... Enable LiveDebugVariables by default.
2011-01-11 Venkatraman... SPARC backend: correct ICC/FCC uses for ADDX and SELECT_CC
2011-01-11 Cameron ZwarichDial back the speculative fix for PR8954 a bit, so...
2011-01-11 Jakob Stoklund... Don't insert DBG_VALUE instructions after the first...
2011-01-11 Evan ChengClean up ARM subtarget code by using Triple ADT.
2011-01-11 Devang PatelAppropriately truncate debug info range in dwarf output.
2011-01-11 Jakob Stoklund... Put the Dominator improvements back in. They were not...
2011-01-11 Cameron ZwarichAttempt to fix the bootstrap buildbot. Rafael says...
2011-01-11 Jakob Stoklund... Speculatively revert the recent improvements to Dominat...
2011-01-11 Daniel DunbarMcARM: Fill in GetMnemonicAcceptInfo().
2011-01-11 Daniel DunbarMcARM: Write a silly Python script to compute some...
2011-01-11 Owen AndersonRemove dead variable, const-ref-ize an APInt.
2011-01-11 Chris Lattnerthis pass claims to preserve scev, make sure to tell...
2011-01-11 Bob WilsonFix a comment: We now have intrinsics for vcvtr.
2011-01-11 Chris Lattnersome comment improvements.
2011-01-11 Chris LattnerFix PR8946, a missing reg/reg form of movdqu.
next