aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-09-18Fix the isLocalCall() by checking for linker weakness as well.Roman Divacky
2012-09-18TargetSchedule: cleanup computeOperandLatency logic & diagnostics.Andrew Trick
2012-09-18misched: Make ScheduleDAGInstrs use the TargetSchedule interface.Andrew Trick
2012-09-18Revert r164051.Akira Hatanaka
2012-09-18LSR critical edge splitting fix for PR13756.Andrew Trick
2012-09-18Fix getCommonType in a different way from the way I fixed it whenChandler Carruth
2012-09-18Fix build for compilers that don't understand injected class names properly.Benjamin Kramer
2012-09-18Avoid symbol name clash when filling TOC.Roman Divacky
2012-09-18SROA: Use CRTP for OpSplitter to get rid of virtual dispatch and the virtual-...Benjamin Kramer
2012-09-18On PPC64 emit the environment pointer. Patch by Adhemerval Zanella.Roman Divacky
2012-09-18Optimize local func calls to not emit nop for TOC restoration.Roman Divacky
2012-09-18SROA: Replace the member function template contraption for recursively splitt...Benjamin Kramer
2012-09-18When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky
2012-09-18SROA.cpp: Appease msvc.NAKAMURA Takumi
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-18Replaced ReInitMCSubtargetInfo with InitMCProcessor.Andrew Trick
2012-09-18TargetSchedModel API. Implement latency lookup, disabled.Andrew Trick
2012-09-18TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...Andrew Trick
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-18Fix some funky indentation.Evan Cheng
2012-09-18PGO: preserve branch-weight metadata when simplifying Switch to a sub, an icmpManman Ren
2012-09-17PGO: preserve branch-weight metadata when simplifying SwitchManman Ren
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-17PGO: preserve branch-weight metadata when simplifying SwitchOnSelect.Manman Ren
2012-09-17InitMCProcessorAndrew Trick
2012-09-17TargetSchedModel API. Implement latency lookup, disabled.Andrew Trick
2012-09-17TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...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-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-17Disable the protection from escaped allocas in an attempt to find violating p...Nadav Rotem
2012-09-16Refactor the SROA visitors for partitioning an alloca and buildingChandler Carruth
2012-09-16Change unsigned to uint32_t to match base class declaration and other targets.Craig Topper
2012-09-16Fix bad comment. No functional change.Craig Topper