- Apr 23, 2014
-
-
Matt Arsenault authored
llvm-svn: 207019
-
Anders Waldenborg authored
Broke after the changes related to the LLVMGetSymbolFileOffset removal in r206750 llvm-svn: 207018
-
Matt Arsenault authored
llvm-svn: 207017
-
David Blaikie authored
llvm-svn: 207016
-
Matt Arsenault authored
llvm-svn: 207015
-
Quentin Colombet authored
llvm-svn: 207014
-
Nico Weber authored
llvm-svn: 207013
-
Anders Waldenborg authored
This allows pyflakes catching more errors in the script. Differential Revision: http://reviews.llvm.org/D3334 llvm-svn: 207012
-
John Thompson authored
llvm-svn: 207011
-
David Blaikie authored
Some of these types (DwarfDebug in particular) are quite large to begin with (and I keep forgetting whether DwarfFile is in DwarfDebug or DwarfUnit... ) so having a few smaller files seems like goodness. llvm-svn: 207010
-
Justin Bogner authored
We're currently copying CounterData from InstrProfWriter into the OnDiskHashTable, even though we don't need to, and then carelessly leaking those copies. A const pointer is much better here. llvm-svn: 207009
-
Reid Kleckner authored
We were using the same guard variable and failing to initialize the second global. Clang is still not MS ABI compatible in this area. Fixing that is PR16959, which will require LLVM changes to @llvm.global_ctors. llvm-svn: 207008
-
Richard Smith authored
llvm-svn: 207007
-
Tobias Grosser authored
llvm-svn: 207006
-
Greg Clayton authored
Fixed a case where if someone added a "bind -v" to their ~/.editrc file, key mappings would get messed up. I fixed this by only doing el_set(e, EL_BIND, ...) calls before sourcing the .editrc files. <rdar://problem/16614095> llvm-svn: 207005
-
Fariborz Jahanian authored
'typeof' to extract type of an @encode expression used in an initializer. // rdar://16655340 llvm-svn: 207004
-
Simon Atanasyan authored
colons. llvm-svn: 207003
-
Alexander Potapenko authored
to 0x40000000-0x60000000 to avoid address space clash with system libraries. The solution has been proposed by tahabekireren@gmail.com in https://code.google.com/p/address-sanitizer/issues/detail?id=210 This is also known to fix some Chromium iOS tests. llvm-svn: 207002
-
Jordan Rose authored
PR19524 llvm-svn: 207001
-
Matt Arsenault authored
Don't replace shifts greater than the type with the maximum shift. This isn't hit anywhere in the tests, and somewhere else is replacing these with undef. llvm-svn: 207000
-
Alexander Kornienko authored
Summary: Fixes massive performance problems on large translation units. Reviewers: jordan_rose Reviewed By: jordan_rose Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D3471 llvm-svn: 206999
-
NAKAMURA Takumi authored
llvm-svn: 206998
-
Diego Novillo authored
llvm-svn: 206997
-
Diego Novillo authored
llvm-svn: 206996
-
Diego Novillo authored
llvm-svn: 206995
-
Diego Novillo authored
Summary: This documents the usage of sample profilers with Clang and the profile format expected by LLVM's optimizers. It also documents the profile conversion tool used by Linux Perf. Reviewers: doug.gregor CC: cfe-commits Differential Revision: http://reviews.llvm.org/D3402 llvm-svn: 206994
-
NAKAMURA Takumi authored
llvm-svn: 206993
-
Logan Chien authored
llvm-svn: 206992
-
NAKAMURA Takumi authored
llvm-svn: 206991
-
NAKAMURA Takumi authored
cl::ParseCommandLineOptions(): Use StringRef to receive sys::path::filename() instead of std::string. llvm-svn: 206990
-
NAKAMURA Takumi authored
llvm-svn: 206989
-
Rafael Espindola authored
No functionality change. llvm-svn: 206988
-
Aaron Ballman authored
llvm-svn: 206987
-
Aaron Ballman authored
llvm-svn: 206986
-
Aaron Ballman authored
llvm-svn: 206985
-
Samuel Benzaquen authored
Summary: Add new 'let' command to bind arbitrary values into constants. These constants can then be used in the matcher expressions. Reviewers: pcc CC: cfe-commits Differential Revision: http://reviews.llvm.org/D3383 llvm-svn: 206984
-
Evgeniy Stepanov authored
StackDepot is not async-signal-safe; storing a new origin to it can deadlock. llvm-svn: 206983
-
Aaron Ballman authored
Updated to be a bit more const friendly. Also switched the linkage to be static since this function is file-local. No functional changes intended. llvm-svn: 206982
-
John Thompson authored
llvm-svn: 206981
-
Dmitry Vyukov authored
fixes issue http://code.google.com/p/thread-sanitizer/issues/detail?id=57 llvm-svn: 206980
-