llvm/lib/Transforms
Duncan P. N. Exon Smith f92cbb90d3 ValueMapper: Introduce Mapper helper class, NFC
Remove a bunch of boilerplate from ValueMapper.cpp by using a new
file-local class called Mapper.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@265268 91177308-0d34-0410-b5e6-96231b3b80d8
2016-04-03 19:06:24 +00:00
..
Hello Remove autoconf support 2016-01-26 21:29:08 +00:00
InstCombine [InstCombine] Don't sink an instr after a catchswitch 2016-04-01 17:28:17 +00:00
Instrumentation [PGO] Use a helper function to find all indirect call-sites 2016-04-01 23:16:44 +00:00
IPO Create a typedef GlobalValue::GUID for uint64_t and RAUW (NFC) 2016-04-02 05:07:53 +00:00
ObjCARC ADT: Remove == and != comparisons between ilist iterators and pointers 2016-02-21 20:39:50 +00:00
Scalar Introduce a @llvm.experimental.guard intrinsic 2016-03-31 00:18:46 +00:00
Utils ValueMapper: Introduce Mapper helper class, NFC 2016-04-03 19:06:24 +00:00
Vectorize [SLPVectorizer] Don't insert an extractelement before a catchswitch 2016-04-01 17:28:15 +00:00
CMakeLists.txt
LLVMBuild.txt