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
*
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
*
MC: make DWARF and Windows unwinding handling more similar
Saleem Abdulrasool
2014-07-13
1
-1
/
+1
*
SourceMgr: make valid buffer IDs start from one
Alp Toker
2014-07-06
1
-1
/
+1
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-2
/
+4
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-4
/
+2
*
Allow using .cfi_startproc without a leading symbol.
Rafael Espindola
2014-06-23
1
-1
/
+1
*
Stop producing func.eh symbols on Darwin.
Rafael Espindola
2014-06-23
1
-7
/
+0
*
Always use a temp symbol for CIE.
Rafael Espindola
2014-06-20
1
-6
/
+1
*
Fix up a few formatting issues.
Eric Christopher
2014-06-19
1
-14
/
+13
*
Emit DWARF info for all code section in an assembly file
Oliver Stannard
2014-06-19
1
-40
/
+134
*
Emit DWARF3 call frame information when DWARF3+ debug info is requested
Oliver Stannard
2014-06-19
1
-2
/
+12
*
Fix hardcoded slash to native path seperator which was exposed from llvm::sys...
Yaron Keren
2014-05-16
1
-1
/
+1
*
Pass a MCObjectStreamer instead of a MCStreamer when possible.
Rafael Espindola
2014-05-12
1
-9
/
+9
*
Pass a MCObjectStreamer instead of a MCStreamer when possible.
Rafael Espindola
2014-05-12
1
-6
/
+6
*
Remove always true argument and unused field.
Rafael Espindola
2014-05-12
1
-3
/
+3
*
Remove always true argument and field.
Rafael Espindola
2014-05-12
1
-10
/
+7
*
Remove always true argument.
Rafael Espindola
2014-05-12
1
-2
/
+2
*
Record the DWARF version in MCContext
Oliver Stannard
2014-05-01
1
-2
/
+2
[next]