summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Transforms
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "[asan] Add support of lifetime poisoning into ComputeASanStackFrameLa...Vitaly Buka2016-08-191-24/+22
* [asan] Add support of lifetime poisoning into ComputeASanStackFrameLayoutVitaly Buka2016-08-181-22/+24
* [MSSA] clang-format. NFC.George Burgess IV2016-08-031-3/+2
* [MSSA] Add special handling for invariant/constant loads.George Burgess IV2016-08-031-0/+33
* [MSSA] Fix a caching bug.George Burgess IV2016-08-031-0/+74
* Fix the MemorySSA updating API to enable people to create memory accesses bef...Daniel Berlin2016-07-311-0/+36
* Comment fixes to MemorySSA.hDaniel Berlin2016-07-311-1/+1
* IR: New representation for CFI and virtual call optimization pass metadata.Peter Collingbourne2016-06-243-20/+20
* Add MemoryAccess creation and PHI creation APIs to MemorySSADaniel Berlin2016-06-211-11/+93
* [MemorySSA] Clean up unit tests a tiny bit. NFC.George Burgess IV2016-06-201-4/+4
* [MemorySSA] Port to new pass managerGeoff Berry2016-06-011-3/+3
* Cloning: Clean up the interface to the CloneFunction function.Peter Collingbourne2016-05-101-9/+5
* [MemorySSA] Fix bugs in walker; refactor unittests a bit.George Burgess IV2016-04-291-23/+163
* [NFC] Header cleanupMehdi Amini2016-04-182-1/+1
* ValueMapper: Stop memoizing ConstantAsMetadataDuncan P. N. Exon Smith2016-04-161-4/+5
* Reapply "ValueMapper: Eliminate cross-file co-recursion, NFC"Duncan P. N. Exon Smith2016-04-161-52/+52
* Revert "ValueMapper: Eliminate cross-file co-recursion, NFC"Duncan P. N. Exon Smith2016-04-161-52/+52
* ValueMapper: Use API from r266503 in unit tests, NFCDuncan P. N. Exon Smith2016-04-161-52/+52
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-151-15/+0
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-143-11/+11
* ValueMapper: Resolve cycles on the new nodesDuncan P. N. Exon Smith2016-04-131-0/+42
* ValueMapper: Don't memoize metadata when RF_NoModuleLevelChangesDuncan P. N. Exon Smith2016-04-081-0/+32
* ValueMapper: Stop memoizing MDStringsDuncan P. N. Exon Smith2016-04-081-0/+15
* Reapply "ValueMapper: Treat LocalAsMetadata more like function-local Values"Duncan P. N. Exon Smith2016-04-081-0/+118
* Revert "ValueMapper: Treat LocalAsMetadata more like function-local Values"Duncan P. N. Exon Smith2016-04-081-95/+0
* ValueMapper: Treat LocalAsMetadata more like function-local ValuesDuncan P. N. Exon Smith2016-04-081-0/+95
* Revert "ValueMapper: Make LocalAsMetadata match function-local Values"Duncan P. N. Exon Smith2016-04-071-82/+0
* ValueMapper: Allow RF_IgnoreMissingLocals and RF_NullMapMissingGlobalValuesDuncan P. N. Exon Smith2016-04-071-0/+12
* ValueMapper: Make LocalAsMetadata match function-local ValuesDuncan P. N. Exon Smith2016-04-071-0/+83
* ValueMapper: Rewrite Mapper::mapMetadata without recursionDuncan P. N. Exon Smith2016-04-051-0/+45
* ValueMapper: Add support for seeding metadata with nullptrDuncan P. N. Exon Smith2016-04-021-0/+26
* Document end of anonymous namespaces, NFCDuncan P. N. Exon Smith2016-04-021-1/+1
* LowerBitSets: Move declarations to separate namespace.Peter Collingbourne2016-04-011-0/+1
* Cloning: Reduce complexity of debug info cloning and fix correctness issue.Peter Collingbourne2016-03-301-0/+6
* Really fix ASAN leak/etc issues with MemorySSA unittestsDaniel Berlin2016-03-021-10/+11
* Revert "Fix ASAN detected errors in code and test" (it was not meant to be co...Daniel Berlin2016-03-021-11/+10
* Fix ASAN detected errors in code and testDaniel Berlin2016-03-021-10/+11
* [AA] Hoist the logic to reformulate various AA queries in terms of otherChandler Carruth2016-03-021-1/+1
* Fix SHARED_LIBS buildDaniel Berlin2016-03-021-0/+1
* Add the beginnings of an update API for preserving MemorySSADaniel Berlin2016-03-012-0/+88
* [Cloning] Clone every Function's Debug InfoKeno Fischer2016-02-131-0/+25
* WholeProgramDevirt: introduce.Peter Collingbourne2016-02-092-0/+165
* Remove autoconf supportChris Bieneman2016-01-263-47/+0
* Return a std::unique_ptr from CloneModule. NFC.Rafael Espindola2015-12-081-1/+1
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-051-17/+14
* unittests: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-202-18/+18
* Remove DIFile from createSubroutineType.Eric Christopher2015-10-151-1/+1
* [RemoveDuplicatePHINodes] Start over after removing a PHI.Benjamin Kramer2015-09-021-0/+37
* Linker: Move distinct MDNodes instead of cloningDuncan P. N. Exon Smith2015-08-031-0/+31
* DI: Rewrite the DIBuilder local variable APIDuncan P. N. Exon Smith2015-07-311-2/+2
OpenPOWER on IntegriCloud