summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-09-18Fix a typo. No functional change.ctopper1-1/+1
2012-09-18Let NULL slip through again.atrick1-1/+1
2012-09-18TargetSchedModel API. Implement latency lookup, disabled.atrick4-14/+30
2012-09-18TableGen subtarget emitter. Remove unnecessary header dependence.atrick1-8/+9
2012-09-18Mark unimplemented operator new as LLVM_DELETED_FUNCTION.ctopper1-10/+10
2012-09-18TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...atrick3-5/+29
2012-09-18Mark constructors, destructors, and operator new commented as 'do not impleme...ctopper5-43/+43
2012-09-18Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...ctopper3-10/+10
2012-09-17Merge into undefined lanes under -new-coalescer.stoklund1-0/+20
2012-09-17Revert r164061-r164067. Most of the new subtarget emitter.atrick6-71/+22
2012-09-17Remove redundant semicolons to fix -pedantic-errors build break with older Cl...rsmith1-4/+4
2012-09-17llvm/Target/TargetSubtargetInfo.h: Fix case in #include, s#llvm/Codegen/#llvm...chapuni1-1/+1
2012-09-17Don't use NULL as a fake keywordatrick1-1/+1
2012-09-17InitMCProcessoratrick1-3/+3
2012-09-17TargetSchedModel API. Implement latency lookup, disabled.atrick4-14/+30
2012-09-17TableGen subtarget emitter. Generate resolveSchedClass generated hook for res...atrick1-0/+9
2012-09-17TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...atrick3-5/+29
2012-09-17Add a MachinePostDominator pasststellar2-0/+86
2012-09-17Add Michael Spencer's iterator class for stepping through relocations. Add m...sidneym1-0/+85
2012-09-17Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...ctopper16-37/+39
2012-09-17Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...ctopper17-42/+44
2012-09-17Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...ctopper7-32/+25
2012-09-17Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...ctopper12-28/+30
2012-09-17Remove a couple unused fields. Not detected by Wunused-private-field because ...ctopper1-1/+0
2012-09-16Add include of Compiler.h to fix build bot failures.ctopper1-0/+1
2012-09-16Add includes of Compiler.h to fix build bot failures.ctopper2-0/+2
2012-09-16Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators...ctopper1-38/+36
2012-09-16Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators...ctopper18-48/+59
2012-09-16Add LLVM_OVERRIDE and LLVM_FINAL C++11 compatibility macros.ctopper1-0/+16
2012-09-16Add explicit virtual keywords for methods that override base class.ctopper1-24/+25
2012-09-16Guard fields by NDEBUG until they get used in the release build.atrick1-2/+2
2012-09-16Tidy up formatting of some elses on a separate line from preceding bracing. N...ctopper1-5/+5
2012-09-16Fix problem when using LiveRangeQuery with block entries.stoklund1-1/+3
2012-09-16Tidy up trailing whitespace.ctopper1-32/+32
2012-09-16Remove unneeded header.ctopper1-1/+0
2012-09-15Fix Doxygen issues: wrap code examples in \code and use \p to refer togribozavr2-1/+4
2012-09-15Fix a couple include directives that used angle brackets for llvm files.ctopper2-2/+2
2012-09-15Make LiveRangeQuery work for PHIDefs as well.stoklund1-0/+6
2012-09-15Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.ctopper2-6/+6
2012-09-15Port the SSAUpdater-based promotion logic from the old SROA pass to thechandlerc1-1/+1
2012-09-14formatted_raw_ostream: Fix a serious bug in tell().ddunbar1-3/+4
2012-09-14Some small reorganization to get read for Attributes overhaul.void1-49/+50
2012-09-14Fix up erroneous alignas usage while making this portable to GCC 4.7dblaikie1-23/+14
2012-09-14Stylistic and 80-col fixesevancheng1-1/+1
2012-09-14comment typoatrick1-1/+1
2012-09-14TargetSchedModel interface. To be implemented...atrick3-0/+68
2012-09-14Define MC data tables for the new scheduling machine model.atrick2-6/+162
2012-09-14whitespaceatrick1-2/+2
2012-09-14misched: add a hook for custom DAG postprocessing.atrick1-0/+22
2012-09-14Add in comments that explain what the indexing and the size of the arrays is ...mvillmow1-1/+10