Move this debug statement earlier so it is easy to see the order in
[oota-llvm.git] / lib /
2012-05-26 Duncan SandsMove this debug statement earlier so it is easy to...
2012-05-25 Bill WendlingThe llvm_gcda_increment_indirect_counter function write...
2012-05-25 Akira HatanakaFix predicate HasStandardEncoding in MipsInstrInfo...
2012-05-25 Nuno Lopesbounds checking: add support for byval arguments
2012-05-25 Akira HatanakaDelete MipsExpandPseudo.cpp.
2012-05-25 Akira HatanakaMove the code in MipsExpandPseudo to MipsInstrInfo...
2012-05-25 Akira HatanakaRemove the code that expands MIPS' .cpload directive.
2012-05-25 Akira HatanakaRemove the code that emits MIPS' .cprestore directive.
2012-05-25 Akira HatanakaRemove pseudo instructions that are no longer used.
2012-05-25 Nuno Lopesboundschecking:
2012-05-25 Justin HolewinskiChange interface for TargetLowering::LowerCallTo and...
2012-05-25 Duncan SandsMake the reassociation pass more powerful so that it...
2012-05-25 Andrew Trickmisched: trace formatting
2012-05-25 Jakob Stoklund OlesenCompress MCRegisterInfo register name tables.
2012-05-25 Eli FriedmanSimplify code for calling a function where CanLowerRetu...
2012-05-24 Kaelyn UhrainSilence unused variable warnings from when assertions...
2012-05-24 Andrew Trickmisched: Use the same scheduling heuristics with -misch...
2012-05-24 Jakob Stoklund OlesenShrink.
2012-05-24 Jakob Stoklund OlesenAdd support for range expressions in TableGen foreach...
2012-05-24 Jakob Stoklund OlesenDon't put TGParser scratch results in the output.
2012-05-24 Jakob Stoklund OlesenSimplify TGParser::ProcessForEachDefs.
2012-05-24 Andrew Trickmisched: Trace regpressure.
2012-05-24 Andrew Trickmisched: Give each ReadyQ a unique ID
2012-05-24 Andrew Trickmisched: Added ScoreboardHazardRecognizer.
2012-05-24 Andrew Trickmisched: Release bottom roots in reverse order.
2012-05-24 Andrew Trickmisched: rename ReadyQ class
2012-05-24 Andrew Trickmisched: copy comments so compareRPDelta is readable...
2012-05-24 Andrew Trickregpressure: Added RegisterPressure::dump
2012-05-24 Andrew Trickregpressure: physreg livein/out fix
2012-05-24 Justin HolewinskiRemove the PTX back-end and all of its artifacts (tripl...
2012-05-24 Akira HatanakaTurn on mips16 pseudo op when compiling for mips16.
2012-05-24 Akira HatanakaEnable Mips16 compiler to compile a null program.
2012-05-24 David BlaikieSilence Clang's -Wlogical-op-parentheses warning.
2012-05-24 Tobias GrosserAdd half support to LLVM (for OpenCL)
2012-05-24 Stepan DyatkovskiyPR1255 related changes (case ranges):
2012-05-24 Patrik HägglundFix -Wcovered-switch-default warning.
2012-05-24 Craig TopperConvert assert(0) to llvm_unreachable.
2012-05-24 Craig TopperMark some static arrays as const.
2012-05-24 Craig TopperUse uint16_t to store registers in static tables. Match...
2012-05-24 Craig TopperUse uint16_t to store register number in static tables...
2012-05-24 Craig TopperMake some opcode tables static and const. Allows code...
2012-05-24 Craig TopperMark a couple arrays as static and const. Use array_len...
2012-05-24 Craig TopperMark a static array as const.
2012-05-24 Craig TopperMark a static table as const. Shrink opcode size in...
2012-05-23 Chad RosierTidy up naming for consistency and other cleanup. ...
2012-05-23 Jakob Stoklund OlesenAdd a last resort tryInstructionSplit() to RAGreedy.
2012-05-23 Bill WendlingForgot to reverse conditional.
2012-05-23 Bill WendlingReduce indentation by early detection of 'continue...
2012-05-23 Jakob Stoklund OlesenCorrectly deal with identity copies in RegisterCoalescer.
2012-05-23 Chad Rosier[arm-fast-isel] Add support for non-global callee.
2012-05-23 Nuno LopesBoundsChecking: add a couple of simple tests and fix...
2012-05-23 Nuno Lopesrevert r156383: removal of TYPE_CODE_FUNCTION_OLD
2012-05-23 Patrik HägglundFix the inliner so that the optsize function attribute...
2012-05-23 Patrik HägglundFixed typo in r156905.
2012-05-23 Patrik HägglundSmall fix for the debug output from PBQP (PR12822).
2012-05-23 Evgeniy StepanovUse zero-based shadow by default on Android.
2012-05-23 Stepan DyatkovskiyPR1255(case ranges) related changes in Local Transforma...
2012-05-23 Craig TopperTidy up spacing.
2012-05-23 Chris Lattnersmall refinement to r157218 to save a tiny amount of...
2012-05-23 Craig TopperFix indentation of wrapped line for readability. No...
2012-05-23 Eric ChristopherAdd support for C++11 enum classes in llvm.
2012-05-22 Nuno Lopesaddress some of John Criswell's comments
2012-05-22 NAKAMURA TakumiARMDisassembler.cpp: Fix utf8 char in comments.
2012-05-22 Eric ChristopherUntabify and 80-col.
2012-05-22 Eric ChristopherFormatting consistency.
2012-05-22 Nuno Lopeshopefully fix the CMake build. sorry for breakage
2012-05-22 Andrew TrickLSR fix: add a missing phi check during IV hoisting.
2012-05-22 Nuno Lopesadd a new pass to instrument loads and stores for run...
2012-05-22 Nuno Lopesrevert my previous patches that introduced an additiona...
2012-05-22 Jakob Stoklund OlesenOnly erase virtregs with no uses left.
2012-05-22 Duncan SandsFix PR12858, a crash due to GVN's PRE not fully removin...
2012-05-22 Craig TopperFix constant used for pshufb mask when lowering v16i8...
2012-05-22 Akira HatanakaThis patch adds a predicate to existing mips32 and...
2012-05-21 Jim GrosbachARM: .end_data_region mismatch in Thumb2.
2012-05-21 Pete CooperAdded address space qualifier to intrinsic PointerType...
2012-05-21 Owen AndersonFix use of an unitialized value in the LegalizeOps...
2012-05-21 Jim GrosbachThumb2: RSB source register should be rGRP not GPRnopc.
2012-05-21 Dan GohmanMark an unreachable region of code with llvm_unreachable.
2012-05-21 Chad RosierTypo.
2012-05-21 Owen AndersonMake it so that the MArch, MCPU, MAttrs passed to Engin...
2012-05-21 Stepan DyatkovskiyPR1255 (case ranges: work with ConstantRangesSet instea...
2012-05-21 Craig TopperAllow 256-bit shuffles to still be split even if only...
2012-05-21 Jakob Stoklund OlesenGive a small negative bias to giant edge bundles.
2012-05-20 Jakob Stoklund OlesenClear kill flags on the fly when joining intervals.
2012-05-20 Jakob Stoklund OlesenMake the global base reg GR32_NOSP.
2012-05-20 Jakob Stoklund OlesenConstrain regclasses in PeepholeOptimizer.
2012-05-20 Jakob Stoklund OlesenConstrain register classes in TailDup.
2012-05-20 Peter CollingbourneWhen legalising shifts, do not pre-build a list of...
2012-05-20 Benjamin KramerEmit memcmp directly from the StringMatcherEmitter.
2012-05-20 Benjamin KramerPlug a leak when using MCJIT.
2012-05-20 Hal FinkelAdd a missing PPC 64-bit stwu pattern.
2012-05-20 Benjamin KramerUse TargetMachine's register info instead of creating...
2012-05-20 Jakob Stoklund OlesenUse the right register class for LDRrs.
2012-05-20 Jakob Stoklund OlesenTransfer memory operands to the right instruction.
2012-05-20 Jakob Stoklund OlesenProperly constrain register classes for sub-registers.
2012-05-20 Jakob Stoklund OlesenProperly constrain register classes in 2-addr.
2012-05-20 Jakob Stoklund OlesenMissed a push_back in r157147.
2012-05-20 Jakob Stoklund OlesenAvoid deleting extra copies when RegistersDefinedFromSa...
2012-05-20 Jakob Stoklund OlesenFix build bots.
2012-05-20 Jakob Stoklund OlesenLiveRangeQuery simplifies shrinkToUses().
next