llvm/lib/Transforms
Dehao Chen 412d6685da Make HeaderLineno a local variable.
http://reviews.llvm.org/D13576

As we are using hierarchical profile, there is no need to keep HeaderLineno a member variable. This is because each level of the inline stack will have its own header lineno. One should use the head lineno of its own inline stack level instead of the actual symbol.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249848 91177308-0d34-0410-b5e6-96231b3b80d8
2015-10-09 16:50:16 +00:00
..
Hello
InstCombine [InstCombine] transform masking off of an FP sign bit into a fabs() intrinsic call (PR24886) 2015-10-08 17:09:31 +00:00
Instrumentation New MSan mapping layout (llvm part). 2015-10-08 21:35:26 +00:00
IPO Make HeaderLineno a local variable. 2015-10-09 16:50:16 +00:00
ObjCARC [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible 2015-09-09 17:55:00 +00:00
Scalar [MemCpyOpt] Fix wrong merging adjacent nontemporal stores into memset calls. 2015-10-09 10:53:41 +00:00
Utils [PlaceSafeopints] Extract out callsGCLeafFunction, NFC 2015-10-08 23:18:30 +00:00
Vectorize inariant.group handling in GVN 2015-10-02 22:12:22 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile