Go to file
Enrico Granata e7ed0afee2 Making a manual mode of operation for measurements, where you can manually call start() and stop() instead of using the function-call syntax
This is especially useful to take measurements that span multiple test steps, or where you need to have different operations fall under the same measurement

An example of use is in the formatters perf test case

llvm-svn: 177597
2013-03-20 23:01:28 +00:00
clang [ms-cxxabi] Mangle function pointer template arguments correctly 2013-03-20 22:29:42 +00:00
clang-tools-extra Fix Makefile. 2013-03-20 10:02:35 +00:00
compiler-rt Create a coverage initialization function. 2013-03-20 21:11:47 +00:00
debuginfo-tests Remove IR scenario tests. 2013-03-15 20:52:10 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Fix bug in test; found by AddressSanitizer 2013-03-20 00:01:48 +00:00
libcxxabi Bruce Mitchener: Typo fixes. 2013-02-15 15:48:49 +00:00
lld [SymbolTable][Perf] Use hash_combine instead of a custom hash, also use memcmp. 2013-03-20 22:18:22 +00:00
lldb Making a manual mode of operation for measurements, where you can manually call start() and stop() instead of using the function-call syntax 2013-03-20 23:01:28 +00:00
llvm When computing the demanded bits of Load SDNodes, make sure that we are looking at the loaded-value operand and not the ptr result (in case of pre-inc loads). 2013-03-20 22:53:44 +00:00
polly CodePrepare: Do not require canonical induction variables for scev based mode 2013-03-20 22:41:53 +00:00