index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
MC
/
MCParser
/
AsmParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Update MCParsedAsmOperand debug methods.
Jim Grosbach
2011-07-13
1
-1
/
+1
*
Asm parser range checking on .<size> <value> directives.
Jim Grosbach
2011-06-29
1
-3
/
+9
*
MC: Allow .common as alias for .comm assembler directive. PR10116.
Hans Wennborg
2011-06-18
1
-1
/
+1
*
Diagnostic for undefined assembler local symbols.
Jim Grosbach
2011-06-15
1
-4
/
+29
*
Revert 133010. Self-hosted buildbot unhappy.
Jim Grosbach
2011-06-14
1
-25
/
+4
*
Diagnostic for undefined assembler local symbols.
Jim Grosbach
2011-06-14
1
-4
/
+25
*
Basic support for macros with explicit arguments.
Rafael Espindola
2011-06-05
1
-39
/
+104
*
.cfi directive register parsing flexibility.
Jim Grosbach
2011-06-02
1
-1
/
+1
*
Add new -d option to tblgen. It writes a make(1)-style dependency file.
Joerg Sonnenberger
2011-06-01
1
-1
/
+2
*
Propagate error correctly in the MC Asm parser for leading '$' expressions.
Jim Grosbach
2011-05-23
1
-1
/
+1
*
Reapply 131644 including the missing header changes:
Joerg Sonnenberger
2011-05-19
1
-4
/
+12
*
Revert r131644; it's breaking the build.
Eli Friedman
2011-05-19
1
-12
/
+4
*
Introduce -fatal-assembler-warnings for the obvious purpose
Joerg Sonnenberger
2011-05-19
1
-4
/
+12
*
Parsing and plumbing for .cfi_sections.
Rafael Espindola
2011-05-10
1
-0
/
+36
*
MC/AsmParser: Generalize a check.
Daniel Dunbar
2011-04-29
1
-1
/
+1
*
Reduce clutter in asm output. Do not emit source location as comment for each...
Devang Patel
2011-04-18
1
-1
/
+1
*
Be consistent about being virtual and returning void in the cfi methods.
Rafael Espindola
2011-04-12
1
-10
/
+19
*
Remove LastOffset from the asm parser.
Rafael Espindola
2011-04-12
1
-19
/
+3
*
Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset.
Rafael Espindola
2011-04-12
1
-6
/
+2
*
Implement .cfi_same_value.
Rafael Espindola
2011-04-12
1
-0
/
+17
*
To avoid printing out multiple error messages for cases like:
Eric Christopher
2011-04-12
1
-0
/
+3
*
Implement cfi_rel_offset
Rafael Espindola
2011-04-11
1
-1
/
+33
*
implement .cfi_adjust_cfa_offset.
Rafael Espindola
2011-04-11
1
-1
/
+28
*
Add support for .skip.
Rafael Espindola
2011-04-07
1
-1
/
+1
*
Added support symbolic floating point constants in the MC assembler for Infinity
Kevin Enderby
2011-03-29
1
-3
/
+11
*
MC: Improve some diagnostics on uses of '.' pseudo-symbol.
Daniel Dunbar
2011-03-25
1
-1
/
+18
*
Tidyness.
Daniel Dunbar
2011-03-25
1
-2
/
+2
*
Restore r125595 (reverted in r126336) with modifications:
Joerg Sonnenberger
2011-02-24
1
-0
/
+20
*
Revert r125595, which is an X86-only undocumented assembly syntax extension
Jim Grosbach
2011-02-23
1
-18
/
+0
*
Add support for parsing [expr].
Roman Divacky
2011-02-15
1
-0
/
+18
*
More whitespace cleanup...
Jim Grosbach
2011-02-11
1
-1
/
+1
*
Support for .ifdef / .ifndef in the assembler parser. Patch by Joerg Sonnenbe...
Benjamin Kramer
2011-02-08
1
-1
/
+31
*
Do not sign extend floating-point values in the asm parser.
Bob Wilson
2011-02-03
1
-1
/
+1
*
Enumerate .code16/32/64 instead of checking .code prefix. This
Roman Divacky
2011-01-31
1
-1
/
+1
*
Error on all .code* directives instead of just .code16 as they
Roman Divacky
2011-01-31
1
-2
/
+2
*
Error on .code16 instead of producing wrong (32bit) code.
Roman Divacky
2011-01-28
1
-0
/
+3
*
Add support for parsing .float
Roman Divacky
2011-01-28
1
-1
/
+1
*
PR8951: Support for .equiv in integrated assembler, patch by Jörg Sonnenberger!
Nico Weber
2011-01-28
1
-8
/
+12
*
Add support for specifying register name in cfi-register/offset/def
Roman Divacky
2011-01-27
1
-3
/
+23
*
Add support for parsing a Real value. It stores the Real value as its binary
Bill Wendling
2011-01-25
1
-1
/
+7
*
Make sure to propogate the error code when we fail to parse a modifier.
Jim Grosbach
2011-01-19
1
-1
/
+1
*
Correctly encode pcrel|indirect.
Rafael Espindola
2010-12-29
1
-3
/
+2
*
Implement cfi_def_cfa. Also don't convert to dwarf reg numbers twice. Looks
Rafael Espindola
2010-12-29
1
-0
/
+22
*
Implement .cfi_remember_state and .cfi_restore_state.
Rafael Espindola
2010-12-28
1
-0
/
+20
*
Add support for .cfi_lsda.
Rafael Espindola
2010-12-27
1
-1
/
+1
*
Add support for the same encodings of the personality function that gnu as
Rafael Espindola
2010-12-27
1
-1
/
+1
*
Add basic support for .cfi_personality.
Rafael Espindola
2010-12-26
1
-2
/
+25
*
In llvm-mc parse a Hash token as a full line comment. Allows handling of
Kevin Enderby
2010-12-24
1
-2
/
+7
*
Add missing standard headers. Patch by Joerg Sonnenberger!
Nick Lewycky
2010-12-19
1
-0
/
+1
*
Add basic CFI methods to the streamer interface.
Rafael Espindola
2010-11-22
1
-7
/
+19
[prev]
[next]