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
*
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
*
Fix uninitialized variable introduced in r207739.
David Blaikie
2014-05-01
1
-1
/
+1
*
Change the prototype for MCContext::FatalError() so it can be called
Kevin Enderby
2014-04-22
1
-1
/
+1
*
[C++11] More 'nullptr' conversion or in some cases just using a boolean check...
Craig Topper
2014-04-13
1
-7
/
+7
*
Pull out a named variable for the cached section names to aid readability.
David Blaikie
2014-04-11
1
-6
/
+8
*
Remove lazy-initialization of section caches in MCContext
David Blaikie
2014-04-10
1
-52
/
+18
*
Reimplement debug info compression by compressing the whole section, rather t...
David Blaikie
2014-04-10
1
-0
/
+15
*
Revert debug info compression support.
David Blaikie
2014-04-10
1
-5
/
+0
*
MachO: allow each section to have a linker-private symbol
Tim Northover
2014-03-29
1
-0
/
+7
*
Debug Compression: Avoid compression debug_frame for now
David Blaikie
2014-03-28
1
-1
/
+1
*
DebugInfo: Support for compressed debug info sections
David Blaikie
2014-03-27
1
-7
/
+12
*
MC: don't create a backtrace for diagnostics.
Jim Grosbach
2014-03-14
1
-1
/
+1
*
MCContext: Remove redundant assignment
David Blaikie
2014-03-14
1
-2
/
+0
*
MCDwarf: Rename MCDwarfFileTable to MCDwarfLineTable
David Blaikie
2014-03-13
1
-2
/
+2
*
MCDwarf: Sink file/directory creation down into MCDwarfFileTable form MCContext
David Blaikie
2014-03-13
1
-50
/
+1
*
MCDwarf: Oh, and move the directory string over to std::string as well
David Blaikie
2014-03-13
1
-6
/
+3
*
MCDwarf: Simplify MCDwarfFile to just use std::string instead of cunning use ...
David Blaikie
2014-03-13
1
-16
/
+10
*
MCDwarf: Simply MCDwarfFile since it really is just a StringRef and unsigned.
David Blaikie
2014-03-13
1
-1
/
+3
*
Use printable names to implement directional labels.
Rafael Espindola
2014-03-13
1
-13
/
+20
*
Remove stale comment
David Blaikie
2014-03-13
1
-4
/
+0
*
MCDwarf: Refactor line table handling into a single data structure
David Blaikie
2014-03-13
1
-7
/
+5
*
MCDwarf: Invert the Section+CU->LineEntries mapping so the CU is the primary ...
David Blaikie
2014-03-12
1
-1
/
+0
*
Correct typo ("a entry" -> "an entry")
David Blaikie
2014-03-12
1
-1
/
+1
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+0
*
Fix a crash that occurs when PWD is invalid.
Andrew Trick
2013-12-10
1
-2
/
+2
*
whitespace
Andrew Trick
2013-12-10
1
-2
/
+2
*
Correct word hyphenations
Alp Toker
2013-12-05
1
-1
/
+1
*
Avoid buffer copies when a Twine already is a StringRef.
David Blaikie
2013-12-03
1
-2
/
+1
*
Support multiple COFF sections with the same name but different COMDAT.
Rafael Espindola
2013-11-19
1
-13
/
+31
*
MC: Support multiple sections with the same name in the same comdat group
David Blaikie
2013-10-22
1
-6
/
+12
*
MC: Implement COFF .linkonce directive
Nico Rieck
2013-07-06
1
-5
/
+13
[next]