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
...
*
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
*
Teach Twine to support SmallString.
Yaron Keren
2015-03-17
1
-9
/
+6
*
Create symbols marking the start of a section earlier.
Rafael Espindola
2015-03-10
1
-25
/
+40
*
clang-format code that is about to change.
Rafael Espindola
2015-03-10
1
-8
/
+10
*
Replace llvm.frameallocate with llvm.frameescape
Reid Kleckner
2015-03-05
1
-3
/
+4
*
Remove MCStreamer.h include from MCContext.h and explictly include it where n...
Pete Cooper
2015-03-04
1
-0
/
+1
*
Centralize handling of the eh_begin and eh_end labels.
Rafael Espindola
2015-02-27
1
-0
/
+6
*
Add r228980 back.
Rafael Espindola
2015-02-17
1
-6
/
+14
*
Revert a series of commits starting at r228886 which is triggering some
Chandler Carruth
2015-02-13
1
-14
/
+6
*
Add support for having multiple sections with the same name and comdat.
Rafael Espindola
2015-02-12
1
-6
/
+14
*
Compute the ELF SectionKind from the flags.
Rafael Espindola
2015-01-29
1
-12
/
+13
*
Add the llvm.frameallocate and llvm.recoverframeallocation intrinsics
Reid Kleckner
2015-01-13
1
-0
/
+5
*
Remove StringMap::GetOrCreateValue in favor of StringMap::insert
David Blaikie
2014-11-19
1
-21
/
+14
*
Add back commits r219835 and a fixed version of r219829.
Rafael Espindola
2014-10-17
1
-0
/
+24
*
Revert commit r219835 and r219829.
Rafael Espindola
2014-10-17
1
-24
/
+0
*
Allow forward references to section symbols.
Rafael Espindola
2014-10-15
1
-1
/
+8
*
Correctly handle references to section symbols.
Rafael Espindola
2014-10-15
1
-0
/
+17
*
Add and update reset() and doInitialization() methods to MC* and passes.
Yaron Keren
2014-09-17
1
-0
/
+3
*
MC Win64: Put unwind info for COMDAT code into the same COMDAT group
Reid Kleckner
2014-09-04
1
-0
/
+16
*
CodeGen: Stick constant pool entries in COMDAT sections for WinCOFF
David Majnemer
2014-07-14
1
-1
/
+1
*
SourceMgr: make valid buffer IDs start from one
Alp Toker
2014-07-06
1
-2
/
+3
*
MC: Fix associative sections on COFF
David Majnemer
2014-06-27
1
-5
/
+5
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-6
/
+8
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-8
/
+6
*
Emit DWARF info for all code section in an assembly file
Oliver Stannard
2014-06-19
1
-0
/
+23
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
1
-2
/
+1
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
Fix a few issues with comdat handling on COFF.
Rafael Espindola
2014-06-06
1
-6
/
+7
[prev]
[next]