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
*
[ms] [X86] Use "P" modifier on all branch-target operands in inline X86 assem...
Eric Astor
2020-01-09
1
-1
/
+1
*
[APFloat] Fix checked error assert failures
Ehud Katz
2020-01-09
1
-1
/
+3
*
[NFC] Fix trivial typos in comments
James Henderson
2020-01-06
1
-1
/
+1
*
[APFloat] Add recoverable string parsing errors to APFloat
Ehud Katz
2020-01-06
1
-2
/
+1
*
[X86][AsmParser] re-introduce 'offset' operator
Eric Astor
2019-12-30
1
-10
/
+42
*
[ms] [X86] Use "P" modifier on operands to call instructions in inline X86 as...
Eric Astor
2019-12-22
1
-1
/
+7
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
1
-1
/
+1
*
[MC] Clean up MacroInstantiation. NFC
Fangrui Song
2019-11-09
1
-13
/
+5
*
Always flush pending errors in MCAsmParser
Joerg Sonnenberger
2019-10-25
1
-4
/
+3
*
Avoid including CodeView/SymbolRecord.h from MCStreamer.h
Reid Kleckner
2019-10-19
1
-4
/
+5
*
[IA] Recognize hexadecimal escape sequences
Bill Wendling
2019-10-08
1
-1
/
+17
*
Revert r373888 "[IA] Recognize hexadecimal escape sequences"
Nico Weber
2019-10-07
1
-16
/
+1
*
[IA] Recognize hexadecimal escape sequences
Bill Wendling
2019-10-07
1
-1
/
+16
*
[MC] Avoid crashes from improperly nested or wrong target .seh_handlerdata di...
Reid Kleckner
2019-08-30
1
-1
/
+1
*
[X86] Print register names in .seh_* directives
Reid Kleckner
2019-08-30
1
-153
/
+0
*
[WebAssembly][lld] Fix crash when applying relocations to debug sections
Sam Clegg
2019-08-20
1
-0
/
+1
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
[MC] Don't recreate a label if it's already used
Bill Wendling
2019-08-09
1
-1
/
+3
*
[XCOFF][MC] report_fatal_error before dereferencing NULL
Hubert Tong
2019-08-06
1
-1
/
+2
*
Changing representation of .cv_def_range directives in Codeview debug info as...
Nilanjana Basu
2019-08-05
1
-7
/
+109
*
Revert "Changing representation of .cv_def_range directives in Codeview debug...
Nilanjana Basu
2019-08-05
1
-107
/
+7
*
Changing representation of .cv_def_range directives in Codeview debug info as...
Nilanjana Basu
2019-08-05
1
-7
/
+107
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-1
/
+1
*
Temporarily Revert "Changing representation of cv_def_range directives in Cod...
Eric Christopher
2019-08-02
1
-107
/
+7
*
Changing representation of cv_def_range directives in Codeview debug info ass...
Nilanjana Basu
2019-08-02
1
-7
/
+107
*
[WebAssembly] Assembler: recognize .init_array as data section.
Wouter van Oortmerssen
2019-07-15
1
-0
/
+3
*
[macCatalyst] Use macCatalyst pretty name in .build_version darwin
Alex Lorenz
2019-07-12
1
-1
/
+1
*
Delete dead stores
Fangrui Song
2019-07-12
1
-1
/
+0
*
Add support for the 'macCatalyst' MachO platform
Alex Lorenz
2019-07-02
1
-0
/
+2
*
[WebAssembly] Allow @object in .type directives.
Wouter van Oortmerssen
2019-06-28
1
-0
/
+2
*
[WebAssembly] Assembler: Improve section parsing.
Wouter van Oortmerssen
2019-06-28
1
-29
/
+14
*
[WebAssembly] Added visibility and ident directives to WasmAsmParser.
Wouter van Oortmerssen
2019-06-28
1
-0
/
+54
*
Fix a crash with assembler source and -g.
Paul Robinson
2019-06-21
1
-2
/
+2
*
Add IR support, ELF section and user documentation for partitioning feature.
Peter Collingbourne
2019-05-29
1
-0
/
+2
*
[DebugInfo] Handle '# line "file"' correctly for asm source.
Paul Robinson
2019-05-21
1
-1
/
+14
*
[ELF] Implement Dependent Libraries Feature
Ben Dunbobbin
2019-05-17
1
-0
/
+2
*
NFC: Move API uses of MD5::MD5Result to Optional rather than a pointer.
Eric Christopher
2019-04-04
1
-4
/
+5
*
[MC] Fix floating-point literal lexing.
Eli Friedman
2019-03-28
1
-10
/
+13
*
[WebAssembly] Target features section
Thomas Lively
2019-03-20
1
-3
/
+4
*
Add XCOFF triple object format type for AIX
Jason Liu
2019-03-12
1
-0
/
+3
*
[WebAssembly] Add support for data sections in the assembler.
Wouter van Oortmerssen
2019-03-04
1
-8
/
+23
*
[DWARF] Make -g with empty assembler source work better.
Paul Robinson
2019-03-01
1
-5
/
+6
*
[NFC] Fix typos: preceeding -> preceding
Jordan Rupprecht
2019-02-23
1
-1
/
+1
*
[WebAssembly] Update MC for bulk memory
Thomas Lively
2019-02-19
1
-3
/
+43
*
[MC] Don't error on numberless .file directives on MachO
Reid Kleckner
2019-02-05
1
-4
/
+5
*
[WebAssembly] clang-tidy (NFC)
Heejin Ahn
2019-02-04
1
-24
/
+23
*
[WebAssembly] Make segment/size/type directives optional in asm
Wouter van Oortmerssen
2019-02-04
1
-4
/
+9
*
[DWARF] Emit reasonable debug info for empty .s files.
Paul Robinson
2019-01-29
1
-0
/
+3
*
[MC] Do not consider .ifdef/.ifndef as a use
Scott Linder
2019-01-28
1
-2
/
+2
*
[MC] Teach the MachO object writer about N_FUNC_COLD
Vedant Kumar
2019-01-25
1
-0
/
+4
[next]