oota-llvm.git
2011-01-23 Ted KremenekNull initialize a few variables flagged by
2011-01-23 Rafael EspindolaAdd support for lowercase variants.
2011-01-23 Chris LattnerEnhance SRoA to be more aggressive about scalarization...
2011-01-23 Cameron ZwarichConvert two std::vectors to SmallVectors for a 3.4...
2011-01-23 Chris Lattnerhave AllocaInfo store the alloca being inspected, simpl...
2011-01-23 Chris LattnerRearrange some code a bit. Change MarkUnsafe to
2011-01-23 Cameron ZwarichConvert a std::vector to a SmallVector for another...
2011-01-23 Chris Lattnerremove an old hack that avoided creating MMX datatypes...
2011-01-23 Nick LewyckyUse value ranges to fold ext(trunc) in SCEV when possible.
2011-01-23 Cameron ZwarichIn the simpler version of the link-eval data structure...
2011-01-23 Rafael EspindolaDelay the creation of eh_frame so that the user can...
2011-01-23 Cameron ZwarichRemove useless struct fields.
2011-01-23 Cameron ZwarichRemove friend declaration for removed function.
2011-01-23 Rafael EspindolaRemove more duplicated code.
2011-01-23 Cameron ZwarichConvert a std::vector to a SmallVector.
2011-01-23 Rafael EspindolaRemove duplicated code.
2011-01-23 Cameron ZwarichSimplify some code now that we've removed the more...
2011-01-22 Nick LewyckyHave SCEV turn sext(x) into zext(x) when x is s>= 0...
2011-01-22 Eric ChristopherAdd a FIXME explaining the move to a single indirect...
2011-01-22 Eric ChristopherOnly apply the devirtualization bonus once instead...
2011-01-22 Venkatraman... Pass sret arguments through the stack instead of throug...
2011-01-22 Benjamin KramerRemove dead ivar.
2011-01-22 Venkatraman... Added ICC, FCC as uses of movcc instruction to generate...
2011-01-22 Bill WendlingARM uses '.' in their tokens. Give it a name instead...
2011-01-22 Chris Lattneradd DW_TAG for rvalue refs.
2011-01-21 Dan GohmanActually check memcpy lengths, instead of just commenti...
2011-01-21 Venkatraman... Sparc backend:
2011-01-21 Owen AndersonJust because we have determined that an (fcmp | fcmp...
2011-01-21 Evan ChengLast round of fixes for movw + movt global address...
2011-01-21 Renato GolinClang was not parsing target triples involving EABI...
2011-01-21 Oscar FuentesHandles libffi on the CMake build.
2011-01-21 Bruno Cardoso... Fix the encoding of QADD/SUB, QDADD/SUB. While qadd16...
2011-01-21 Venkatraman... Implement support for byval arguments in Sparc backend.
2011-01-21 Nick LewyckySCCP doesn't actually preserve the CFG. It will delete...
2011-01-21 Michael J.... Revert "Object: Renable the tests now that none of...
2011-01-21 Andrew TrickEnable support for precise scheduling of the instructio...
2011-01-21 Andrew TrickConvert -enable-sched-cycles and -enable-sched-hazard...
2011-01-21 Chris Lattnerfix PR9013, an infinite loop in instcombine.
2011-01-21 Chris Lattnerupdate obsolete comment.
2011-01-21 Michael J.... Object: Renable the tests now that none of the build...
2011-01-21 Nick LewyckyDon't try to pull vector bitcasts that change the numbe...
2011-01-21 Michael J.... Object: Fix type punned pointer issues by making DataRe...
2011-01-21 Peter Collingbournetblgen: Add support for non-inheritable attributes
2011-01-21 Nick LewyckyAdd a constant folding of casts from zero to zero....
2011-01-20 Evan ChengDon't be overly aggressive with CSE of "ldr constantpoo...
2011-01-20 Tobias GrosserImplement requiredTransitive
2011-01-20 Tobias GrosserRegionPassPrinter should contain the name of the pass...
2011-01-20 Bruno Cardoso... Add testcases for clz encoding
2011-01-20 Bruno Cardoso... Fix the encoding and parsing of clrex instruction
2011-01-20 Bob WilsonMove InstAlias check of argument types to a separate...
2011-01-20 Bob WilsonTidy comment.
2011-01-20 Bob WilsonFix broken check for InstAlias argument used with diffe...
2011-01-20 Bob WilsonPrecompute InstAlias operand mapping to result instruct...
2011-01-20 Bruno Cardoso... Change instruction names for consistency
2011-01-20 Bruno Cardoso... Add cdp/cdp2 instructions for thumb/thumb2
2011-01-20 Devang PatelDisable objdump-trivial-object.test. It is broken on...
2011-01-20 Bruno Cardoso... - Use a more appropriate name for Owen's ARM Parser...
2011-01-20 Jakob Stoklund... SplitKit requires that all defs are in place before...
2011-01-20 Jakob Stoklund... Add LiveIntervalMap::dumpCache() to print out the cache...
2011-01-20 Bruno Cardoso... Add mcr*2 and mr*c2 support to thumb2 targets
2011-01-20 Bruno Cardoso... Add mcr* and mr*c support to thumb targets
2011-01-20 Michael J.... Disable this test until I can figure out why it's broke...
2011-01-20 Kalle RaiskilaAllow sign-extending of i8 and i16 to i128 on SPU.
2011-01-20 Duncan SandsAt -O123 the early-cse pass is run before instcombine...
2011-01-20 Bruno Cardoso... Refactor mcr* and mr*c instructions into classes with...
2011-01-20 Eric ChristopherMy editor's indent went crazy. Fix.
2011-01-20 Eric ChristopherExpand invalid return values for umulo and smulo. Handl...
2011-01-20 Evan ChengCorrect itinerary entry for t2MOV_pic_ga_add_pc.
2011-01-20 Evan ChengAdd test.
2011-01-20 Evan ChengSorry, several patches in one.
2011-01-20 Michael J.... llvm-objdump: Remove redundant includes.
2011-01-20 Michael J.... llvm-nm: Fix warning.
2011-01-20 Michael J.... Object: Add some tests!
2011-01-20 Michael J.... Add llvm-objdump
2011-01-20 Michael J.... llvm-nm: Update to use the new LLVMObject library.
2011-01-20 Michael J.... Object: Add ELF support.
2011-01-20 Michael J.... Object: Add COFF Support.
2011-01-20 Andrew TrickSelection DAG scheduler register pressure heuristic...
2011-01-20 Jakob Stoklund... Check that a live range exists before shortening it...
2011-01-20 Jakob Stoklund... Add hidden -verify-coalescing to run the machine code...
2011-01-20 Michael J.... gold: MinGW fix.
2011-01-20 Venkatraman... Sparc backend: Implements a delay slot filler that...
2011-01-20 Cameron ZwarichUpdate a comment.
2011-01-20 Cameron ZwarichRemove an unnecessary #include.
2011-01-20 Jakob Stoklund... Fix bug found by new clang warning.
2011-01-20 Eric ChristopherUse only one API at a time.
2011-01-20 Eric ChristopherIf we can, lower the multiply part of a umulo/smulo...
2011-01-20 Devang PatelFix debug info for merged global.
2011-01-19 Jakob Stoklund... Divert Hopfield network debug output. It is very noisy.
2011-01-19 Jakob Stoklund... Don't accidentally leave small gaps in the live ranges...
2011-01-19 Jim GrosbachMake sure to propogate the error code when we fail...
2011-01-19 Devang PatelFix register address expression. Patch by Ken Dyck.
2011-01-19 Jakob Stoklund... Implement RAGreedy::splitAroundRegion and remove loop...
2011-01-19 Nick LewyckySimilarly, analyze truncate through multiply.
2011-01-19 Nick LewyckyAdd a missed SCEV fold that is required to continue...
2011-01-19 Bruno Cardoso... Fix the encoding of mrrc and mcrr family of instruction...
2011-01-19 Rafael EspindolaAdd unnamed_addr when we can show that address of a...
2011-01-19 Douglas GregorFix comment for gen-clang-decl-nodes tblgen backend...
2011-01-19 Nick LewyckyAdd a missing SCEV simplification sext(zext x) -->...
2011-01-19 Daniel DunbarARM/ISel: Factor out isScaledConstantInRange() helper.
next