silence a conditional assignment -Wuninitialized warning.
[oota-llvm.git] / lib /
2011-03-11 Chris Lattnersilence a conditional assignment -Wuninitialized warning.
2011-03-11 Jim GrosbachProperly pseudo-ize ARM MOVCCi and MOVCCi16.
2011-03-11 Eric ChristopherChange the x86 32-bit scheduler to register pressure...
2011-03-11 Evan ChengAvoid replacing the value of a directly stored load...
2011-03-10 Jim GrosbachProperly pseudo-ize MOVCCr and MOVCCs.
2011-03-10 Dan GohmanRecursivelyDeleteTriviallyDeadInstructions only needs a
2011-03-10 Rafael EspindolaDon't compute the file size if we don't need to.
2011-03-10 Dan GohmanFix reassociate to postpone certain instruction deletio...
2011-03-10 Jim GrosbachDMB can just be a pat referencing MCR.
2011-03-10 Jim GrosbachReorganize a bit. No functional change, just moving...
2011-03-10 Jim GrosbachPseudo-instructions are codegenonly by definition.
2011-03-10 Benjamin KramerInstCombine: Turn umul_with_overflow into mul nuw if...
2011-03-10 Rafael EspindolaAdd r127409 back now that the windows file was updated.
2011-03-10 Rafael EspindolaTry to fix the windows build.
2011-03-10 Jakob Stoklund OlesenRevert r127409 which broke all the Windows bots.
2011-03-10 Justin HolewinskiPTX: Add preliminary support for floating-point divide...
2011-03-10 Rafael EspindolaAdd support for MemoryBuffers that are not null termina...
2011-03-10 Cameron ZwarichAdd an option to disable critical edge splitting in...
2011-03-10 Che-Liang Chiouptx: add the rest of special registers of ISA version 2.0
2011-03-10 Jakob Stoklund OlesenChange the Spiller interface to take a LiveRangeEdit...
2011-03-10 Jakob Stoklund OlesenMake SpillIs an optional pointer. Avoid creating a...
2011-03-10 Francois PichetUnbreak the CMake build.
2011-03-10 Stuart HastingsRevert 127359; it broke lencod.
2011-03-10 Devang PatelIntroduce DebugInfoProbe. This is used to monitor how...
2011-03-10 Evan ChengRe-commit 127368 and 127371. They are exonerated.
2011-03-09 Evan ChengRevert 127368 and 127371 for now.
2011-03-09 Evan ChengChange the definition of TargetRegisterInfo::getCrossCo...
2011-03-09 Benjamin KramerFix a pasto that broke all x86_64-elf targets.
2011-03-09 Devang PatelPreserve line number information while simplifying...
2011-03-09 Stuart HastingsX86 byval copies no longer always_inline. <rdar:/...
2011-03-09 Johnny ChenLLVM combines the offset mode of A8.6.199 A1 & A2 into...
2011-03-09 Eric ChristopherMake these options hidden to reduce the amount of text...
2011-03-09 Devang PatelThese llvm.dbg.* constants are not used anymore.
2011-03-09 Jakob Stoklund OlesenMake physreg coalescing independent on the number of...
2011-03-09 Bruno Cardoso LopesImprove varags handling, with testcases. Patch by Sasa...
2011-03-09 Andrew TrickImprove pre-RA-sched register pressure tracking for...
2011-03-09 Jan SjödinAdd createELFObjectTargetWriter method to TargetAsmBack...
2011-03-09 Jan SjödinAdd constructors to MCElfStreamer and MCObjectStreamer...
2011-03-09 Andrew TrickWhen SCEV can determine the loop test is X < X, set...
2011-03-09 Andrew Trickwhitespace
2011-03-09 Benjamin KramerFix typo, make helper static.
2011-03-09 Benjamin KramerRemove unused virtual dtor.
2011-03-09 NAKAMURA TakumiTarget/X86: Tweak va_arg for Win64 not to miss taking...
2011-03-09 Nick LewyckyFix two cases I forgot to update when doing a mental...
2011-03-09 Cameron ZwarichFix a crasher introduced by r127317 that is seen on...
2011-03-09 Nick LewyckyAdd another micro-optimization. Apologies for the lack...
2011-03-09 Cameron ZwarichAdd support to scalar replacement for partial vector...
2011-03-09 Cameron ZwarichMove vector type merging to a separate function in...
2011-03-09 Matt Beaumont-GayAdd a virtual dtor to Delegate to silence -Wnon-virtual...
2011-03-09 Eli FriedmanPR9346: Prevent SimplifyDemandedBits from incorrectly...
2011-03-09 Jakob Stoklund OlesenAdd a LiveRangeEdit::Delegate protocol.
2011-03-09 Eli FriedmanPR9420; an instruction before an unreachable is guarant...
2011-03-09 Bill Wendling* Correct encoding for VSRI.
2011-03-09 Jakob Stoklund OlesenDelete dead code.
2011-03-09 Bill WendlingCorrect the encoding for VRSRA and VSRA instructions.
2011-03-08 Bill Wendling* Fix VRSHR and VSHR to have the correct encoding for...
2011-03-08 Jakob Stoklund OlesenDelete dead code after rematerializing.
2011-03-08 Devang Patelllvm.dbg.declare intrinsic does not use any llvm::Value...
2011-03-08 Jakob Stoklund OlesenFix the build for MSVC 9 whose upper_bound() wants...
2011-03-08 Eric ChristopherFix some latent bugs if the nodes are unschedulable...
2011-03-08 Oscar FuentesRevert "Make a comparator's argument `const'. This...
2011-03-08 Jim GrosbachDarwin 'as' silently ignores the '.ident' directive.
2011-03-08 Benjamin KramerReduce vector reallocations.
2011-03-08 Benjamin KramerX86: Fix the (saddo/ssub x, 1) -> incl/decl selection...
2011-03-08 Justin HolewinskiPTX: Add intrinsic support for ntid, ctaid, and nctaid...
2011-03-08 Oscar FuentesMake a comparator's argument `const'. This fixes the...
2011-03-08 Duncan SandsFix PR9331. Simplified version of a patch by Jakub...
2011-03-08 NAKAMURA Takumilib/Support/regcomp.c: Fix cygwin warning.
2011-03-08 Nick LewyckyReorder comments to put them the right way around.
2011-03-08 Devang PatelWhile sinking an instruction, do not lose llvm.dbg...
2011-03-08 Eric ChristopherTurn on list-ilp scheduling by default on x86 and x86...
2011-03-08 Andrew TrickFurther improvements to pre-RA-sched=list-ilp.
2011-03-08 Bob WilsonFix a compiler crash where a Glue value had multiple...
2011-03-08 Bob WilsonFix comment typos.
2011-03-07 Bill WendlingRename the narrow shift right immediate operands to...
2011-03-07 Jakob Stoklund OlesenLet shrinkToUses optionally return a list of now dead...
2011-03-07 Devang PatelPreserve line no. info.
2011-03-07 Jakob Stoklund OlesenMake the UselessRegs argument optional in the LiveRange...
2011-03-07 Cameron ZwarichMove getRegPressureLimit() from TargetLoweringInfo...
2011-03-07 Jakob Stoklund OlesenHandle the special case of registers begin redefined...
2011-03-07 Owen AndersonUse the correct LHS type when determining the legalizat...
2011-03-07 Justin Holewinskiptx: Fix calling convention printing in AsmWriter.cpp
2011-03-07 Nick LewyckyAdd more analysis of the sign bit of an srem instructio...
2011-03-07 NAKAMURA TakumiWindows/PathV2.inc: Eliminate redundant condition....
2011-03-06 Rafael EspindolaDon't internalize available_externally functions. We...
2011-03-06 Eric ChristopherTypo.
2011-03-06 Nick LewyckyConstantInt has some getters which return ConstantInt...
2011-03-06 NAKAMURA Takumilib/CodeGen/AsmPrinter/CMakeLists.txt: Fix CMake build...
2011-03-06 Andrew TrickDisable a couple of experimental heuristics to get...
2011-03-05 Anton KorobeynikovARM assembler stuff is crazy: for .setfp positive value...
2011-03-05 Anton KorobeynikovIn Thumb1 mode the constant might be materialized via...
2011-03-05 Anton KorobeynikovImplement frame unwinding information emission for...
2011-03-05 Anton KorobeynikovAdd unwind information emission for thumb stuff
2011-03-05 Anton KorobeynikovHandle MI flags inside Thumb2SizeReduction pass.
2011-03-05 Anton KorobeynikovPreliminary support for ARM frame save directives emiss...
2011-03-05 Anton KorobeynikovSome first rudimentary support for ARM EHABI: print...
2011-03-05 Anton KorobeynikovAdd FrameSetup MI flags
2011-03-05 Jakob Stoklund OlesenWork around a coalescer bug.
2011-03-05 Bob WilsonRemove unused conditional negate operations.
2011-03-05 Benjamin KramerInstCombine: We know the number of items initially...
next