llvm-6502/lib
Duncan P. N. Exon Smith 153a265d01 blockfreq: Implement clear() explicitly
This was implicitly with copy assignment before, which fails to actually
clear `std::vector<>`'s heap storage.  Move assignment would work, but
since MSVC can't imply those anyway, explicitly `clear()`-ing members
makes more sense.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206856 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-22 03:31:34 +00:00
..
Analysis blockfreq: Implement clear() explicitly 2014-04-22 03:31:34 +00:00
AsmParser
Bitcode
CodeGen [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE 2014-04-22 02:02:50 +00:00
DebugInfo [Modules] Make Support/Debug.h modular. This requires it to not change 2014-04-21 22:55:11 +00:00
ExecutionEngine [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE 2014-04-22 03:04:17 +00:00
IR [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE 2014-04-22 02:02:50 +00:00
IRReader
LineEditor
Linker
LTO
MC [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE 2014-04-22 03:04:17 +00:00
Object Convert getFileOffset to getOffset and move it to its only user. 2014-04-21 13:45:32 +00:00
Option
ProfileData
Support [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE 2014-04-22 03:07:47 +00:00
TableGen
Target [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE 2014-04-22 02:41:26 +00:00
Transforms [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE 2014-04-22 02:55:47 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile