oota-llvm.git
2012-03-29 Akira HatanakaExpand FREM.
2012-03-29 Jakob Stoklund... Add more constness to CodeGenRegisters.
2012-03-29 Jakob Stoklund... Don'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 Bill WendlingMake some headway towards compiling all of LLVM.
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 Bill WendlingCleanup whitespace.
2012-03-29 Bill WendlingCache the end() iterator.
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... Enable machine code verification in the entire code...
2012-03-28 Jakob Stoklund... Enable machine code verification after PreSched2 passes.
2012-03-28 Bill WendlingCleanup some whitespaces.
2012-03-28 Jakob Stoklund... Don't kill the base register when expanding strd.
2012-03-28 Jakob Stoklund... Preserve implicit defs in ARMLoadStoreOptimizer.
2012-03-28 Jim GrosbachTidy up. Whitespace.
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... Spill DPair registers, not just QPR.
2012-03-28 Jakob Stoklund... Also verify after ExpandPostRAPseudos.
2012-03-28 Bill WendlingInline function into its one caller.
2012-03-28 Jakob Stoklund... Enable machine code verification after the late machine...
2012-03-28 Jakob Stoklund... Skip liveness verification when MRI->tracksLiveness...
2012-03-28 Bill WendlingReformat the LTOModule code to be more inline with...
2012-03-28 Jakob Stoklund... Revert r153516: "Invalidate liveness in Thumb2ITBlockPass."
2012-03-28 Jakob Stoklund... Allow 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 Bill WendlingSome whitespace cleanup.
2012-03-28 Bill WendlingUse the correct filename for the error message.
2012-03-28 Bill WendlingUse Nakamura's suggestion of bypassing using 'filename...
2012-03-28 Akira HatanakaTurn off post-RA scheduler by default.
2012-03-28 Chad RosierFix 80-column violation.
2012-03-28 Akira HatanakaFix test case.
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 Francois PichetMSVC doesn't like the mixing of declarations and statem...
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 Bill WendlingTry to use the CWD if the path to the GCDA output is...
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 ChristopherAdd a test for the previous commit. Also, remove two...
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... ARMLoadStoreOptimizer invalidates register liveness.
2012-03-27 Jakob Stoklund... Print SSA and liveness tracking flags in MF::print().
2012-03-27 Jakob Stoklund... Branch folding may invalidate liveness.
2012-03-27 Jakob Stoklund... Invalidate liveness in Thumb2ITBlockPass.
2012-03-27 Chris Lattnerfix what looks like a real logic bug, found by PVS...
2012-03-27 Jakob Stoklund... Add an MRI::tracksLiveness() flag.
2012-03-27 NAKAMURA Takumillvm/docs/*.html: Fix markups.
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 Bill WendlingAdd 'undef's to make SWIG happier. Patch by Baozeng...
2012-03-26 Eric ChristopherAdd InitializeNativeTargetDisassembler function.
2012-03-26 Andrew TrickUnit test for PR11950: LSR crash.
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 Chris Lattnerfix a failure path to print the right thing, part of...
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 Daniel Dunbardocs/lit: Add some notes on the lit test run output...
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 Benjamin KramerRemove stale CBackend tests.
2012-03-26 Benjamin KramerTableGen: Don't emit the llvm intrinsic -> gcc builtin...
next