Merge Archive/extract* tests into one; this avoids a race when tests are run in
[oota-llvm.git] / lib /
2009-09-08 Daniel DunbarAdd Triple::getArchTypeForDarwinArchName, which convert...
2009-09-08 Daniel DunbarImprove JIT error message for users crazy enough to...
2009-09-08 Chris Lattnerparenthesize symbol names that start with $, fixing...
2009-09-08 Chris Lattnerchange selectiondag to add the sign extended versions...
2009-09-08 Anton KorobeynikovUnbreak getOnesVector() / getZeroVector() to use valid...
2009-09-08 Dan GohmanUse MemoryBuffer::getBufferIdentifier() in the AsmPrint...
2009-09-08 Mikhail GlushenkovThis should unbreak the build on 64-bit Linux.
2009-09-08 Owen AndersonFix PR4909, patch by Jakub Staszak.
2009-09-08 Mikhail GlushenkovConst-correctness.
2009-09-08 Mikhail GlushenkovGet rid of the Pid_ member in the Program class.
2009-09-08 Mikhail GlushenkovAdd a Kill() function to the Program class.
2009-09-08 Chris Lattnerremove an extremely dubious instcombine transformation of
2009-09-08 Devang PatelRemove dead code.
2009-09-08 Daniel DunbarFix may-be-used-uninitialized warning.
2009-09-08 Dan GohmanRe-apply r80926, with fixes: keep the domtree informed...
2009-09-08 Anton KorobeynikovAdd NEON 'laned' operations. This fixes another bunch...
2009-09-08 Richard PenningtonAdd source debug information to the Sparc code generator.
2009-09-08 Nicolas GeoffrayWhen emitting a label for a PostCall safe point, the...
2009-09-08 Nicolas GeoffrayAlso emit a label for TargetInstrInfo::GC_LABEL.
2009-09-08 Evan ChengWhen remat'ing and destination virtual register has...
2009-09-08 Chris LattnerPrint "X-42" instead of "X+-42".
2009-09-08 Chris Lattnermake formatting of expressions more closely match the...
2009-09-08 Chris Lattnertidy whitespace.
2009-09-08 Chris Lattneradd support for some missing modifiers on jumptable...
2009-09-08 Chris Lattneradd a bunch more evil lowering code to work around...
2009-09-08 Chris LattnerADd support for "lowering" the X86::MOVZX16rr8/X86...
2009-09-08 Chris Lattneradd a hack to lower MOV16r0 to MOV32r0 in MCInstLower...
2009-09-08 Nick LewyckyHoist out the test+insert to CheckedTypes. This doesn...
2009-09-08 Chris Lattnerfix PR4767, a crash because fp stackifier visited blocks in
2009-09-08 Chris Lattnerremove a turd
2009-09-08 Chris Lattnerinstcombine transforms vector loads that are only used by
2009-09-08 Nick LewyckySimplify from my last change. Assert1 is a macro that...
2009-09-08 Dan GohmanFix an abort on a store of an empty struct member....
2009-09-08 Nick LewyckyVerify types. Invalid types can be constructed when...
2009-09-08 Chris LattnerFix PR4882, by making MemCpyOpt not dereference removed...
2009-09-08 Chris Lattnerfix ComputeMaskedBits handling of zext/sext/trunc to...
2009-09-08 Chris Lattneradd some comments to describe the invariants.
2009-09-07 Dan GohmanReappy r80998, now that the GlobalOpt bug that it expos...
2009-09-07 Dan GohmanFix a thinko: When lowering fneg with xor, bitcast...
2009-09-07 Dan GohmanDon't commit stores with addresses that have indices...
2009-09-07 Dan GohmanDon't commit addresses of aggregate values. This avoids...
2009-09-07 Dan GohmanFix GlobalOpt to avoid committing a store if the addres...
2009-09-07 Dan GohmanPreserve the InBounds flag when evaluating a getelement...
2009-09-07 Dan GohmanSimplify this code by using hasDefinitiveInitializer().
2009-09-07 Nick LewyckyExpress this in the canonical way.
2009-09-07 Nick LewyckyHomogenize whitespace.
2009-09-07 Duncan SandsUsing a signal handler that does nothing should be
2009-09-07 Daniel DunbarDisable MDNode uniquing.
2009-09-06 Eric ChristopherFix comment.
2009-09-06 Anton KorobeynikovDo not create calls via PLT in compilation callback...
2009-09-06 Duncan SandsDo not try to override non-virtual methods, especially
2009-09-06 Duncan SandsRemove a left over bit of code with no effect.
2009-09-06 Duncan SandsAvoid warnings if assertions are off.
2009-09-06 Duncan SandsRemove unreachable code.
2009-09-06 Duncan SandsSimplify. Testing shows that this is not equivalent...
2009-09-06 Duncan SandsAvoid an unused variable warning when assertions are
2009-09-06 Duncan SandsMark more constants unsigned, as warned about by icc...
2009-09-06 Duncan SandsRemove some not-really-used variables, as warned
2009-09-06 Benjamin KramerMore MSVC warning fixes:
2009-09-06 Duncan SandsRemove strange 'const' qualifiers, as warned about...
2009-09-06 Benjamin KramerIt's a bool, so treat it like one. Fixes a MSVC warning.
2009-09-06 Duncan SandsTweak code into an equivalent form for which icc
2009-09-06 Benjamin KramerRemove splint hints to silence warnings from ICC and...
2009-09-06 Duncan SandsPublic and private corrections, warned about by icc...
2009-09-06 Duncan SandsRemove some unused variables and methods warned about by
2009-09-06 Daniel DunbarFix a possible crash call setIsInBounds.
2009-09-06 Evan ChengRevert r80926. It causes loop unswitch assertion and...
2009-09-06 Daniel DunbarRevert "Include optional subclass flags, such as inboun...
2009-09-05 Devang PatelDetect VLAs.
2009-09-04 Devang PatelIgnore malformed global variable debug info.
2009-09-04 Devang PatelWhile replacing an MDNode elment, properly update MDNod...
2009-09-04 Andreas NeustifterPrevent warnings on compilers for which its not clear...
2009-09-04 Lang HamesReplaces uses of unsigned for indexes in LiveInterval...
2009-09-04 Andreas NeustifterCleaned up ProfileVerifierPass.
2009-09-04 Andreas NeustifterConverted MaximumSpanningTree algorithm to a generic...
2009-09-04 Dan GohmanInclude optional subclass flags, such as inbounds,...
2009-09-04 Duncan SandsUse delete[] to match new[] (found by valgrind).
2009-09-04 Evan ChengRun branch folding if if-converter make some transforma...
2009-09-04 Evan ChengFix comment for consistency sake.
2009-09-04 Jim GrosbachWhitespace cleanup
2009-09-04 Eric ChristopherIf there's a calling convention attach it to the rewind...
2009-09-03 Evan ChengFunky indentation.
2009-09-03 Daniel DunbarRevert "--- Reverse-merging r80908 into '.':", I alread...
2009-09-03 Dan GohmanRevert 80959. It isn't sufficient to solve the full...
2009-09-03 Bill Wendling--- Reverse-merging r80908 into '.':
2009-09-03 Dan GohmanLLVM currently represents floating-point negation as...
2009-09-03 David GoodwinDon't crash when target has no itineraries.
2009-09-03 Bill WendlingIf we've pushed registers onto the stack, but aren...
2009-09-03 Dan GohmanRemove the API for creating ConstantExprs with the...
2009-09-03 David GoodwinCreate our own block initializer for kill fixups as...
2009-09-03 David GoodwinCalls clobber FPSCR.
2009-09-03 Bob WilsonOverhaul the TwoAddressInstructionPass to simplify...
2009-09-03 Dan GohmanSmallvectorize switchExitBlocks.
2009-09-03 Devang PatelThere is not any need to copy metadata while merging...
2009-09-03 Dan GohmanRecognize more opportunities to use SSE min and max...
2009-09-03 Mon P WangFixed a few problems with vector shifts
2009-09-03 Dan GohmanAdd a -disable-16bit flag and associated support for...
2009-09-03 Kevin EnderbyRemoved the non-target independent AsmToken::Register...
2009-09-03 Devang PatelUse WeakVH to hold dead mdnodes. Check use_empty()...
2009-09-03 Dan GohmanAdd a verifyAnalysis to LoopInfo, LoopSimplify, and...
next