summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation of PDBApiTest.Zachary Turner2015-05-011-1/+1
* [PDB] Support executables and source/line info.Zachary Turner2015-04-171-0/+10
* Purge unused includes throughout libSupport.Benjamin Kramer2015-03-231-1/+2
* Fix -Woverflow warning in unittest.Frederic Riss2015-03-051-1/+1
* DWARFFormValue: Add getAsSignedConstant method.Frederic Riss2015-03-041-0/+74
* [llvm-pdbdump] Very minor code cleanup.Zachary Turner2015-02-231-1/+1
* Fix the build, I forgot to check that UnitTests still built.Zachary Turner2015-02-131-0/+3
* Fix warning due to unused private member variable.Zachary Turner2015-02-111-4/+3
* Convert std::make_unique<> to llvm::make_unique<>.Zachary Turner2015-02-101-2/+2
* Add missing function and header include.Zachary Turner2015-02-101-0/+5
* Rewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.Zachary Turner2015-02-101-15/+15
* Fix build due to mismatched function signatures.Zachary Turner2015-02-101-2/+5
* DebugInfoPDB: Make the symbol base case hold an IPDBSession ref.Zachary Turner2015-02-081-8/+29
* Some cleanup for libpdb.Zachary Turner2015-02-081-6/+2
* Consistently use override rather than virtual.Chandler Carruth2015-02-071-8/+8
* Change RHS-style decltype to LHS-style decltype<declval()>.Zachary Turner2015-02-071-1/+2
* Resubmit unittests for DebugInfoPDB.Zachary Turner2015-02-078-13/+417
* Revert "Create lib/DebugInfo/PDB."Zachary Turner2015-02-064-378/+0
* Create lib/DebugInfo/PDB.Zachary Turner2015-02-064-0/+378
* Move DebugInfo to DebugInfo/DWARF.Zachary Turner2015-01-303-3/+3
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-101-3/+1
* DWARF parser: propery handle DW_FORM_ref_sig8 and fix Windows build.Alexey Samsonov2013-10-291-0/+1
* DWARF parser: Use ArrayRef to represent form sizes and simplify DWARFDIE::ext...Alexey Samsonov2013-10-281-2/+2
* DebugInfo: Introduce the notion of "form classes"Alexey Samsonov2013-10-281-0/+17
* Create a stub for DWARF parser unittestsAlexey Samsonov2013-04-173-0/+60
OpenPOWER on IntegriCloud