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 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
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-4
/
+2
*
MC: Cleanup parseMSInlineAsm
David Majnemer
2014-06-23
1
-16
/
+13
*
Emit DWARF info for all code section in an assembly file
Oliver Stannard
2014-06-19
1
-8
/
+9
*
MS asm: Properly handle quoted symbol names
David Majnemer
2014-06-19
1
-1
/
+13
*
MCAsmParser: full support for gas' '.if{cond} expression' directives
Saleem Abdulrasool
2014-06-18
1
-8
/
+41
*
AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperand
David Blaikie
2014-06-08
1
-19
/
+12
*
MC: initialise MCAsmParser variable
Saleem Abdulrasool
2014-05-22
1
-2
/
+2
*
MC: loosen an overzealous assertion
Saleem Abdulrasool
2014-05-21
1
-1
/
+2
*
raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...
Benjamin Kramer
2014-04-29
1
-0
/
+1
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-24
1
-16
/
+16
*
Integrated assbemler, macros: added 'vararg' argument qualifier support.
Stepan Dyatkovskiy
2014-04-23
1
-8
/
+32
*
Fix the assembler to print a better relocatable expression error
Kevin Enderby
2014-04-22
1
-1
/
+1
*
DebugInfo: Emit relocation to debug_line section when emitting asm for asm
David Blaikie
2014-04-01
1
-5
/
+9
*
Remove some dead assignements found by scan-build
Arnaud A. de Grandmaison
2014-03-21
1
-6
/
+4
*
MCParser: add an assertion
Saleem Abdulrasool
2014-03-21
1
-1
/
+3
*
MC: change runtime check to an assertion
Saleem Abdulrasool
2014-03-17
1
-1
/
+2
*
DebugInfo: Improve reuse of file table entries in asm debug info
David Blaikie
2014-03-17
1
-11
/
+7
*
MCDwarf: Simplify MCDwarfFile to just use std::string instead of cunning use ...
David Blaikie
2014-03-13
1
-4
/
+4
*
MCDwarf: Simply MCDwarfFile since it really is just a StringRef and unsigned.
David Blaikie
2014-03-13
1
-1
/
+1
*
Use printable names to implement directional labels.
Rafael Espindola
2014-03-13
1
-1
/
+1
*
MC: fix silly typo
Saleem Abdulrasool
2014-03-13
1
-1
/
+1
*
MC: fix possible NULL pointer dereference
Saleem Abdulrasool
2014-03-13
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
1
-29
/
+29
*
Remove unreachable 'return true' always dominated by 'return Error' or 'retur...
Ted Kremenek
2014-03-06
1
-3
/
+2
*
MS asm: The initial dot in struct access is optional
Reid Kleckner
2014-03-06
1
-0
/
+4
*
Asm Parser: support .error directive
Saleem Abdulrasool
2014-02-23
1
-10
/
+34
*
AsmParser: support .ifeqs directive
Saleem Abdulrasool
2014-02-23
1
-2
/
+44
*
MCAsmParser: support .ifne
Saleem Abdulrasool
2014-02-23
1
-3
/
+7
*
MCAsmParser: handle space properly for .ifc/.ifnc
Saleem Abdulrasool
2014-02-23
1
-1
/
+2
[next]