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
...
*
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
*
MC: Label definitions are permitted after .set directives
David Majnemer
2014-12-24
1
-0
/
+5
*
IAS: correct debug line info for asm macros
Saleem Abdulrasool
2014-12-24
1
-4
/
+8
*
Allow target to specify prefix for labels
Matt Arsenault
2014-12-04
1
-1
/
+1
*
Revert r221150, as it broke sanitizer tests
Oliver Stannard
2014-11-03
1
-9
/
+2
*
Emit .eh_frame with relocations to functions, rather than sections
Oliver Stannard
2014-11-03
1
-2
/
+9
*
Simplify handling of --noexecstack by using getNonexecutableStackSection.
Rafael Espindola
2014-10-15
1
-2
/
+2
*
MCParser: Modernize memory handling.
Benjamin Kramer
2014-10-03
1
-37
/
+22
*
ms-inline-asm: Add a sema callback for looking up label names
Ehsan Akhgari
2014-09-22
1
-6
/
+18
*
Fix left shifts by too large exponents in MCParser
Alexey Samsonov
2014-09-02
1
-7
/
+8
*
Return a std::unique_ptr when creating a new MemoryBuffer.
Rafael Espindola
2014-08-27
1
-4
/
+4
*
Remove unused argument.
Rafael Espindola
2014-08-27
1
-9
/
+6
*
Convert MC command line option for fatal assembler warnings into a
Joerg Sonnenberger
2014-08-26
1
-5
/
+1
*
Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std...
David Blaikie
2014-08-21
1
-6
/
+6
*
Don't allow MCStreamer::EmitIntValue to output 0-byte integers.
Alexey Samsonov
2014-08-20
1
-1
/
+2
*
TableGen: allow use of uint64_t for available features mask.
Tim Northover
2014-08-18
1
-1
/
+1
*
Remove unused member variable.
Rafael Espindola
2014-08-17
1
-10
/
+7
*
Enable Darwin vararg parameters support in assembler macros.
Kevin Enderby
2014-08-04
1
-1
/
+1
*
Let the integrated assembler understand .exitm, PR20426.
Nico Weber
2014-07-24
1
-8
/
+40
*
Remove unused field MacroInstantiation::TheMacro. No behavior change.
Nico Weber
2014-07-24
1
-11
/
+6
*
Let the integrated assembler understand .warning, PR20428.
Nico Weber
2014-07-24
1
-1
/
+33
*
ms inline asm: Don't add x86 segment registers to the clobber list.
Nico Weber
2014-07-17
1
-1
/
+2
*
This only needs a StringRef.
Rafael Espindola
2014-07-06
1
-5
/
+6
*
SourceMgr: make valid buffer IDs start from one
Alp Toker
2014-07-06
1
-26
/
+26
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-2
/
+4
[prev]
[next]