summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky2012-09-18
* SROA.cpp: Appease msvc.NAKAMURA Takumi2012-09-18
* LNT builders have picked up new SROA, disable it to get the remaining builder...Benjamin Kramer2012-09-18
* Fix a warning in release builds and a test case I forgot to update withChandler Carruth2012-09-18
* Add a major missing piece to the new SROA pass: aggressive splitting ofChandler Carruth2012-09-18
* Fix instcombine to obey requested alignment when merging allocas.Richard Osborne2012-09-18
* More domain conversion; convert VFP VMOVS to NEON instructions in more cases ...James Molloy2012-09-18
* Replaced ReInitMCSubtargetInfo with InitMCProcessor.Andrew Trick2012-09-18
* TargetSchedModel API. Implement latency lookup, disabled.Andrew Trick2012-09-18
* TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...Andrew Trick2012-09-18
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-18
* Use vld1 / vst2 for unaligned v2f64 load / store. e.g. Use vld1.16 for 2-byteEvan Cheng2012-09-18
* Fix some funky indentation.Evan Cheng2012-09-18
* PGO: preserve branch-weight metadata when simplifying Switch to a sub, an icmpManman Ren2012-09-18
* PGO: preserve branch-weight metadata when simplifying SwitchManman Ren2012-09-17
* Merge into undefined lanes under -new-coalescer.Jakob Stoklund Olesen2012-09-17
* Stop adding <imp-def> operands when expanding REG_SEQUENCE.Jakob Stoklund Olesen2012-09-17
* Revert r164061-r164067. Most of the new subtarget emitter.Andrew Trick2012-09-17
* PGO: preserve branch-weight metadata when simplifying SwitchOnSelect.Manman Ren2012-09-17
* InitMCProcessorAndrew Trick2012-09-17
* TargetSchedModel API. Implement latency lookup, disabled.Andrew Trick2012-09-17
* TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...Andrew Trick2012-09-17
* Add some cases to x86 OptimizeCompare to handle DEC and INC, too.Jan Wen Voung2012-09-17
* PGO: preserve branch-weight metadata when simplifying two branches with a commonManman Ren2012-09-17
* Make sure there is enough room for RA. getStackSize needs to be cleaned up butAkira Hatanaka2012-09-17
* Increase the static sizes of some SmallSets. finalizeBundle() is very frequen...Michael Ilseman2012-09-17
* whitespaceMichael Ilseman2012-09-17
* Fix PR13859Michael Liao2012-09-17
* s/__llvm_gcov_flush/__gcov_flush/gBill Wendling2012-09-17
* LLVM_ATTRIBUTE_USED forces emission of a function. To silence unused function...Benjamin Kramer2012-09-17
* NewSROA: Provide a full set of operator< for ByteRanges.Benjamin Kramer2012-09-17
* Fix a few vars that can end up being used without initialization.Axel Naumann2012-09-17
* Removed the VMLxForwarding feature for the Cortex-A15 target.Silviu Baranga2012-09-17
* Add a MachinePostDominator passTom Stellard2012-09-17
* Disable the protection from escaped allocas in an attempt to find violating p...Nadav Rotem2012-09-17
* Refactor the SROA visitors for partitioning an alloca and buildingChandler Carruth2012-09-16
* Change unsigned to uint32_t to match base class declaration and other targets.Craig Topper2012-09-16
* Fix bad comment. No functional change.Craig Topper2012-09-16
* The PMOVZXWD family of functions had patterns extends narrow vector types to ...Nadav Rotem2012-09-16
* Add alternative coalescing algorithm under a flag.Jakob Stoklund Olesen2012-09-16
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper2012-09-15
* Remove unused private fields to silence -Wunused-private-field.Craig Topper2012-09-15
* Don't depend on kill flags in removeCopyByCommutingDef().Jakob Stoklund Olesen2012-09-15
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper2012-09-15
* Disable new sroa now that all buildbots have tested it.Benjamin Kramer2012-09-15
* X86: Emitting x87 fsin/fcos for sinf/cosf is not safe without unsafe fp math.Benjamin Kramer2012-09-15
* Port the SSAUpdater-based promotion logic from the old SROA pass to theChandler Carruth2012-09-15
* Remove aligned/unaligned load/store fragments defined in MipsInstrInfo.td andAkira Hatanaka2012-09-15
* Handled unaligned load/stores properly in Mips16 Akira Hatanaka2012-09-15
* PGO: preserve branch-weight metadata when simplifying two branches with a commonManman Ren2012-09-15