oota-llvm.git
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.
2011-08-02 Evan Chenglldb doesn't need the edis dylib any more.
2011-08-02 Eli FriedmanARM backend support for atomicrmw and cmpxchg with...
2011-08-02 Jakob Stoklund... Add a BlockInfo::FirstDef field.
2011-08-02 Jakob Stoklund... Delete 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... Extend the SpillPlacement interface with two new features.
2011-08-02 Bill WendlingAdd the documentation for the 'landingpad' instruction...
2011-08-02 Rafael EspindolaMove methods in PassManagerBuilder offline.
2011-08-02 Rafael Espindolamove PassManagerBuilder.h to IPO. This is a non intuiti...
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 Chad RosierUpdate the default bug report url in autoconf.
2011-08-02 Chris Lattnerno need to count the terminators.
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.
2011-08-02 Owen AndersonFix the broken encodings for the VFP vmov.f32 and vmov...
2011-08-02 Jim GrosbachTidy up. 80 columns.
2011-08-02 Jim GrosbachARM: rename addrmode7 to addr_offset_none.
2011-08-02 Roman DivackyComment out the PPC relocation offset adjustment. It...
2011-08-02 Bruno Cardoso... Make this kind of lowering to be supported by 256-bit...
2011-08-02 Roman DivackyRemove trailing semicolon.
2011-08-02 Roman DivackySketch out PowerPC ELF writer. This is enough to get...
2011-08-02 Bill WendlingDuncan's english is better than mine. :-)
2011-08-02 Bill WendlingRemove the LLVMBuildUnwind C API function.
2011-08-02 Andrew TrickUse consistent terminology for loop exit/exiting blocks...
2011-08-02 Benjamin KramerRemove empty test.
2011-08-02 Owen AndersonRevert r136503 and r136480 in an effort to fix non...
2011-08-02 John McCallI am the code owner for Clang's IR generation; this...
next