summaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2017-02-10[CMake] Fix pthread handling for out-of-tree buildsEric Fiselier
2017-02-10[Support] Extend SLEB128 encoding support.Dan Gohman
2017-02-09[PM/LCG] Teach LCG to support spurious reference edges.Chandler Carruth
2017-02-09[ARM] Add support for armv7ve triple in llvm (PR31358).George Burgess IV
2017-02-09[PM/LCG] Teach the LazyCallGraph how to replace a function withoutChandler Carruth
2017-02-09[JumpThreading] Thread through guardsSanjoy Das
2017-02-09[MC] Fix some Clang-tidy modernize and Include What You Use warnings in Subta...Eugene Zelenko
2017-02-08[Orc][RPC] Add a HandlerTratis specialization for free functions.Lang Hames
2017-02-07Fix some missing negations in the traits checking from r294349David Blaikie
2017-02-07ADT: Add explicit conversions for reverse ilist iteratorsDuncan P. N. Exon Smith
2017-02-07[Support] Add FormatVariadic support for chrono typesPavel Labath
2017-02-07[APInt] Fix rotl/rotr when the shift amount is greater than the total bit width.Joey Gouly
2017-02-07[PM] Defend against getting slightly wrong template arguments passedChandler Carruth
2017-02-06[SCEV] Scale back the test added in r294181 as it goes quadratic inChandler Carruth
2017-02-06[PM/LCG] Remove the lazy RefSCC formation from the LazyCallGraph duringChandler Carruth
2017-02-06[SCEV] limit recursion depth and operands number in getAddExprDaniil Fukalov
2017-02-04TripleTest.FileFormat: check non-default valueAlex Denisov
2017-02-04TripleTest.BitWidthArchVariants: add missing arch types (thumb, arm, le, ...)Alex Denisov
2017-02-04TripleTest.EndianArchVariants: add missing arch types (tce, le)Alex Denisov
2017-02-04[Support] Simplify triple check in Host CPU test. NFC.Ahmed Bougacha
2017-02-03[APInt] Add integer API bor bitwise operations.Amaury Sechet
2017-02-03[Support] Accept macosx triple as 'darwin' in Host unittest. NFC.Ahmed Bougacha
2017-02-01Change debug-info-for-profiling from a TargetOption to a function attribute.Dehao Chen
2017-02-01[ARM] const cast fix for ARMAttributeParser testSam Parker
2017-02-01[ARM] Enable Cortex-M23 and Cortex-M33 support.Javed Absar
2017-01-30Revert "[MemorySSA] Revert r293361 and r293363, as the tests fail under asan."Daniel Berlin
2017-01-30[MemorySSA] Revert r293361 and r293363, as the tests fail under asan.Sam McCall
2017-01-28MemorySSA: Allow movement to arbitrary placesDaniel Berlin
2017-01-28MemorySSA: Move updater to its own fileDaniel Berlin
2017-01-28Introduce a basic MemorySSA updater, that supports insertDef,Daniel Berlin
2017-01-25Fix for r293104, which renamed a directory.Adrian McCarthy
2017-01-25MemorySSA: Link all defs together into an intrusive defslist, to make updater...Daniel Berlin
2017-01-25DAGCombiner: Allow negating ConstantFP after legalizeMatt Arsenault
2017-01-24[PM] Introduce a PoisoningVH as a (more expensive) alternative toChandler Carruth
2017-01-24Fix fs::set_current_path unit testPavel Labath
2017-01-24[Support] Add sys::fs::set_current_path() (aka chdir)Pavel Labath
2017-01-24[Orc][RPC] Refactor ParallelCallGroup to decouple it from RPCEndpoint.Lang Hames
2017-01-24Add test for default construction coverage of DenseSet iterators.Dean Michael Berris
2017-01-24Allow DenseSet::iterators to be conveted to and compared with const_iteratorDean Michael Berris
2017-01-24[APInt] Remove calls to clearUnusedBits from XorSlowCase and operator^=Craig Topper
2017-01-24[APFloat] Add PPCDoubleDouble multiplicationTim Shen
2017-01-23[Analysis] Add LibFunc_ prefix to enums in TargetLibraryInfo. (NFC)David L. Jones
2017-01-23[APFloat] Switch from (PPCDoubleDoubleImpl, IEEEdouble) layout to (IEEEdouble...Tim Shen
2017-01-23Add unittests for empty bitvectors.Matthias Braun
2017-01-23Post-commit review feedback from dblaikieChris Bieneman
2017-01-21[Orc][RPC] Add 'removeHandler' and 'clearHandlers' methods to RPC endpoints.Lang Hames
2017-01-21[PM] Teach the loop PM to run LoopSimplify prior to the loop pipeline.Chandler Carruth
2017-01-20[pdb] Write the Named Stream mapping to Yaml and binary.Zachary Turner
2017-01-20[PDB] Rename some files to be more intuitive.Zachary Turner
2017-01-20[DWARF] [ObjectYAML] Adding APIs for unittestingChris Bieneman