aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-09-18Add a MapVector class. It provides a regular set iteration, butRafael Espindola
2012-09-18Avoid symbol name clash when filling TOC.Roman Divacky
2012-09-18Add PowerPC64 relocation definitions. Patch by Adhemerval Zanella!Roman Divacky
2012-09-18When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky
2012-09-18Make MachinePostDominatorTree::DT privateTom Stellard
2012-09-18Replaced ReInitMCSubtargetInfo with InitMCProcessor.Andrew Trick
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-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-17Merge into undefined lanes under -new-coalescer.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-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-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-17Add a MachinePostDominator passTom Stellard
2012-09-17Add Michael Spencer's iterator class for stepping through relocations. Add m...Sid Manning
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-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
2012-09-16Add LLVM_OVERRIDE and LLVM_FINAL C++11 compatibility macros.Craig Topper
2012-09-16Add explicit virtual keywords for methods that override base class.Craig Topper
2012-09-16Guard fields by NDEBUG until they get used in the release build.Andrew Trick
2012-09-16Tidy up formatting of some elses on a separate line from preceding bracing. N...Craig Topper
2012-09-16Fix problem when using LiveRangeQuery with block entries.Jakob Stoklund Olesen
2012-09-16Tidy up trailing whitespace.Craig Topper
2012-09-16Remove unneeded header.Craig Topper
2012-09-15Fix Doxygen issues: wrap code examples in \code and use \p to refer toDmitri Gribenko
2012-09-15Fix a couple include directives that used angle brackets for llvm files.Craig Topper
2012-09-15Make LiveRangeQuery work for PHIDefs as well.Jakob Stoklund Olesen
2012-09-15Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper
2012-09-15Port the SSAUpdater-based promotion logic from the old SROA pass to theChandler Carruth
2012-09-14formatted_raw_ostream: Fix a serious bug in tell().Daniel Dunbar
2012-09-14Some small reorganization to get read for Attributes overhaul.Bill Wendling
2012-09-14Fix up erroneous alignas usage while making this portable to GCC 4.7David Blaikie
2012-09-14Stylistic and 80-col fixesEvan Cheng