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
/
COFFAsmParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Fix trivial typos in comments
James Henderson
2020-01-06
1
-1
/
+1
*
[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
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[MC] Add support for the .rva assembler directive for COFF targets
Martin Storsjo
2018-07-26
1
-0
/
+33
*
Reland "Emit Function IDs table for Control Flow Guard"
Adrian McCarthy
2018-01-09
1
-1
/
+18
*
Revert "Emit Function IDs table for Control Flow Guard"
Adrian McCarthy
2018-01-08
1
-18
/
+1
*
Emit Function IDs table for Control Flow Guard
Adrian McCarthy
2018-01-08
1
-1
/
+18
*
[SEH] Use reportError instead of report_fatal_error for bad directives
Reid Kleckner
2017-10-10
1
-41
/
+25
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...
Eugene Zelenko
2017-02-10
1
-10
/
+22
*
Reapply "[CodeGen] Fix invalid DWARF info on Win64"
Keno Fischer
2017-01-02
1
-1
/
+14
*
Revert "[CodeGen] Fix invalid DWARF info on Win64"
Keno Fischer
2016-12-08
1
-14
/
+1
*
[CodeGen] Fix invalid DWARF info on Win64
Keno Fischer
2016-12-08
1
-1
/
+14
*
Tidy the calls to getCurrentSection().first -> getCurrentSectionOnly to help
Eric Christopher
2016-10-14
1
-2
/
+2
*
[MC] Handle discardable COFF sections in assembly
Reid Kleckner
2016-09-14
1
-13
/
+24
*
Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.
Benjamin Kramer
2016-01-27
1
-1
/
+1
*
Stop producing .data.rel sections.
Rafael Espindola
2015-11-18
1
-6
/
+5
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Removing spurious semi colons; NFC.
Aaron Ballman
2015-06-09
1
-1
/
+1
*
[WinCOFF] Add support for the .safeseh directive
David Majnemer
2015-05-30
1
-0
/
+17
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-6
/
+6
*
Clean up static analyzer warnings.
Michael Ilseman
2014-12-12
1
-4
/
+4
*
MC: Diagnose an unexpected token in COFF .section instead of asserting
Reid Kleckner
2014-08-11
1
-0
/
+4
*
MC: Cleanup COFFAsmParser::ParseSectionFlags
David Majnemer
2014-07-04
1
-2
/
+2
*
MC: rename EmitWin64EH routines
Saleem Abdulrasool
2014-06-29
1
-13
/
+13
*
MC: Fix associative sections on COFF
David Majnemer
2014-06-27
1
-3
/
+3
*
MC: adjust text section flags for WoA
Saleem Abdulrasool
2014-06-22
1
-0
/
+6
*
Fix a few issues with comdat handling on COFF.
Rafael Espindola
2014-06-06
1
-38
/
+14
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-24
1
-3
/
+3
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
1
-1
/
+1
*
[COFF] Add support for the .secidx directive
Timur Iskhodzhanov
2013-12-20
1
-1
/
+18
*
Support multiple COFF sections with the same name but different COMDAT.
Rafael Espindola
2013-11-19
1
-30
/
+76
*
Revert "Re-commit r192758 - MC: quote tricky symbol names in asm output"
Hans Wennborg
2013-10-18
1
-1
/
+6
*
Re-commit r192758 - MC: quote tricky symbol names in asm output
Hans Wennborg
2013-10-17
1
-6
/
+1
*
Revert r192758 (and r192759), "MC: Better handling of tricky symbol and secti...
NAKAMURA Takumi
2013-10-16
1
-1
/
+6
*
MC: Better handling of tricky symbol and section names
Hans Wennborg
2013-10-16
1
-6
/
+1
*
MC: Implement COFF .linkonce directive
Nico Rieck
2013-07-06
1
-0
/
+60
*
MC: Add .section directive to COFF
Nico Rieck
2013-07-04
1
-0
/
+172
*
Use pointers to the MCAsmInfo and MCRegInfo.
Bill Wendling
2013-06-18
1
-2
/
+2
*
MCParser: Update method names per coding guidelines.
Jim Grosbach
2013-02-20
1
-38
/
+38
*
Use the ExtensionDirectiveHandler type in other places where it makes sense.
Eli Bendersky
2013-01-16
1
-3
/
+4
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-1
/
+1
*
Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added the
Rafael Espindola
2011-12-17
1
-0
/
+17
*
Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...
Evan Cheng
2011-07-26
1
-1
/
+1
*
Move some ELF directives into ELF asm parser.
Jim Grosbach
2011-07-25
1
-0
/
+34
*
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-23
1
-1
/
+1
*
Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down
Evan Cheng
2011-07-18
1
-3
/
+8
[next]