summaryrefslogtreecommitdiffstats
path: root/llvm/unittests
Commit message (Expand)AuthorAgeFilesLines
* [Support] Add a version of fs::make_absolute with a custom CWD.Benjamin Kramer2015-10-051-0/+4
* Add support for sub-byte aligned writes to lib/Support/Endian.hTeresa Johnson2015-09-301-0/+48
* InstrProf: Support for value profiling in the indexed profile formatJustin Bogner2015-09-292-10/+20
* HHVM calling conventions.Maksim Panchenko2015-09-291-0/+5
* Use fixed-point representation for BranchProbability.Cong Hou2015-09-252-85/+93
* Add a unit test for r248341.Adrian Prantl2015-09-221-1/+1
* Simplify SmallBitVector::applyMask by consolidating common code for 32- and 6...Yaron Keren2015-09-181-2/+2
* Reverting r247972 (and subordinate commit r247972) as the 32-bit left-shift i...Aaron Ballman2015-09-181-2/+2
* Fix BitVectorTest on 32-bit hosts after r247972.Yaron Keren2015-09-181-2/+2
* Simplify SmallBitVector::applyMask by consolidating common code for 32-bit an...Yaron Keren2015-09-181-2/+2
* Revert "[opaque pointer type] Pass GlobalAlias the actual pointer type rather...David Blaikie2015-09-141-2/+2
* Pass BranchProbability/BlockMass by value instead of const& as they are small...Cong Hou2015-09-101-1/+1
* [ADT] Fix a confusing interface spec and some annoying peculiaritiesChandler Carruth2015-09-101-0/+48
* [ADT] Switch a bunch of places in LLVM that were doing single-characterChandler Carruth2015-09-101-4/+4
* [ADT] Add a single-character version of the small vector split routineChandler Carruth2015-09-101-0/+5
* Add makeArrayRef() overload for ArrayRef input (no-op/identity) NFCMehdi Amini2015-09-101-0/+16
* [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth2015-09-093-50/+42
* Fix PR 24633 - Handle undef values when parsing standalone constants.Alex Lorenz2015-09-091-0/+4
* Adding full stops to commentsBen Craig2015-09-041-2/+2
* Fix APInt value initialization to give a zero value as any sane integer typeRichard Smith2015-09-041-0/+7
* Move twice-repeated clang path operation into a new function.Douglas Katzman2015-09-021-0/+10
* [RemoveDuplicatePHINodes] Start over after removing a PHI.Benjamin Kramer2015-09-021-0/+37
* [ValueTracking] Minor comment change in testJames Molloy2015-09-021-2/+1
* [ValueTracking] Look through casts when both operands are casts.James Molloy2015-09-021-0/+42
* Teach the target parsing framework to directly compute the length of allChandler Carruth2015-08-301-43/+43
* DI: Set DILexicalBlock columns >= 65536 to 0/unknownDuncan P. N. Exon Smith2015-08-281-0/+26
* DI: Add Function::getSubprogram()Duncan P. N. Exon Smith2015-08-281-0/+12
* Add a global mapping layer for Orc. Adapted from a patch by Andy Somogyi.Lang Hames2015-08-272-0/+56
* AsmParser: Save and restore the parsing state for types using SlotMapping.Alex Lorenz2015-08-211-0/+36
* Allow Optionals to be compared to NoneDavid Blaikie2015-08-191-0/+13
* [PM/AA] Remove the last relics of the separate IPA library from LLVM,Chandler Carruth2015-08-184-4/+2
* Add unit test for isLayoutIdentical(empty, empty).Yaron Keren2015-08-181-0/+8
* [PM] Port ScalarEvolution to the new pass manager.Chandler Carruth2015-08-171-14/+21
* [PM/AA] Hoist the interface to TBAA into a dedicated header along withChandler Carruth2015-08-141-0/+1
* There is only one saver of strings.Rafael Espindola2015-08-131-1/+1
* Return ErrorOr from FileOutputBuffer::create. NFC.Rafael Espindola2015-08-131-9/+16
* Simplify PackedVector by removing user-defined special members that aren't an...David Blaikie2015-08-121-12/+0
* Fix UB in MCJIT test cases that relied on union type punningDavid Blaikie2015-08-111-52/+30
* Add SmallString test trying to exercise the realloc() code pathYaron Keren2015-08-111-0/+11
* Add support for floating-point minnum and maxnumJames Molloy2015-08-112-0/+149
* Thread premissions through sys::fs::create_director{y|ies}Frederic Riss2015-08-061-0/+24
* Fix Visual C++ error C2248: Yaron Keren2015-08-061-2/+2
* [PM/AA] Hoist the interface for BasicAA into a header file.Chandler Carruth2015-08-061-0/+1
* Add a TrailingObjects template class.James Y Knight2015-08-052-0/+148
* [ArrayRefTest] Work around a GCC 4.8 internal compiler error.Benjamin Kramer2015-08-051-5/+2
* unittests/ADT/ArrayRefTest.cpp: Suppress r243995 on g++-4.8 for now to unbrea...NAKAMURA Takumi2015-08-051-0/+4
* [ArrayRef] Make copy use std::uninitialized_copy.Benjamin Kramer2015-08-041-1/+13
* -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...David Blaikie2015-08-031-6/+6
* Fix memory leak in unit test of Bitcode/BitReaderTest.cppDerek Schuff2015-08-031-1/+3
* [MCJIT] Fix a cast warning in the unit-test introduced in r243589.Lang Hames2015-08-031-1/+7
OpenPOWER on IntegriCloud