- Jan 10, 2013
-
-
Michael Gottesman authored
llvm-svn: 172034
-
Douglas Gregor authored
gone, check for the actual file we care about. llvm-svn: 172033
-
Douglas Gregor authored
failing to create the unique file because the path doesn't exist, don't fail if someone else manages to create the path before we do. llvm-svn: 172032
-
Nick Lewycky authored
PR14825! llvm-svn: 172031
-
Douglas Gregor authored
uniformly with symlinks between top-level and embedded frameworks. llvm-svn: 172030
-
Jakob Stoklund Olesen authored
This function can still work without a BUNDLE header instruction. llvm-svn: 172029
-
Michael J. Spencer authored
[Archive] Use a hash map to lookup symbols in archives. Increases performance of linking lua by ~6x. llvm-svn: 172028
-
Manman Ren authored
requirement when creating stack objects in MachineFrameInfo. Add CreateStackObjectWithMinAlign to throw error when the minimal alignment can't be achieved and to clamp the alignment when the preferred alignment can't be achieved. Same is true for CreateVariableSizedObject. Will not emit error in CreateSpillStackObject or CreateStackObject. As long as callers of CreateStackObject do not assume the object will be aligned at the requested alignment, we should not have miscompile since later optimizations which look at the object's alignment will have the correct information. rdar://12713765 llvm-svn: 172027
-
Michael J. Spencer authored
llvm-svn: 172026
-
Jakub Staszak authored
llvm-svn: 172025
-
Nico Weber authored
@optional @property is put on two different unwrapped lines now, so this is no longer necessary. llvm-svn: 172024
-
Nico Weber authored
Previously: @protocol myProtocol - (void)mandatoryWithInt:(int)i; @optional - (void) optional; @required - (void) required; @end Now: @protocol myProtocol - (void)mandatoryWithInt:(int)i; @optional - (void)optional; @required - (void)required; @end llvm-svn: 172023
-
Michael J. Spencer authored
llvm-svn: 172022
-
Han Ming Ong authored
llvm-svn: 172021
-
Bill Wendling authored
llvm-svn: 172020
-
Nico Weber authored
Just reuse the @interface code for this. It accepts slightly more than necessary (@implementation cannot have protocol lists), but that's ok. llvm-svn: 172019
-
Argyrios Kyrtzidis authored
there are macro expansions inside macro arguments where the arguments are not expanded in the same order as listed; don't assert that all macro expansions are in source order. rdar://12397063 llvm-svn: 172018
-
Argyrios Kyrtzidis authored
Some lldb changes made lldb.frame not set until a script is invoked, which made the formatters not working after a restart. llvm-svn: 172017
-
Fariborz Jahanian authored
in case condition type. // rdar://11577384. Test is conditionalized on x86_64-apple triple as I am not sure if the INT_MAX/LONG_MAX values in the test will pass this test for other hosts. llvm-svn: 172016
-
- Jan 09, 2013
-
-
Michael J. Spencer authored
llvm-svn: 172015
-
Greg Clayton authored
Fixed an issue the "process plugin" proxy object was trying to use the m_exe_ctx when it wasn't ok to do so. llvm-svn: 172014
-
Sean Callanan authored
<rdar://problem/12978619> llvm-svn: 172013
-
rdar://problem/12975489Han Ming Ong authored
1. Using mach port number, just like when inferior is paused. 2. Use key:value pair of thread used time instead of comma separated notation. llvm-svn: 172012
-
Joel Jones authored
llvm-svn: 172011
-
Nadav Rotem authored
ARM Cost model: Use the size of vector registers and widest vectorizable instruction to determine the max vectorization factor. llvm-svn: 172010
-
Dmitri Gribenko authored
llvm-svn: 172008
-
Dmitri Gribenko authored
llvm-svn: 172007
-
David Greene authored
If the compiler is gcc, disable variants of -Wuninitialized depending on the gcc version. This gets a lot of false positive warnings out of the build. Generate a new configure for the gcc -Wno-uninitialized fix. Pick up -Wno-uninitialized from configure Add the option -Wno[-maybe]-uninitialized as determined by configure. llvm-svn: 172006
-
Hal Finkel authored
Parser::ParseTranslationUnit is now dead because the loop over ParseTopLevelDecl is in ParseAST. llvm-svn: 172005
-
Daniel Jasper authored
This adds documentation for both LibFormat as well as the standalone tools and integrations built on top of it. It slightly restructures the ClangTools documentation. llvm-svn: 172004
-
Nico Weber authored
llvm-svn: 172003
-
Nico Weber authored
Pull pieces of the @interface code into reusable methods. llvm-svn: 172001
-
Evan Cheng authored
It cahced XOR's operands before calling visitXOR() but failed to update the operands when visitXOR changed the XOR node. rdar://12968664 llvm-svn: 171999
-
Daniel Jasper authored
llvm-svn: 171998
-
Michael J. Spencer authored
llvm-svn: 171997
-
Nico Weber authored
I wasn't aware libFormat is used elsewhere already. Let me know if rebasing is not the right thing to do here. llvm-svn: 171996
-
Nico Weber authored
Previously: @interface Foo + (id)init; @end Now: @interface Foo + (id)init; @end Some tweaking remains, but this is a good first step. llvm-svn: 171995
-
Daniel Jasper authored
Use at your own risk :-). llvm-svn: 171994
-
rdar://problem/12028723Enrico Granata authored
Adding useful formatting options to the expression (expr) command. As a side effect of this change, the -d option now supports the same three-values enumeration that frame variables uses (run, don't run, none) instead of a boolean like it did previously These options do not apply to print, p or po because these are aliased to not take any options. In order to use them, use expression or expr. llvm-svn: 171993
-
Michael J. Spencer authored
llvm-svn: 171992
-