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
...
*
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
*
Use pointers to the MCAsmInfo and MCRegInfo.
Bill Wendling
2013-06-18
1
-5
/
+5
*
Silence warning in Release builds.
Benjamin Kramer
2013-06-16
1
-0
/
+1
*
Replace use of PathV1.h in MCContext.cpp.
Rafael Espindola
2013-06-14
1
-2
/
+4
*
Don't use PathV1.h in Signals.h.
Rafael Espindola
2013-06-13
1
-0
/
+1
*
Debug Info: use SmallVector instead of std::vector in MCDwarfDirsCUMap and MC...
Manman Ren
2013-03-12
1
-3
/
+3
*
Debug Info: store the files and directories for each compile unit.
Manman Ren
2013-03-07
1
-4
/
+7
*
clear new map and initialize new variable
Pedro Artigas
2013-02-20
1
-0
/
+2
*
Dwarf: support for LTO where a single object file can have multiple line tables
Manman Ren
2013-02-05
1
-1
/
+1
*
Formatting.
Eric Christopher
2012-12-18
1
-1
/
+1
*
Add support for passing -main-file-name all the way through to
Eric Christopher
2012-12-18
1
-0
/
+6
*
Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage the
Chandler Carruth
2012-12-17
1
-1
/
+2
*
Make the MCStreamer have a reset method and call that after finalization of t...
Pedro Artigas
2012-12-12
1
-19
/
+15
*
fixed valgrind issues of prior commit, this change applies r169456 changes ba...
Pedro Artigas
2012-12-06
1
-8
/
+42
*
Revert r169456, "change MCContext to work on the doInitialization/doFinalizat...
NAKAMURA Takumi
2012-12-06
1
-31
/
+6
*
change MCContext to work on the doInitialization/doFinalization model
Pedro Artigas
2012-12-06
1
-6
/
+31
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-7
/
+7
*
Avoid symbol name clash when filling TOC.
Roman Divacky
2012-09-18
1
-0
/
+6
*
MCContext.cpp: Fixup for my odd previous commit. No functional changes.
NAKAMURA Takumi
2012-07-03
1
-1
/
+1
*
MCContext::GetDwarfFile(): Make FileName parsing tolerant of DOSish pathsep w...
NAKAMURA Takumi
2012-07-03
1
-5
/
+5
*
Add simple support for keeping MCFixup source information.
Jim Grosbach
2012-01-26
1
-0
/
+19
[prev]
[next]