summaryrefslogtreecommitdiff
path: root/lib/MC
AgeCommit message (Expand)AuthorFilesLines
2012-10-16Merge master branchtstellar4-14/+63
2012-10-11Merge master branchtstellar8-158/+44
2012-10-02Merge master branchtstellar2-5/+6
2012-10-02Merge master branchtstellar2-1/+9
2012-09-24Emit dtors into proper section while compiling in vcpp-compatible mode.tstellar1-6/+14
2012-09-19Add support for macro parameters/arguments delimited by spaces,pgurd3-25/+133
2012-09-19Support default parameters/arguments for assembler macros.pgurd1-7/+31
2012-09-19Enhance unmatched '.endr' directive error message in assembler.pgurd1-1/+1
2012-09-18Tidy up. Minor formatting.grosbach1-3/+2
2012-09-18Tidy up. 80 columns.grosbach1-2/+6
2012-09-18Avoid symbol name clash when filling TOC.rdivacky1-0/+6
2012-09-18Replaced ReInitMCSubtargetInfo with InitMCProcessor.atrick1-14/+15
2012-09-18TargetSchedModel API. Implement latency lookup, disabled.atrick1-1/+1
2012-09-18TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...atrick1-1/+9
2012-09-17Revert r164061-r164067. Most of the new subtarget emitter.atrick1-23/+14
2012-09-17InitMCProcessoratrick1-14/+15
2012-09-17TargetSchedModel API. Implement latency lookup, disabled.atrick1-1/+1
2012-09-17TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...atrick1-1/+9
2012-09-15Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.ctopper1-2/+2
2012-09-14TargetSchedModel interface. To be implemented...atrick1-0/+6
2012-09-14Define MC data tables for the new scheduling machine model.atrick1-5/+5
2012-09-14Fix Doxygen issues:gribozavr4-6/+6
2012-09-13Assembler: Darwin variables defined via .set are no-dead-strip.grosbach2-4/+9
2012-09-13MachO: Correctly mark symbol-difference variables as N_ABS.grosbach1-5/+30
2012-09-12Release build: guard dump functions withManman Ren9-10/+10
2012-09-11Add MCRI::getNumSubRegIndices() and start checking SubRegIndex ranges.Jakob Stoklund Olesen1-0/+3
2012-09-10Remove redundant semicolons which are null statements.Dmitri Gribenko1-1/+1
2012-09-07Fix alignment of .comm and .lcomm on mingw32.Benjamin Kramer5-10/+17
2012-09-07Contrary to what the documentation says, .lcomm alignment on COFF is in bytes...Benjamin Kramer1-1/+1
2012-09-07MC: Overhaul handling of .lcommBenjamin Kramer6-16/+26
2012-09-06Release build: guard dump functions with "ifndef NDEBUG"Manman Ren9-0/+20
2012-09-05Constify subtarget info properly so that we dont cast away the const inRoman Divacky2-6/+6
2012-08-29Allow targets to specify a minimum supported NOP size when performing NOP pad...Owen Anderson1-0/+6
2012-08-29Add virtual keywords for methods that override the base class.Craig Topper1-8/+8
2012-08-27Fix comment.Rafael Espindola1-3/+4
2012-08-24Lower constant pools and jump tables via TOC on PPC64/SVR4.Roman Divacky1-1/+2
2012-08-23Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko1-1/+1
2012-08-22Reduce duplicated hash map lookups.Benjamin Kramer1-4/+2
2012-08-22For mips64 switch statements in subroutines could generate Jack Carter1-3/+9
2012-08-21Fix macros arguments with an underscore, dot or dollar in them. This is basedRafael Espindola1-1/+9
2012-08-21Make the wording in of the "expected identifier" error in the .macro directiveRafael Espindola1-2/+2
2012-08-21Use typedefs. Fix indentation. Extracted from the Andy/PaX patch.Rafael Espindola1-5/+4
2012-08-21Remove unused variable. Extracted from the Andy/PaX patch.Rafael Espindola1-2/+0
2012-08-21Fix typo. Extracted from the Andy/PaX patch.Rafael Espindola1-1/+1
2012-08-12When emitting the PC range in an FDE, use the same data encoding for both endsNick Lewycky1-9/+6
2012-08-08Move [SU]LEB128 encoding to a utility header.Jim Grosbach4-41/+10
2012-08-08Typedefs and indentation fixes from the Andy Zhang/PAX macro argument patch.Rafael Espindola1-26/+28
2012-08-08Fix for .pdata and .xdata section attributes on COFF.Anton Korobeynikov2-8/+4
2012-08-08Add `.pushsection', `.popsection', and `.previous' directives to Darwin ASM.Bill Wendling1-2/+39
2012-07-30Keep empty assembly macro argument values in the middle of the list.Jim Grosbach1-2/+8