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
/
DebugInfo
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LLVMSymbolize] Reduce indentation by using helper function. NFC.
Alexey Samsonov
2015-11-04
1
-21
/
+24
*
[LLVMSymbolize] Properly propagate object parsing errors from the library.
Alexey Samsonov
2015-11-04
1
-90
/
+107
*
[LLVMSymbolize] Factor out the logic for printing structs from DIContext. NFC.
Alexey Samsonov
2015-11-03
3
-61
/
+76
*
[LLVMSymbolize] Move demangling away from printing routines. NFC.
Alexey Samsonov
2015-11-03
1
-28
/
+33
*
Let the users of LLVMSymbolizer decide whether they want to symbolize inlined...
Alexey Samsonov
2015-10-30
1
-12
/
+30
*
[LLVMSymbolize] Simplify SymbolizableObjectFile::symbolizeInlinedCode(). NFC.
Alexey Samsonov
2015-10-30
1
-17
/
+9
*
[LLVMSymbolize] Move printing the description of a global into a separate fun...
Alexey Samsonov
2015-10-29
3
-19
/
+28
*
[LLVMSymbolize] Move ModuleInfo into a separate class (SymbolizableModule).
Alexey Samsonov
2015-10-29
4
-218
/
+353
*
[LLVMSymbolize] Don't use LLVMSymbolizer::Options in ModuleInfo. NFC.
Alexey Samsonov
2015-10-26
1
-16
/
+16
*
Fix build failure on GCC 4.7 (old libstdc++ doesn't have std::map::emplace).
Alexey Samsonov
2015-10-26
1
-2
/
+3
*
Remove use of std::map<>::emplace which is not supported on some older versio...
David Blaikie
2015-10-26
1
-1
/
+1
*
[LLVMSymbolize] Use symbol table only if function linkage name was requested.
Alexey Samsonov
2015-10-26
1
-2
/
+4
*
Fix build error by fully qualifying llvm::make_unique.
Alexey Samsonov
2015-10-26
1
-1
/
+1
*
[LLVMSymbolize] Use std::unique_ptr more extensively to clarify ownership.
Alexey Samsonov
2015-10-26
1
-11
/
+12
*
Move parts of llvm-symbolizer tool into LLVMSymbolize library.
Alexey Samsonov
2015-10-26
7
-5
/
+691
*
Use numeric_limits instead of LLONG_MAX
Matt Arsenault
2015-10-21
1
-2
/
+2
*
[llvm-symbolizer] Make --relative-address work with DWARF contexts
Reid Kleckner
2015-10-09
1
-17
/
+4
*
Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type ...
Craig Topper
2015-09-21
1
-2
/
+2
*
[dwarfdump] Do not apply relocations in mach-o files if there is no LoadedObj...
Frederic Riss
2015-08-23
1
-0
/
+8
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-2
/
+2
*
Convert getSymbolSection to return an ErrorOr.
Rafael Espindola
2015-08-07
1
-1
/
+1
*
[dwarfdump] Ignore scattered relocations for mach-o.
Frederic Riss
2015-07-31
1
-3
/
+9
*
[RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAddress take a SectionRef
Lang Hames
2015-07-28
1
-4
/
+7
*
Return ErrorOr from getSymbolAddress.
Rafael Espindola
2015-07-03
1
-1
/
+7
*
Don't return error_code from a function that doesn't fail.
Rafael Espindola
2015-06-30
1
-4
/
+1
*
Don't return error_code from a function that doesn't fail.
Rafael Espindola
2015-06-30
1
-2
/
+1
*
Don't return error_code from function that never fails.
Rafael Espindola
2015-06-29
1
-2
/
+1
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
5
-7
/
+7
*
Try to fix generation of LLVMExports.cmake under Visual Studio.
Dan Liew
2015-06-19
1
-1
/
+1
*
Make getRelocationSection MachO only.
Rafael Espindola
2015-06-19
1
-2
/
+7
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
5
-7
/
+7
*
[DWARF] Fix a bug in line info handling
Keno Fischer
2015-05-31
1
-62
/
+43
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-2
/
+2
*
DebugInfo: .debug_line DWARF64 support
Ed Maste
2015-05-28
1
-9
/
+18
*
Refactor: Simplify boolean conditional return statements in llvm/lib/DebugInf...
Benjamin Kramer
2015-05-25
2
-8
/
+3
*
Make it easier to use DwarfContext with MCJIT
Keno Fischer
2015-05-21
1
-3
/
+41
*
[DWARF parser] Make DWARF parser more robust against missing compile/type units.
Alexey Samsonov
2015-05-19
4
-16
/
+24
*
[DWARF parser] Add basic support for DWZ DWARF multifile extensions.
Alexey Samsonov
2015-05-19
2
-43
/
+51
*
MC: MCCodeGenInfo naming update. NFC.
Jim Grosbach
2015-05-15
2
-2
/
+2
*
[DWARF] Add CIE header fields address_size and segment_size when generating d...
Keith Walker
2015-05-12
1
-7
/
+18
*
A few fixes for llvm-symbolizer on Windows.
Zachary Turner
2015-05-06
1
-20
/
+50
*
Fix build.
Zachary Turner
2015-05-01
1
-1
/
+1
*
[llvm-pdbdump] Support dynamic load address and external symbols.
Zachary Turner
2015-05-01
1
-3
/
+11
*
Add missing library dependency in libPDB.
Pete Cooper
2015-04-27
1
-1
/
+1
*
Make llvm-symbolizer work on Windows.
Zachary Turner
2015-04-27
2
-0
/
+104
*
Move DIContext.h to common DebugInfo location.
Zachary Turner
2015-04-23
3
-20
/
+2
*
[PDB] Support executables and source/line info.
Zachary Turner
2015-04-17
2
-2
/
+74
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
3
-14
/
+15
*
Raising minimum required CMake version to 2.8.12.2.
Chris Bieneman
2015-03-23
1
-1
/
+1
*
Purge unused includes throughout libSupport.
Benjamin Kramer
2015-03-23
1
-0
/
+1
[next]