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
/
PDB
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
2
-2
/
+2
*
Try to fix generation of LLVMExports.cmake under Visual Studio.
Dan Liew
2015-06-19
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
2
-2
/
+2
*
MC: MCCodeGenInfo naming update. NFC.
Jim Grosbach
2015-05-15
2
-2
/
+2
*
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
*
[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
2
-10
/
+13
*
Raising minimum required CMake version to 2.8.12.2.
Chris Bieneman
2015-03-23
1
-1
/
+1
*
[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
*
[llvm-pdbdump] Fix dumping of function pointers and basic types.
Zachary Turner
2015-02-26
1
-25
/
+0
*
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
*
[llvm-pdbdump] Very minor code cleanup.
Zachary Turner
2015-02-23
3
-20
/
+15
*
[llvm-pdbdump] Add an option to dump full class definitions.
Zachary Turner
2015-02-23
5
-4
/
+95
*
[llvm-pdbdump] Rewrite dumper using visitor pattern.
Zachary Turner
2015-02-22
35
-498
/
+293
*
[llvm-pdbdump] Simplify options and output.
Zachary Turner
2015-02-22
1
-0
/
+1
*
Raising minimum required CMake version to 2.8.12.2.
Chris Bieneman
2015-02-20
1
-1
/
+1
*
llvm-pdbdump: Add flags controlling the type of values to dump.
Zachary Turner
2015-02-15
32
-226
/
+240
*
llvm-pdbdump: Only dump whitelisted global symbols.
Zachary Turner
2015-02-14
3
-25
/
+37
*
llvm-pdbdump: Re-order header files according to LLVM style guide.
Zachary Turner
2015-02-14
36
-38
/
+109
*
Fix -Wunused-variable warning.
Zachary Turner
2015-02-13
1
-1
/
+0
*
llvm-pdbdump: Improve printing of functions and signatures.
Zachary Turner
2015-02-13
4
-38
/
+147
*
Re-sort #include lines using my handy dandy ./utils/sort_includes.py
Chandler Carruth
2015-02-13
38
-81
/
+41
*
llvm-pdbdump: Add more comprehensive dumping of symbol types.
Zachary Turner
2015-02-13
19
-108
/
+316
*
Improve llvm-pdbdump output display.
Zachary Turner
2015-02-13
5
-40
/
+250
*
Add concrete type overloads to PDBSymbol::findChildren().
Zachary Turner
2015-02-12
6
-35
/
+29
*
Fix build for CMake < 2.8.12.
Peter Collingbourne
2015-02-11
1
-1
/
+1
*
Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
Zachary Turner
2015-02-11
1
-2
/
+2
*
Temporary workaround to fix MSVC 2012 build problems
Andrew Kaylor
2015-02-11
1
-1
/
+11
*
Fix some warnings due to -Wcovered-switch-default.
Zachary Turner
2015-02-11
2
-8
/
+0
*
Convert std::make_unique<> to llvm::make_unique<>.
Zachary Turner
2015-02-10
2
-11
/
+12
*
Rewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.
Zachary Turner
2015-02-10
38
-45
/
+801
*
Provide DIA implementation of DebugInfoPDB.
Zachary Turner
2015-02-10
11
-0
/
+1338
*
Fix -Wuninitialized build by referencing the relevant ctor parameter instead ...
David Blaikie
2015-02-08
8
-8
/
+8
*
Make PDBSymbol's IPDBSymbol reference const.
Zachary Turner
2015-02-08
32
-33
/
+33
*
DebugInfoPDB: Make the symbol base case hold an IPDBSession ref.
Zachary Turner
2015-02-08
32
-67
/
+87
*
Removed unused function mistakenly left in, triggering -Werror.
Zachary Turner
2015-02-08
1
-21
/
+0
*
Some cleanup for libpdb.
Zachary Turner
2015-02-08
33
-71
/
+663
*
Try to fix Makefile build for LLVMDebugInfoPDB.
Zachary Turner
2015-02-06
1
-0
/
+14
*
Resubmit "Create lib/DebugInfo/PDB" (r228428)
Zachary Turner
2015-02-06
7
-0
/
+310
*
Revert "Create lib/DebugInfo/PDB."
Zachary Turner
2015-02-06
7
-310
/
+0
*
Create lib/DebugInfo/PDB.
Zachary Turner
2015-02-06
7
-0
/
+310