index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
MC
Age
Commit message (
Expand
)
Author
2012-10-02
Support for generating ELF objects on Windows.
Andrew Kaylor
2012-10-01
MachO: direct-to-object attribute for data-in-code markers.
Jim Grosbach
2012-10-01
Provide a shortcut for MCObjectStreamer when emitting fills.
Benjamin Kramer
2012-09-27
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-26
Rename virtual table anchors from Anchor() to anchor() for consistency with t...
Craig Topper
2012-09-23
Emit dtors into proper section while compiling in vcpp-compatible mode.
Anton Korobeynikov
2012-09-19
Add support for macro parameters/arguments delimited by spaces,
Preston Gurd
2012-09-19
Support default parameters/arguments for assembler macros.
Preston Gurd
2012-09-19
Enhance unmatched '.endr' directive error message in assembler.
Preston Gurd
2012-09-18
Tidy up. Minor formatting.
Jim Grosbach
2012-09-18
Tidy up. 80 columns.
Jim Grosbach
2012-09-18
Avoid symbol name clash when filling TOC.
Roman Divacky
2012-09-18
Replaced ReInitMCSubtargetInfo with InitMCProcessor.
Andrew Trick
2012-09-18
TargetSchedModel API. Implement latency lookup, disabled.
Andrew Trick
2012-09-18
TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...
Andrew Trick
2012-09-17
Revert r164061-r164067. Most of the new subtarget emitter.
Andrew Trick
2012-09-17
InitMCProcessor
Andrew Trick
2012-09-17
TargetSchedModel API. Implement latency lookup, disabled.
Andrew Trick
2012-09-17
TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...
Andrew Trick
2012-09-15
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Craig Topper
2012-09-14
TargetSchedModel interface. To be implemented...
Andrew Trick
2012-09-14
Define MC data tables for the new scheduling machine model.
Andrew Trick
2012-09-14
Fix Doxygen issues:
Dmitri Gribenko
2012-09-13
Assembler: Darwin variables defined via .set are no-dead-strip.
Jim Grosbach
2012-09-13
MachO: Correctly mark symbol-difference variables as N_ABS.
Jim Grosbach
2012-09-12
Release build: guard dump functions with
Manman Ren
2012-09-11
Add MCRI::getNumSubRegIndices() and start checking SubRegIndex ranges.
Jakob Stoklund Olesen
2012-09-10
Remove redundant semicolons which are null statements.
Dmitri Gribenko
2012-09-07
Fix alignment of .comm and .lcomm on mingw32.
Benjamin Kramer
2012-09-07
Contrary to what the documentation says, .lcomm alignment on COFF is in bytes...
Benjamin Kramer
2012-09-07
MC: Overhaul handling of .lcomm
Benjamin Kramer
2012-09-06
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-09-05
Constify subtarget info properly so that we dont cast away the const in
Roman Divacky
2012-08-29
Allow targets to specify a minimum supported NOP size when performing NOP pad...
Owen Anderson
2012-08-29
Add virtual keywords for methods that override the base class.
Craig Topper
2012-08-27
Fix comment.
Rafael Espindola
2012-08-24
Lower constant pools and jump tables via TOC on PPC64/SVR4.
Roman Divacky
2012-08-23
Fix a bunch of -Wdocumentation warnings.
Dmitri Gribenko
2012-08-22
Reduce duplicated hash map lookups.
Benjamin Kramer
2012-08-22
For mips64 switch statements in subroutines could generate
Jack Carter
2012-08-21
Fix macros arguments with an underscore, dot or dollar in them. This is based
Rafael Espindola
2012-08-21
Make the wording in of the "expected identifier" error in the .macro directive
Rafael Espindola
2012-08-21
Use typedefs. Fix indentation. Extracted from the Andy/PaX patch.
Rafael Espindola
2012-08-21
Remove unused variable. Extracted from the Andy/PaX patch.
Rafael Espindola
2012-08-21
Fix typo. Extracted from the Andy/PaX patch.
Rafael Espindola
2012-08-12
When emitting the PC range in an FDE, use the same data encoding for both ends
Nick Lewycky
2012-08-08
Move [SU]LEB128 encoding to a utility header.
Jim Grosbach
2012-08-08
Typedefs and indentation fixes from the Andy Zhang/PAX macro argument patch.
Rafael Espindola
2012-08-08
Fix for .pdata and .xdata section attributes on COFF.
Anton Korobeynikov
[prev]
[next]