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
/
MCDwarf.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[C++11] More 'nullptr' conversion or in some cases just using a boolean check...
Craig Topper
2014-04-13
1
-11
/
+15
*
Retire llvm::array_endof in favor of non-member std::end.
Benjamin Kramer
2014-04-12
1
-0
/
+1
*
Use value types instead of 'new'd objects to store dwarf labels for asm files
David Blaikie
2014-04-11
1
-22
/
+9
*
DebugInfo: Avoid creating unnecessary/empty line tables and remove the specia...
David Blaikie
2014-04-01
1
-4
/
+2
*
DebugInfo: Emit relocation to debug_line section when emitting asm for asm
David Blaikie
2014-04-01
1
-20
/
+17
*
MC-exceptions: add support for compact-unwind without .eh_frame
Tim Northover
2014-03-29
1
-3
/
+21
*
Don't use EmitAbsValue with symbol references.
Rafael Espindola
2014-03-20
1
-4
/
+4
*
DebugInfo: Avoid emitting standard opcode lengths in debug_line.dwo headers w...
David Blaikie
2014-03-18
1
-13
/
+29
*
DebugInfo: Move line table zero-directory-index (compilation dir) handling in...
David Blaikie
2014-03-17
1
-0
/
+2
*
DebugInfo: Use MC line table file entry uniquing for non-asm input as well.
David Blaikie
2014-03-17
1
-3
/
+9
*
DebugInfo: Improve reuse of file table entries in asm debug info
David Blaikie
2014-03-17
1
-1
/
+12
*
MCDwarf: Rename MCDwarfFileTable to MCDwarfLineTable
David Blaikie
2014-03-13
1
-6
/
+7
*
MCDwarf: Extract the DWARF line table header handling into its own type
David Blaikie
2014-03-13
1
-3
/
+13
*
MCDwarf: Sink file/directory creation down into MCDwarfFileTable form MCContext
David Blaikie
2014-03-13
1
-0
/
+49
*
MCDwarf: Oh, and move the directory string over to std::string as well
David Blaikie
2014-03-13
1
-2
/
+1
*
MCDwarf: Simplify MCDwarfFile to just use std::string instead of cunning use ...
David Blaikie
2014-03-13
1
-4
/
+4
*
MCDwarf: Simply MCDwarfFile since it really is just a StringRef and unsigned.
David Blaikie
2014-03-13
1
-13
/
+3
*
MCDwarf: Refactor line table handling into a single data structure
David Blaikie
2014-03-13
1
-22
/
+19
*
MCDwarf: Remove unused parameter
David Blaikie
2014-03-12
1
-5
/
+4
*
MCDwarf: Invert the Section+CU->LineEntries mapping so the CU is the primary ...
David Blaikie
2014-03-12
1
-45
/
+14
*
Move get[S|U]LEB128Size() to LEB128.h.
Logan Chien
2014-02-22
1
-2
/
+1
*
Support DWARF discriminators in object streamer.
Diego Novillo
2014-02-14
1
-0
/
+10
*
MC: Add support for .cfi_startproc simple
David Majnemer
2014-01-27
1
-13
/
+22
*
[patch] Adjust behavior of FDE cross-section relocs for targets that don't su...
Iain Sandoe
2014-01-08
1
-6
/
+10
*
Fix a crash that occurs when PWD is invalid.
Andrew Trick
2013-12-10
1
-3
/
+6
*
Implements parsing and emitting of .cfi_window_save in MC.
Venkatraman Govindaraju
2013-09-26
1
-0
/
+4
*
Call generateCompactUnwindEncodings() right before we need to output the fram...
Bill Wendling
2013-09-09
1
-3
/
+4
*
Fix comments to reflect reality.
Bill Wendling
2013-09-05
1
-6
/
+2
*
Use ArrayRef instead of explicit container.
Bill Wendling
2013-09-04
1
-2
/
+2
*
Remove address spaces from MC.
Rafael Espindola
2013-07-02
1
-1
/
+1
*
Use pointers to the MCAsmInfo and MCRegInfo.
Bill Wendling
2013-06-18
1
-36
/
+35
*
[MC/DWARF] Support .debug_frame / .debug_line code alignment factors
Ulrich Weigand
2013-06-12
1
-29
/
+19
*
Use the const_cast only where necessary.
Bill Wendling
2013-05-30
1
-4
/
+4
*
Remove the MachineMove class.
Rafael Espindola
2013-05-13
1
-37
/
+2
*
Remove redundant check and use cached FrameArray values.
Bob Wilson
2013-05-07
1
-12
/
+8
*
Align the __LD,__compact_unwind section.
Bill Wendling
2013-04-24
1
-7
/
+16
*
Relax this assert. It may not hold in all cases.
Bill Wendling
2013-04-18
1
-1
/
+1
*
Assert if we're trying to generate a null compact unwind entry.
Bill Wendling
2013-04-18
1
-4
/
+2
*
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-04-17
1
-1
/
+3
*
No need to have this return a bool.
Bill Wendling
2013-04-10
1
-4
/
+4
*
Track the compact unwind encoding for when we are unable to generate compact ...
Bill Wendling
2013-04-10
1
-5
/
+4
*
Debug Info: use SmallVector instead of std::vector in MCDwarfDirsCUMap and MC...
Manman Ren
2013-03-12
1
-4
/
+4
*
Debug Info: store the files and directories for each compile unit.
Manman Ren
2013-03-07
1
-2
/
+2
*
Formatting.
Eric Christopher
2013-02-07
1
-2
/
+1
*
Dwarf: support for LTO where a single object file can have multiple line tables
Manman Ren
2013-02-05
1
-12
/
+41
*
Initial patch for x32 ABI support.
Eli Bendersky
2013-01-22
1
-1
/
+1
*
We want the dwarf AT_producer for assembly source files to match clang's
Kevin Enderby
2013-01-16
1
-3
/
+9
*
These functions have default arguments of 0 for the last arg. Use
Eric Christopher
2013-01-09
1
-17
/
+17
*
Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage the
Chandler Carruth
2012-12-17
1
-2
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-6
/
+6
[prev]
[next]