summaryrefslogtreecommitdiffstats
path: root/llvm/unittests
Commit message (Expand)AuthorAgeFilesLines
* [PM] Add pass run listeners to the pass manager.Juergen Ributzka2014-04-281-0/+28
* [LCG] Add the most basic of edge insertion to the lazy call graph. ThisChandler Carruth2014-04-281-0/+38
* [LCG] Make the return of the IntraSCC removal method actually match itsChandler Carruth2014-04-281-2/+5
* [LCG] Re-organize the methods for mutating a call graph to make theirChandler Carruth2014-04-271-3/+3
* DIE: Pass ownership of children via std::unique_ptr rather than raw pointer.David Blaikie2014-04-251-62/+64
* DIEEntry: Refer to the specified DIE via reference rather than pointer.David Blaikie2014-04-251-29/+29
* SCC: Change clients to use const, NFCDuncan P. N. Exon Smith2014-04-251-1/+1
* PR19554: Fix some memory leaks in DIEHashTest.cppDavid Blaikie2014-04-251-11/+11
* [ADT] Generalize pointee_iterator to smart pointers by using decltype.Chandler Carruth2014-04-241-0/+42
* [LCG] Re-order expectations to provide more useful output when debuggingChandler Carruth2014-04-241-4/+4
* [LCG] Switch the SCC's parent iterators to be value iterators ratherChandler Carruth2014-04-241-1/+1
* [ADT] Add a generic iterator utility for adapting iterators much likeChandler Carruth2014-04-242-1/+61
* [LCG] Normalize the post-order SCC iterator to just iterate over the SCCChandler Carruth2014-04-231-24/+24
* [LCG] Switch the primary node iterator to be a *much* more normal C++Chandler Carruth2014-04-231-49/+49
* [LCG] Switch the SCC lookup to be in terms of call graph nodes ratherChandler Carruth2014-04-231-35/+35
* [LCG] Add the first round of mutation support to the lazy call graph.Chandler Carruth2014-04-231-0/+87
* [LCG] Implement Tarjan's algorithm correctly this time. We have to walkChandler Carruth2014-04-231-0/+57
* [LCG] Add a unittest for the LazyCallGraph. I had a weak moment andChandler Carruth2014-04-232-0/+252
* This reverts r206828 until David has time to figure out that is going on.Quentin Colombet2014-04-221-25/+19
* Use unique_ptr to handle ownership of Value*s in Cloning unit tests.David Blaikie2014-04-211-19/+25
* Make the User::value_op_iterator a random access iterator. I had writtenChandler Carruth2014-04-172-0/+97
* [Allocator] Make BumpPtrAllocator movable and move assignable.Chandler Carruth2014-04-161-0/+15
* verify-di: Implement DebugInfoVerifierDuncan P. N. Exon Smith2014-04-151-0/+1
* [Allocator] Finally, finish nuking the redundant code that led me hereChandler Carruth2014-04-151-1/+1
* [Allocator] Make the underlying allocator a template instead of anChandler Carruth2014-04-141-9/+10
* [Allocator] Switch the BumpPtrAllocator to use a vector of pointers toChandler Carruth2014-04-141-16/+18
* Retire llvm::array_endof in favor of non-member std::end.Benjamin Kramer2014-04-122-10/+11
* Move MDBuilder's methods out of line.Benjamin Kramer2014-04-121-0/+1
* YAMLIO: Allow scalars to dictate quotation rulesDavid Majnemer2014-04-101-0/+38
* Revert "Revert "YAMLIO: Encode ambiguous hex strings explicitly""David Majnemer2014-04-091-0/+10
* Revert "YAMLIO: Encode ambiguous hex strings explicitly"Filipe Cabecinhas2014-04-091-10/+0
* YAMLIO: Encode ambiguous hex strings explicitlyDavid Majnemer2014-04-091-0/+10
* Changes in IntelJITEventListener - By Arch RobinsonElena Demikhovsky2014-04-061-1/+1
* Simplify compression API by compressing into a SmallVector rather than a Memo...David Blaikie2014-04-051-8/+6
* Simplify compression API by decompressing into a SmallVector rather than a Me...David Blaikie2014-04-051-4/+3
* MCJIT: ensure that cygwin is identified properlySaleem Abdulrasool2014-03-313-2/+12
* Support: generalise object type handling for WindowsSaleem Abdulrasool2014-03-311-5/+17
* [Allocator] Lift the slab size and size threshold into templateChandler Carruth2014-03-301-1/+1
* [Allocator] Simplify unittests by using the default size parameters inChandler Carruth2014-03-301-5/+5
* ARM64: remove -m32/-m64 mapping with ARM.Tim Northover2014-03-301-4/+0
* Support: correct Windows normalisationSaleem Abdulrasool2014-03-301-0/+9
* ARM64: initial backend importTim Northover2014-03-291-1/+1
* Canonicalise Windows target triple spellingsSaleem Abdulrasool2014-03-271-1/+33
* Untabify.NAKAMURA Takumi2014-03-271-3/+3
* SmallVector<3> may be used here.NAKAMURA Takumi2014-03-271-1/+1
* IRTests/InstructionsTest.cpp: Avoid initializer list.NAKAMURA Takumi2014-03-271-4/+4
* CloneFunction: Clone all attributes, including the CCReid Kleckner2014-03-261-0/+23
* Add a unit test for Invoke iteration, similar to the one for CallEli Bendersky2014-03-261-11/+40
* Fix bot breakage in InstructionsTest.Eli Bendersky2014-03-261-1/+1
* Fix problem with r204836Eli Bendersky2014-03-261-0/+26
OpenPOWER on IntegriCloud