summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/AutoUpgrade.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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