oota-llvm.git
2012-08-13 Jakob Stoklund... Transfer weights in transferSuccessorsAndUpdatePHIs().
2012-08-13 Jakob Stoklund... Print out MachineBasicBlock successor weights when...
2012-08-13 Nadav RotemLICM uses AliasSet information to hoist and sink instru...
2012-08-13 Nadav RotemMemoryDependenceAnalysis attempts to find the first...
2012-08-13 Jim GrosbachARM: Move Thumb2 tests to Thumb2 test file and fix...
2012-08-13 Jakob Stoklund... Remove the TII::scheduleTwoAddrSource() hook.
2012-08-13 Bill WendlingRename test since it's not linux-specific.
2012-08-13 Manman RenARM: enable struct byval for AAPCS-VFP.
2012-08-13 Bill WendlingWhitespace cleanup.
2012-08-13 Jakob Stoklund... Count triangles and diamonds in early if-conversion.
2012-08-13 Jakob Stoklund... Delete dead typedef.
2012-08-13 Jakob Stoklund... Handle extra Tail predecessors in if-conversion.
2012-08-13 Arnold Schwaighofer[Hexagon] Don't mark callee saved registers as clobbere...
2012-08-13 Manman RenFix failure on Atom bot due to r161769
2012-08-13 Nadav RotemDo not optimize (or (and X,Y), Z) into BFI and other...
2012-08-13 Manman RenX86: move Int_CVTSD2SSrr, Int_CVTSI2SSrr, Int_CVTSI2SDr...
2012-08-13 Eric ChristopherAdd support for the %H output modifier.
2012-08-13 David BlaikieIgnore known externally-homed tools.
2012-08-13 Manman RenX86: when auto-detecting the subtarget features, make...
2012-08-13 Nadav RotemFix a documentation typo.
2012-08-13 Kostya Serebryany[asan] remove the code for --asan-merge-callbacks as...
2012-08-13 Alexander KornienkoAdded test for non-static use of cl::opt (fixed in...
2012-08-13 Tim NorthoverAdd test for previous commit correcting NEON load patterns.
2012-08-13 Tim NorthoverUse correct loads for vector types during extending...
2012-08-13 Craig TopperTidy up VSETCC lowering code a bit more by adding an...
2012-08-13 Craig TopperRefactor code a bit to share commonalities. No function...
2012-08-13 Craig TopperFix an unused variable warning from r161742.
2012-08-13 Craig TopperRemove the LowerMMXCONCAT_VECTORS function. It could...
2012-08-12 Nick LewyckyGive this test an explicit triple.
2012-08-12 Nick LewyckyWhen emitting the PC range in an FDE, use the same...
2012-08-12 Craig TopperRemove call to setOperationAction for SETCC of v4f32...
2012-08-12 Craig TopperRemove unnecessary call to setOperationAction for SETCC...
2012-08-12 Arnold SchwaighoferRevert 161581: Patch to implement UMLAL/SMLAL instructi...
2012-08-12 Craig TopperChange addTypeForNeon to use MVT instead of EVT so...
2012-08-12 Craig TopperMake replace many calls to getSizeInBits() with is128Bi...
2012-08-12 Craig TopperUse MVT.isXBitVector instead of EVT.isXBitVector when...
2012-08-11 Michael Liaofix PR13577, an issue introduced by r161687
2012-08-11 Craig TopperCreate isXBitVector methods in MVT and call them from...
2012-08-11 Craig TopperMove setOperationAction for CONCAT_VECTORS for 256...
2012-08-11 Benjamin KramerMachineCSE: Hoist isConstantPhysReg out of the loop...
2012-08-11 Benjamin KramerPR13578: Teach MachineCSE that instructions that use...
2012-08-11 Craig TopperTidy up indentation. No functional change.
2012-08-11 Craig TopperFix a cast that was casting away 'const' unnecessarily
2012-08-11 Craig TopperAdd a couple default: llvm_unreachable() to some switch...
2012-08-10 Manman RenX86: when we are auto-detecting the subtarget features...
2012-08-10 Jakob Stoklund... Add a proper if-conversion cost model.
2012-08-10 Jakob Stoklund... Give MachineTraceMetrics its own debug tag.
2012-08-10 Jakob Stoklund... Add more trace query functions.
2012-08-10 Eli FriedmanThe normal edge of an invoke is not allowed to branch...
2012-08-10 Manman RenARM: enable struct byval for AAPCS.
2012-08-10 Jakob Stoklund... Add getTPred() and getFPred() functions.
2012-08-10 Jakob Stoklund... Include loop-carried dependencies when computing instr...
2012-08-10 Michael Liaoadd X86-specific DAG optimization to simplify boolean...
2012-08-10 Eli BenderskyA couple of addition comment fixes
2012-08-10 Eli BenderskyFix a couple of typos in comments
2012-08-10 Rafael EspindolaConstify some basic blocks, no functionality change.
2012-08-10 Michael Liaoremove tailing whitespaces and test commit
2012-08-10 Rafael EspindolaMove BasicBlockEdge to the cpp file. No functionality...
2012-08-10 Joerg Sonnenbergerstdcxx's cstdio doesn't include stdio.h, but the code...
2012-08-10 Joerg SonnenbergerAdd some missing includes for the build against stdcxx.
2012-08-10 Pete CooperFix crash when when do lto on Bullet. Dynamic GEPs...
2012-08-10 Jakob Stoklund... Update edge weights correctly in replaceSuccessor().
2012-08-10 Rafael EspindolaRemove references to compression in llvm-ar. It has...
2012-08-10 Bob WilsonUse the final .version number for LLVM_MINOR_VERSION...
2012-08-10 Jakob Stoklund... Reapply r161633-161634 "Partition use lists so defs...
2012-08-10 Jakob Stoklund... Also update MRI use lists when changing a use to a...
2012-08-10 Chad Rosier[ms-inline asm] Add a new Inline Asm Non-Standard Diale...
2012-08-09 Jakob Stoklund... Revert r161633-161634 "Partition use lists so defs...
2012-08-09 Jakob Stoklund... Partition use lists so defs always come before uses.
2012-08-09 Jakob Stoklund... Don't use pointer-pointers for the register use lists.
2012-08-09 Jakob Stoklund... Move use list management into MachineRegisterInfo.
2012-08-09 Eric ChristopherRemove getARMRegisterNumbering and replace with calls...
2012-08-09 Jakob Stoklund... Fix a future TwoAddressInstructionPass crash.
2012-08-09 Jakob Stoklund... Don't modify MO while use_iterator is still pointing...
2012-08-09 Chad Rosier[ms-inline asm] Extend the MC AsmParser API to match...
2012-08-09 Chandler CarruthTeach the LLVM test makefile to run the extra Clang...
2012-08-09 Jack CarterAnother 32 to 64 bit sign extension bug.
2012-08-09 Arnold SchwaighoferPatch to implement UMLAL/SMLAL instructions for the...
2012-08-09 Nadav RotemFix the legalization of ExtLoad on ARM. ExpandUnaligne...
2012-08-09 Eric ChristopherThis field isn't used anymore, use it with HWEncoding...
2012-08-09 Victor OliveiraSupport for experimental targets
2012-08-09 Matt Beaumont-GayMachineRegisterInfo was already a friend of MachineOper...
2012-08-08 Jim GrosbachMove [SU]LEB128 encoding to a utility header.
2012-08-08 Jakob Stoklund... Move getNextOperandForReg() into MachineRegisterInfo.
2012-08-08 Jakob Stoklund... Don't use getNextOperandForReg().
2012-08-08 Jakob Stoklund... Don't use getNextOperandForReg() in RAFast.
2012-08-08 Owen AndersonAllow legalization of target-specific SDNodes, provided...
2012-08-08 Jakob Stoklund... Deal with irreducible control flow when building traces.
2012-08-08 Bill WendlingRemove some coding violations. No functionality change.
2012-08-08 Bill WendlingCache a commonly used reference.
2012-08-08 Bob WilsonAdd test triples to fix win32 failures. Revert workaro...
2012-08-08 Bill WendlingRemove OpenBSD defines:
2012-08-08 Jakob Stoklund... Heed -stress-early-ifcvt.
2012-08-08 Jakob Stoklund... Get the MispredictPenalty from MCSchedModel.
2012-08-08 Sebastian Poprevert my previous patch
2012-08-08 Sebastian Popenable Hexagon target from cmake
2012-08-08 Rafael EspindolaTypedefs and indentation fixes from the Andy Zhang...
2012-08-08 NAKAMURA Takumillvm/test/MC/COFF/seh.s: Fixup corresponding to r161487.
2012-08-08 Anton KorobeynikovFix for .pdata and .xdata section attributes on COFF.
2012-08-08 Bill WendlingSphinxify the CommandLine document.
next