summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add hidden flag to exclude aliases from output.Jan Sjödin2012-09-18
* Add a MapVector class. It provides a regular set iteration, butRafael Espindola2012-09-18
* Fix the isLocalCall() by checking for linker weakness as well.Roman Divacky2012-09-18
* TargetSchedule: cleanup computeOperandLatency logic & diagnostics.Andrew Trick2012-09-18
* misched: Make ScheduleDAGInstrs use the TargetSchedule interface.Andrew Trick2012-09-18
* Revert r164051.Akira Hatanaka2012-09-18
* LSR critical edge splitting fix for PR13756.Andrew Trick2012-09-18
* Fix getCommonType in a different way from the way I fixed it whenChandler Carruth2012-09-18
* Fix build for compilers that don't understand injected class names properly.Benjamin Kramer2012-09-18
* Avoid symbol name clash when filling TOC.Roman Divacky2012-09-18
* SROA: Use CRTP for OpSplitter to get rid of virtual dispatch and the virtual-...Benjamin Kramer2012-09-18
* On PPC64 emit the environment pointer. Patch by Adhemerval Zanella.Roman Divacky2012-09-18
* Optimize local func calls to not emit nop for TOC restoration.Roman Divacky2012-09-18
* Add PowerPC64 relocation definitions. Patch by Adhemerval Zanella!Roman Divacky2012-09-18
* SROA: Replace the member function template contraption for recursively splitt...Benjamin Kramer2012-09-18
* Add test for r164132.Roman Divacky2012-09-18
* When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky2012-09-18
* SROA.cpp: Appease msvc.NAKAMURA Takumi2012-09-18
* llvm/test/DebugInfo: Move two tests, 2010-04-13-PubType.ll and linkage-name.l...NAKAMURA Takumi2012-09-18
* XFAIL SROA test until Chandler can get to it.Benjamin Kramer2012-09-18
* Coding standards: fix typo: '= deleted' -> '= delete'.Dmitri Gribenko2012-09-18
* Make MachinePostDominatorTree::DT privateTom Stellard2012-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
* Make custom operand parsing mnemonic indices use the same mnemonic table as t...Craig Topper2012-09-18
* Use variable type for index into mnemonic table. Shrinks size of index field ...Craig Topper2012-09-18
* Replaced ReInitMCSubtargetInfo with InitMCProcessor.Andrew Trick2012-09-18
* Add LLVM_DELETED_FUNCTION to coding standards.Craig Topper2012-09-18
* Fix a typo. No functional change.Craig Topper2012-09-18
* Let NULL slip through again.Andrew Trick2012-09-18
* TargetSchedModel API. Implement latency lookup, disabled.Andrew Trick2012-09-18
* comment typoAndrew Trick2012-09-18
* TableGen subtarget emitter. Use getSchedClassIdx.Andrew Trick2012-09-18
* TableGen subtarget emitter. Generate resolveSchedClass generated hook for res...Andrew Trick2012-09-18
* TableGen subtarget emitter. Remove unnecessary header dependence.Andrew Trick2012-09-18
* Mark unimplemented operator new as LLVM_DELETED_FUNCTION.Craig Topper2012-09-18
* TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...Andrew Trick2012-09-18
* Mark constructors, destructors, and operator new commented as 'do not impleme...Craig Topper2012-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
* Mark asm matcher conversion table as const.Craig Topper2012-09-18
* Fix some funky indentation.Evan Cheng2012-09-18
* Fix typo in comment. No functional change.Craig Topper2012-09-18
* PGO: preserve branch-weight metadata when simplifying Switch to a sub, an icmpManman Ren2012-09-18
* Backout the wrong subtarget emitter fixAndrew Trick2012-09-17
* PGO: preserve branch-weight metadata when simplifying SwitchManman Ren2012-09-17
* Fix release build after revertingAndrew Trick2012-09-17