llvm/bolt
Gabriel Poesia dc7cc1fb18 Fix default line number information for instructions.
Summary:
The line number information generated from a null pointer
was actually valid, which caused new instructions without the line number
information set to have a valid and wrong line number reference. This diff
fixes this by making the null pointer be assigned to an invalid line number
row.

(cherry picked from FBD3048453)
2016-03-14 11:40:52 -07:00
..
BinaryBasicBlock.cpp Rename binary optimizer to BOLT. 2016-02-05 14:42:04 -08:00
BinaryBasicBlock.h Rename binary optimizer to BOLT. 2016-02-05 14:42:04 -08:00
BinaryContext.cpp BOLT: Read and tie .debug_line info to IR. 2016-02-25 16:57:07 -08:00
BinaryContext.h Update stmt_list value to point to new .debug_line offset. 2016-03-09 16:06:41 -08:00
BinaryFunction.cpp Fix default line number information for instructions. 2016-03-14 11:40:52 -07:00
BinaryFunction.h Check function data in symbol table against data in .eh_frame. 2016-03-11 11:09:34 -08:00
CMakeLists.txt Write updated .debug_aranges section after optimizations. 2016-03-11 11:30:30 -08:00
DataReader.cpp Rename binary optimizer to BOLT. 2016-02-05 14:42:04 -08:00
DataReader.h Rename binary optimizer to BOLT. 2016-02-05 14:42:04 -08:00
DebugArangesWriter.cpp Write updated .debug_aranges section after optimizations. 2016-03-11 11:30:30 -08:00
DebugArangesWriter.h Write updated .debug_aranges section after optimizations. 2016-03-11 11:30:30 -08:00
DebugLineTableRowRef.cpp Fix default line number information for instructions. 2016-03-14 11:40:52 -07:00
DebugLineTableRowRef.h Fix default line number information for instructions. 2016-03-14 11:40:52 -07:00
Exceptions.cpp Proper skipping of unsupported CFI instructions. 2016-03-10 23:03:17 -08:00
Exceptions.h Check function data in symbol table against data in .eh_frame. 2016-03-11 11:09:34 -08:00
llvm-bolt.cpp Rename binary optimizer to BOLT. 2016-02-05 14:42:04 -08:00
LLVMBuild.txt Rename binary optimizer to BOLT. 2016-02-05 14:42:04 -08:00
README.md BOLT root commit 2022-01-10 17:58:05 -08:00
RewriteInstance.cpp Fix default line number information for instructions. 2016-03-14 11:40:52 -07:00
RewriteInstance.h Write updated .debug_aranges section after optimizations. 2016-03-11 11:30:30 -08:00