oota-llvm.git
2010-08-18 Dan GohmanFix the "Finished Creating" messages for aliases to...
2010-08-18 Dan GohmanRevert r111321. This doesn't fix a problem.
2010-08-18 Chris Lattnerstomp some more undefined behavior, PR7775.
2010-08-18 Chris Lattnerdon't emit zero bit fields with Emit, fixing undefined...
2010-08-18 Chris LattnerDon't pass in a null pointer to std::string's ctor...
2010-08-17 Chris Lattnerfix a broken link
2010-08-17 Chris Lattnerinclude config.h to get config params, hopefully unbrea...
2010-08-17 Chris LattnerFix the rest of rdar://8318441 which happens when a...
2010-08-17 Chris Lattnerreport_fatal_error can't use errs(), because errs(...
2010-08-17 Eric ChristopherTemporarily revert r110987 as it's causing some miscomp...
2010-08-17 Dan GohmanTweak IVUsers' concept of "interesting" to exclude...
2010-08-17 Jim GrosbachAdd materialization of virtual base registers for frame...
2010-08-17 Evan ChengAdd nounwind.
2010-08-17 Daniel DunbarCrashRecovery: Clear the current context on the first...
2010-08-17 Daniel DunbarCrashRecovery: Add CrashRecoveryContext::GetCurrent...
2010-08-17 Daniel DunbarCrashRecovery: Make CrashRecoveryContext static methods...
2010-08-17 Dale JohannesenMake fast scheduler handle asm clobbers correctly.
2010-08-17 Anton KorobeynikovRevert part of one of the prev. patches - tailjmp will...
2010-08-17 Anton KorobeynikovMore fixes for win64:
2010-08-17 Anton KorobeynikovEnable more win64 calls folding opportunities.
2010-08-17 Anton KorobeynikovAdd some win64 coff goodness.
2010-08-17 Evan ChengPHI elimination shouldn't require machineloopinfo since...
2010-08-17 Evan ChengMachine CSE preserves CFG. Pass manager was freeing...
2010-08-17 Jakob Stoklund... Don't call tablegen'ed Predicate_* functions in the...
2010-08-17 Jim Grosbachsilence warning
2010-08-17 Benjamin KramerRemove dead code. Fixes a GCC warning.
2010-08-17 Anton KorobeynikovThis patch enables "make unittests" on enable-shared...
2010-08-17 Anton KorobeynikovThis patch enables ENABLE_SHARED=1 to build DLL based...
2010-08-17 Jim Grosbach80 column cleanup.
2010-08-17 Benjamin KramerSketch i386 relocations handling, from Roman Divacky.
2010-08-17 Jakob Stoklund... Don't call Predicate_* methods directly from Sparc...
2010-08-17 Jim GrosbachAdd hook to examine an instruction referencing a frame...
2010-08-17 Jim Grosbachexplicitly handle no-op cases for clarity. Fixes clang...
2010-08-17 Benjamin KramerUse the correct entry size for relocation entries,...
2010-08-17 Evan ChengMove the decision logic whether it's a good idea to...
2010-08-17 Dan GohmanWhen rotating loops, put the original header at the...
2010-08-17 Jim Grosbachremove trailing whitespace
2010-08-17 Benjamin KramerDifferentiate between RELA and REL relocations, from...
2010-08-17 Bob WilsonChange ARM PKHTB and PKHBT instructions to use a shift_...
2010-08-17 Evan ChengFix debug message.
2010-08-17 Chris Lattneradd some  's to a pre to avoid newlines being...
2010-08-17 Dan GohmanUse the getUniquePredecessor() utility function, instea...
2010-08-17 Benjamin KramerOne baby step towards i386 ELF, from Roman Divacky.
2010-08-17 Chris Lattnerfix emacs language spec's, patch by Edmund Grimley...
2010-08-17 Nick LewyckyWhen creating a JIT, try to load the program so that...
2010-08-17 Benjamin KramerRevert r111230, we have to find a better place for...
2010-08-17 Chris LattnerFix failure of unittests/ExecutionEngine/JIT/MultiJITTe...
2010-08-17 Benjamin KramerMicro-optimize MCObjectWriter to do a byteswap if neces...
2010-08-17 Benjamin KramerThere is this new "LLVM" compiler that supports __built...
2010-08-17 Bob WilsonAllow more cases of undef shuffle indices and add tests...
2010-08-17 Evan ChengAdd an option to disable codegen prepare critical edge...
2010-08-17 Eric ChristopherFix typo.
2010-08-17 Eric ChristopherCopy over some overridden MI wrappers for ARM fast...
2010-08-17 Evan ChengPHI elimination should not break back edge. It can...
2010-08-17 Eric ChristopherRemove predicate workaround, we're going to require...
2010-08-17 Eric ChristopherMake arm fast-isel possible to enable via command line.
2010-08-17 Benjamin KramerTry to silence a overeager GCC warning.
2010-08-17 Benjamin KramerA round of minor cleanups for ELFObjectWriter.
2010-08-16 Bob WilsonAdd a testcase for svn 111208.
2010-08-16 Owen AndersonFix another iterator invalidation that caused a *really...
2010-08-16 Bob WilsonIgnore undef shuffle indices when checking for a VTRN...
2010-08-16 Jim Grosbachtidy up. remove unused local.
2010-08-16 Benjamin KramerSilence warnings and simplify code. Eliminate a 32...
2010-08-16 Dan GohmanThe plural of analysis is analyses.
2010-08-16 Dan GohmanMake dumpPassStructure be a PMDataManager abstraction...
2010-08-16 Jim GrosbachBetter handle alignment requirements for local objects...
2010-08-16 Bob WilsonGeneralize a pattern for PKHTB: an SRL of 16-31 bits...
2010-08-16 Bob WilsonConvert test to FileCheck.
2010-08-16 Dan GohmanMake some of PMTopLevelManager's members non-public...
2010-08-16 Dan GohmanRemove redundant inline keywords.
2010-08-16 Dan GohmanEliminate the TopLevelManagerType enum; instead, just...
2010-08-16 Eli FriedmanComment out some broken/unused/useless instructions...
2010-08-16 Eli FriedmanFixes for generation of ELF relocations. Patch by...
2010-08-16 Eli FriedmanDon't attempt to SimplifyShortMoveForm in 64-bit mode.
2010-08-16 Eli FriedmanUntil uleb/sleb are MC-ized, add a hack to make them...
2010-08-16 Eli FriedmanFix a few warnings in and detabify MCELFStreamer and...
2010-08-16 Matt FlemingAdd ELF ObjectWriter and Streamer support.
2010-08-16 Matt FlemingHookup ELF support for X86.
2010-08-16 Matt FlemingAdd ELF ObjectWriter and Streamer support.
2010-08-16 Matt FlemingLayout helper function.
2010-08-16 Matt FlemingRecord a symbol's size which is needed for ELF symbol...
2010-08-16 Matt FlemingELF entry size support.
2010-08-16 Bob WilsonRename sat_shift operand to shift_imm, in preparation...
2010-08-16 Jakob Stoklund... Partially revert r111155. It looks like MSVC is calling...
2010-08-16 Jim Grosbachtrack local frame size in MFI, not local to the pass...
2010-08-16 Dan GohmanRevert r111031. The way LLVM defines loop invariance...
2010-08-16 Jakob Stoklund... Remove unused functions.
2010-08-16 Jakob Stoklund... Remove unused functions.
2010-08-16 Bob WilsonRemove unused code.
2010-08-16 Bob WilsonConvert a test to use FileCheck.
2010-08-16 Dan GohmanPlacate overzealous compiler warnings.
2010-08-16 Dan GohmanTo create a copy of a SmallVector with an element remov...
2010-08-16 Bob WilsonInstall Embedded builds into usr/local. Radar 8313723.
2010-08-16 Chris Lattnersilence a vc2010 warning: " result of 32-bit shift...
2010-08-16 Dan GohmanTidy whitespace.
2010-08-16 Dan GohmanAdd a comment.
2010-08-16 Dan GohmanUse const_iterator in a few places.
2010-08-16 Dan GohmanUse iterators instead of indices in a few more places.
2010-08-16 Dan GohmanMicro-optimize SCEVConstant comparison.
2010-08-16 Dan GohmanMove SCEVNAryExpr's virtual member functions out of...
next