index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
MC
/
MCParser
Commit message (
Expand
)
Author
Age
Files
Lines
*
Restore r125595 (reverted in r126336) with modifications:
Joerg Sonnenberger
2011-02-24
3
-2
/
+25
*
Revert r125595, which is an X86-only undocumented assembly syntax extension
Jim Grosbach
2011-02-23
1
-18
/
+0
*
Bug#9172: Don't use static in file scope, use an attribute on the
Joerg Sonnenberger
2011-02-22
1
-5
/
+5
*
Add support for pushsection and popsection. Patch by Joerg Sonnenberger.
Rafael Espindola
2011-02-16
1
-4
/
+26
*
Add support for parsing [expr].
Roman Divacky
2011-02-15
1
-0
/
+18
*
More whitespace cleanup...
Jim Grosbach
2011-02-11
2
-41
/
+41
*
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
*
Handle strings in section names the same way as gas:
Rafael Espindola
2011-01-24
1
-3
/
+14
*
Delay the creation of eh_frame so that the user can change the defaults.
Rafael Espindola
2011-01-23
1
-0
/
+2
*
Remove more duplicated code.
Rafael Espindola
2011-01-23
1
-35
/
+35
*
Remove duplicated code.
Rafael Espindola
2011-01-23
1
-18
/
+19
*
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 support for @note. Patch by Jörg Sonnenberger.
Rafael Espindola
2010-12-26
1
-0
/
+2
*
Add basic support for .cfi_personality.
Rafael Espindola
2010-12-26
1
-2
/
+25
*
Generalize a previous change, fixing PR8855 - an valid large immediate
Chris Lattner
2010-12-25
1
-6
/
+6
*
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
2
-0
/
+2
*
Add support for lexing single quotes like 'c'.
Roman Divacky
2010-12-18
1
-0
/
+37
*
Factor some code to parseSectionFlags and fix the default type of a section.
Rafael Espindola
2010-11-25
1
-49
/
+58
*
Behave a bit more like gnu as and use the symbol (instead of the section)
Rafael Espindola
2010-11-24
1
-3
/
+9
*
Add basic CFI methods to the streamer interface.
Rafael Espindola
2010-11-22
1
-7
/
+19
*
Added support for the Mach-O .symbol_resolver directive. rdar://8673046
Kevin Enderby
2010-11-19
1
-0
/
+2
*
Add support for .int.
Rafael Espindola
2010-11-17
1
-0
/
+2
*
Add support for .2byte, .4byte and .8byte.
Rafael Espindola
2010-11-17
1
-0
/
+6
*
Add .loc methods to the streamer.
Rafael Espindola
2010-11-16
1
-4
/
+3
*
Parse and ignore some .cfi_* directives.
Rafael Espindola
2010-11-16
1
-0
/
+95
*
Fix PR8565.
Rafael Espindola
2010-11-15
1
-6
/
+25
*
Parse and record the gnu_unique_object type.
Rafael Espindola
2010-11-13
1
-0
/
+1
*
Parse and remember discriminators in .loc line. I try to output them with
Rafael Espindola
2010-11-13
1
-1
/
+7
*
gnu as support both % and @ before types, do the same.
Rafael Espindola
2010-11-12
1
-10
/
+4
*
Mark labels declared in tls sections as STT_TLS. This matches the behavior of
Rafael Espindola
2010-11-11
1
-1
/
+0
*
Initial comdat implementation.
Rafael Espindola
2010-11-11
1
-5
/
+7
*
Fixed version of 118639 with an extra assert to catch similar problems
Rafael Espindola
2010-11-09
1
-3
/
+2
*
Revert previous patch. Missed a case.
Rafael Espindola
2010-11-09
1
-2
/
+3
*
Remove IsExplicit. It was always false.
Rafael Espindola
2010-11-09
1
-3
/
+2
*
Fix typo.
Daniel Dunbar
2010-11-08
1
-1
/
+1
*
Set default flags for .rodata.
Rafael Espindola
2010-11-08
1
-1
/
+3
[next]