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
*
[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
*
Remove the GroupMapTy DenseMap. NFC.
Rafael Espindola
2015-04-28
1
-2
/
+2
*
Revert accidentally committed "MC: Allow targets to stop symbol name quoting"
Matt Arsenault
2015-04-23
1
-4
/
+2
*
MC: Allow targets to stop symbol name quoting
Matt Arsenault
2015-04-23
1
-2
/
+4
*
Store the sh_link of ARM_EXIDX directly in MCSectionELF.
Rafael Espindola
2015-04-06
1
-4
/
+15
*
Simplify mapping from relocation sections to relocated sections.
Rafael Espindola
2015-04-06
1
-5
/
+7
*
Don't mix overload and default values.
Rafael Espindola
2015-04-04
1
-14
/
+0
*
Implement unique sections with an unique ID.
Rafael Espindola
2015-04-04
1
-11
/
+13
*
[WinEH] Generate .xdata for catch handlers
David Majnemer
2015-03-31
1
-0
/
+5
*
Save a std::string.
Rafael Espindola
2015-03-30
1
-9
/
+12
*
Special case the creation of relocation sections.
Rafael Espindola
2015-03-30
1
-0
/
+12
*
Add two small structs for readability in place of std::pair and std::tuple. NFC.
Rafael Espindola
2015-03-27
1
-10
/
+9
*
Centralize the handling of unique ids for temporary labels.
Rafael Espindola
2015-03-17
1
-32
/
+31
*
Remove LookupSymbol(StringRef) and optimize LookupSymbol(Twine).
Yaron Keren
2015-03-17
1
-7
/
+3
[next]