aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/IR
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-187-338/+398
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-097-46/+266
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2313-97/+1905
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0211-35/+316
* Update LLVM for rebase to r212749.Stephen Hines2014-07-2117-110/+83
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-296-3/+160
* Update to LLVM 3.5a.Stephen Hines2014-04-2415-254/+1615
* [PM] Completely remove support for explicit 'require' methods on theChandler Carruth2013-11-171-1/+0
* Give unit test its own LLVMContext so MDNodes aren't leaked even if we never ...Benjamin Kramer2013-11-151-9/+10
* Add addrspacecast instruction.Matt Arsenault2013-11-151-39/+14
* Introduce an AnalysisManager which is like a pass manager but with a lotChandler Carruth2013-11-131-4/+48
* [PM] Start sketching out the new module and function pass manager.Chandler Carruth2013-11-092-0/+89
* Move the old pass manager infrastructure into a legacy namespace andChandler Carruth2013-11-092-2/+9
* Merge CallGraph and BasicCallGraph.Rafael Espindola2013-10-311-1/+1
* Add calls to doInitialization() and doFinalization() in verifyFunction()Rafael Espindola2013-10-301-3/+4
* Silencing an MSVC warning.Aaron Ballman2013-10-051-2/+2
* Fix getOrInsertGlobal dropping the address space.Matt Arsenault2013-09-301-0/+40
* IRBuilder: Add RAII objects to reset insertion points or fast math flags.Benjamin Kramer2013-09-301-0/+36
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-091-0/+1
* Make one of the AttributeSet ctors maintain the invariant that thePeter Collingbourne2013-08-021-0/+13
* Fix ptr vector inconsistency in CreatePointerCastMatt Arsenault2013-07-311-0/+11
* Respect address space sizes in isEliminableCastPair.Matt Arsenault2013-07-301-2/+79
* Revert "Remove isCastable since nothing uses it now"Matt Arsenault2013-07-301-0/+5
* Remove isCastable since nothing uses it nowMatt Arsenault2013-07-301-5/+0
* Change behavior of calling bitcasted alias functions.Matt Arsenault2013-07-301-7/+70
* Fix copypaste error in test.Matt Arsenault2013-06-281-1/+1
* Add unit test to test a trivial verifier check.Bill Wendling2013-06-191-0/+16
* Add missing PatternMatch.cpp to CMakeLists.txtArnold Schwaighofer2013-05-051-0/+1
* PatternMatch: Matcher for (un)ordered floating point min/maxArnold Schwaighofer2013-05-051-0/+265
* Fix a disconcerting bug in Value::isUsedInBasicBlock, which gave wrong answer...Benjamin Kramer2013-04-122-0/+47
* Change GetPointerBaseWithConstantOffset's DataLayout argument from aDan Gohman2013-01-311-4/+4
* Fix test to not use the AttributeSet's AttributeWithIndex creation method.Bill Wendling2013-01-271-5/+5
* llvm/unittests: Use OwningPtr to fix --vg-leak.NAKAMURA Takumi2013-01-232-2/+2
* IRTests/WaymarkTest.cpp: Fix in --vg-leak.NAKAMURA Takumi2013-01-231-0/+2
* IRTests/IRBuilderTest.cpp: GetIntTy: Delete DL at yourself since it is not li...NAKAMURA Takumi2013-01-231-0/+1
* IRTests/IRBuilderTest.cpp: Let GV added to the module.NAKAMURA Takumi2013-01-231-2/+2
* IRTests/ConstantsTest.cpp: AsInstructionsTest: Delete each instruction immedi...NAKAMURA Takumi2013-01-231-6/+8
* Untabify.NAKAMURA Takumi2013-01-231-5/+5
* DominatorTreeTest.cpp: Add the file header.NAKAMURA Takumi2013-01-231-0/+9
* Allow vectors in CreatePointerCast of constants.Evgeniy Stepanov2013-01-161-0/+30
* A test for r172535.Evgeniy Stepanov2013-01-161-0/+8
* Improve r172464: const_cast is not needed if the variable is not constDmitri Gribenko2013-01-141-3/+2
* Fix CastsDavid Greene2013-01-141-1/+2
* Add a unit test to verifies that attribute uniquing works so it doesn't break...Benjamin Kramer2013-01-122-0/+35
* Rename the VMCore unittest tree to IR. Somehow was missed when doing theChandler Carruth2013-01-0714-0/+2447