oota-llvm.git
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.
2011-01-11 Daniel DunbarMcARM: Sketch some logic for determining when to add...
2011-01-11 Daniel DunbarMcARM: Add more hard coded logic to SplitMnemonicAndCC...
2011-01-11 Jay FoadFixedNumOperandTraits and VariadicOperandTraits assumed...
2011-01-11 Frits van BommelFactor the actual simplification out of SimplifyIndirec...
2011-01-11 Oscar FuentesAdd to the CMake build some options and platform tests...
2011-01-11 Oscar FuentesMade llvm_replace_compiler_option more robust. Use...
2011-01-11 Kalle RaiskilaFix a thinko in 123226 that caused test failures on...
2011-01-11 Eric ChristopherRevert the testcase from the previous reverted commit.
2011-01-11 Kalle RaiskilaAdd a "nop filler" pass to SPU.
2011-01-11 Eric ChristopherTemporarily revert 123133, it's causing some regression...
2011-01-11 Chris Lattnerupdate memdep when an instruction is deleted. This...
2011-01-11 Chris Lattnerwhen MergeBlockIntoPredecessor merges two blocks, updat...
2011-01-11 Chris LattnerFix FoldSingleEntryPHINodes to update memdep and AA...
2011-01-11 Chris Lattnerrandom cleanups
2011-01-11 Chris Lattnermerge tests into one crash.ll test.
2011-01-11 Chris Lattnerremove a bogus assertion: the latch block of a loop...
2011-01-11 Chris Lattnerthe GEP faq says that only inbounds geps are guaranteed...
2011-01-11 Jakob Stoklund... Revert r123207: "Turn on memdep's verifyRemoved() in...
2011-01-11 Michael J.... Support/Path: Deprecate PathV1::isDirectory and replace...
2011-01-11 Jakob Stoklund... Turn on memdep's verifyRemoved() in an attempt to smoke...
2011-01-11 Chandler CarruthTeach constant folding to perform conversions from...
2011-01-11 Chandler CarruthFileCheck-ize a test, and move a no-longer calling...
2011-01-11 Owen AndersonFix a random missed optimization by making InstCombine...
2011-01-11 Eric ChristopherMove ExpandAtomic into the integer expansion routines...
2011-01-11 Eric ChristopherEven if we don't have 7 bytes of stack space we may...
2011-01-10 Eric ChristopherExpand on the safeness of restoring the sp from the...
2011-01-10 Dale JohannesenFix PR 8916 (qv for analysis), at least the immediate...
2011-01-10 Chris Lattner+0.0 vs -0.0 differences can be handled by looking...
2011-01-10 Daniel DunbarMcARM: Flush out hard coded known non-predicated mnemon...
2011-01-10 Daniel DunbarMcARM: Mark some T2 ...s instructions as codegen only...
2011-01-10 Daniel DunbarARM/MC: Mark several '...S' instructions as codegen...
2011-01-10 Daniel DunbarMC/ARM/AsmParser: Minor nitty fixes.
2011-01-10 Daniel DunbarMC/AsmMatcher: Fix indirect 80-col viola.
2011-01-10 Anton KorobeynikovFix merge fallout
2011-01-10 Anton KorobeynikovUpdate CMake stuff
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
next