Remove an instance where the 'unwind' instruction was created.
[oota-llvm.git] / lib /
2011-08-09 Bill WendlingRemove an instance where the 'unwind' instruction was...
2011-08-09 Devang PatelPrint variable's inline location in debug output.
2011-08-09 Devang PatelProvide method to print variable's extended name which...
2011-08-09 Jakob Stoklund OlesenRename member variables to follow coding standards.
2011-08-09 Bill WendlingAdd missing attributes to the C++ backend's output.
2011-08-09 Bruno Cardoso LopesMake LowerVSETCC aware of AVX types and add patterns...
2011-08-09 Jakob Stoklund OlesenMove the RegisterCoalescer private to its implementatio...
2011-08-09 Jakob Stoklund OlesenRefer to the RegisterCoalescer pass by ID.
2011-08-08 Jim GrosbachARM parsing and encoding for LDRBT instruction.
2011-08-08 Owen AndersonThumb1 BL instructions encoding 22 bits of displacement...
2011-08-08 Bill WendlingIndicate that there are changes if runOfFunction return...
2011-08-08 Jakob Stoklund OlesenImplement isLoadFromStackSlotPostFE and isStoreToStackS...
2011-08-08 Bruno Cardoso LopesAdd support for several vector shifts operations while...
2011-08-08 Jim GrosbachARM load/store label parsing.
2011-08-08 Jakob Stoklund OlesenHoist hasLoadFromStackSlot and hasStoreToStackSlot.
2011-08-08 Owen AndersonFix encodings for Thumb ASR and LSR immediate operands...
2011-08-08 Eli FriedmanFix up the patterns for SXTB, SXTH, UXTB, and UXTH...
2011-08-08 Benjamin KramerPacify virtual dtor warnings and cmake buildbots.
2011-08-08 Benjamin KramerAdd MCInstrAnalysis class. This allows the targets...
2011-08-08 Devang PatelSimplify by creating parent first.
2011-08-08 Jakob Stoklund OlesenDon't clobber pending ST regs when FP regs are killed.
2011-08-08 Bill WendlingRemove unnecessary space.
2011-08-07 Chris Lattnerstrengthen up an assertion: you can't create a constant...
2011-08-06 Jakob Stoklund OlesenFix typo. Thanks, Andy!
2011-08-06 Andrew TrickMade SCEV's UDiv expressions more canonical. When divid...
2011-08-05 Jakob Stoklund OlesenReject RS_Spill ranges from local splitting as well.
2011-08-05 Jakob Stoklund OlesenOnly mark remainder intervals as RS_Spill after per...
2011-08-05 Jakob Stoklund OlesenRemember to update LiveDebugVariables after per-block...
2011-08-05 Jakob Stoklund OlesenExtract per-block splitting into its own method.
2011-08-05 Jakob Stoklund OlesenDelete getMultiUseBlocks and splitSingleBlocks.
2011-08-05 Jakob Stoklund OlesenAlso use shouldSplitSingleBlock() in the fallback split...
2011-08-05 Jakob Stoklund OlesenSplit around single instructions to enable register...
2011-08-05 Jim GrosbachARM load instruction shifted register index operands.
2011-08-05 Jim GrosbachARM indexed load assembly parsing and encoding.
2011-08-05 Jakob Stoklund OlesenDetect proper register sub-classes.
2011-08-05 Jim GrosbachARM refactor indexed store instructions.
2011-08-05 Jakob Stoklund OlesenFix liveness computations in BranchFolding.
2011-08-05 Jim GrosbachARM simplify the postidx_reg operand encoding.
2011-08-05 Jim GrosbachARM use a dedicated printer for postidx_reg operands.
2011-08-05 Bob WilsonAdd missing register constraint for some VLD3/VLD4...
2011-08-05 Chandler CarruthSilence unused variable warnings in release builds.
2011-08-05 Jason W KimFix llvm.org/bugs/show_bug.cgi?id=10583\n - test for...
2011-08-05 Chandler CarruthTemporarily revert r135528 which distinguishes between...
2011-08-04 Owen AndersonFix broken encodings for the Thumb2 LDRD/STRD instructions.
2011-08-04 Jim GrosbachARM assembly parsing and encoding for LDR instructions.
2011-08-04 Jakob Stoklund OlesenCount the total amount of stack space used in compiled...
2011-08-04 Devang PatelPrint DBG_VALUE variable's location info as a comment.
2011-08-04 Devang PatelIncrement counter inside insertDebugValue().
2011-08-04 Devang PatelWe need to map DebugLoc. It leads to Fuction * (through...
2011-08-04 Devang PatelLinke NamedMDNodes after linking global values as comme...
2011-08-04 Chris Lattnerallow \r's in .s files.
2011-08-04 Roman DivackyIntroduce adjustFixupOffset that adjusts the fixup...
2011-08-04 Devang PatelAdd counter.
2011-08-04 Evan ChengFix an obvious type. Patch by Ivan Krasin.
2011-08-04 Evan ChengFix an obvious type. Patch by Ivan Krasin.
2011-08-04 Owen AndersonLDCL_POST and STCL_POST need one's-complement offsets...
2011-08-04 Duncan SandsAdd obviously missing "break". Noticed by Andrey Karpo...
2011-08-04 Rafael EspindolaAdd an assert to check that the Addend fits the file...
2011-08-04 Duncan SandsFix what seems an obvious typo. Patch by Ivan Krasin...
2011-08-04 Andrew TrickReverting r136884 updateUnloop, which crashed a linux...
2011-08-04 Jason W KimFix http://llvm.org/bugs/show_bug.cgi?id=10568
2011-08-04 Bill WendlingOnly access both operands of an INSERT_SUBVECTOR if...
2011-08-03 Jim GrosbachARM refactoring assembly parsing of memory address...
2011-08-03 Andrew TrickAn algorithm for incrementally updating LoopInfo within a
2011-08-03 Andrew Trickwhitespace
2011-08-03 Jakob Stoklund OlesenCorrectly handle multiple DBG_VALUE instructions at...
2011-08-03 Owen AndersonFix broken encoding of tCBNZ.
2011-08-03 Jakob Stoklund OlesenEnable compact region splitting by default.
2011-08-03 Devang PatelDo not drop undef debug values. These are used as range...
2011-08-03 Jakob Stoklund OlesenBe more conservative when forming compact regions.
2011-08-03 Chandler CarruthFix some warnings from Clang in release builds:
2011-08-03 Jakub StaszakFix typo in #include which revealed in the case-sensiti...
2011-08-03 Jakub StaszakUse MachineBranchProbabilityInfo in If-Conversion inste...
2011-08-03 Bill WendlingRemove the LowerSetJmp pass. It wasn't used effectively...
2011-08-03 Jakub StaszakAdd more constantness in BlockFrequencyInfo.
2011-08-03 Eli FriedmanNew approach to r136737: insert the necessary fences...
2011-08-03 Benjamin KramerRemove unused variables.
2011-08-03 Bob WilsonSome revisions to Devang's change r136759 for merged...
2011-08-03 Andrew TrickSCEV: Use AssertingVH to catch dangling BasicBlock...
2011-08-03 Andrew Trickwhitespace
2011-08-03 Jakob Stoklund OlesenHandle IMPLICIT_DEF instructions in X86FloatingPoint.
2011-08-03 Chris Lattnerfix PR10286, a problem with the .ll printer handling...
2011-08-03 Devang PatelUse byte offset, instead of element number, to access...
2011-08-03 Nick LewyckySmall cleanups:
2011-08-03 Bill WendlingAdd this back in for now. There are still a few passes...
2011-08-03 Nick LewyckyFix logical error when detecting lifetime intrinsics.
2011-08-03 Bill WendlingReplace the 'UnwindInst' check with a check for 'Resume...
2011-08-02 Jakob Stoklund OlesenUse the precomputed def presence in RAGreedy::calcSpill...
2011-08-02 Jakob Stoklund OlesenInform SpillPlacement about blocks with defs.
2011-08-02 Jakob Stoklund OlesenRename {First,Last}Use to {First,Last}Instr.
2011-08-02 Eli FriedmanARM backend support for atomicrmw and cmpxchg with...
2011-08-02 Jakob Stoklund OlesenAdd a BlockInfo::FirstDef field.
2011-08-02 Jakob Stoklund OlesenDelete BlockInfo::LiveThrough. It wasn't used any more.
2011-08-02 Nick LewyckyTeach InstCombine that lifetime intrincs aren't a real...
2011-08-02 Jakob Stoklund OlesenExtend the SpillPlacement interface with two new features.
2011-08-02 Rafael EspindolaMove methods in PassManagerBuilder offline.
2011-08-02 Eli FriedmanAdd new atomic instructions to SCCP. No functional...
2011-08-02 Nick LewyckyLifetime intrinsics on undef are dead.
2011-08-02 Rafael EspindolaAssume .cfi_startproc is the first thing in a function...
2011-08-02 Eli FriedmanDon't create a ridiculous EXTRACT_ELEMENT. PR10563.
next