index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
MC
/
MCDwarf.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Add support for .cfi_register now that it is easy to extent the representation
Rafael Espindola
2012-11-25
1
-0
/
+13
*
Change the representation of MCCFIInstruction.
Rafael Espindola
2012-11-24
1
-20
/
+12
*
Give each MCCFIInstruction its own opcode.
Rafael Espindola
2012-11-24
1
-40
/
+65
*
Refactor how MCCFIInstructions are created.
Rafael Espindola
2012-11-24
1
-2
/
+15
*
Implement .cfi_undefined. Based on a patch from PaX team, updated by
Rafael Espindola
2012-11-23
1
-0
/
+10
*
Emit relocations from .debug_aranges to .debug_info for asm files
Alexey Samsonov
2012-11-14
1
-9
/
+19
*
Release build: guard dump functions with
Manman Ren
2012-09-12
1
-1
/
+1
*
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-09-06
1
-0
/
+2
*
When emitting the PC range in an FDE, use the same data encoding for both ends
Nick Lewycky
2012-08-12
1
-9
/
+6
*
Move [SU]LEB128 encoding to a utility header.
Jim Grosbach
2012-08-08
1
-3
/
+4
*
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-23
1
-1
/
+1
*
Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same as
Rafael Espindola
2012-06-22
1
-2
/
+2
*
Tidy up. Trailing whitespace.
Jim Grosbach
2012-05-11
1
-6
/
+6
*
Compute hashes directly with hash_combine instead of taking a detour through ...
Benjamin Kramer
2012-04-11
1
-7
/
+5
*
On ELF, create relocations to the abbreviation and line sections when producing
Rafael Espindola
2012-02-28
1
-6
/
+27
*
Grammar-o.
Eric Christopher
2012-02-25
1
-1
/
+1
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-07
1
-2
/
+1
*
Add support for .cfi_signal_frame. Fixes pr11762.
Rafael Espindola
2012-01-23
1
-7
/
+15
*
Add missing breaks to switch.
Benjamin Kramer
2012-01-20
1
-13
/
+25
*
This is the matching change for the data structure name changes for the
Kevin Enderby
2012-01-10
1
-18
/
+18
*
Various crash reporting tools have a problem with the dwarf generated for
Kevin Enderby
2012-01-10
1
-17
/
+5
*
Implement cfi_restore. Patch by Brian Anderson!
Rafael Espindola
2011-12-29
1
-0
/
+9
*
Rename Remember and Restore to RememberState and RestoreState for consistency.
Rafael Espindola
2011-12-29
1
-2
/
+2
*
Implement .cfi_escape. Patch by Brian Anderson!
Rafael Espindola
2011-12-29
1
-0
/
+4
*
Re-re-enable compact unwind after fixing a failure in SingleSource/Benchmarks...
Bill Wendling
2011-12-15
1
-2
/
+1
*
Disable to review some failures.
Bill Wendling
2011-12-14
1
-1
/
+2
*
The second part of support for generating dwarf for assembly source files. This
Kevin Enderby
2011-12-09
1
-0
/
+339
*
Re-enable compact unwind. It seems to work now. <rdar://problem/10441838>
Bill Wendling
2011-12-06
1
-4
/
+1
*
Disable generation of compact unwind encodings. <rdar://problem/10441578>
Bob Wilson
2011-11-14
1
-1
/
+2
[next]