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
*
[MC] Allow .file directives to be out-of-order
Paul Robinson
2017-12-14
1
-1
/
+2
*
[MC/Dwarf] Use the older DWARF linetables format on Darwin.
Davide Italiano
2017-12-07
1
-0
/
+3
*
[DWARFv5] Emit v5 line table header.
Paul Robinson
2017-12-05
1
-32
/
+84
*
Re-submit r289925 (Update .debug_line section version to match DWARF version)
Paul Robinson
2017-12-04
1
-2
/
+12
*
[MC] Handle unknown literal register numbers in .cfi_* directives
Jake Ehrlich
2017-12-01
1
-6
/
+6
*
MC: simplify internal function call parameter
Saleem Abdulrasool
2017-07-29
1
-30
/
+26
*
MC: account for the return column in the CIE key
Saleem Abdulrasool
2017-07-29
1
-8
/
+11
*
MC: add support for cfi_return_column
Saleem Abdulrasool
2017-07-28
1
-10
/
+12
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...
Konstantin Zhuravlyov
2017-04-17
1
-10
/
+11
*
[DWARFv5] llvm-mc support for new unit header.
Paul Robinson
2017-02-28
1
-5
/
+9
*
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...
Eugene Zelenko
2017-02-14
1
-13
/
+33
*
Speculatively revert r289925, see PR31407
Nico Weber
2016-12-16
1
-7
/
+2
*
Update .debug_line section version information to match DWARF version.
Ekaterina Romanova
2016-12-16
1
-2
/
+7
*
Reverting back r285355: "Update .debug_line section version information to ma...
Ekaterina Romanova
2016-10-27
1
-7
/
+2
*
Update .debug_line section version information to match DWARF version.
Ekaterina Romanova
2016-10-27
1
-2
/
+7
*
Tidy the calls to getCurrentSection().first -> getCurrentSectionOnly to help
Eric Christopher
2016-10-14
1
-1
/
+1
*
Invoke add-discriminator at -g0 -fsample-profile
Dehao Chen
2016-10-07
1
-1
/
+2
*
Apply clang-tidy's modernize-loop-convert to lib/MC.
Benjamin Kramer
2016-06-26
1
-24
/
+19
*
Prune some includes from headers and sink some inline functions
Reid Kleckner
2016-06-22
1
-0
/
+1
*
[MC] Rename EmitFill to emitFill
Petr Hosek
2016-06-01
1
-1
/
+1
*
Read discriminators correctly from object file.
Dehao Chen
2016-04-28
1
-4
/
+1
*
Update discriminator assignment algorithm in clang assembler.
Dehao Chen
2016-04-22
1
-1
/
+6
*
Don't crash when compiling inline assembler containing .file directives.
Adrian Prantl
2016-03-09
1
-3
/
+3
*
[MCDwarf] Fix encoding of line tables with weird custom parameters
Frederic Riss
2016-01-31
1
-2
/
+5
*
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
[next]