summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/AutoUpgrade.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "IR: MDNode => Value"Duncan P. N. Exon Smith2014-11-111-1/+1
* Remove obsolete ARM intrinsics vclz and vcntSteven Wu2014-11-051-8/+0
* IR: MDNode => Value: Instruction::getMetadata()Duncan P. N. Exon Smith2014-11-011-1/+1
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-1/+52
* Revert r218778 while investigating buldbot breakage.Adrian Prantl2014-10-011-52/+1
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-1/+52
* [x86] Fix a pretty horrible bug and inconsistency in the x86 asmChandler Carruth2014-09-061-0/+89
* Don't upgrade global constructors when reading bitcodeDuncan P. N. Exon Smith2014-08-121-55/+0
* Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave.Mark Heffernan2014-07-211-2/+4
* Rename loop unrolling and loop vectorizer metadata to have a common prefix.Eli Bendersky2014-06-251-0/+7
* [X86] Auto-upgrade AVX1 vbroadcast intrinsicsAdam Nemet2014-05-291-0/+16
* Handle ConstantAggregateZero when upgrading global_ctors.Rafael Espindola2014-05-171-6/+9
* Add comdat key field to llvm.global_ctors and llvm.global_dtorsReid Kleckner2014-05-161-0/+52
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-091-7/+7
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-091-1/+1
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-061-1/+1
* [Layering] Move AutoUpgrade.h into the IR library where itsChandler Carruth2014-03-051-1/+1
* [Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth2014-03-041-1/+1
* [Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth2014-03-041-1/+1
* Report a warning when dropping outdated debug info metadata.Manman Ren2014-01-161-2/+9
* Debug Info: rename getDebugInfoVersionFromModule to getDebugMetadataVersionFr...Manman Ren2013-12-031-1/+1
* Debug Info: drop debug info via upgrading path if version number does not match.Manman Ren2013-12-021-0/+10
* Add addrspacecast instruction.Matt Arsenault2013-11-151-0/+42
* Remove x86_sse42_crc32_64_8 intrinsic. It has no functional difference from x...Craig Topper2013-10-151-0/+7
* Change objectsize intrinsic to accept different address spaces.Matt Arsenault2013-10-071-0/+22
* AutoUpgrade: upgrade from scalar TBAA format to struct-path aware TBAA format.Manman Ren2013-09-281-0/+27
* Remove trailing whitespace, fix file path in commentMatt Arsenault2013-07-201-5/+5
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-7/+7
* Rename VMCore directory to IR.Chandler Carruth2013-01-021-0/+393
OpenPOWER on IntegriCloud