oota-llvm.git
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 Benjamin Kramerllvm-objdump: disassembly enhancements
2011-08-08 Benjamin Kramerllvm-objdump: Use help of CFG to print assembly when...
2011-08-08 Devang PatelSimplify by creating parent first.
2011-08-08 Jakob Stoklund... Don't clobber pending ST regs when FP regs are killed.
2011-08-08 Bill WendlingClean up the grammar for the landingpad instruction.
2011-08-08 Bill WendlingRemove unnecessary space.
2011-08-08 Bill WendlingFix typo found by John.
2011-08-07 Chris Lattnerstrengthen up an assertion: you can't create a constant...
2011-08-06 Jakob Stoklund... Fix typo. Thanks, Andy!
2011-08-06 Andrew TrickMade SCEV's UDiv expressions more canonical. When divid...
2011-08-05 Jakob Stoklund... Reject RS_Spill ranges from local splitting as well.
2011-08-05 Jakob Stoklund... Only mark remainder intervals as RS_Spill after per...
2011-08-05 Jakob Stoklund... Remember to update LiveDebugVariables after per-block...
2011-08-05 Jakob Stoklund... Extract per-block splitting into its own method.
2011-08-05 Jakob Stoklund... Delete getMultiUseBlocks and splitSingleBlocks.
2011-08-05 Jakob Stoklund... Also use shouldSplitSingleBlock() in the fallback split...
2011-08-05 Jakob Stoklund... Split 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... Detect proper register sub-classes.
2011-08-05 Jim GrosbachARM refactor indexed store instructions.
2011-08-05 Jim GrosbachAdd ARM LDR parsing tests.
2011-08-05 Jakob Stoklund... Fix 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... Count 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 Rafael EspindolaFix the bitwidth of the remaining fields.
2011-08-04 Duncan SandsFix a place that was clearly forgotten when the type...
2011-08-04 Rafael Espindolaprint st_shndx with the correct number of bits.
2011-08-04 Duncan SandsAdd obviously missing "break". Noticed by Andrey Karpo...
2011-08-04 Rafael Espindolaprint st_other with the correct number of bits.
2011-08-04 Rafael Espindolaprint st_type with the correct number of bits.
2011-08-04 Rafael EspindolaPrint st_bind with the correct number of bits.
2011-08-04 Rafael EspindolaPrint r_sym with the correct number of bits.
2011-08-04 Rafael EspindolaPrint r_type with the correct number of bits.
2011-08-04 Rafael EspindolaAnother counter goes decimal.
2011-08-04 Rafael EspindolaChange anther counter to decimal.
2011-08-04 Rafael EspindolaDon't print a counter in hex.
2011-08-04 Rafael EspindolaAdd an assert to check that the Addend fits the file...
2011-08-04 Rafael EspindolaPrint all the bits in the addend.
2011-08-04 Jay FoadReword.
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... Correctly handle multiple DBG_VALUE instructions at...
2011-08-03 Andrew Trickwhitespace
2011-08-03 Andrew TrickAn interface for iterating over a loop's blocks in...
2011-08-03 Owen AndersonFix broken encoding of tCBNZ.
2011-08-03 Jakob Stoklund... Enable compact region splitting by default.
2011-08-03 Devang PatelDo not drop undef debug values. These are used as range...
2011-08-03 Benjamin KramerRemove underscore that's breaking linux buildbots.
2011-08-03 Jakob Stoklund... Be 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 Owen AndersonAdd accessors for manipulating an MCInst's operands.
2011-08-03 Jakub StaszakAdd more constantness in BlockFrequencyInfo.
2011-08-03 Evan ChengKill the export list as well.
2011-08-03 Eli FriedmanNew approach to r136737: insert the necessary fences...
2011-08-03 Bill WendlingRemove CreateUnwind from the IRBuillder.
2011-08-03 Benjamin KramerRemove unused variables.
2011-08-03 Bob WilsonSome revisions to Devang's change r136759 for merged...
2011-08-03 Bill WendlingGo back to the old definition. It's not clear that...
2011-08-03 Andrew TrickSCEV: Use AssertingVH to catch dangling BasicBlock...
2011-08-03 Andrew Trickwhitespace
2011-08-03 Bill WendlingExplain how clauses are applied.
2011-08-03 Jakob Stoklund... Handle IMPLICIT_DEF instructions in X86FloatingPoint.
2011-08-03 Jay FoadUse cast<> instead of a C-style cast to get some free...
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... Use the precomputed def presence in RAGreedy::calcSpill...
2011-08-02 Jakob Stoklund... Inform SpillPlacement about blocks with defs.
2011-08-02 Jakob Stoklund... Rename {First,Last}Use to {First,Last}Instr.
next