- Apr 24, 2014
-
-
Justin Bogner authored
llvm-svn: 207034
-
Greg Clayton authored
Up/down arrows select next/prev line in multi-line mode CTRL+N and CTRL+P do next/prev history llvm-svn: 207033
-
Nico Weber authored
llvm-svn: 207032
-
Nico Weber authored
LSan folks: LSan pointed to #0 0x4953e0 in operator new[](unsigned long) llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:64 #1 0x7fb82af5372f in clang::RewriteRope::MakeRopeString(char const*, char const*) llvm/tools/clang/lib/Rewrite/Core/RewriteRope.cpp:796 instead of to the actual leak, which made tracking this down slower than it could have been. llvm-svn: 207031 -
Saleem Abdulrasool authored
This is a COFF specific test, move it to COFF to fix the Hexagon buildbots. llvm-svn: 207030
-
Saleem Abdulrasool authored
The test was changed from aarch64 to arm64 but not moved. The test would fail if the backend was not built. llvm-svn: 207029
-
Saleem Abdulrasool authored
Emit the flag to indicate to the assembler that a section contains data if there is pre-populated data present. llvm-svn: 207028
-
Abramo Bagnara authored
llvm-svn: 207027
-
David Blaikie authored
There's only ever one address pool, not one per DWARF output file, so let's just have one. (similar refactoring of the string pool to come soon) llvm-svn: 207026
-
David Blaikie authored
llvm-svn: 207025
-
Ben Langmuir authored
Otherwise including a header in your source file that is not included by framework's umbrella header will silently add an empty submodule with that name. is automatically translated to @import Foo.NotInModule; which then would have succeeded because the inferred module map contained an empty submodule called NotInModule. llvm-svn: 207024
-
Matt Arsenault authored
llvm-svn: 207023
-
David Blaikie authored
llvm-svn: 207022
-
Matt Arsenault authored
These places are inconsequential in practice. llvm-svn: 207021
-
Quentin Colombet authored
ANDS does not use the same encoding scheme as other xxxS instructions (e.g., ADDS). Take that into account to avoid wrong peephole optimization. <rdar://problem/16693089> llvm-svn: 207020
-
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
-
- Apr 23, 2014
-
-
Diego Novillo authored
llvm-svn: 206997
-
Diego Novillo authored
llvm-svn: 206996
-
Diego Novillo authored
llvm-svn: 206995
-