R600/SI: Fix allocating flat_scr_lo / flat_scr_hi
[oota-llvm.git] / unittests /
2014-11-24 Paul RobinsonMore long path name support on Windows, this time in...
2014-11-24 Duncan P. N. Exon... Support: Add *cast_or_null<> for pointer wrappers
2014-11-21 Rafael EspindolaFix a silly bug in StreamingMemoryObject.cpp.
2014-11-20 Michael IlsemanCompilation test for PostOrderIterator.
2014-11-20 Alexey SamsonovRemove support for undocumented SpecialCaseList entries.
2014-11-19 Lang Hames[ADT] Fix PR20728 - Incorrect APFloat::fusedMultiplyAdd...
2014-11-19 David BlaikieRemove StringMap::GetOrCreateValue in favor of StringMa...
2014-11-18 NAKAMURA TakumiCallGraphTest.cpp: Remove invalid tests. ++S might...
2014-11-17 Rafael EspindolaFix the autoconf build.
2014-11-17 Rafael EspindolaFactor common code it Linker::init.
2014-11-17 Rafael EspindolaFix GraphTraits for "const CallGraphNode *" and "const...
2014-11-15 Benjamin KramerDispose disassembler after use in unit test.
2014-11-14 David BlaikieStringMap: Test and finish off supporting perfectly...
2014-11-13 Rafael EspindolaFix the other build system.
2014-11-13 Rafael EspindolaFix a regression on the disassembling C API.
2014-11-13 Aaron BallmanFixing some sign comparison warnings from MSVC; NFC.
2014-11-13 Paul RobinsonDrop a few unneeded ctor calls (missed code review...
2014-11-13 Paul RobinsonImprove long path name support on Windows.
2014-11-13 Jordan Rose[Bitcode] AtEndOfStream should only check against the...
2014-11-12 David BlaikieEnsure function_refs are copyable even from non-const...
2014-11-07 NAKAMURA Takumi[CMake] LLVMSupport: Give system_libs PRIVATE scope...
2014-11-04 Colin LeMahieu[Hexagon] Reverting 220584 to address ASAN errors.
2014-10-28 Rafael EspindolaRemove the PreserveSource linker mode.
2014-10-27 Michael GottesmanAdd MapVector::rbegin(), MapVector::rend() to completme...
2014-10-25 Rafael EspindolaUpdate the error handling of lib/Linker.
2014-10-24 Rafael EspindolaModernize the error handling of the Materialize function.
2014-10-24 Colin LeMahieu[Hexagon] Resubmission of 220427
2014-10-23 Rafael EspindolaAdd unittest for extreme alignments.
2014-10-23 NAKAMURA Takumi[CMake] Prune trailing whitespace.
2014-10-23 NAKAMURA TakumiRevert r220427, "[Hexagon] Adding encoding bits for...
2014-10-22 Lang Hames[MCJIT] Make repeat calls to MCJIT::getPointerToFunctio...
2014-10-22 Colin LeMahieu[Hexagon] Adding encoding bits for add opcode.
2014-10-22 Filipe CabecinhasSilence gcc's -Wcomment
2014-10-21 Aaron BallmanSilence a -Wcast-qual warning; NFC.
2014-10-19 Lang Hames[ADT] Add a 'find_as' operation to DenseSet.
2014-10-10 Chandler Carruth[ADT] Add an (ADL-friendly) abs free function for APFlo...
2014-10-10 Matt ArsenaultAdd minnum / maxnum to APFloat
2014-10-10 Chandler Carruth[ADT] Replace the logb implementation with the simpler...
2014-10-10 Chandler Carruth[ADT] Add the scalbn function for APFloat.
2014-10-10 Chandler Carruth[ADT] Implement the 'logb' functionality for APFloat...
2014-10-09 Chandler Carruth[ADT] Add basic operator overloads for arithmetic to...
2014-10-08 Nick Kledzik[Support] Add MemoryBuffer::getFileSlice()
2014-10-07 Kaelyn TakataAdd return value and negative checks to MapVector:...
2014-10-07 Kaelyn TakataAdd size_t MapVector::erase(KeyT) similar to the one...
2014-10-05 NAKAMURA Takumi[CMake] HexagonTests: Update LINK_COMPONENTS.
2014-10-03 Sid ManningAdd unit tests to verify Hexagon emission.
2014-10-03 Duncan P. N. Exon... Revert "Revert "DI: Fold constant arguments into a...
2014-10-03 Sid ManningAdding skeleton for unit testing Hexagon Code Emission
2014-10-02 Duncan P. N. Exon... Revert "DI: Fold constant arguments into a single MDString"
2014-10-02 Duncan P. N. Exon... DI: Fold constant arguments into a single MDString
2014-10-01 David BlaikieUpdate test name to match changes made in r218783
2014-10-01 Argyrios KyrtzidisAdds 'override' to overriding methods. NFC.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 David BlaikieAdd an immovable type to test Optional<T>::emplace...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 NAKAMURA TakumiADTTests/OptionalTest.cpp: Use LLVM_DELETED_FUNCTION.
2014-10-01 Lang Hames[MCJIT] Turn the getSymbolAddress free function created...
2014-10-01 Jordan RoseAdd an emplace(...) method to llvm::Optional<T>.
2014-09-29 Hans WennborgWinCOFFObjectWriter: optimize the string table for...
2014-09-29 David BlaikieUnit test r218187, changing RTDyldMemoryManager::getSym...
2014-09-29 Jordan RoseAdd getValueOr to llvm::Optional<T>.
2014-09-25 Nick Kledzik[Support] Add type-safe alternative to llvm::format()
2014-09-23 NAKAMURA TakumiRework r218304, "ExecutionEngineTests: Call llvm_shutdo...
2014-09-23 NAKAMURA TakumiExecutionEngineTests: Call llvm_shutdown() on exit...
2014-09-23 Petar JovanovicDo not destroy external linkage when deleting function...
2014-09-19 Matt ArsenaultAdd hsail and amdil64 to Triple
2014-09-17 Justin BognerLineIterator: Provide a variant that keeps blank lines
2014-09-17 Nick KledzikFix identify_magic() with mach-o stub dylibs.
2014-09-15 Nick Kledzik[Support] add decodeSLEB128()
2014-09-15 Ed MasteAdd unit test for r217454
2014-09-11 Rui UeyamaSupport: Use llvm::COFF::BigObjMagic
2014-09-11 Rui UeyamaSupport: improve identify_magic to recognize COFF bigobj
2014-09-11 Rafael EspindolaMisc cleanups to the FileSytem api.
2014-09-11 Rafael EspindolaUse simpler version of sys::fs::exists. NFC.
2014-09-10 Rafael EspindolaAdd doInitialization/doFinalization to DataLayoutPass.
2014-09-10 Rafael EspindolaReplace a few virtual with override.
2014-09-07 Hans WennborgTry to unflake AllocatorTest.TestAlignmentPastSlab
2014-09-07 Hans WennborgBumpPtrAllocator: do the size check without moving...
2014-09-03 Rafael EspindolaAdd writeFileWithSystemEncoding to LibLLVMSuppor.
2014-09-03 Rafael EspindolaPass a && to getLazyBitcodeModule.
2014-09-03 David BlaikieEnsure ErrorOr cannot implicitly invoke explicit ctors...
2014-09-02 Sean SilvaNuke MCAnalysis.
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-09-02 Hans WennborgBumpPtrAllocator: use uintptr_t when aligning addresses...
2014-09-02 Sanjay PatelFix a logic bug when copying fast-math flags.
2014-09-02 David Blaikieunique_ptrify the result of SpecialCaseList::create
2014-08-31 David BlaikieAdd some negative (and positive) static_assert checks...
2014-08-30 Craig TopperAdd a test for converting ArrayRef<T *> to ArrayRef...
2014-08-29 Chris BienemanCleaning up static initializers in TimeValue.
2014-08-27 David BlaikieConvert a few more cases of direct intialization of...
2014-08-27 Rafael EspindolaReturn a std::unique_ptr when creating a new MemoryBuffer.
2014-08-27 Rafael Espindolayaml::Stream doesn't need to take ownership of the...
2014-08-27 Craig TopperSimplify creation of a bunch of ArrayRefs by using...
2014-08-26 Rafael EspindolaPass a std::unique_ptr<MemoryBuffer>& to getLazyBitcode...
2014-08-26 Reid KlecknerFix Path unittests on Windows after raw_fd_ostream...
2014-08-25 Rafael EspindolaModernize raw_fd_ostream's constructor a bit.
2014-08-23 Dylan NoblesmithSupport: make LLVM Mutexes STL-compatible
2014-08-22 Reid KlecknerFix PR17239 by changing the semantics of the RemainingA...
2014-08-22 Alex Lorenz[Support] Fix the overflow bug in ULEB128 decoding.
next