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
*
Fix PR23872: Integrated assembler error message when using .type directive wi...
Gabor Ballabas
2015-07-01
1
-4
/
+10
*
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
3
-4
/
+4
*
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
*
Fix header path in CMake. NFC.
Pete Cooper
2015-06-19
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
3
-4
/
+4
*
Removing spurious semi colons; NFC.
Aaron Ballman
2015-06-09
1
-1
/
+1
*
Create a MCSymbolELF.
Rafael Espindola
2015-06-02
1
-3
/
+3
*
[WinCOFF] Add support for the .safeseh directive
David Majnemer
2015-05-30
1
-0
/
+17
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
2
-19
/
+19
*
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
2
-6
/
+10
*
Move alignment from MCSectionData to MCSection.
Rafael Espindola
2015-05-21
2
-4
/
+4
*
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
2
-7
/
+7
*
Use existing helper for adding a section. NFC.
Rafael Espindola
2015-05-21
1
-3
/
+1
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
4
-32
/
+32
*
[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
*
Use a comma after the unique keyword.
Rafael Espindola
2015-04-06
1
-0
/
+3
*
Implement unique sections with an unique ID.
Rafael Espindola
2015-04-04
1
-3
/
+8
*
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
2
-6
/
+6
*
Simplify expressions involving boolean constants with clang-tidy
David Blaikie
2015-03-09
2
-2
/
+2
*
MC: Allow multiple comma-separated expressions on the .uleb128 directive.
Benjamin Kramer
2015-02-19
1
-9
/
+15
*
Add r228980 back.
Rafael Espindola
2015-02-17
1
-2
/
+12
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
1
-2
/
+2
*
Revert a series of commits starting at r228886 which is triggering some
Chandler Carruth
2015-02-13
1
-12
/
+2
*
Add support for having multiple sections with the same name and comdat.
Rafael Espindola
2015-02-12
1
-2
/
+12
*
Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
Zachary Turner
2015-02-11
1
-0
/
+3
*
Compute the ELF SectionKind from the flags.
Rafael Espindola
2015-01-29
1
-42
/
+4
*
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
*
Clean up static analyzer warnings.
Michael Ilseman
2014-12-12
1
-4
/
+4
*
Allow target to specify prefix for labels
Matt Arsenault
2014-12-04
1
-1
/
+1
*
Add const. NFC.
Rafael Espindola
2014-11-11
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
*
[mips] Print warning when using register names not available in N32/64
Daniel Sanders
2014-10-03
1
-0
/
+4
[next]