2015-02-15 |
Aaron Ballman | Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the... |
tree | commitdiff |
2015-02-15 |
Benjamin Kramer | Format: Modernize using variadic templates. |
tree | commitdiff |
2015-02-15 |
Aaron Ballman | Removing LLVM_EXPLICIT, as MSVC 2012 was the last reaso... |
tree | commitdiff |
2015-02-13 |
Chandler Carruth | [PM] Remove the old 'PassManager.h' header file at... |
tree | commitdiff |
2015-02-13 |
Zachary Turner | Fix the build, I forgot to check that UnitTests still... |
tree | commitdiff |
2015-02-13 |
Duncan P. N. Exon... | IR: Add MDExpression::ExprOperand |
tree | commitdiff |
2015-02-13 |
Duncan P. N. Exon... | Support: Add dwarf::getOperationEncoding() |
tree | commitdiff |
2015-02-12 |
Benjamin Kramer | Try to fix the MSVC build. |
tree | commitdiff |
2015-02-12 |
Benjamin Kramer | MathExtras: Bring Count(Trailing|Leading)Ones and Count... |
tree | commitdiff |
2015-02-11 |
Zachary Turner | Fix warning due to unused private member variable. |
tree | commitdiff |
2015-02-10 |
Zachary Turner | Convert std::make_unique<> to llvm::make_unique<>. |
tree | commitdiff |
2015-02-10 |
Zachary Turner | Add missing function and header include. |
tree | commitdiff |
2015-02-10 |
Zachary Turner | Rewrite llvm-pdbdump in terms of LLVMDebugInfoPDB. |
tree | commitdiff |
2015-02-10 |
Zachary Turner | Fix build due to mismatched function signatures. |
tree | commitdiff |
2015-02-10 |
Duncan P. N. Exon... | IR: Add MDNode::replaceWithPermanent() |
tree | commitdiff |
2015-02-10 |
Duncan P. N. Exon... | IR: Remove unnecessary fields from MDTemplateParameter |
tree | commitdiff |
2015-02-10 |
Duncan P. N. Exon... | IR: Add accessors to MDExpression |
tree | commitdiff |
2015-02-10 |
Duncan P. N. Exon... | IR: Add specialized debug info metadata nodes |
tree | commitdiff |
2015-02-09 |
Duncan P. N. Exon... | ADT: Allow up to 18 arguments in hash_combine() |
tree | commitdiff |
2015-02-08 |
Zachary Turner | DebugInfoPDB: Make the symbol base case hold an IPDBSes... |
tree | commitdiff |
2015-02-08 |
Zachary Turner | Some cleanup for libpdb. |
tree | commitdiff |
2015-02-07 |
Benjamin Kramer | SmallVector: Move emplace_back to SmallVectorImpl. |
tree | commitdiff |
2015-02-07 |
Chandler Carruth | Consistently use override rather than virtual. |
tree | commitdiff |
2015-02-07 |
Zachary Turner | Change RHS-style decltype to LHS-style decltype<declval()>. |
tree | commitdiff |
2015-02-07 |
Zachary Turner | Resubmit unittests for DebugInfoPDB. |
tree | commitdiff |
2015-02-07 |
Duncan P. N. Exon... | Support: Fix tests for VirtualityString |
tree | commitdiff |
2015-02-07 |
Duncan P. N. Exon... | Support: Add dwarf::getVirtuality() |
tree | commitdiff |
2015-02-07 |
Duncan P. N. Exon... | Support: Use Dwarf.def for DW_VIRTUALITY, NFC |
tree | commitdiff |
2015-02-06 |
Duncan P. N. Exon... | Support: Add dwarf::getAttributeEncoding() |
tree | commitdiff |
2015-02-06 |
Duncan P. N. Exon... | Support: Stop stringifying DW_ATE_{lo,hi}_user |
tree | commitdiff |
2015-02-06 |
Duncan P. N. Exon... | Support: Add dwarf::getLanguage() |
tree | commitdiff |
2015-02-06 |
Duncan P. N. Exon... | IR: Allow 32-bits for lines in debug location |
tree | commitdiff |
2015-02-06 |
Duncan P. N. Exon... | Support: Stop stringifying DW_LANG_{lo,hi}_user |
tree | commitdiff |
2015-02-06 |
Zachary Turner | Revert "Create lib/DebugInfo/PDB." |
tree | commitdiff |
2015-02-06 |
Zachary Turner | Create lib/DebugInfo/PDB. |
tree | commitdiff |
2015-02-05 |
Justin Bogner | InstrProf: Avoid using std::to_string |
tree | commitdiff |
2015-02-05 |
Matt Arsenault | Add support for double / float to EndianStream |
tree | commitdiff |
2015-02-05 |
Duncan P. N. Exon... | ADT: Add int64_t interoperability to APSInt |
tree | commitdiff |
2015-02-04 |
Alexey Samsonov | SpecialCaseList: Add support for parsing multiple input... |
tree | commitdiff |
2015-02-04 |
Justin Bogner | InstrProf: std::to_string needs to #include <string> |
tree | commitdiff |
2015-02-04 |
Justin Bogner | InstrProf: Add some unit tests for CoverageMapping |
tree | commitdiff |
2015-02-03 |
Duncan P. N. Exon... | Support: Add string => unsigned mapping for DW_TAG |
tree | commitdiff |
2015-02-03 |
Duncan P. N. Exon... | Support: Stop stringifying DW_TAG_{lo,hi}_user |
tree | commitdiff |
2015-02-02 |
Duncan P. N. Exon... | IR: Split out DebugInfoMetadata.h, NFC |
tree | commitdiff |
2015-02-02 |
Duncan P. N. Exon... | Fix some file headers, NFC |
tree | commitdiff |
2015-02-02 |
Duncan P. N. Exon... | Support: Add missing header to BlockFrequencyTest.cpp... |
tree | commitdiff |
2015-01-30 |
Zachary Turner | Move DebugInfo to DebugInfo/DWARF. |
tree | commitdiff |
2015-01-28 |
Chris Bieneman | Refactoring llvm command line parsing and option regist... |
tree | commitdiff |
2015-01-28 |
Lang Hames | Revert r227247 and r227228: "Add weak symbol support... |
tree | commitdiff |
2015-01-27 |
Chris Bieneman | Re-landing changes to use ArrayRef instead of SmallVect... |
tree | commitdiff |
2015-01-27 |
Keno Fischer | [ExecutionEngine] Fix r227228 tests on Windows |
tree | commitdiff |
2015-01-27 |
Keno Fischer | [ExecutionEngine] Add weak symbol support to RuntimeDyld |
tree | commitdiff |
2015-01-27 |
Keno Fischer | [ExecutionEngine] FindFunctionNamed: Skip declarations |
tree | commitdiff |
2015-01-27 |
Richard Trieu | Revert r227148 & r227154 which added a test which infin... |
tree | commitdiff |
2015-01-27 |
Eric Christopher | Fix unsigned/signed comparison warning. |
tree | commitdiff |
2015-01-27 |
Chris Bieneman | One more fix to the new API to fix const-correctness. |
tree | commitdiff |
2015-01-26 |
Chris Bieneman | Pete Cooper suggested the new API should use ArrayRef... |
tree | commitdiff |
2015-01-26 |
Reid Kleckner | Add a UTF8 to UTF16 conversion wrapper for use in the... |
tree | commitdiff |
2015-01-26 |
Zachary Turner | Teach raw_ostream to support hex formatting without... |
tree | commitdiff |
2015-01-26 |
Chris Bieneman | Putting all the standard tool options into a "Generic... |
tree | commitdiff |
2015-01-26 |
Joerg Sonnenberger | The canonical CPU variant for ARM according to config... |
tree | commitdiff |
2015-01-23 |
Lang Hames | [ADT] Add move operations to SmallVector<T,N> from... |
tree | commitdiff |
2015-01-22 |
Duncan P. N. Exon... | IR: Change GenericDwarfNode::getHeader() to StringRef |
tree | commitdiff |
2015-01-22 |
Duncan P. N. Exon... | IR: DwarfNode => DebugNode, NFC |
tree | commitdiff |
2015-01-22 |
Duncan P. N. Exon... | IR: Update references to temporaries before deleting |
tree | commitdiff |
2015-01-21 |
Chris Bieneman | Adding a new cl::HideUnrelatedOptions API to allow... |
tree | commitdiff |
2015-01-21 |
Adrian Prantl | simplify expression |
tree | commitdiff |
2015-01-21 |
Adrian Prantl | Fix a compile issue on MSVC and call finalize(). |
tree | commitdiff |
2015-01-21 |
Adrian Prantl | Let subprograms with instructions without parent scopes... |
tree | commitdiff |
2015-01-20 |
Duncan P. N. Exon... | IR: Canonicalize GenericDwarfNode empty headers to... |
tree | commitdiff |
2015-01-20 |
Duncan P. N. Exon... | IR: Introduce GenericDwarfNode |
tree | commitdiff |
2015-01-19 |
Duncan P. N. Exon... | IR: Allow temporary nodes to become uniqued or distinct |
tree | commitdiff |
2015-01-19 |
Duncan P. N. Exon... | IR: Return unique_ptr from MDNode::getTemporary() |
tree | commitdiff |
2015-01-19 |
Duncan P. N. Exon... | IR: Add MDLocation::getTemporary() |
tree | commitdiff |
2015-01-19 |
Duncan P. N. Exon... | IR: Remove MDNodeFwdDecl |
tree | commitdiff |
2015-01-19 |
Duncan P. N. Exon... | IR: Store RAUW support and Context in the same pointer... |
tree | commitdiff |
2015-01-19 |
Duncan P. N. Exon... | IR: Add isUniqued() and isTemporary() |
tree | commitdiff |
2015-01-19 |
Chandler Carruth | Suppress the newly added Clang warning for the inaccess... |
tree | commitdiff |
2015-01-19 |
Michael Gottesman | [tinyptrvector] Add in a MutableArrayRef implicit conve... |
tree | commitdiff |
2015-01-17 |
Chandler Carruth | [PM] Split the LoopInfo object apart from the legacy... |
tree | commitdiff |
2015-01-16 |
Duncan P. N. Exon... | IR: Allow 16-bits for column info |
tree | commitdiff |
2015-01-15 |
Vasileios Kalintiris | Fix the C-API MCJIT test for 32-bit big endian machines. |
tree | commitdiff |
2015-01-14 |
Duncan P. N. Exon... | IR: Fix a use-after-free in RAUW |
tree | commitdiff |
2015-01-14 |
Chandler Carruth | [cleanup] Re-sort all the #include lines in LLVM using |
tree | commitdiff |
2015-01-14 |
Richard Trieu | Disable -Wunknown-pragmas in a test so that Clang witho... |
tree | commitdiff |
2015-01-13 |
Duncan P. N. Exon... | IR: Add MDLocation class |
tree | commitdiff |
2015-01-13 |
Aaron Ballman | Silence warnings about unknown pragmas for compilers... |
tree | commitdiff |
2015-01-13 |
NAKAMURA Takumi | IR/MetadataTest.cpp: Appease msc17 to avoid initializer... |
tree | commitdiff |
2015-01-13 |
Richard Trieu | Disable a warning for self move since the test is check... |
tree | commitdiff |
2015-01-13 |
Duncan P. N. Exon... | IR: Use unique_ptr, NFC |
tree | commitdiff |
2015-01-13 |
Duncan P. N. Exon... | IR: Remove an invalid assertion when replacing resolved... |
tree | commitdiff |
2015-01-13 |
Duncan P. N. Exon... | Revert "IR: Fix an inverted assertion when replacing... |
tree | commitdiff |
2015-01-13 |
Duncan P. N. Exon... | IR: Fix an inverted assertion when replacing resolved... |
tree | commitdiff |
2015-01-12 |
Duncan P. N. Exon... | IR: Fix unit test memory leak reported by ASan |
tree | commitdiff |
2015-01-12 |
Duncan P. N. Exon... | IR: Make MDNodeFwdDecl destructor public |
tree | commitdiff |
2015-01-12 |
Duncan P. N. Exon... | IR: Add test for handleChangedOperand() recursion |
tree | commitdiff |
2015-01-12 |
Duncan P. N. Exon... | IR: Make temporary nodes distinct |
tree | commitdiff |
2015-01-10 |
Dmitri Gribenko | ConvertUTFTest: fix misleading empty line |
tree | commitdiff |
2015-01-07 |
Duncan P. N. Exon... | IR: Add MDNode::getDistinct() |
tree | commitdiff |
2015-01-07 |
Duncan P. N. Exon... | IR: Add MDNode::isDistinct() |
tree | commitdiff |
next |