InstCombine: don't drop 'inalloca' in PromoteCastOfAllocation (PR19569)
[oota-llvm.git] / unittests /
2014-04-28 Chandler Carruth[LCG] Add the most basic of edge insertion to the lazy...
2014-04-28 Chandler Carruth[LCG] Make the return of the IntraSCC removal method...
2014-04-27 Chandler Carruth[LCG] Re-organize the methods for mutating a call graph...
2014-04-25 David BlaikieDIE: Pass ownership of children via std::unique_ptr...
2014-04-25 David BlaikieDIEEntry: Refer to the specified DIE via reference...
2014-04-25 Duncan P. N. Exon... SCC: Change clients to use const, NFC
2014-04-25 David BlaikiePR19554: Fix some memory leaks in DIEHashTest.cpp
2014-04-24 Chandler Carruth[ADT] Generalize pointee_iterator to smart pointers...
2014-04-24 Chandler Carruth[LCG] Re-order expectations to provide more useful...
2014-04-24 Chandler Carruth[LCG] Switch the SCC's parent iterators to be value...
2014-04-24 Chandler Carruth[ADT] Add a generic iterator utility for adapting itera...
2014-04-23 Chandler Carruth[LCG] Normalize the post-order SCC iterator to just...
2014-04-23 Chandler Carruth[LCG] Switch the primary node iterator to be a *much...
2014-04-23 Chandler Carruth[LCG] Switch the SCC lookup to be in terms of call...
2014-04-23 Chandler Carruth[LCG] Add the first round of mutation support to the...
2014-04-23 Chandler Carruth[LCG] Implement Tarjan's algorithm correctly this time...
2014-04-23 Chandler Carruth[LCG] Add a unittest for the LazyCallGraph. I had a...
2014-04-22 Quentin ColombetThis reverts r206828 until David has time to figure...
2014-04-21 David BlaikieUse unique_ptr to handle ownership of Value*s in Clonin...
2014-04-17 Chandler CarruthMake the User::value_op_iterator a random access iterat...
2014-04-16 Chandler Carruth[Allocator] Make BumpPtrAllocator movable and move...
2014-04-15 Duncan P. N. Exon... verify-di: Implement DebugInfoVerifier
2014-04-15 Chandler Carruth[Allocator] Finally, finish nuking the redundant code...
2014-04-14 Chandler Carruth[Allocator] Make the underlying allocator a template...
2014-04-14 Chandler Carruth[Allocator] Switch the BumpPtrAllocator to use a vector...
2014-04-12 Benjamin KramerRetire llvm::array_endof in favor of non-member std...
2014-04-12 Benjamin KramerMove MDBuilder's methods out of line.
2014-04-10 David MajnemerYAMLIO: Allow scalars to dictate quotation rules
2014-04-09 David MajnemerRevert "Revert "YAMLIO: Encode ambiguous hex strings...
2014-04-09 Filipe CabecinhasRevert "YAMLIO: Encode ambiguous hex strings explicitly"
2014-04-09 David MajnemerYAMLIO: Encode ambiguous hex strings explicitly
2014-04-06 Elena DemikhovskyChanges in IntelJITEventListener - By Arch Robinson
2014-04-05 David BlaikieSimplify compression API by compressing into a SmallVec...
2014-04-05 David BlaikieSimplify compression API by decompressing into a SmallV...
2014-03-31 Saleem AbdulrasoolMCJIT: ensure that cygwin is identified properly
2014-03-31 Saleem AbdulrasoolSupport: generalise object type handling for Windows
2014-03-30 Chandler Carruth[Allocator] Lift the slab size and size threshold into...
2014-03-30 Chandler Carruth[Allocator] Simplify unittests by using the default...
2014-03-30 Tim NorthoverARM64: remove -m32/-m64 mapping with ARM.
2014-03-30 Saleem AbdulrasoolSupport: correct Windows normalisation
2014-03-29 Tim NorthoverARM64: initial backend import
2014-03-27 Saleem AbdulrasoolCanonicalise Windows target triple spellings
2014-03-27 NAKAMURA TakumiUntabify.
2014-03-27 NAKAMURA TakumiSmallVector<3> may be used here.
2014-03-27 NAKAMURA TakumiIRTests/InstructionsTest.cpp: Avoid initializer list.
2014-03-26 Reid KlecknerCloneFunction: Clone all attributes, including the CC
2014-03-26 Eli BenderskyAdd a unit test for Invoke iteration, similar to the...
2014-03-26 Eli BenderskyFix bot breakage in InstructionsTest.
2014-03-26 Eli BenderskyFix problem with r204836
2014-03-25 Rafael EspindolaFix these tests on windows.
2014-03-23 NAKAMURA TakumiSupportTests.LockFileManagerTest: Add assertions for...
2014-03-22 NAKAMURA TakumiSuppress SupportTests.LockFileManagerTest on win32...
2014-03-21 Argyrios Kyrtzidis[Support] Make sure LockFileManager works correctly...
2014-03-21 Argyrios Kyrtzidis[Support] Make sure sys::fs::remove can remove symbolic...
2014-03-20 David MajnemerObject: Don't double-escape empty hexdata
2014-03-18 NAKAMURA TakumiDebugIRTests: Fixup for r204130.
2014-03-18 Alon Mishne[C++11] Change DebugInfoFinder to use range-based loops
2014-03-13 Chandler Carruth[PM] As was pointed out in review, I need to define...
2014-03-12 Justin Bognerunittests: Fix -Werror build
2014-03-12 Eli BenderskyAdd parens around && clauses in a || to appease the...
2014-03-12 Alon MishneCloning a function now also clones its debug metadata...
2014-03-11 Saleem Abdulrasoolsupport: add a utility function to normalise path separ...
2014-03-11 Rafael EspindolaCleanup the interface for creating soft or hard links.
2014-03-11 NAKAMURA TakumiMultiJITTest.cpp: Tweak getPointerToNamedFunction(...
2014-03-10 NAKAMURA TakumiADT/PointerIntPairTest.cpp: Appease msc17.
2014-03-10 Chandler Carruth[PM] While I'm here, fix a few other clang-format issue...
2014-03-09 Chandler Carruth[C++11] Now that we have C++11 and I've replaced the...
2014-03-09 Chandler Carruth[PM] Switch new pass manager from polymorphic_ptr to...
2014-03-09 Ahmed Charles[C++11] Add llvm::make_unique, according to N3656.
2014-03-09 David BlaikieRevert "Clean up SmallString a bit"
2014-03-09 David BlaikieClean up SmallString a bit
2014-03-08 Ahmed CharlesFix 80 cols.
2014-03-07 Eli BenderskyFix EXPECT_* to not produce a compile warning.
2014-03-07 Jordan Rose[ADT] Update PointerIntPair to handle pointer types...
2014-03-07 Benjamin Kramer[C++11] Now that the users are gone, rip out the duplic...
2014-03-07 Benjamin Kramer[C++11] Replace LLVM-style type traits with C++11 stand...
2014-03-06 Saleem AbdulrasoolSupport: split object format out of environment
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-06 Chandler Carruth[Layering] Sink Linker.h into a Linker subdirectory...
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-06 Chandler Carruth[Layering] Move DIBuilder.h into the IR library where...
2014-03-05 Ben LangmuirFix an inconsistency in treatment of trailing / in...
2014-03-05 Ahmed Charles[C++11] Add overloads for externally used OwningPtr...
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2014-03-05 Ahmed Charles[C++11] Add release() to OwningPtr.
2014-03-04 Chandler CarruthHey, we can stop depending on the IR library from the...
2014-03-04 Chandler Carruth[Modules] Move the LeakDetector header into the IR...
2014-03-04 Chandler Carruth[Modules] Move the ConstantRange class into the IR...
2014-03-04 Chandler Carruth[Modules] Move the NoFolder into the IR library as...
2014-03-04 Chandler Carruth[Modules] Move ValueMap to the IR library. While this...
2014-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...
2014-03-04 Chandler Carruth[Modules] Move the LLVM IR pattern match header into...
2014-03-04 Chandler Carruth[Modules] Move InstIterator out of the Support library...
2014-03-04 Chandler Carruth[cleanup] Re-sort all the includes with utils/sort_incl...
2014-03-04 Yaron KerenCleaning up a bunch of pre-Visual C++ 2012 build hacks.
2014-03-02 Benjamin KramerGive APInt move semantics.
2014-03-02 Chandler Carruth[C++11] Replace LLVM_STATIC_ASSERT with static_assert...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-03-02 Chandler Carruth[C++11] Switch all uses of the llvm_move macro to use...
next