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
*
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
*
DWARFFormValue: Add getAsSignedConstant method.
Frederic Riss
2015-03-04
1
-0
/
+19
*
[llvm-pdbdump] Display full enum definitions.
Zachary Turner
2015-03-04
2
-2
/
+14
*
[llvm-pdbdump] Many minor fixes and improvements
Zachary Turner
2015-03-02
1
-1
/
+19
*
[llvm-pdbdump] Clean up method signatures.
Zachary Turner
2015-03-01
32
-165
/
+83
*
[llvm-pdbdump] Better error handling.
Zachary Turner
2015-02-28
2
-18
/
+35
*
Replace std::copy with a back inserter with vector append where feasible
Benjamin Kramer
2015-02-28
1
-2
/
+1
*
[llvm-pdbdump] Fix dumping of function pointers and basic types.
Zachary Turner
2015-02-26
1
-25
/
+0
*
[dwarfdump] Fix frame info register number dump.
Frederic Riss
2015-02-25
1
-1
/
+1
*
Try to appease buildbots.
Frederic Riss
2015-02-25
1
-1
/
+1
*
[dwarfdump] Make debug_frame dump actually useful.
Frederic Riss
2015-02-25
1
-3
/
+136
*
[dwarfdump] Don't print meaningless pointer.
Frederic Riss
2015-02-25
1
-3
/
+0
*
DWARFDebugFrame: Move some code around. NFC.
Frederic Riss
2015-02-25
1
-13
/
+10
*
DWARFDebugFrame: Add some trivial accessors. NFC.
Frederic Riss
2015-02-25
1
-0
/
+5
*
DWARFDebugFrame: Actually collect CIEs associated with FDEs.
Frederic Riss
2015-02-25
1
-6
/
+11
*
Revert "Raising minimum required CMake version to 2.8.12.2."
Tobias Grosser
2015-02-24
1
-1
/
+1
*
Revert "Revert "Raising minimum required CMake version to 2.8.12.2.""
Chad Rosier
2015-02-23
1
-1
/
+1
*
Revert "Raising minimum required CMake version to 2.8.12.2."
Chad Rosier
2015-02-23
1
-1
/
+1
[next]