llvm-6502/lib/Transforms
Benjamin Kramer 1a50a12b43 Prefer SmallVector::append/insert over push_back loops.
Same functionality, but hoists the vector growth out of the loop.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229500 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-17 15:29:18 +00:00
..
Hello
InstCombine InstCombine: fold more cases of (fp_to_u/sint (u/sint_to_fp val)) 2015-02-16 21:47:54 +00:00
Instrumentation Prefer SmallVector::append/insert over push_back loops. 2015-02-17 15:29:18 +00:00
IPO [BDCE] Add a bit-tracking DCE pass 2015-02-17 01:36:59 +00:00
ObjCARC
Scalar Fixed a bug in store sinking. 2015-02-17 13:10:05 +00:00
Utils Prefer SmallVector::append/insert over push_back loops. 2015-02-17 15:29:18 +00:00
Vectorize
CMakeLists.txt
LLVMBuild.txt
Makefile