aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-18XFAIL SROA test until Chandler can get to it.Benjamin Kramer
2012-09-18Coding standards: fix typo: '= deleted' -> '= delete'.Dmitri Gribenko
2012-09-18Make MachinePostDominatorTree::DT privateTom Stellard
2012-09-18LNT builders have picked up new SROA, disable it to get the remaining builder...Benjamin Kramer
2012-09-18Fix a warning in release builds and a test case I forgot to update withChandler Carruth
2012-09-18Add a major missing piece to the new SROA pass: aggressive splitting ofChandler Carruth
2012-09-18Fix instcombine to obey requested alignment when merging allocas.Richard Osborne
2012-09-18More domain conversion; convert VFP VMOVS to NEON instructions in more cases ...James Molloy
2012-09-18Make custom operand parsing mnemonic indices use the same mnemonic table as t...Craig Topper
2012-09-18Use variable type for index into mnemonic table. Shrinks size of index field ...Craig Topper
2012-09-18Replaced ReInitMCSubtargetInfo with InitMCProcessor.Andrew Trick
2012-09-18Add LLVM_DELETED_FUNCTION to coding standards.Craig Topper
2012-09-18Fix a typo. No functional change.Craig Topper
2012-09-18Let NULL slip through again.Andrew Trick
2012-09-18TargetSchedModel API. Implement latency lookup, disabled.Andrew Trick
2012-09-18comment typoAndrew Trick
2012-09-18TableGen subtarget emitter. Use getSchedClassIdx.Andrew Trick
2012-09-18TableGen subtarget emitter. Generate resolveSchedClass generated hook for res...Andrew Trick
2012-09-18TableGen subtarget emitter. Remove unnecessary header dependence.Andrew Trick
2012-09-18Mark unimplemented operator new as LLVM_DELETED_FUNCTION.Craig Topper
2012-09-18TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...Andrew Trick
2012-09-18Mark constructors, destructors, and operator new commented as 'do not impleme...Craig Topper
2012-09-18Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper
2012-09-18Use vld1 / vst2 for unaligned v2f64 load / store. e.g. Use vld1.16 for 2-byteEvan Cheng
2012-09-18Mark asm matcher conversion table as const.Craig Topper
2012-09-18Fix some funky indentation.Evan Cheng
2012-09-18Fix typo in comment. No functional change.Craig Topper
2012-09-18PGO: preserve branch-weight metadata when simplifying Switch to a sub, an icmpManman Ren
2012-09-17Backout the wrong subtarget emitter fixAndrew Trick
2012-09-17PGO: preserve branch-weight metadata when simplifying SwitchManman Ren
2012-09-17Fix release build after revertingAndrew Trick
2012-09-17Merge into undefined lanes under -new-coalescer.Jakob Stoklund Olesen
2012-09-17Stop adding <imp-def> operands when expanding REG_SEQUENCE.Jakob Stoklund Olesen
2012-09-17Revert r164061-r164067. Most of the new subtarget emitter.Andrew Trick
2012-09-17Remove redundant semicolons to fix -pedantic-errors build break with older Cl...Richard Smith
2012-09-17llvm/Target/TargetSubtargetInfo.h: Fix case in #include, s#llvm/Codegen/#llvm...NAKAMURA Takumi
2012-09-17PGO: preserve branch-weight metadata when simplifying SwitchOnSelect.Manman Ren
2012-09-17Don't use NULL as a fake keywordAndrew Trick
2012-09-17InitMCProcessorAndrew Trick
2012-09-17TargetSchedModel API. Implement latency lookup, disabled.Andrew Trick
2012-09-17comment typoAndrew Trick
2012-09-17TableGen subtarget emitter. Use getSchedClassIdx.Andrew Trick
2012-09-17TableGen subtarget emitter. Generate resolveSchedClass generated hook for res...Andrew Trick
2012-09-17TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...Andrew Trick
2012-09-17TableGen subtarget emitter. Format and emit data tables for the new machine m...Andrew Trick
2012-09-17TableGen subtarget emitter. Generate data tables for the new machine model.Andrew Trick
2012-09-17TableGen subtarget emitter. Emit processor resources for the new machine model.Andrew Trick
2012-09-17TableGen subtarget parser: Add getProcResourcesIdx().Andrew Trick
2012-09-17Add some cases to x86 OptimizeCompare to handle DEC and INC, too.Jan Wen Voung
2012-09-17PGO: preserve branch-weight metadata when simplifying two branches with a commonManman Ren