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
*
Revert "[CodeView] Use assembler directives for line tables"
Reid Kleckner
2016-01-29
1
-174
/
+0
*
[CodeView] Use assembler directives for line tables
Reid Kleckner
2016-01-28
1
-0
/
+174
*
Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.
Benjamin Kramer
2016-01-27
1
-1
/
+1
*
[MC, COFF] Add .reloc support for WinCOFF
David Majnemer
2016-01-19
1
-0
/
+3
*
[X86][inline asm] support even directive
Michael Zuckerman
2015-12-13
1
-0
/
+5
*
Replace uint16_t with the MCPhysReg typedef in many places. A lot of physical...
Craig Topper
2015-12-05
1
-2
/
+2
*
[Assembler] Allow non-fatal errors after parsing
Oliver Stannard
2015-11-17
1
-1
/
+1
*
Implement .reloc (constant offset only) with support for R_MIPS_NONE and R_MI...
Daniel Sanders
2015-11-12
1
-0
/
+51
*
[AsmParser] Backends can parameterize ASM tokenization.
Colin LeMahieu
2015-11-09
1
-0
/
+9
*
[AsmParser] Provide target direct access to mnemonic token. Allow assignment...
Colin LeMahieu
2015-11-09
1
-1
/
+5
*
Simplify now that emitValueToOffset always returns false.
Rafael Espindola
2015-11-04
1
-13
/
+2
*
[ms-inline-asm] Leave alignment in bytes if the native assembler uses bytes
Reid Kleckner
2015-10-27
1
-3
/
+9
*
[MC] Add support for GNU as-compatible binary operator precedence
David Majnemer
2015-10-26
1
-3
/
+87
*
MC: Don't crash after issuing a diagnostic.
Jim Grosbach
2015-10-16
1
-3
/
+2
*
Change isUIntN/isIntN calls with constant N to use the template version. NFC
Craig Topper
2015-10-10
1
-1
/
+1
*
Use range-based for loops. NFC
Craig Topper
2015-10-10
1
-17
/
+10
*
Use emplace_back instead of a constructor call and push_back. NFC
Craig Topper
2015-10-10
1
-7
/
+6
*
Cleanup places that passed SMLoc by const reference to pass it by value inste...
Craig Topper
2015-09-20
1
-5
/
+5
*
[MC/ELF] Accept zero for .align directive
Davide Italiano
2015-09-08
1
-1
/
+5
*
[MC/AsmParser] Avoid setting MCSymbol.IsUsed in some cases
Vedant Kumar
2015-08-31
1
-9
/
+8
*
Revert "Centralize the information about which object format we are using."
Rafael Espindola
2015-08-14
1
-6
/
+4
*
Centralize the information about which object format we are using.
Rafael Espindola
2015-08-14
1
-4
/
+6
*
[llvm-mc] Add --no-warn flag with -W alias to disable outputting warnings whi...
Colin LeMahieu
2015-07-27
1
-0
/
+2
*
Reverting r241058 because it's causing buildbot failures.
Ranjeet Singh
2015-06-30
1
-3
/
+1
*
There are a few places where subtarget features are still
Ranjeet Singh
2015-06-30
1
-1
/
+3
*
IAS: Use the root macro instanciation for location
Frederic Riss
2015-06-25
1
-2
/
+2
*
[mips] [IAS] Fix parsing of memory offset expressions with parenthesis depth >1.
Toma Tabacu
2015-06-25
1
-0
/
+23
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
*
Change .thumb_set to have the same error checks as .set.
Pete Cooper
2015-06-22
1
-70
/
+106
*
Revert 240130, it caused crashes (repro in PR23900).
Nico Weber
2015-06-19
1
-2
/
+4
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-18
/
+18
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-4
/
+3
*
There is only one current section.
Rafael Espindola
2015-05-27
1
-3
/
+5
*
Move alignment from MCSectionData to MCSection.
Rafael Espindola
2015-05-21
1
-1
/
+1
*
Fix warning on builds without asserts.
Rafael Espindola
2015-05-21
1
-0
/
+1
*
Remove yet another method of creating begin and end symbol for sections.
Rafael Espindola
2015-05-21
1
-4
/
+4
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-13
/
+13
*
[MC] Split MCBinaryExpr::Shr into LShr and AShr.
Ahmed Bougacha
2015-04-28
1
-1
/
+1
*
[MC] Move getBinOpPrecedence into AsmParser. NFC.
Ahmed Bougacha
2015-04-28
1
-2
/
+5
*
[MC] [IAS] Add support for the \@ .macro pseudo-variable.
Toma Tabacu
2015-04-27
1
-29
/
+53
*
[mips] [IAS] Implement the .asciiz directive.
Toma Tabacu
2015-04-21
1
-0
/
+4
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
Remove more superfluous .str() and replace std::string concatenation with Twine.
Yaron Keren
2015-03-30
1
-1
/
+1
*
Add support for .ifnes psuedo-op.
Sid Manning
2015-03-18
1
-10
/
+22
*
Fix uses of reserved identifiers starting with an underscore followed by an u...
David Blaikie
2015-03-16
1
-5
/
+5
*
Simplify expressions involving boolean constants with clang-tidy
David Blaikie
2015-03-09
1
-1
/
+1
*
MC: Allow multiple comma-separated expressions on the .uleb128 directive.
Benjamin Kramer
2015-02-19
1
-9
/
+15
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
1
-2
/
+2
*
Replace size method call of containers to empty method where appropriate
Alexander Kornienko
2015-01-15
1
-1
/
+1
[next]