aboutsummaryrefslogtreecommitdiff
path: root/lib/MC
AgeCommit message (Expand)Author
2012-10-02Support for generating ELF objects on Windows.Andrew Kaylor
2012-10-01MachO: direct-to-object attribute for data-in-code markers.Jim Grosbach
2012-10-01Provide a shortcut for MCObjectStreamer when emitting fills.Benjamin Kramer
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru
2012-09-26Rename virtual table anchors from Anchor() to anchor() for consistency with t...Craig Topper
2012-09-23Emit dtors into proper section while compiling in vcpp-compatible mode.Anton Korobeynikov
2012-09-19Add support for macro parameters/arguments delimited by spaces,Preston Gurd
2012-09-19Support default parameters/arguments for assembler macros.Preston Gurd
2012-09-19Enhance unmatched '.endr' directive error message in assembler.Preston Gurd
2012-09-18Tidy up. Minor formatting.Jim Grosbach
2012-09-18Tidy up. 80 columns.Jim Grosbach
2012-09-18Avoid symbol name clash when filling TOC.Roman Divacky
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-17Revert r164061-r164067. Most of the new subtarget emitter.Andrew Trick
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-15Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper
2012-09-14TargetSchedModel interface. To be implemented...Andrew Trick
2012-09-14Define MC data tables for the new scheduling machine model.Andrew Trick
2012-09-14Fix Doxygen issues:Dmitri Gribenko
2012-09-13Assembler: Darwin variables defined via .set are no-dead-strip.Jim Grosbach
2012-09-13MachO: Correctly mark symbol-difference variables as N_ABS.Jim Grosbach
2012-09-12Release build: guard dump functions withManman Ren
2012-09-11Add MCRI::getNumSubRegIndices() and start checking SubRegIndex ranges.Jakob Stoklund Olesen
2012-09-10Remove redundant semicolons which are null statements.Dmitri Gribenko
2012-09-07Fix alignment of .comm and .lcomm on mingw32.Benjamin Kramer
2012-09-07Contrary to what the documentation says, .lcomm alignment on COFF is in bytes...Benjamin Kramer
2012-09-07MC: Overhaul handling of .lcommBenjamin Kramer
2012-09-06Release build: guard dump functions with "ifndef NDEBUG"Manman Ren
2012-09-05Constify subtarget info properly so that we dont cast away the const inRoman Divacky
2012-08-29Allow targets to specify a minimum supported NOP size when performing NOP pad...Owen Anderson
2012-08-29Add virtual keywords for methods that override the base class.Craig Topper
2012-08-27Fix comment.Rafael Espindola
2012-08-24Lower constant pools and jump tables via TOC on PPC64/SVR4.Roman Divacky
2012-08-23Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko
2012-08-22Reduce duplicated hash map lookups.Benjamin Kramer
2012-08-22For mips64 switch statements in subroutines could generate Jack Carter
2012-08-21Fix macros arguments with an underscore, dot or dollar in them. This is basedRafael Espindola
2012-08-21Make the wording in of the "expected identifier" error in the .macro directiveRafael Espindola
2012-08-21Use typedefs. Fix indentation. Extracted from the Andy/PaX patch.Rafael Espindola
2012-08-21Remove unused variable. Extracted from the Andy/PaX patch.Rafael Espindola
2012-08-21Fix typo. Extracted from the Andy/PaX patch.Rafael Espindola
2012-08-12When emitting the PC range in an FDE, use the same data encoding for both endsNick Lewycky
2012-08-08Move [SU]LEB128 encoding to a utility header.Jim Grosbach
2012-08-08Typedefs and indentation fixes from the Andy Zhang/PAX macro argument patch.Rafael Espindola
2012-08-08Fix for .pdata and .xdata section attributes on COFF.Anton Korobeynikov