[Orc][Kaleidoscope] Fix typo in tutorial comment.
[oota-llvm.git] / unittests /
2015-02-19 Duncan P. N. Exon... IR: Drop scope from MDTemplateParameter
2015-02-18 Duncan P. N. Exon... IR: Allow MDSubrange to have 'count: -1'
2015-02-18 Duncan P. N. Exon... IR: Add MDCompositeTypeBase::replace*()
2015-02-18 Duncan P. N. Exon... IR: Add MDCompileUnit::replace*()
2015-02-18 Duncan P. N. Exon... IR: Add MDSubprogram::replaceFunction()
2015-02-18 Justin BognerInstrProf: Don't combine expansion regions with code...
2015-02-18 Justin BognerInstrProf: Handle unknown functions if they consist...
2015-02-18 Justin BognerInstrProf: Make CoverageMapping testable and add a...
2015-02-18 Justin BognerRe-apply "InstrProf: Add unit tests for the profile...
2015-02-17 Duncan P. N. Exon... IR: Add missing clone() overloads
2015-02-17 Justin BognerRe-apply "InstrProf: Use a test fixture in the coverage...
2015-02-17 Aaron BallmanCorrecting the ArrayRef test to not cause use-after...
2015-02-17 Aaron BallmanAdding additional tests to ensure that initializer...
2015-02-17 Aaron BallmanAddressing a post-commit review comment suggesting...
2015-02-17 Aaron BallmanI believe we no longer require LLVM_HAS_INITIALIZER_LIS...
2015-02-17 NAKAMURA TakumiADT/PointerIntPairTest.cpp: Prune obsolete #if. We...
2015-02-17 Aaron BallmanReverting r229473; it does not compile with MSVC 2013...
2015-02-17 Justin BognerRevert "InstrProf: Add unit tests for the profile reade...
2015-02-17 Justin BognerInstrProf: Add missing header from r229478
2015-02-17 Justin BognerRe-apply "InstrProf: Add unit tests for the profile...
2015-02-17 Justin BognerInstrProf: Use a test fixture in the coverage mapping...
2015-02-16 Justin BognerRevert "InstrProf: Add unit tests for the profile reade...
2015-02-16 Justin BognerInstrProf: Add unit tests for the profile reader and...
2015-02-16 NAKAMURA Takumi[CMake] Add RuntimeDyld to libdeps corresponding to...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-15 Benjamin KramerFormat: Modernize using variadic templates.
2015-02-15 Aaron BallmanRemoving LLVM_EXPLICIT, as MSVC 2012 was the last reaso...
2015-02-13 Chandler Carruth[PM] Remove the old 'PassManager.h' header file at...
2015-02-13 Zachary TurnerFix the build, I forgot to check that UnitTests still...
2015-02-13 Duncan P. N. Exon... IR: Add MDExpression::ExprOperand
2015-02-13 Duncan P. N. Exon... Support: Add dwarf::getOperationEncoding()
2015-02-12 Benjamin KramerTry to fix the MSVC build.
2015-02-12 Benjamin KramerMathExtras: Bring Count(Trailing|Leading)Ones and Count...
2015-02-11 Zachary TurnerFix warning due to unused private member variable.
2015-02-10 Zachary TurnerConvert std::make_unique<> to llvm::make_unique<>.
2015-02-10 Zachary TurnerAdd missing function and header include.
2015-02-10 Zachary TurnerRewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.
2015-02-10 Zachary TurnerFix build due to mismatched function signatures.
2015-02-10 Duncan P. N. Exon... IR: Add MDNode::replaceWithPermanent()
2015-02-10 Duncan P. N. Exon... IR: Remove unnecessary fields from MDTemplateParameter
2015-02-10 Duncan P. N. Exon... IR: Add accessors to MDExpression
2015-02-10 Duncan P. N. Exon... IR: Add specialized debug info metadata nodes
2015-02-09 Duncan P. N. Exon... ADT: Allow up to 18 arguments in hash_combine()
2015-02-08 Zachary TurnerDebugInfoPDB: Make the symbol base case hold an IPDBSes...
2015-02-08 Zachary TurnerSome cleanup for libpdb.
2015-02-07 Benjamin KramerSmallVector: Move emplace_back to SmallVectorImpl.
2015-02-07 Chandler CarruthConsistently use override rather than virtual.
2015-02-07 Zachary TurnerChange RHS-style decltype to LHS-style decltype<declval()>.
2015-02-07 Zachary TurnerResubmit unittests for DebugInfoPDB.
2015-02-07 Duncan P. N. Exon... Support: Fix tests for VirtualityString
2015-02-07 Duncan P. N. Exon... Support: Add dwarf::getVirtuality()
2015-02-07 Duncan P. N. Exon... Support: Use Dwarf.def for DW_VIRTUALITY, NFC
2015-02-06 Duncan P. N. Exon... Support: Add dwarf::getAttributeEncoding()
2015-02-06 Duncan P. N. Exon... Support: Stop stringifying DW_ATE_{lo,hi}_user
2015-02-06 Duncan P. N. Exon... Support: Add dwarf::getLanguage()
2015-02-06 Duncan P. N. Exon... IR: Allow 32-bits for lines in debug location
2015-02-06 Duncan P. N. Exon... Support: Stop stringifying DW_LANG_{lo,hi}_user
2015-02-06 Zachary TurnerRevert "Create lib/DebugInfo/PDB."
2015-02-06 Zachary TurnerCreate lib/DebugInfo/PDB.
2015-02-05 Justin BognerInstrProf: Avoid using std::to_string
2015-02-05 Matt ArsenaultAdd support for double / float to EndianStream
2015-02-05 Duncan P. N. Exon... ADT: Add int64_t interoperability to APSInt
2015-02-04 Alexey SamsonovSpecialCaseList: Add support for parsing multiple input...
2015-02-04 Justin BognerInstrProf: std::to_string needs to #include <string>
2015-02-04 Justin BognerInstrProf: Add some unit tests for CoverageMapping
2015-02-03 Duncan P. N. Exon... Support: Add string => unsigned mapping for DW_TAG
2015-02-03 Duncan P. N. Exon... Support: Stop stringifying DW_TAG_{lo,hi}_user
2015-02-02 Duncan P. N. Exon... IR: Split out DebugInfoMetadata.h, NFC
2015-02-02 Duncan P. N. Exon... Fix some file headers, NFC
2015-02-02 Duncan P. N. Exon... Support: Add missing header to BlockFrequencyTest.cpp...
2015-01-30 Zachary TurnerMove DebugInfo to DebugInfo/DWARF.
2015-01-28 Chris BienemanRefactoring llvm command line parsing and option regist...
2015-01-28 Lang HamesRevert r227247 and r227228: "Add weak symbol support...
2015-01-27 Chris BienemanRe-landing changes to use ArrayRef instead of SmallVect...
2015-01-27 Keno Fischer[ExecutionEngine] Fix r227228 tests on Windows
2015-01-27 Keno Fischer[ExecutionEngine] Add weak symbol support to RuntimeDyld
2015-01-27 Keno Fischer[ExecutionEngine] FindFunctionNamed: Skip declarations
2015-01-27 Richard TrieuRevert r227148 & r227154 which added a test which infin...
2015-01-27 Eric ChristopherFix unsigned/signed comparison warning.
2015-01-27 Chris BienemanOne more fix to the new API to fix const-correctness.
2015-01-26 Chris BienemanPete Cooper suggested the new API should use ArrayRef...
2015-01-26 Reid KlecknerAdd a UTF8 to UTF16 conversion wrapper for use in the...
2015-01-26 Zachary TurnerTeach raw_ostream to support hex formatting without...
2015-01-26 Chris BienemanPutting all the standard tool options into a "Generic...
2015-01-26 Joerg SonnenbergerThe canonical CPU variant for ARM according to config...
2015-01-23 Lang Hames[ADT] Add move operations to SmallVector<T,N> from...
2015-01-22 Duncan P. N. Exon... IR: Change GenericDwarfNode::getHeader() to StringRef
2015-01-22 Duncan P. N. Exon... IR: DwarfNode => DebugNode, NFC
2015-01-22 Duncan P. N. Exon... IR: Update references to temporaries before deleting
2015-01-21 Chris BienemanAdding a new cl::HideUnrelatedOptions API to allow...
2015-01-21 Adrian Prantlsimplify expression
2015-01-21 Adrian PrantlFix a compile issue on MSVC and call finalize().
2015-01-21 Adrian PrantlLet subprograms with instructions without parent scopes...
2015-01-20 Duncan P. N. Exon... IR: Canonicalize GenericDwarfNode empty headers to...
2015-01-20 Duncan P. N. Exon... IR: Introduce GenericDwarfNode
2015-01-19 Duncan P. N. Exon... IR: Allow temporary nodes to become uniqued or distinct
2015-01-19 Duncan P. N. Exon... IR: Return unique_ptr from MDNode::getTemporary()
2015-01-19 Duncan P. N. Exon... IR: Add MDLocation::getTemporary()
2015-01-19 Duncan P. N. Exon... IR: Remove MDNodeFwdDecl
2015-01-19 Duncan P. N. Exon... IR: Store RAUW support and Context in the same pointer...
next