Initial commit for the rewrite of the inline cost analysis to operate
[oota-llvm.git] / lib /
2012-03-31 Chandler CarruthInitial commit for the rewrite of the inline cost analy...
2012-03-31 Benjamin KramerInternalize: Remove reference of @llvm.noinline, it...
2012-03-31 Duncan SandsI noticed in passing that the Metadata getIfExists...
2012-03-31 Hal FinkelCorrectly vectorize powi.
2012-03-31 Akira HatanakaSelect static relocation model if it is jitting.
2012-03-31 Jakob Stoklund OlesenAdd a 2 byte safety margin in offset computations.
2012-03-31 Jakob Stoklund OlesenAdd more debugging output to ARMConstantIslandPass.
2012-03-30 Benjamin KramerRip out emission of the regIsInRegClass function for...
2012-03-30 Jim GrosbachARM fix encoding fixup resolution for ldrd and friends.
2012-03-30 Jim GrosbachARM assembler should prefer non-aliases encoding of...
2012-03-30 Jim GrosbachARM encoding for VSWP got the second operand incorrect.
2012-03-30 Jim GrosbachARM can only use narrow encoding for low regs.
2012-03-30 Jim GrosbachARM integrated assembler should encoding choice for...
2012-03-30 Rafael EspindolaHandle unreachable code in the dominates functions...
2012-03-30 Danil MalyshevRe-factored RuntimeDyLd:
2012-03-30 Jim GrosbachARM assembly parsing needs to be paranoid about negativ...
2012-03-30 Rafael EspindolaAdd computeMaskedBitsLoad back, as it was the change...
2012-03-30 Benjamin KramerAdd a note about a missed cmov -> sbb opportunity.
2012-03-30 James MolloyEnsure conditional BL instructions for ARM are given...
2012-03-30 Evan ChengARM target should allow codegenprep to duplicate ret...
2012-03-30 Bill WendlingIf we have a VLA that has a "use" in a metadata node...
2012-03-29 Bill WendlingRevert r153694. It was causing failures in the buildbots.
2012-03-29 Jakob Stoklund OlesenInvalidate liveness in ARMConstantIslandPass.
2012-03-29 Jakob Stoklund OlesenPrefer even-odd D-register pairs.
2012-03-29 Lang HamesTry using vmov.i32 to materialize FP32 constants that...
2012-03-29 Danil MalyshevRe-factored RuntimeDyld.
2012-03-29 Eric ChristopherLowercase the tag name to match the rest of dwarf.
2012-03-29 Jim GrosbachARM assembly 'cmp lr, #0' should not encode using ...
2012-03-29 Jakob Stoklund OlesenHandle register copies for the new ARM register classes.
2012-03-29 Lang HamesMake x86 REP_MOV* and REP_STO instructions use the...
2012-03-29 Akira HatanakaExpand FREM.
2012-03-29 Jakob Stoklund OlesenDon't PRE compares.
2012-03-29 Benjamin KramerReplace assert(0) with llvm_unreachable to avoid warnin...
2012-03-29 Eric ChristopherAdd support for objc property decls according to the...
2012-03-29 Craig TopperOnly allow symbolic names for (v)cmpss/sd/ps/pd encodin...
2012-03-29 Joel JonesFor X86, change load/dec-or-inc/store into dec-or-inc...
2012-03-29 Joel JonesReverted to revision 153616 to unblock build
2012-03-29 Joel JonesFor X86, change load/dec-or-inc/store into dec-or-inc...
2012-03-28 Jakob Stoklund OlesenEnable machine code verification in the entire code...
2012-03-28 Jakob Stoklund OlesenEnable machine code verification after PreSched2 passes.
2012-03-28 Jakob Stoklund OlesenDon't kill the base register when expanding strd.
2012-03-28 Jakob Stoklund OlesenPreserve implicit defs in ARMLoadStoreOptimizer.
2012-03-28 Danil MalyshevMove getPointerToNamedFunction() from JIT/MCJIT to...
2012-03-28 Rafael EspindolaHandle intrinsics in GlobalsModRef. Fixes pr12351.
2012-03-28 Jakob Stoklund OlesenSpill DPair registers, not just QPR.
2012-03-28 Jakob Stoklund OlesenAlso verify after ExpandPostRAPseudos.
2012-03-28 Jakob Stoklund OlesenEnable machine code verification after the late machine...
2012-03-28 Jakob Stoklund OlesenSkip liveness verification when MRI->tracksLiveness...
2012-03-28 Jakob Stoklund OlesenRevert r153516: "Invalidate liveness in Thumb2ITBlockPass."
2012-03-28 Jakob Stoklund OlesenAllow removeLiveIn to be called with a register that...
2012-03-28 Chad RosierRevert r153521 as it's causing large regressions on...
2012-03-28 Pete CooperFixed commuteInstructions bug where if its called pre...
2012-03-28 Benjamin KramerGlobalOpt: If we have an inbounds GEP from a ConstantAg...
2012-03-28 Benjamin KramerAdd another note about a missed compare with nsw arithm...
2012-03-28 Richard BartonFixup VST1.32 with writeback instruction. Also re-facto...
2012-03-28 Chandler CarruthSwitch to WeakVHs in the value mapper, and aggressively...
2012-03-28 Eric ChristopherMore debug output.
2012-03-28 Eric ChristopherFix the output of the DW_TAG_friend tag to include...
2012-03-28 Akira HatanakaTurn off post-RA scheduler by default.
2012-03-28 Chad RosierFix 80-column violation.
2012-03-28 Akira HatanakaTurn on post register allocation scheduler.
2012-03-28 Akira HatanakaSort relocation entries before they are written out...
2012-03-28 Akira HatanakaEmit all directives except for ".cprestore" during...
2012-03-28 Akira HatanakaMark flag neverHasSideEffects of pattern-less instructi...
2012-03-27 Benjamin KramerAdd a note about a cute little fabs optimization.
2012-03-27 Benjamin KramerAdd two missed instcombines related to compares with...
2012-03-27 Akira HatanakaRemove trailing white space.
2012-03-27 Lang HamesUse a SmallVector and linear lookup instead of a DenseS...
2012-03-27 Akira HatanakaAdd member EmitNOAT and its setter and getter functions...
2012-03-27 Eric ChristopherUse DW_AT_low_pc for a single entry point into a routine.
2012-03-27 Chad RosierReapply r153423; the original commit was fine. The...
2012-03-27 Jakob Stoklund OlesenARMLoadStoreOptimizer invalidates register liveness.
2012-03-27 Jakob Stoklund OlesenPrint SSA and liveness tracking flags in MF::print().
2012-03-27 Jakob Stoklund OlesenBranch folding may invalidate liveness.
2012-03-27 Jakob Stoklund OlesenInvalidate liveness in Thumb2ITBlockPass.
2012-03-27 Chris Lattnerfix what looks like a real logic bug, found by PVS...
2012-03-27 Jakob Stoklund OlesenAdd an MRI::tracksLiveness() flag.
2012-03-27 Chandler CarruthMake a seemingly tiny change to the inliner and fix...
2012-03-27 Craig TopperPrune some includes
2012-03-27 Craig TopperRemove unnecessary llvm:: qualifications
2012-03-27 Akira HatanakaPass the llvm IR pointer value and offset to the constr...
2012-03-27 Akira HatanakaFix bug in LowerConstantPool.
2012-03-27 Akira HatanakaAdd T9 to the list of live-in registers of the entry...
2012-03-27 Akira HatanakaRetrieve and add the offset of a symbol in applyFixup...
2012-03-27 Akira HatanakaDefine function MipsGetSymAndOffset which returns a...
2012-03-27 Evan ChengPost-ra LICM should take care not to hoist an instructi...
2012-03-27 Akira HatanakaRewrite computation of Value in adjustFixupValue so...
2012-03-27 Lang HamesDuring MachineCopyPropagation a register may be the...
2012-03-27 Akira HatanakaReserve hardware registers.
2012-03-26 Evan ChengARM has a peephole optimization which looks for a def...
2012-03-26 Lang HamesAdd a debug option to dump PBQP graphs during register...
2012-03-26 Andrew TrickSCEV fix: Handle loop invariant loads.
2012-03-26 Eric ChristopherUse the file in the inlined die rather than the compile...
2012-03-26 Nadav Rotem153465 was incorrect. In this code we wanted to check...
2012-03-26 Sean CallananMade RuntimeDyldMachO support vanilla i386
2012-03-26 Nadav RotemPR12357: The pointer was used before it was checked.
2012-03-26 Andrew TrickLSR ivchain bug fix: corner case with ConstantExpr.
2012-03-26 Andrew Trickcomment typo
2012-03-26 Chris Lattnereliminate an unneeded branch, part of PR12357
2012-03-26 Eric ChristopherTidy.
next