Use consistent terminology for loop exit/exiting blocks. Name change only.
[oota-llvm.git] / lib /
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...
2011-07-30 Sean CallananAdded several architecture names.
2011-07-30 Jakob Stoklund OlesenRevert "Don't check liveness of unallocatable registers."
2011-07-29 Jakob Stoklund OlesenDon't check liveness of unallocatable registers.
2011-07-29 Jakob Stoklund OlesenCheck for multiple defs in the machine code verifier.
2011-07-29 Jakob Stoklund OlesenAdd an isSSA() flag to MachineRegisterInfo.
2011-07-29 Jakub StaszakDo not lose branch weights when lowering SwitchInst.
2011-07-29 Jakob Stoklund OlesenEnable compact region splitting by default.
2011-07-29 Eric ChristopherAdd support for the 'Q' constraint.
2011-07-29 Chris Lattnerhave the verifier catch gep's into opaque struct types...
2011-07-29 Jim GrosbachARM SRS instruction parsing, diassembly and encoding...
2011-07-29 Chandler CarruthOn mac, it seems the MC disassembler is actually using...
2011-07-29 Jakub StaszakRemove unneeded const_cast.
2011-07-29 Jim GrosbachARM CPS mode immediate is 5 bits, not 4.
2011-07-29 Devang PatelClear DbgValues in the end.
2011-07-29 Jakub StaszakAdd more constantness in BranchProbabilityInfo.
2011-07-29 Devang PatelClean up debug info after reassociation.
2011-07-29 Jim GrosbachARM assembly parsing and encoding for RFE instruction.
2011-07-29 Nick LewyckyDon't look at $PWD in GetCurrentDirectory.
2011-07-29 Jim GrosbachARM SRS and RFE instructions are not code-gen only.
2011-07-29 Jim GrosbachARM range checking for mode on CPS instruction.
2011-07-29 Jim GrosbachUpdate FIXME.
2011-07-29 Jim GrosbachTweak comment.
2011-07-29 Nick LewyckyTeach Path::GetCurrentDirectory to use $PWD, to support...
2011-07-29 Nick LewyckyFix a lot of typos, improve (but not necessarily fix...
2011-07-29 Eli FriedmanMisc optimizer+codegen work for 'cmpxchg' and 'atomicrm...
2011-07-29 Jakub StaszakRemove incEdgeWeight and decEdgeWeight. Set edge weight...
2011-07-29 Chandler CarruthFix the MCDisassembler dependencies. These were just...
2011-07-29 Bruno Cardoso LopesFix two tests that I crashed in the previous commits...
2011-07-29 Bruno Cardoso LopesMatch VPERMIL masks more strictly and update the target...
2011-07-29 Bruno Cardoso LopesAdd DecodeShuffle shuffle support for VPERMIPD variantes
2011-07-29 Bruno Cardoso LopesAdd v8i32 and v4i64 vpermil patterns
2011-07-29 Bruno Cardoso LopesFix a bug while generating target specific VPERMIL...
2011-07-29 Bruno Cardoso LopesEnable usage of SSE4 extracts and inserts in their...
2011-07-29 Bruno Cardoso LopesCleanup PALIGNR handling and remove the old palign...
2011-07-29 Bill WendlingUse the pointer type size.
2011-07-29 Bill WendlingAnd now something that compiles...
2011-07-29 Bill WendlingMake sure to sext or trunc the result from the register.
2011-07-29 Jakob Stoklund OlesenTransfer implicit operands in NEONMoveFixPass.
2011-07-29 Jakob Stoklund OlesenAdd -verify-arm-pseudo-expand.
2011-07-29 Eli FriedmanMake sure to correctly clear the exact/nuw/nsw flags...
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-28 Bill WendlingVisit the landingpad instruction.
2011-07-28 Bill WendlingAdd the AddLandingPadInfo function.
2011-07-28 Jakub StaszakChange LBH_TAKEN_WEIGHT to 124 (from 128). Right now...
2011-07-28 Jim GrosbachPLD and PLI are not predicable in ARM mode.
2011-07-28 Jim GrosbachARM assembly parsing and encoding for BLX (immediate).
2011-07-28 Eli FriedmanLangRef and basic memory-representation/reading/writing...
2011-07-28 Jakub StaszakHeuristics are in descending priority now. If we use...
2011-07-28 Jakob Stoklund OlesenHandle REG_SEQUENCE with implicitly defined operands.
2011-07-28 Jim GrosbachARM assembly parsing and encoding for BFC and BFI.
2011-07-28 Jakub StaszakAdd InEdges (edges from header to the loop) in Loop...
2011-07-28 Bill WendlingUse ArrayRef instead of requiring an std::vector.
2011-07-28 Bill WendlingThe personality function should be a Function* and...
2011-07-28 Jakob Stoklund OlesenReverse order of RS_Split live ranges under -compact...
2011-07-28 Bill WendlingInitial code to convert ResumeInsts into calls to _Unwi...
2011-07-28 Jim GrosbachAdd fixme.
2011-07-28 Owen AndersonUpdate comments.
2011-07-28 Owen AndersonFill in some encoding information for STRD instructions.
2011-07-28 Owen AndersonRevert r136295. It broke nightly testers because some...
2011-07-28 Jim GrosbachARM parsing and encoding for ADR.
2011-07-28 Nadav RotemCR fix: The ANY_EXTEND can be removed because the input...
2011-07-28 Bill WendlingSome minor cleanups. No functionalitical change.
2011-07-28 Bill WendlingLeverage some of the code that John wrote to manage...
2011-07-28 Bill WendlingDon't add in the asked for size so that we don't copy...
2011-07-28 Bill WendlingAutomatically merge the landingpad clauses when we...
2011-07-28 Oscar FuentesExplicitly declare a library dependency of LLVM*Desc to
2011-07-28 Bill WendlingMake sure that the landingpad instruction takes a Const...
2011-07-28 Bill WendlingAdd a couple of convenience functions:
2011-07-28 Bruno Cardoso LopesInvert the subvector insertion to be more likely to...
2011-07-28 Bruno Cardoso LopesAdd patterns to generate copies for extract_subvector...
2011-07-28 Bruno Cardoso Lopesmovd/movq write zeros in the high 128-bit part of the...
next