Update CMake build.
[oota-llvm.git] / lib /
2010-08-14 Ted KremenekUpdate CMake build.
2010-08-14 Dan GohmanLoopSimplify shouldn't split loop backedges that use...
2010-08-14 Dan GohmanTeach SimplifyCFG how to simplify indirectbr instructions.
2010-08-14 Jim GrosbachAdd a local stack object block allocation pass. This...
2010-08-13 Dan GohmanAdd a lint check for an indirectbr destination which...
2010-08-13 Bob WilsonAdd a Thumb2 t2RSBrr instruction for disassembly only.
2010-08-13 Jakob Stoklund OlesenClean up the Spiller.h interface.
2010-08-13 Bob WilsonTemporarily disable tail calls on ARM to work around...
2010-08-13 Bob WilsonMove the Thumb2 SSAT and USAT optional shift operator...
2010-08-13 Dan GohmanVarious optimizations. Don't compare two loops' depths
2010-08-13 Jakob Stoklund OlesenImplement splitting inside a single block.
2010-08-13 Dan GohmanFix LSR's ExtractImmediate and ExtractSymbol to avoid...
2010-08-13 Bruno Cardoso LopesAdd comments to some pattern fragments in x86
2010-08-13 Dan GohmanWhen testing whether one loop contains another, test...
2010-08-13 Dan GohmanAdd a const.
2010-08-13 Dan GohmanWhen creating a symmetric SCEV with a constant operand...
2010-08-13 Dan GohmanAn add recurrence is loop-invariant in any loop inside...
2010-08-13 Bob WilsonRefactor the code for disassembling Thumb2 saturate...
2010-08-13 Dale JohannesenRevert 110491. While not wrong, it was based on a
2010-08-13 Bruno Cardoso LopesFix comment to reflect code, and remove an unused argument
2010-08-13 Bruno Cardoso LopesImprove comment to make explicit why not to touch this...
2010-08-13 Jim Grosbachtidy up whitespace a bit
2010-08-13 Eric ChristopherRevert last patch and r110954 as I meant to.
2010-08-13 Eric ChristopherRevert r110954 for now, pseudo instructions can't make...
2010-08-13 Jakob Stoklund OlesenLet LiveInterval::addRange extend existing ranges,...
2010-08-13 Jakob Stoklund OlesenRemember to actually update SplitAnalysis statistics...
2010-08-13 Nate BegemanReapply this transformation now that it is passing...
2010-08-13 Nate BegemanMove some code from Verifier into SVI::isValidOperands...
2010-08-12 Dan GohmanTrim #includes.
2010-08-12 Dan GohmanTidy up whitespace.
2010-08-12 Dan GohmanUse .empty() instead of .size().
2010-08-12 Jakob Stoklund OlesenHandle an empty dupli.
2010-08-12 Jakob Stoklund OlesenUpdate the SplitAnalysis statistics as uses are moved...
2010-08-12 Chris Lattnerfix PR7876: If ipsccp decides that a function's address...
2010-08-12 Bruno Cardoso LopesSome small clean-up: use of pseudo instructions
2010-08-12 Johnny ChenCleaned up the for-disassembly-only entries in the...
2010-08-12 Jakob Stoklund OlesenAlso recompute HasPHIKill flags in LiveInterval::Renumb...
2010-08-12 Evan ChengMake sure ARM constant island pass does not break up...
2010-08-12 Bruno Cardoso Lopes- Teach SSEDomainFix to switch between different levels...
2010-08-12 Jakob Stoklund OlesenRemove trailing whitespace.
2010-08-12 Jakob Stoklund OlesenClean up debug output.
2010-08-12 Bruno Cardoso LopesDefine AVX 128-bit pattern versions of SET0PS/PD.
2010-08-12 Jakob Stoklund OlesenImplement single block splitting.
2010-08-12 Dan GohmanOptimize ScalarEvolution::getAddExpr's operand factorin...
2010-08-12 Dan GohmanHoist some loop-invariant code out of a hot loop.
2010-08-12 Dan GohmanOptimize ScalarEvolution::getAddExpr's duplicate operan...
2010-08-12 Duncan SandsAdd a 'normalize' method to the Triple class, which...
2010-08-12 Eric ChristopherTemporarily revert 110737 and 110734, they were causing...
2010-08-12 Bruno Cardoso LopesFix comment order
2010-08-12 Bruno Cardoso LopesBegin to support some vector operations for AVX 256...
2010-08-12 Johnny ChenThe autogened decoder was confusing the ARM STRBT for...
2010-08-12 Daniel DunbarMC/X86/AsmParser: Give an explicit error message when...
2010-08-12 Daniel DunbarMC/AsmParser: Push the burdon of emitting diagnostics...
2010-08-12 Daniel Dunbartblgen/AsmMatcher: Always emit the match function as...
2010-08-11 Johnny ChenChanged the format of DMBsy, DSBsy, and friends from...
2010-08-11 Devang PatelEven if a variable has constant value all the time...
2010-08-11 Bob WilsonMove the ARM SSAT and USAT optional shift amount operan...
2010-08-11 Jakob Stoklund OlesenFix <rdar://problem/8282498> even if it doesn't reprodu...
2010-08-11 Owen AndersonFix a subtle use-after-free issue.
2010-08-11 Nick LewyckyClean up ConstantRange a bit:
2010-08-11 Dan GohmanMake LoopPass::getContainedPass return a LoopPass*...
2010-08-11 Dan GohmanRemove BasicBlockPass::runOnFunction, which was unused.
2010-08-11 Dan GohmanDelete FunctionPass::run, which is unused.
2010-08-11 Dan GohmanDelete FunctionPass::runOnModule, which is unused.
2010-08-11 Dan GohmanDon't use unsigned char for alignments in TargetData...
2010-08-11 Dan GohmanUse ISD::ADD instead of ISD::SUB with a negated constan...
2010-08-11 Jakob Stoklund OlesenFix a FIXME. The SlotIndex::Slot enum should be private.
2010-08-11 Jim Grosbachcortex m4 has floating point support, but only single...
2010-08-11 Bill WendlingConsider this code snippet:
2010-08-11 Evan ChengReport error if codegen tries to instantiate a ARM...
2010-08-11 Evan ChengArchV7M implies HW division instructions.
2010-08-11 Evan ChengArchV6T2, V7A, and V7M implies Thumb2; Archv7A implies...
2010-08-11 Evan ChengAdd ARM Archv6M and let it implies FeatureDB (having...
2010-08-11 Daniel DunbarMC/ARM: Add basic support for handling predication...
2010-08-11 Daniel DunbarMC/ARM: Split mnemonic on '.' characters.
2010-08-11 Daniel DunbarMC/ARM: Fill in ARMOperand::dump a bit.
2010-08-11 Daniel Dunbarllvm-mc: Add -show-inst-operands, for dumping the parse...
2010-08-11 Daniel DunbarMCAsmParser: Add dump() hook to MCParsedAsmOperand.
2010-08-11 Daniel DunbarMC/ARM: Add an ARMOperand class for condition codes.
2010-08-11 Evan ChengReally control isel of barrier instructions with cpu...
2010-08-11 Evan ChengAdd Cortex-M0 support. It's a ARMv6m device (no ARM...
2010-08-11 Evan Cheng- Add subtarget feature -mattr=+db which determine...
2010-08-11 Daniel DunbarMC/ARM: Switch to using the generated match functions...
2010-08-11 Daniel DunbarMC/ARM: Enable generation of the ARM asm matcher, not...
2010-08-11 Daniel DunbarARM: Mark some disassembler only instructions as not...
2010-08-11 Daniel DunbarARM: Quote $p in an asm string.
2010-08-11 Owen AndersonImprove indentation.
2010-08-11 Bill WendlingHandle ARM compares as well as converting for ARM adds...
2010-08-11 Bill WendlingMark ARM compare instructions as isCompare.
2010-08-11 Dan GohmanWhen analyzing loop exit conditions combined with and...
2010-08-11 Bob WilsonAdd a separate ARM instruction format for Saturate...
2010-08-10 Dan GohmanRename and reorder the arguments to isImpliedCond,...
2010-08-10 Evan ChengCBZ and CBNZ are implemented.
2010-08-10 Bruno Cardoso LopesAdd AVX matching patterns to Packed Bit Test intrinsics.
2010-08-10 Owen AndersonNow that we're using ConstantRange to represent potenti...
2010-08-10 Nate BegemanAdd the minimal amount of smarts necessary to instcombi...
2010-08-10 Bill WendlingTurn optimize compares back on with fix. We needed...
2010-08-10 Jakob Stoklund OlesenGive up on register class recalculation when the regist...
2010-08-10 Dan GohmanRevert r110718; it broke clang-i386-darwin9.
2010-08-10 Jakob Stoklund OlesenAvoid editing the current live interval during remat.
next