aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-09-17Make sure there is enough room for RA. getStackSize needs to be cleaned up butAkira Hatanaka
2012-09-17Increase the static sizes of some SmallSets. finalizeBundle() is very frequen...Michael Ilseman
2012-09-17whitespaceMichael Ilseman
2012-09-17Fix PR13859Michael Liao
2012-09-17TableGen: Add initializer.Jim Grosbach
2012-09-17s/__llvm_gcov_flush/__gcov_flush/gBill Wendling
2012-09-17LLVM_ATTRIBUTE_USED forces emission of a function. To silence unused function...Benjamin Kramer
2012-09-17NewSROA: Provide a full set of operator< for ByteRanges.Benjamin Kramer
2012-09-17Fix a few vars that can end up being used without initialization.Axel Naumann
2012-09-17Removed the VMLxForwarding feature for the Cortex-A15 target.Silviu Baranga
2012-09-17Add a MachinePostDominator passTom Stellard
2012-09-17Add Michael Spencer's iterator class for stepping through relocations. Add m...Sid Manning
2012-09-17Disable the protection from escaped allocas in an attempt to find violating p...Nadav Rotem
2012-09-17Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper
2012-09-17Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper
2012-09-17Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper
2012-09-17Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper
2012-09-17Remove a couple unused fields. Not detected by Wunused-private-field because ...Craig Topper
2012-09-17Fix typoMichael Liao
2012-09-16Add include of Compiler.h to fix build bot failures.Craig Topper
2012-09-16Add includes of Compiler.h to fix build bot failures.Craig Topper
2012-09-16Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators...Craig Topper
2012-09-16Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators...Craig Topper