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
*
Rename MCLineEntry to MCDwarfLineEntry
David Majnemer
2016-01-21
1
-5
/
+5
*
Clang-format my previous change (r256313)
Paul Robinson
2016-01-04
1
-5
/
+5
*
Accept dwarf version 5 for CIE versions.
Eric Christopher
2015-12-28
1
-0
/
+1
*
Form reform for MCDwarf.
Paul Robinson
2015-12-23
1
-4
/
+8
*
git clang-format and fix variable names. NFC.
Rafael Espindola
2015-11-06
1
-42
/
+34
*
Pass SectionStart directly to the one function that uses it.
Rafael Espindola
2015-11-06
1
-8
/
+5
*
Simplify the alignment handling in FDE emission.
Rafael Espindola
2015-11-06
1
-16
/
+15
*
Delete dead store. NFC.
Rafael Espindola
2015-11-06
1
-1
/
+0
*
Use a range loop.
Rafael Espindola
2015-11-06
1
-3
/
+1
*
Pass the streamer to the constructor instead of every other method. NFC.
Rafael Espindola
2015-11-06
1
-76
/
+66
*
Simplify the constructor. NFC.
Rafael Espindola
2015-11-05
1
-5
/
+4
*
git-clang-format an area I am about to change.
Rafael Espindola
2015-11-05
1
-32
/
+29
*
Small simplification by moving early continue earlier.
Rafael Espindola
2015-11-05
1
-6
/
+4
*
ARM: add support for WatchOS's compact unwind information.
Tim Northover
2015-10-28
1
-1
/
+2
*
[X86] Emit .cfi_escape GNU_ARGS_SIZE when adjusting the stack before calls
Michael Kuperstein
2015-10-07
1
-0
/
+5
*
Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...
Hans Wennborg
2015-10-06
1
-4
/
+4
*
Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type ...
Craig Topper
2015-09-21
1
-2
/
+2
*
Silence a sign mismatch warning; NFC.
Aaron Ballman
2015-08-10
1
-1
/
+1
*
[MC/Dwarf] Allow to specify custom parameters for linetable emission.
Frederic Riss
2015-08-07
1
-45
/
+42
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
[MC/Dwarf] Encode DW_CFA_advance_loc in target endianess.
Benjamin Kramer
2015-06-17
1
-9
/
+8
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-11
/
+11
*
Move alignment from MCSectionData to MCSection.
Rafael Espindola
2015-05-21
1
-9
/
+9
*
Remove yet another method of creating begin and end symbol for sections.
Rafael Espindola
2015-05-21
1
-9
/
+8
*
Use a SmallString buffer instead of a std::string for debug info path lookup....
Pete Cooper
2015-05-20
1
-1
/
+3
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-17
/
+17
*
[DWARF] Add CIE header fields address_size and segment_size when generating d...
Keith Walker
2015-05-12
1
-0
/
+8
*
Use CIE version 4 for dwarf4.
Rafael Espindola
2015-04-28
1
-4
/
+15
*
Use CIE version 1 for .eh_frame.
Rafael Espindola
2015-04-27
1
-1
/
+2
*
Change range-based for-loops to be -Wrange-loop-analysis clean.
Richard Trieu
2015-04-15
1
-1
/
+1
*
Reset the CFA offset at the start of every FDE.
Rafael Espindola
2015-03-24
1
-1
/
+7
*
Refactor how passes get a symbol at the end of a section.
Rafael Espindola
2015-03-23
1
-15
/
+6
*
Update variable name and reuse existing variable. NFC.
Rafael Espindola
2015-03-23
1
-5
/
+5
*
Remove many superfluous SmallString::str() calls.
Yaron Keren
2015-03-18
1
-1
/
+1
*
Fix build failure on MSVC compilers.
Gabor Horvath
2015-03-16
1
-3
/
+2
*
[llvm] Replacing asserts with static_asserts where appropriate
Gabor Horvath
2015-03-16
1
-1
/
+3
*
[MCDwarf] Do not emit useless line table opcode.
Frederic Riss
2015-03-15
1
-1
/
+1
*
[MC] Use the non-EH register mapping in the debug_frame section.
Frederic Riss
2015-02-26
1
-4
/
+20
*
Remove StringMap::GetOrCreateValue in favor of StringMap::insert
David Blaikie
2014-11-19
1
-4
/
+4
*
Drop support for an old version of ld64 (from darwin 9).
Rafael Espindola
2014-10-21
1
-12
/
+0
*
Downgrade DWARF2 section limit error to a warning
Oliver Stannard
2014-09-22
1
-4
/
+6
*
MC: correct DWARF line info for PE/COFF
Saleem Abdulrasool
2014-09-06
1
-1
/
+2
*
MC: correct DWARF header for PE/COFF assembly input
Saleem Abdulrasool
2014-09-05
1
-4
/
+4
*
Remove unused field.
Rafael Espindola
2014-08-20
1
-3
/
+1
*
Make EmitAbsValue an static helper.
Rafael Espindola
2014-08-15
1
-14
/
+31
*
Don't print comments to an object streamer :-)
Rafael Espindola
2014-08-15
1
-128
/
+13
*
MC: permit emitting a symbol value as section relative
Saleem Abdulrasool
2014-07-19
1
-3
/
+3
*
MC: correct DWARF header for PE/COFF assembly input
Saleem Abdulrasool
2014-07-17
1
-4
/
+5
*
MC: collapse emission of producer
Saleem Abdulrasool
2014-07-17
1
-7
/
+3
[next]