ReleaseNotes: drop in-progress warning and svn checkout note
[oota-llvm.git] / unittests /
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-11-04 Eugene ZelenkoFix some Clang-tidy modernize warnings, other minor...
2015-11-04 David BlaikieOrc: Streamline some lambda usage in a unit test
2015-11-04 Aaron BallmanSilence an extra semicolon warning; NFC.
2015-11-04 Pawel BylicaFix unit tests on Windows: handle env vars with non...
2015-11-03 Rafael EspindolaRevert "Revert "[Orc] Directly emit machine code for...
2015-11-03 Rafael EspindolaRevert "[Orc] Directly emit machine code for the x86...
2015-11-03 Lang Hames[Orc] Directly emit machine code for the x86 resolver...
2015-11-02 Pawel Bylica[Support] Extend sys::path with user_cache_directory...
2015-11-02 Xinliang David Li[PGO] Value profiling (index format) code cleanup and...
2015-10-31 Michael GottesmanAdd a unittest for SmallDenseMap that tests assigning...
2015-10-30 Lang Hames[Orc] Expose the compile callback API through the C...
2015-10-29 Lang Hames[Orc] Teach IndirectStubsManager to manage an expandabl...
2015-10-29 Lang Hames[Orc] Rename IndirectStubsManagerBase method 'init...
2015-10-29 NAKAMURA TakumiOrcJITTests: Update libdeps corresponding to r251604.
2015-10-29 Lang Hames[Orc] Add missing file for r251604.
2015-10-29 Lang Hames[Orc] Add support for RuntimeDyld::setProcessAllSections.
2015-10-28 Lang Hames[Orc] Require target support for host before running...
2015-10-28 NAKAMURA TakumiOrcJITTests: Prune unused libdeps.
2015-10-28 NAKAMURA TakumiOrcJITTests: Update libdeps.
2015-10-28 Craig TopperFix a -Wpessimizing-move warning.
2015-10-28 Lang Hames[Orc] Disable Orc C API unit tests on non-Darwin while...
2015-10-28 Lang Hames[Orc] Re-add C bindings for the Orc APIs, with a fix...
2015-10-28 Lang Hames[Orc] Revert the C bindngs commit, r251472, while I...
2015-10-28 Lang Hames[Orc] Add experimental C bindings for Orc.
2015-10-27 Lang Hames[Orc] Fix indentation.
2015-10-27 Michael Kuperstein[X86] Make elfiamcu an OS, not an environment.
2015-10-25 Michael Kuperstein[X86] Add support for elfiamcu triple
2015-10-23 Rafael EspindolaAdd a RAW mode to StringTableBuilder.
2015-10-22 Sanjoy Das[IR] Add a `makeNoWrapRegion` method to `ConstantRange`
2015-10-21 Craig Topper[Option] Use an ArrayRef to store the Option Infos...
2015-10-21 Chandler Carruth[AA] Enhance the new AliasAnalysis infrastructure with...
2015-10-20 Duncan P. N. Exon... unittests: Remove implicit ilist iterator conversions...
2015-10-20 Lang Hames[Orc] Make CompileOnDemandLayer::findSymbol call BaseLa...
2015-10-16 Pawel BylicaFix path::home_directory() unit test.
2015-10-16 NAKAMURA TakumiSupportTests::HomeDirectory: Don't try tests when ...
2015-10-16 NAKAMURA TakumiReformat.
2015-10-16 Pawel BylicaUse Windows Vista API to get the user's home directory
2015-10-16 Dylan McKayInitial migration of AVR backend
2015-10-15 Manman RenRecommit r250345, it was reverted in r250366 to investi...
2015-10-15 Eric ChristopherRemove DIFile from createSubroutineType.
2015-10-15 Manman RenTemporarily revert r250345 to sort out bot failure.
2015-10-14 Cong HouUpdate the branch weight metadata in JumpThreading...
2015-10-12 Cong HouAdd - and -= operators to BlockFrequency using saturati...
2015-10-12 Greg BedwellFix rename() sometimes failing if another process uses...
2015-10-08 Teresa JohnsonFix another UBSan test error from r248897 and follow...
2015-10-06 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in source...
2015-10-05 Benjamin KramerMake test resilient against windows path separators.
2015-10-05 Benjamin Kramer[Support] Add a version of fs::make_absolute with a...
2015-09-30 Teresa JohnsonAdd support for sub-byte aligned writes to lib/Support...
2015-09-29 Justin BognerInstrProf: Support for value profiling in the indexed...
2015-09-29 Maksim PanchenkoHHVM calling conventions.
2015-09-25 Cong HouUse fixed-point representation for BranchProbability.
2015-09-22 Adrian PrantlAdd a unit test for r248341.
2015-09-18 Yaron KerenSimplify SmallBitVector::applyMask by consolidating...
2015-09-18 Aaron BallmanReverting r247972 (and subordinate commit r247972)...
2015-09-18 Yaron KerenFix BitVectorTest on 32-bit hosts after r247972.
2015-09-18 Yaron KerenSimplify SmallBitVector::applyMask by consolidating...
2015-09-14 David BlaikieRevert "[opaque pointer type] Pass GlobalAlias the...
2015-09-10 Cong HouPass BranchProbability/BlockMass by value instead of...
2015-09-10 Chandler Carruth[ADT] Fix a confusing interface spec and some annoying...
2015-09-10 Chandler Carruth[ADT] Switch a bunch of places in LLVM that were doing...
2015-09-10 Chandler Carruth[ADT] Add a single-character version of the small vecto...
2015-09-10 Mehdi AminiAdd makeArrayRef() overload for ArrayRef input (no...
2015-09-09 Chandler Carruth[PM/AA] Rebuild LLVM's alias analysis infrastructure...
2015-09-09 Alex LorenzFix PR 24633 - Handle undef values when parsing standal...
2015-09-04 Ben CraigAdding full stops to comments
2015-09-04 Richard SmithFix APInt value initialization to give a zero value...
2015-09-02 Douglas KatzmanMove twice-repeated clang path operation into a new...
2015-09-02 Benjamin Kramer[RemoveDuplicatePHINodes] Start over after removing...
2015-09-02 James Molloy[ValueTracking] Minor comment change in test
2015-09-02 James Molloy[ValueTracking] Look through casts when both operands...
2015-08-30 Chandler CarruthTeach the target parsing framework to directly compute...
2015-08-28 Duncan P. N. Exon... DI: Set DILexicalBlock columns >= 65536 to 0/unknown
2015-08-28 Duncan P. N. Exon... DI: Add Function::getSubprogram()
2015-08-27 Lang HamesAdd a global mapping layer for Orc. Adapted from a...
2015-08-21 Alex LorenzAsmParser: Save and restore the parsing state for types...
2015-08-19 David BlaikieAllow Optionals to be compared to None
2015-08-18 Chandler Carruth[PM/AA] Remove the last relics of the separate IPA...
2015-08-18 Yaron KerenAdd unit test for isLayoutIdentical(empty, empty).
2015-08-17 Chandler Carruth[PM] Port ScalarEvolution to the new pass manager.
2015-08-14 Chandler Carruth[PM/AA] Hoist the interface to TBAA into a dedicated...
2015-08-13 Rafael EspindolaThere is only one saver of strings.
2015-08-13 Rafael EspindolaReturn ErrorOr from FileOutputBuffer::create. NFC.
2015-08-12 David BlaikieSimplify PackedVector by removing user-defined special...
2015-08-11 David BlaikieFix UB in MCJIT test cases that relied on union type...
2015-08-11 Yaron KerenAdd SmallString test trying to exercise the realloc...
2015-08-11 James MolloyAdd support for floating-point minnum and maxnum
2015-08-06 Frederic RissThread premissions through sys::fs::create_director...
2015-08-06 Yaron KerenFix Visual C++ error C2248:
2015-08-06 Chandler Carruth[PM/AA] Hoist the interface for BasicAA into a header...
2015-08-05 James Y KnightAdd a TrailingObjects template class.
2015-08-05 Benjamin Kramer[ArrayRefTest] Work around a GCC 4.8 internal compiler...
2015-08-05 NAKAMURA Takumiunittests/ADT/ArrayRefTest.cpp: Suppress r243995 on...
2015-08-04 Benjamin Kramer[ArrayRef] Make copy use std::uninitialized_copy.
2015-08-03 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-08-03 Derek SchuffFix memory leak in unit test of Bitcode/BitReaderTest.cpp
2015-08-03 Lang Hames[MCJIT] Fix a cast warning in the unit-test introduced...
2015-08-03 Derek SchuffFix testing for end of stream in bitstream reader.
2015-08-03 Duncan P. N. Exon... DI: Disallow uniquable DICompileUnits
next