ARM simplify the postidx_reg operand encoding.
[oota-llvm.git] / lib /
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.
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 LopesMake 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 WendlingRemove the LLVMBuildUnwind C API function.
2011-08-02 Andrew TrickUse consistent terminology for loop exit/exiting blocks...
2011-08-02 Owen AndersonRevert r136503 and r136480 in an effort to fix non...
2011-08-02 Nick LewyckyBail from FastISel when we encounter a volatile memset...
2011-08-01 Jim GrosbachMove imm0_255 to ARMInstrInfo.td with the other immedia...
2011-08-01 Jim GrosbachFix comments.
2011-08-01 Bruno Cardoso LopesAdd v4f64 -> v2f32 fp_round support. Also add a testcas...
2011-08-01 Bruno Cardoso LopesTeach PreprocessISelDAG to be aware of vector types...
2011-08-01 Bruno Cardoso LopesLower CONCAT_VECTORS to use two VINSERTF128 instruction...
2011-08-01 Chandler CarruthActually finish switching to the new system for Target...
2011-08-01 Bruno Cardoso LopesSince vectors with all ones can't be created with a...
2011-08-01 Evan ChengSet endianess and pointer size for PPC Linux. Bug notic...
2011-08-01 Jakub StaszakChange SmallVector to SmallPtrSet in BranchProbabilityI...
2011-08-01 Richard OsborneFix crash with varargs function with no named parameters.
2011-08-01 Douglas GregorUpdate CMake target names for tablegen-generated data...
2011-08-01 Jay FoadAdd braces.
2011-08-01 Jay FoadSimplify printAlias.
2011-08-01 Jay FoadMicro-optimisation in getAliasedGlobal.
2011-08-01 Jay FoadRemove an unnecessary cast.
2011-07-31 Chandler CarruthI mis-interpreted the MCDisassembler's intended depende...
2011-07-31 Bill WendlingAdd the 'resume' instruction for the new EH rewrite.
2011-07-31 Jakub StaszakDo not handle cases with >= and <= predicates.
2011-07-31 Jakub StaszakRemove untrue comment.
2011-07-31 Jakub StaszakDo not handle case where LHS is equal to zero, because...
2011-07-31 Rafael EspindolaAdd a small gep optimization I noticed was missing...
2011-07-31 Jakob Stoklund OlesenTime the emission of debug values.
2011-07-31 Jakub StaszakAdd Zero Heurestics to BranchProbabilityInfo. If we...
2011-07-30 Jakob Stoklund OlesenRevert r136528 "Enable compact region splitting by...
2011-07-30 Chandler CarruthSwitch another of the old dependencies on implicitly...
2011-07-30 Bill WendlingRevert r136253, r136263, r136269, r136313, r136325...
next