Fixed commuteInstructions bug where if its called pre-regalloc the subreg indices...
[oota-llvm.git] / lib /
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.
2012-03-26 Eric ChristopherTidy.
2012-03-26 Chad RosierRevert r153423 as this is causing failures on our inter...
2012-03-26 Andrew TrickLSR cleanup: potential bug caught by PVS-Studio.
2012-03-26 Kostya Serebryany[tsan] treat vtable pointer updates in a special way...
2012-03-26 Benjamin KramerNo need to do an expensive stable sort for a bunch...
2012-03-26 Douglas GregorAdd missing include of <new>
2012-03-26 Anton KorobeynikovFix GetMainExecutable on kFreeBSD.
2012-03-26 Craig TopperPrune some includes and forward declarations.
2012-03-26 Eric ChristopherAdd a debug statement.
2012-03-26 Rafael EspindolaUse the new range metadata in computeMaskedBits and...
2012-03-26 Craig TopperPrune includes and replace uses of ARMRegisterInfo...
2012-03-25 Craig TopperReplace uses of ARMBaseInstrInfo and ARMTargetMachine...
2012-03-25 Chandler CarruthTeach instsimplify how to simplify comparisons of point...
2012-03-25 Chandler CarruthSwitch the pointer-difference simplification logic...
2012-03-25 Craig TopperPrune some includes and forward declarations.
2012-03-25 Chandler CarruthTeach the function cloner (and thus the inliner) to...
2012-03-25 Chandler CarruthMove the instruction simplification of callsite argumen...
2012-03-25 Chandler CarruthAdd an asserting ValueHandle to the block simplificatio...
2012-03-24 Chandler CarruthDon't form a WeakVH around the sentinel node in the...
2012-03-24 Chandler CarruthTry to harden the recursive simplification still furthe...
2012-03-24 Chandler CarruthDon't add the instruction about to be RAUW'ed and erase...
2012-03-24 Jean-Daniel DupasFix null to integer conversion warnings.
2012-03-24 Chandler CarruthRefactor the interface to recursively simplifying instr...
2012-03-24 Rafael EspindolaRemove always true variable.
2012-03-24 Hal FinkelFix small-integer VAARG on SVR4 ABI PPC64.
2012-03-24 Hal FinkelAdd the ability to promote legal integer VAARGs. This...
2012-03-24 Francois PichetFix the MSVC build.
2012-03-24 Justin HolewinskiPTX: Fix predicate logic bug
2012-03-24 Andrew TrickMore IndVarSimplify cleanup.
2012-03-24 Rafael EspindolaFirst part of PR12251. Add documentation and verifier...
2012-03-23 Kostya Serebryanyadd EP_OptimizerLast extension point
2012-03-23 Bill WendlingIt's possible for two types, which are isomorphic,...
2012-03-23 Jim GrosbachARM tidy up ARMConstantIsland.cpp.
2012-03-23 Jim GrosbachPretty-printing comments for literal floating point...
2012-03-23 Akira HatanakaAdd a hook in MCELFObjectTargetWriter to allow targets...
2012-03-23 Dan GohmanDon't convert objc_retainAutoreleasedReturnValue to...
2012-03-23 Dan GohmanIt's not possible to insert code immediately after...
2012-03-23 Owen AndersonMake it feasible for clients using EngineBuilder to...
2012-03-23 Lang HamesAdd support for register masks to PBQP.
2012-03-23 Benjamin KramerInclude cstdio in a few place that depended on getting...
2012-03-23 Benjamin KramerMove ftostr into its last user (cppbackend) and simplif...
2012-03-23 Duncan SandsWhen propagating equalities, eg replacing A with B...
2012-03-23 Duncan SandsIndentation.
2012-03-23 Bill WendlingIgnore the last message.
2012-03-23 Bill WendlingRevert patch. It broke the build.
2012-03-23 Bill WendlingDematerialize the source functions after we're done...
2012-03-23 Eric ChristopherRemove the C backend.
2012-03-23 Eric ChristopherFix up cmake build.
2012-03-23 Eric ChristopherTake out the debug info probe stuff. It's making some...
2012-03-22 Andrew TrickRemove -enable-lsr-retry in time for 3.1.
2012-03-22 Andrew TrickRemove -enable-lsr-nested in time for 3.1.
next