summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/IR
Commit message (Expand)AuthorAgeFilesLines
* IRMover: Steal arguments when moving functions, NFCDuncan P. N. Exon Smith2016-04-062-0/+107
* Fix non-determinism in order of LLVM attributesReid Kleckner2016-04-041-0/+9
* Document end of anonymous namespaces, NFCDuncan P. N. Exon Smith2016-04-021-1/+1
* Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.Adrian Prantl2016-03-311-2/+2
* [ThinLTO] Remove post-pass metadata linking supportTeresa Johnson2016-03-291-14/+0
* Remove some unused variablesDavid Blaikie2016-03-131-5/+4
* Remove PreserveNames template parameter from IRBuilderMehdi Amini2016-03-132-2/+2
* Fixed DIBuilder to verify that same imported entity will not be added twice t...Amjad Aboud2016-03-131-0/+15
* Temporarily revert:Eric Christopher2016-03-122-2/+2
* Remove PreserveNames template parameter from IRBuilderMehdi Amini2016-03-112-2/+2
* [PM] Make the AnalysisManager parameter to run methods a reference.Chandler Carruth2016-03-111-9/+9
* [PM] Rename the CRTP mixin base classes for the new pass manager toChandler Carruth2016-03-111-9/+11
* [PM] Implement the final conclusion as to how the analysis IDs shouldChandler Carruth2016-03-111-0/+10
* [ConstantRange] Rename test; NFCSanjoy Das2016-03-031-1/+1
* [ConstantRange] Generalize makeGuaranteedNoWrapRegion to work on rangesSanjoy Das2016-03-031-0/+57
* [ConstantRange] Add umin/smin operatorsPhilip Reames2016-02-261-0/+39
* [PM] Introduce CRTP mixin base classes to help define passes andChandler Carruth2016-02-261-36/+7
* Introduce analysis pass to compute PostDominators in the new pass manager. NFCHongbin Zheng2016-02-251-3/+4
* Revert "Introduce analysis pass to compute PostDominators in the new pass man...Hongbin Zheng2016-02-251-4/+3
* Introduce analysis pass to compute PostDominators in the new pass manager. NFCHongbin Zheng2016-02-251-3/+4
* [ConstantRange] Rename a method and add more docSanjoy Das2016-02-221-5/+5
* [PM/AA] Teach the new pass manager to use pass-by-lambda for registeringChandler Carruth2016-02-181-4/+4
* Simplify this unittest.Adrian Prantl2016-02-081-5/+2
* Add a unit test for r259973.Adrian Prantl2016-02-081-0/+20
* Handle more edge cases in intrinsic name binary searchReid Kleckner2016-01-262-0/+41
* Remove autoconf supportChris Bieneman2016-01-261-15/+0
* Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; oth...Eugene Zelenko2016-01-261-4/+5
* [InstructionsTest] delete via unique_ptr (NFC)Joseph Tremoulet2016-01-151-10/+6
* [Verifier] Check parentage of GVs in dbg metadataKeno Fischer2016-01-141-1/+23
* [Verifier] Verify that a GlobalValue is only used in this ModuleKeno Fischer2016-01-141-2/+16
* InstructionsTest.cpp: Fix a warning. [-Wsign-compare]NAKAMURA Takumi2016-01-141-1/+1
* [UnitTest] Fix warning, NFC.Joseph Tremoulet2016-01-141-1/+1
* [OperandBundles] Copy DebugLoc with calls/invokesJoseph Tremoulet2016-01-141-2/+61
* function names start with a lower case letter ; NFCSanjay Patel2016-01-121-8/+8
* Fix crash when printing instructions that have a metadata attached but no par...Mehdi Amini2016-01-072-0/+38
* Add unittest for new CanReplace flag on MDNodesTeresa Johnson2016-01-061-0/+14
* Fix several accidental DOS line endings in source filesDimitry Andric2016-01-031-7/+7
* add FMF for CreateCall variantSanjay Patel2015-12-311-0/+10
* [Function] Properly remove use when clearing personalityKeno Fischer2015-12-231-0/+24
* Reorganize the C API headers to improve build times.Eric Christopher2015-12-181-0/+1
* add fast-math-flags to 'call' instructions (PR21290)Sanjay Patel2015-12-141-1/+21
* [ConstantFold] Fix bitcast to gep constant folding transform.David Majnemer2015-12-141-0/+17
* Macro debug info support in LLVM IRAmjad Aboud2015-12-101-2/+13
* IR: Make ConstantDataArray::getFP actually return a ConstantDataArrayJustin Bogner2015-12-091-0/+23
* IR: Allow vectors of halfs to be ConstantDataVectorsJustin Bogner2015-12-081-0/+28
* [ThinLTO] Support cloning of temporary DILocation metadataTeresa Johnson2015-12-071-0/+8
* [Verifier] Improve error for cross-module refsKeno Fischer2015-12-011-0/+47
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-052-73/+32
* [IR] Add a `makeNoWrapRegion` method to `ConstantRange`Sanjoy Das2015-10-221-0/+52
* unittests: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-204-26/+26
OpenPOWER on IntegriCloud