summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
* Hoist some grossly duplicated code from the COFF/ELF/MachO streamers into MCO...Benjamin Kramer2012-10-04
* Remove template from function that is only used with one type after r165092.Craig Topper2012-10-04
* Fix doxygen comment to match function name.Craig Topper2012-10-03
* Remove unused function that used to get itineraries from SubTargetFeatures. T...Craig Topper2012-10-03
* Support for generating ELF objects on Windows.Andrew Kaylor2012-10-02
* MachO: direct-to-object attribute for data-in-code markers.Jim Grosbach2012-10-01
* Provide a shortcut for MCObjectStreamer when emitting fills.Benjamin Kramer2012-10-01
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Rename virtual table anchors from Anchor() to anchor() for consistency with t...Craig Topper2012-09-26
* Emit dtors into proper section while compiling in vcpp-compatible mode.Anton Korobeynikov2012-09-23
* Add support for macro parameters/arguments delimited by spaces,Preston Gurd2012-09-19
* Support default parameters/arguments for assembler macros.Preston Gurd2012-09-19
* Enhance unmatched '.endr' directive error message in assembler.Preston Gurd2012-09-19
* Tidy up. Minor formatting.Jim Grosbach2012-09-18
* Tidy up. 80 columns.Jim Grosbach2012-09-18
* Avoid symbol name clash when filling TOC.Roman Divacky2012-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
* Revert r164061-r164067. Most of the new subtarget emitter.Andrew Trick2012-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
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper2012-09-15
* TargetSchedModel interface. To be implemented...Andrew Trick2012-09-14
* Define MC data tables for the new scheduling machine model.Andrew Trick2012-09-14
* Fix Doxygen issues:Dmitri Gribenko2012-09-14
* Assembler: Darwin variables defined via .set are no-dead-strip.Jim Grosbach2012-09-13
* MachO: Correctly mark symbol-difference variables as N_ABS.Jim Grosbach2012-09-13
* Release build: guard dump functions withManman Ren2012-09-12
* Add MCRI::getNumSubRegIndices() and start checking SubRegIndex ranges.Jakob Stoklund Olesen2012-09-11
* Remove redundant semicolons which are null statements.Dmitri Gribenko2012-09-10
* Fix alignment of .comm and .lcomm on mingw32.Benjamin Kramer2012-09-07
* Contrary to what the documentation says, .lcomm alignment on COFF is in bytes...Benjamin Kramer2012-09-07
* MC: Overhaul handling of .lcommBenjamin Kramer2012-09-07
* Release build: guard dump functions with "ifndef NDEBUG"Manman Ren2012-09-06
* Constify subtarget info properly so that we dont cast away the const inRoman Divacky2012-09-05
* Allow targets to specify a minimum supported NOP size when performing NOP pad...Owen Anderson2012-08-29
* Add virtual keywords for methods that override the base class.Craig Topper2012-08-29
* Fix comment.Rafael Espindola2012-08-27
* Lower constant pools and jump tables via TOC on PPC64/SVR4.Roman Divacky2012-08-24
* Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko2012-08-23
* Reduce duplicated hash map lookups.Benjamin Kramer2012-08-22
* For mips64 switch statements in subroutines could generate Jack Carter2012-08-22
* Fix macros arguments with an underscore, dot or dollar in them. This is basedRafael Espindola2012-08-21
* Make the wording in of the "expected identifier" error in the .macro directiveRafael Espindola2012-08-21
* Use typedefs. Fix indentation. Extracted from the Andy/PaX patch.Rafael Espindola2012-08-21
* Remove unused variable. Extracted from the Andy/PaX patch.Rafael Espindola2012-08-21
* Fix typo. Extracted from the Andy/PaX patch.Rafael Espindola2012-08-21