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
/
MCParser
/
AsmParser.cpp
Age
Commit message (
Expand
)
Author
2011-04-18
Reduce clutter in asm output. Do not emit source location as comment for each...
Devang Patel
2011-04-12
Be consistent about being virtual and returning void in the cfi methods.
Rafael Espindola
2011-04-12
Remove LastOffset from the asm parser.
Rafael Espindola
2011-04-12
Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset.
Rafael Espindola
2011-04-12
Implement .cfi_same_value.
Rafael Espindola
2011-04-12
To avoid printing out multiple error messages for cases like:
Eric Christopher
2011-04-11
Implement cfi_rel_offset
Rafael Espindola
2011-04-11
implement .cfi_adjust_cfa_offset.
Rafael Espindola
2011-04-07
Add support for .skip.
Rafael Espindola
2011-03-29
Added support symbolic floating point constants in the MC assembler for Infinity
Kevin Enderby
2011-03-25
MC: Improve some diagnostics on uses of '.' pseudo-symbol.
Daniel Dunbar
2011-03-25
Tidyness.
Daniel Dunbar
2011-02-24
Restore r125595 (reverted in r126336) with modifications:
Joerg Sonnenberger
2011-02-23
Revert r125595, which is an X86-only undocumented assembly syntax extension
Jim Grosbach
2011-02-15
Add support for parsing [expr].
Roman Divacky
2011-02-11
More whitespace cleanup...
Jim Grosbach
2011-02-08
Support for .ifdef / .ifndef in the assembler parser. Patch by Joerg Sonnenbe...
Benjamin Kramer
2011-02-03
Do not sign extend floating-point values in the asm parser.
Bob Wilson
2011-01-31
Enumerate .code16/32/64 instead of checking .code prefix. This
Roman Divacky
2011-01-31
Error on all .code* directives instead of just .code16 as they
Roman Divacky
2011-01-28
Error on .code16 instead of producing wrong (32bit) code.
Roman Divacky
2011-01-28
Add support for parsing .float
Roman Divacky
2011-01-28
PR8951: Support for .equiv in integrated assembler, patch by Jörg Sonnenberger!
Nico Weber
2011-01-27
Add support for specifying register name in cfi-register/offset/def
Roman Divacky
2011-01-25
Add support for parsing a Real value. It stores the Real value as its binary
Bill Wendling
2011-01-19
Make sure to propogate the error code when we fail to parse a modifier.
Jim Grosbach
2010-12-29
Correctly encode pcrel|indirect.
Rafael Espindola
2010-12-29
Implement cfi_def_cfa. Also don't convert to dwarf reg numbers twice. Looks
Rafael Espindola
2010-12-28
Implement .cfi_remember_state and .cfi_restore_state.
Rafael Espindola
2010-12-27
Add support for .cfi_lsda.
Rafael Espindola
2010-12-27
Add support for the same encodings of the personality function that gnu as
Rafael Espindola
2010-12-26
Add basic support for .cfi_personality.
Rafael Espindola
2010-12-24
In llvm-mc parse a Hash token as a full line comment. Allows handling of
Kevin Enderby
2010-12-19
Add missing standard headers. Patch by Joerg Sonnenberger!
Nick Lewycky
2010-11-22
Add basic CFI methods to the streamer interface.
Rafael Espindola
2010-11-19
Added support for the Mach-O .symbol_resolver directive. rdar://8673046
Kevin Enderby
2010-11-17
Add support for .int.
Rafael Espindola
2010-11-17
Add support for .2byte, .4byte and .8byte.
Rafael Espindola
2010-11-16
Add .loc methods to the streamer.
Rafael Espindola
2010-11-16
Parse and ignore some .cfi_* directives.
Rafael Espindola
2010-11-15
Fix PR8565.
Rafael Espindola
2010-11-13
Parse and remember discriminators in .loc line. I try to output them with
Rafael Espindola
2010-11-11
Mark labels declared in tls sections as STT_TLS. This matches the behavior of
Rafael Espindola
2010-11-08
Fix typo.
Daniel Dunbar
2010-11-02
Add support for expressions in .sleb/.uleb directives.
Rafael Espindola
2010-11-01
Add support for .value.
Rafael Espindola
2010-10-28
Add support for the .string directive.
Rafael Espindola
2010-10-28
Use the IDVal directly as there's no need to convert to std::string.
Roman Divacky
2010-10-28
Implement .equ directive as a synonym to .set.
Roman Divacky
2010-10-25
MC/AsmParser: Fix relative precedence of {+,-} and comparison ops.
Daniel Dunbar
[next]