oota-llvm.git
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.
2012-08-08 Bill WendlingMove header so that it can be picked up by other .rst...
2012-08-08 Bill WendlingAdd `.pushsection', `.popsection', and `.previous'...
2012-08-08 Andrew TrickAdded MispredictPenalty to SchedMachineModel.
2012-08-08 Andrew TrickMinor cleanup of defaultDefLatency API
2012-08-08 Andrew Trickwhitespace
2012-08-08 Eli FriedmanisAllocLikeFn is allowed to return true for functions...
2012-08-08 Jakob Stoklund... Revert "Fix a quadratic algorithm in MachineBranchProba...
2012-08-08 Manman RenX86: enable CSE between CMP and SUB
2012-08-08 Jakob Stoklund... Don't scan physreg use-def chains looking for a PIC...
2012-08-08 Jakob Stoklund... Fix a quadratic algorithm in MachineBranchProbabilityInfo.
2012-08-08 Dan GohmanAvoid recomputing the unique exit blocks and their...
2012-08-07 Jakob Stoklund... Skip tied operand pairs that already have the same...
2012-08-07 Jakob Stoklund... Add SelectionDAG::getTargetIndex.
2012-08-07 Bob WilsonFix a serious typo in InstCombine's optimization of...
2012-08-07 Evan ChengX86 cmp lowering is looking past truncate on the condit...
2012-08-07 Bill WendlingFor non-Darwin platforms, we want to generate stack...
2012-08-07 Jakob Stoklund... Add a new kind of MachineOperand: MO_TargetIndex.
2012-08-07 Andrew KaylorEnable lazy compilation in MCJIT
2012-08-07 Jakob Stoklund... Fix a couple of typos.
2012-08-07 Eli FriedmanRemove empty directory.
2012-08-07 Jakob Stoklund... Add trace accessor methods, implement primitive if...
2012-08-07 Jim GrosbachTidy up a bit.
2012-08-07 Rafael EspindolaThe dominance computation already has logic for computi...
2012-08-07 Hal FinkelAdd a comment about mftb vs. mfspr on PPC.
2012-08-07 Alexey SamsonovFix the representation of debug line table in DebugInfo...
2012-08-07 Benjamin KramerPR13095: Give an inline cost bonus to functions using...
2012-08-07 Chandler CarruthFix PR13412, a nasty miscompile due to the interleaved
2012-08-07 Chandler CarruthAdd a much more conservative strategy for aligning...
2012-08-07 Manman RenMachineCSE: Update the heuristics for isProfitableToCSE.
2012-08-07 Bill WendlingRevert r161371. Removing the 'const' before Type is...
2012-08-07 Jack CarterThe define for 64 bit sign extension neglected to
2012-08-07 Bill WendlingConstify the Type parameter to some methods (which...
2012-08-07 Andrew TrickAllow x86 subtargets to use the GenericModel defined...
2012-08-07 Jack CarterMips relocation R_MIPS_64 relocates a 64 bit double...
2012-08-06 Jack CarterThe Mips64InstrInfo.td definitions DynAlloc64 LEA_ADDiu64
2012-08-06 Bill WendlingReduce indentation by early exiting.
2012-08-06 Jakob Stoklund... Fix typo.
2012-08-06 Bill WendlingAdd a way to grab the target options from the LTO comma...
2012-08-06 Jack CarterMips relocations R_MIPS_HIGHER and R_MIPS_HIGHEST.
2012-08-06 Hal FinkelMFTB on PPC64 should really be encoded using MFSPR.
2012-08-06 Eric ChristopherAdd support for the OpenBSD for Bitrig.
2012-08-06 Simon AtanasyanFix MIPS DSP Rev1 intrinsics memory properties.
2012-08-06 Jakob Stoklund... Put up warning signs around MO::getNextOperandForReg().
2012-08-06 Roman DivackyRemove empty overrides of processFunctionBeforeFrameFin...
2012-08-06 Craig TopperImplement proper handling for pcmpistri/pcmpestri intri...
2012-08-05 Craig TopperUpdate test to check for r161305
2012-08-05 Craig TopperRemove custom inserter for MWAIT. It doesn't do anythin...
2012-08-05 Craig TopperUse a COPY node instead of an explicit MOVA opcode...
2012-08-04 Hal FinkelAdd readcyclecounter lowering on PPC64.
2012-08-04 Anton KorobeynikovSkip impdef regs during eabi save/restore list emission...
2012-08-04 Anton KorobeynikovRecognize vst1.64 / vld1.64 with 3 and 4 regs as load...
2012-08-04 Anton KorobeynikovAdd stack spill / reload instructions for DTriple and...
2012-08-04 Bill WendlingRemove extraneous ';'.
2012-08-04 Benjamin KramerUpdate cmake build.
2012-08-04 Benjamin KramerPostpone the deletion of the old name in StructType...
2012-08-04 NAKAMURA Takumi[CMake] add_lit_target: Remove comments about add_depen...
2012-08-04 NAKAMURA Takumillc: Try to suppress failures since r161262 .
2012-08-04 Jakob Stoklund... Delete a dead variable.
2012-08-03 Jakob Stoklund... TwoAddressInstructionPass refactoring: Extract another...
2012-08-03 Bob WilsonRefactor and check "onlyReadsMemory" before optimizing...
next