llvm-6502/lib/ProfileData
2014-05-01 17:16:24 +00:00
..
CMakeLists.txt [CMake] LLVMProfileData: No need to add LINK_LIBS here. LLVMBuild should do. 2014-03-23 01:23:36 +00:00
InstrProf.cpp [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. 2014-04-29 07:58:41 +00:00
InstrProfIndexed.h raw_ostream: Forward declare OpenFlags and include FileSystem.h only where necessary. 2014-04-29 23:26:49 +00:00
InstrProfReader.cpp Fixing a cast-qual warning. getBufferStart() and getBufferEnd() both return a const char *, so casting to non-const was triggering a warning (even though the assignment and usage was always const anyway). 2014-05-01 17:16:24 +00:00
InstrProfWriter.cpp ProfileData: Avoid unnecessary copies of CounterData 2014-04-23 18:50:16 +00:00
LLVMBuild.txt
Makefile