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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
AsmParser: cleanup diagnostics for .rep/.rept
Saleem Abdulrasool
2013-12-28
1
-3
/
+10
*
IAS: support .rep as an alias for .rept
Saleem Abdulrasool
2013-12-28
1
-5
/
+8
*
[COFF] Add support for the .secidx directive
Timur Iskhodzhanov
2013-12-20
1
-1
/
+18
*
Add a finishParse() callback to the targer asm parser
David Peixotto
2013-12-19
1
-0
/
+4
*
AsmParser: add support for .end directive
Saleem Abdulrasool
2013-12-18
1
-1
/
+22
*
Reland "Fix miscompile of MS inline assembly with stack realignment"
Reid Kleckner
2013-12-10
1
-0
/
+5
*
Revert "Fix miscompile of MS inline assembly with stack realignment"
Reid Kleckner
2013-12-10
1
-5
/
+0
*
Fix miscompile of MS inline assembly with stack realignment
Reid Kleckner
2013-12-10
1
-0
/
+5
*
Use a more direct check for finding out the file type.
Rafael Espindola
2013-12-09
1
-13
/
+15
*
Cache AllowAtInIdentifier as class variable in AsmLexer
David Peixotto
2013-12-06
1
-1
/
+1
*
Integrated assembler incorrectly lexes ARM-style comments
David Peixotto
2013-12-06
1
-4
/
+7
*
Add support for parsing ARM symbol variants on ELF targets
David Peixotto
2013-12-04
1
-3
/
+17
*
Support multiple COFF sections with the same name but different COMDAT.
Rafael Espindola
2013-11-19
1
-30
/
+76
*
ARM: allow .thumb_func to be separated from symbol definition
Tim Northover
2013-10-25
1
-0
/
+2
*
MC asm parser: allow ?'s in symbol names, and handle @'s in names in MS asm
Hans Wennborg
2013-10-18
2
-13
/
+20
*
Revert "Re-commit r192758 - MC: quote tricky symbol names in asm output"
Hans Wennborg
2013-10-18
2
-13
/
+12
*
Re-commit r192758 - MC: quote tricky symbol names in asm output
Hans Wennborg
2013-10-17
2
-12
/
+13
*
Revert r192758 (and r192759), "MC: Better handling of tricky symbol and secti...
NAKAMURA Takumi
2013-10-16
2
-14
/
+13
*
MC: Better handling of tricky symbol and section names
Hans Wennborg
2013-10-16
2
-13
/
+14
*
Move .ident handling to MCStreamer.
Rafael Espindola
2013-10-16
1
-22
/
+4
*
reverting per request
Jack Carter
2013-10-04
1
-3
/
+1
*
[MC][AsmParser] Hook for post assembly file processing
Jack Carter
2013-10-04
1
-2
/
+5
*
Add Support For .bss Named Section Directive For Darwin Targets.
Rafael Espindola
2013-10-02
1
-0
/
+5
*
MCParser/Debug info: Accept line number 0 as a legitimate value, since
Adrian Prantl
2013-09-26
1
-2
/
+2
*
Implements parsing and emitting of .cfi_window_save in MC.
Venkatraman Govindaraju
2013-09-26
1
-1
/
+12
*
MC: Add support for treating $ as a reference to the PC
David Majnemer
2013-09-25
1
-3
/
+13
*
Make the size and expr arguments of .fill directive optional.
Roman Divacky
2013-09-24
1
-16
/
+21
*
Provide basic type safety for array_pod_sort comparators.
Benjamin Kramer
2013-09-22
1
-3
/
+2
*
ELF: Parse types in directives like binutils gas
David Majnemer
2013-09-21
1
-20
/
+43
*
MC: Tidy up.
Jim Grosbach
2013-09-20
1
-743
/
+723
*
Use reference instead of copy.
Jakub Staszak
2013-09-16
1
-1
/
+1
*
ELF: Add support for the exclude section bit for gas compat.
Benjamin Kramer
2013-09-15
1
-5
/
+8
*
MC: Add support for '?' flags in .section directives
David Majnemer
2013-09-15
1
-2
/
+20
*
Remove unused StringRef that no compiler warned about, I wonder why.
Benjamin Kramer
2013-09-14
1
-1
/
+0
*
Improve handling of .file, .include and .incbin directives to
Yunzhong Gao
2013-09-05
1
-12
/
+16
*
The integrated darwin assembler can hang in an infinite loop (or get an assert
Kevin Enderby
2013-08-28
2
-4
/
+37
*
Given target assembler parsers a chance to handle variant expressions
Joerg Sonnenberger
2013-08-27
1
-0
/
+4
*
Fix style issues in AsmParser.cpp
Vladimir Medic
2013-08-20
1
-9
/
+11
*
Support C99 hexadecimal floating-point literals in assembly
Tim Northover
2013-08-14
1
-1
/
+53
*
[CodeGen] prevent abnormal on invalid attributes
Saleem Abdulrasool
2013-08-09
1
-1
/
+2
*
AsmParser: Store MacroLikeBodies on the side so they don't get leaked.
Benjamin Kramer
2013-08-04
1
-1
/
+5
*
Add a wrapper for open.
Rafael Espindola
2013-07-16
1
-1
/
+1
*
MC: Implement COFF .linkonce directive
Nico Rieck
2013-07-06
1
-0
/
+60
*
MC: Add .section directive to COFF
Nico Rieck
2013-07-04
1
-0
/
+172
*
Remove address spaces from MC.
Rafael Espindola
2013-07-02
1
-10
/
+9
*
Improve the time it takes to generating dwarf for assembly source files
Kevin Enderby
2013-06-21
1
-1
/
+19
*
[MC] Support @ variants with directional labels
Ulrich Weigand
2013-06-20
1
-2
/
+12
*
Use pointers to the MCAsmInfo and MCRegInfo.
Bill Wendling
2013-06-18
2
-5
/
+5
*
Fix two typo
Sylvestre Ledru
2013-05-14
1
-1
/
+1
*
Fix a bug in the MC asm parser evaluating expressions. It was treating:
Kevin Enderby
2013-05-07
1
-1
/
+1
[prev]
[next]