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
/
MCContext.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[ARM] Implement execute-only support in CodeGen
Prakhar Bahuguna
2016-12-15
1
-1
/
+3
*
[llvm] Fix D26214: Move error handling out of MC and to the callers.
Mandeep Singh Grang
2016-12-06
1
-14
/
+5
*
[MC] Generalize MCContext's SectionSymbols field.
Dan Gohman
2016-12-03
1
-3
/
+3
*
[llvm] Implement support for -defsym assembler option
Mandeep Singh Grang
2016-12-01
1
-0
/
+16
*
Tidy spelling and grammar.
Eric Christopher
2016-09-29
1
-1
/
+1
*
[MC] Move .cv_loc management logic out of MCContext
Reid Kleckner
2016-08-26
1
-8
/
+0
*
Add support for allowing us to create uniquely identified "COMDAT" or "ELF
Eric Christopher
2016-07-01
1
-7
/
+15
*
[MCContext] Don't use getenv inside class constructor
Igor Laevsky
2016-06-17
1
-1
/
+9
*
Revert r270569 (teach llvm-mc to generate compressed debug sections in zlib
Richard Smith
2016-05-25
1
-0
/
+16
*
Recommit r270070 ([llvm-mc] - Teach llvm-mc to generate compressed debug sect...
George Rimar
2016-05-24
1
-16
/
+0
*
Temporarily revert r270070
George Rimar
2016-05-19
1
-0
/
+16
*
[llvm-mc] - Teach llvm-mc to generate compressed debug sections in zlib style.
George Rimar
2016-05-19
1
-16
/
+0
*
[MC] Create unique .pdata sections for every .text section
Reid Kleckner
2016-05-02
1
-12
/
+21
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-3
/
+1
*
Handle section vs global name conflict.
Evgeniy Stepanov
2016-03-28
1
-14
/
+7
*
MC: Don't access the filesystem in MCContext's constructor
Justin Bogner
2016-03-22
1
-5
/
+0
*
Reland "[CodeView] Use assembler directives for line tables"
Reid Kleckner
2016-01-29
1
-0
/
+17
*
Revert "[CodeView] Use assembler directives for line tables"
Reid Kleckner
2016-01-29
1
-17
/
+0
*
[CodeView] Use assembler directives for line tables
Reid Kleckner
2016-01-28
1
-0
/
+17
*
Use std::unique_ptr. NFC.
Rafael Espindola
2015-12-16
1
-3
/
+0
*
[Assembler] Allow non-fatal errors after parsing
Oliver Stannard
2015-11-17
1
-5
/
+17
*
Reduce the size of MCRelaxableFragment.
Akira Hatanaka
2015-11-14
1
-0
/
+5
*
Clear SectionSymbols in MCContext::Reset
Keno Fischer
2015-10-09
1
-0
/
+1
*
Use SpecificBumpPtrAllocator to simplify the MCSeciton destruction.
Rafael Espindola
2015-10-07
1
-14
/
+11
*
Sink COFF.h MC include into .cpp files
Reid Kleckner
2015-09-03
1
-0
/
+1
*
Revert "Centralize the information about which object format we are using."
Rafael Espindola
2015-08-14
1
-6
/
+4
*
Centralize the information about which object format we are using.
Rafael Espindola
2015-08-14
1
-4
/
+6
*
Revert r240302 ("Bring r240130 back.").
Daniel Jasper
2015-06-23
1
-13
/
+15
*
Bring r240130 back.
Rafael Espindola
2015-06-22
1
-15
/
+13
*
Revert 240130, it caused crashes (repro in PR23900).
Nico Weber
2015-06-19
1
-13
/
+15
*
Make all temporary symbols unnamed.
Rafael Espindola
2015-06-19
1
-15
/
+13
*
Use named temporaries for directional labels.
Rafael Espindola
2015-06-17
1
-9
/
+10
*
Allocate space for MCSymbol::Name only if required.
Pete Cooper
2015-06-09
1
-5
/
+6
*
Add MCSymbolMachO which will be used to hide the MCSymbolMachO flags.
Pete Cooper
2015-06-08
1
-1
/
+2
*
Add MCSymbolCOFF class and use it to get and set the COFF type field.
Pete Cooper
2015-06-08
1
-3
/
+11
*
Change MCSymbol IsELF to an enum to support future MCSymbolCOFF and MCSymbolM...
Pete Cooper
2015-06-08
1
-1
/
+1
*
Clarify when we can avoid creating names for temp symbols.
Rafael Espindola
2015-06-02
1
-9
/
+11
*
Pass a MCSymbolELF to a few ELF only functions. NFC.
Rafael Espindola
2015-06-02
1
-5
/
+5
*
Create a MCSymbolELF.
Rafael Espindola
2015-06-02
1
-9
/
+16
*
[MC] Simplify code. No functionality change intended.
Benjamin Kramer
2015-05-31
1
-7
/
+2
*
Move MCSection destruction to MCContext::reset.
Rafael Espindola
2015-05-26
1
-8
/
+8
*
Call the destructors of the MCSections.
Rafael Espindola
2015-05-26
1
-0
/
+8
*
MC: Shave a pointer off of MCSymbol::Name
Duncan P. N. Exon Smith
2015-05-22
1
-4
/
+3
*
Move alignment from MCSectionData to MCSection.
Rafael Espindola
2015-05-21
1
-35
/
+35
*
Avoid unnecessary section switching. NFC.
Rafael Espindola
2015-05-21
1
-2
/
+1
*
Remove yet another method of creating begin and end symbol for sections.
Rafael Espindola
2015-05-21
1
-19
/
+9
*
[WinEH] Store pointers to the LSDA in the exception registration object
Reid Kleckner
2015-05-20
1
-0
/
+5
*
MC: clang-format MCContext. NFC.
Jim Grosbach
2015-05-18
1
-8
/
+9
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-15
/
+15
*
MC: Skip names of temporary symbols in object streamer
Duncan P. N. Exon Smith
2015-05-06
1
-0
/
+3
[prev]
[next]