summaryrefslogtreecommitdiff
path: root/lib/IR/AutoUpgrade.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-03-09[C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth1-1/+1
2014-03-06[Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth1-1/+1
2014-03-05[Layering] Move AutoUpgrade.h into the IR library where itsChandler Carruth1-1/+1
2014-03-04[Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth1-1/+1
2014-03-04[Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth1-1/+1
2014-01-16Report a warning when dropping outdated debug info metadata.Manman Ren1-2/+9
2013-12-03Debug Info: rename getDebugInfoVersionFromModule to getDebugMetadataVersionFr...Manman Ren1-1/+1
2013-12-02Debug Info: drop debug info via upgrading path if version number does not match.Manman Ren1-0/+10
2013-11-15Add addrspacecast instruction.Matt Arsenault1-0/+42
2013-10-15Remove x86_sse42_crc32_64_8 intrinsic. It has no functional difference from x...Craig Topper1-0/+7
2013-10-07Change objectsize intrinsic to accept different address spaces.Matt Arsenault1-0/+22
2013-09-28AutoUpgrade: upgrade from scalar TBAA format to struct-path aware TBAA format.Manman Ren1-0/+27
2013-07-20Remove trailing whitespace, fix file path in commentMatt Arsenault1-5/+5
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-7/+7
2013-01-02Rename VMCore directory to IR.Chandler Carruth1-0/+393