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
/
test
/
MC
/
COFF
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[COFF] Make the autogenerated .weak.<name>.default symbols static"
Martin Storsjö
2019-12-28
3
-4
/
+4
*
[COFF] Make the autogenerated .weak.<name>.default symbols static
Martin Storsjö
2019-12-28
3
-4
/
+4
*
Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...
Fangrui Song
2019-12-24
1
-1
/
+1
*
[MC] Produce proper section relative relocations for COFF in .debug_frame
Martin Storsjö
2019-11-27
1
-0
/
+26
*
[llvm-objdump] Further rearrange llvm-objdump sections for compatability
Jordan Rupprecht
2019-10-03
1
-4
/
+4
*
[X86] Print register names in .seh_* directives
Reid Kleckner
2019-08-30
3
-5
/
+5
*
Changing representation of .cv_def_range directives in Codeview debug info as...
Nilanjana Basu
2019-08-05
4
-5
/
+100
*
Revert "Changing representation of .cv_def_range directives in Codeview debug...
Nilanjana Basu
2019-08-05
3
-5
/
+5
*
Changing representation of .cv_def_range directives in Codeview debug info as...
Nilanjana Basu
2019-08-05
3
-5
/
+5
*
Temporarily Revert "Changing representation of cv_def_range directives in Cod...
Eric Christopher
2019-08-02
4
-100
/
+5
*
Changing representation of cv_def_range directives in Codeview debug info ass...
Nilanjana Basu
2019-08-02
4
-5
/
+100
*
MC: correct the emission of weak aliases in COFF
Saleem Abdulrasool
2019-06-26
4
-5
/
+5
*
[llvm-objdump] Use %08 instead of %016 to print leading addresses for 32-bit ...
Fangrui Song
2019-06-17
2
-2
/
+2
*
[lit] Delete empty lines at the end of lit.local.cfg NFC
Fangrui Song
2019-06-17
2
-2
/
+0
*
[codeview] Revert inline line table change of r362264
Reid Kleckner
2019-05-31
3
-5
/
+4
*
[codeview] Fix inline line table accuracy for discontiguous segments
Reid Kleckner
2019-05-31
4
-50
/
+77
*
[llvm-pdbutil] Dump inline call site line table annotations
Reid Kleckner
2019-05-29
1
-1
/
+38
*
[llvm-readobj] Change -t to --symbols in tests. NFC
Fangrui Song
2019-05-01
17
-22
/
+22
*
[llvm-readobj] Change -long-option to --long-option in tests. NFC
Fangrui Song
2019-05-01
46
-52
/
+52
*
[llvm-objdump] - Print LMAs when dumping section headers.
George Rimar
2019-01-28
1
-1
/
+1
*
simplify COFF module assembly test and move it to Object
Bob Haarman
2019-01-25
1
-21
/
+0
*
allow COFF .def directive in module assembly when using ThinLTO
Bob Haarman
2019-01-24
1
-0
/
+21
*
Python compat - print statement
Serge Guelton
2019-01-03
1
-0
/
+2
*
[llvm-readobj] [COFF] Print the symbol index for relocations
Martin Storsjo
2019-01-03
1
-0
/
+4
*
[MC] Enable .file support on COFF and diagnose it on unsupported targets
Reid Kleckner
2018-12-21
1
-0
/
+5
*
[codeview] Flush labels before S_DEFRANGE* fragments
Reid Kleckner
2018-12-17
1
-0
/
+161
*
[COFF] Don't mark mingw .eh_frame sections writable
Martin Storsjo
2018-12-03
1
-0
/
+13
*
[COFF] [X86] Don't use llvm_unreachable for unsupported relocation types
Martin Storsjo
2018-10-04
1
-0
/
+5
*
[codeview] Fix 32-bit x86 variable locations in realigned stack frames
Reid Kleckner
2018-10-02
1
-0
/
+199
*
[codeview] Add .cv_string directive for testing purposes
Reid Kleckner
2018-09-07
1
-0
/
+69
*
[codeview] Improve readobj FPO dumper and pdbutil register names
Reid Kleckner
2018-09-07
2
-12
/
+85
*
[codeview] Emit labels for .cv_loc immediately
Reid Kleckner
2018-08-28
2
-4
/
+177
*
MC: Don't align COFF section contents.
Peter Collingbourne
2018-08-23
1
-1
/
+1
*
MC: Teach the COFF object writer to write address-significance tables.
Peter Collingbourne
2018-08-22
1
-0
/
+51
*
[MC] Improve COFF associative section lookup
Reid Kleckner
2018-08-16
3
-0
/
+36
*
[codeview] Use push_macro to avoid conflicts instead of a prefix
Reid Kleckner
2018-08-16
1
-4
/
+4
*
[MC] Add support for the .rva assembler directive for COFF targets
Martin Storsjo
2018-07-26
1
-2
/
+32
*
[CodeView] Add prefix to CodeView registers.
Jonas Devlieghere
2018-05-29
1
-4
/
+4
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
1
-1
/
+1
*
[codeview] Ignore .cv_loc directives at the end of a function
Reid Kleckner
2018-04-25
1
-0
/
+183
*
[IR] Avoid the need to prefix MS C++ symbols with '\01'
Reid Kleckner
2018-03-16
1
-17
/
+0
*
[MC] Always emit relocations for same-section function references
Reid Kleckner
2018-03-14
1
-8
/
+17
*
MC intel asm parser: Allow @ at the start of function names.
Nico Weber
2018-03-12
1
-1
/
+4
*
[CodeView] Add line numbers for inlined call sites
Reid Kleckner
2018-01-18
1
-0
/
+26
*
Reland "Emit Function IDs table for Control Flow Guard"
Adrian McCarthy
2018-01-09
1
-0
/
+15
*
Revert "Emit Function IDs table for Control Flow Guard"
Adrian McCarthy
2018-01-08
1
-15
/
+0
*
Emit Function IDs table for Control Flow Guard
Adrian McCarthy
2018-01-08
1
-0
/
+15
*
[X86] Don't use NOPL when the assembler is passed an empty CPU string. Update...
Craig Topper
2017-12-18
1
-1
/
+1
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
14
-18
/
+18
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-1
/
+1
[next]