- May 21, 2011
-
-
Benjamin Kramer authored
llvm-svn: 131789
-
-
Cameron Zwarich authored
is already in GR64 for the same reasons. Since it isn't allocatable it can't cause any problems. llvm-svn: 131787
-
Akira Hatanaka authored
llvm-svn: 131785
-
Akira Hatanaka authored
llvm-svn: 131784
-
Dan Gohman authored
differ by a dynamic offset, return PartialAlias instead of MayAlias. See the comment in the code for details. This fixes PR9971. llvm-svn: 131781
-
Andrew Trick authored
info in the error message. Per Dan's request. llvm-svn: 131780
-
Johnny Chen authored
llvm-svn: 131779
-
Johnny Chen authored
the raw disassembly so that the opcode aligns with the edis'ed disassembly. llvm-svn: 131773
-
Charles Davis authored
is needed for an upcoming patch. llvm-svn: 131772
-
Greg Clayton authored
contains a valid pointer before trying to access the target. llvm-svn: 131771
-
Ted Kremenek authored
Fix regression in static analyzer's handling of prefix '--' operator. It was being treated as postfix '--' in C mode. llvm-svn: 131770
-
Greg Clayton authored
server so that it happens in command sequence where no other packets can sneak between. llvm-svn: 131769
-
Cameron Zwarich authored
actually fixes most of the VerifyCoalescing failures in test-suite. llvm-svn: 131768
-
Akira Hatanaka authored
preparation for reversing StackDirection. Fixed objects are created in the following order: 1. Incoming arguments passed on stack. 2. va_arg objects (include both arguments that are passed in registers and pointer to the location of the first va_arg argument). 3. $gp restore slot. 4. Outgoing arguments passed on stack. 5. Pointer to alloca'd space. llvm-svn: 131767
-
Peter Collingbourne authored
llvm-svn: 131766
-
Charles Davis authored
llvm-svn: 131765
-
Eli Friedman authored
llvm-svn: 131764
-
Charles Davis authored
llvm-svn: 131763
-
Greg Clayton authored
calls with the target API mutex. llvm-svn: 131762
-
Howard Hinnant authored
This is a simplified (and superior) implementation of __invoke, __invokable and __invoke_of. It is superior in that __invoke now handles reference qualified member functions whereas the previous implementation did not. And it simply has less infrastructure in its implementation. I'm still learning how to program in C++11 (and probably will be for a long time). This change does not impact the behavior we're seeing in http://llvm.org/bugs/show_bug.cgi?id=9975 llvm-svn: 131761
-
- May 20, 2011
-
-
Jim Grosbach authored
llvm-svn: 131760
-
Alexis Hunt authored
This case is tested by the fact that the modified test produces significatly worse diagnostics. That's on the list. llvm-svn: 131759
-
Akira Hatanaka authored
passed in register or on the stack. llvm-svn: 131758
-
Jim Grosbach authored
llvm-svn: 131757
-
Jim Grosbach authored
llvm-svn: 131756
-
Jim Grosbach authored
llvm-svn: 131755
-
Sebastian Redl authored
llvm-svn: 131754
-
Akira Hatanaka authored
llvm-svn: 131752
-
Rafael Espindola authored
(this is what used in Android NDK, when architecture is ARMv5) patch by Koan-Sin Tan llvm-svn: 131751
-
Rafael Espindola authored
of tBL/tBLX to R_ARM_THM_CALL (ARM ELF 4.7.1.6) Patch by koan-sin tan. llvm-svn: 131748
-
Argyrios Kyrtzidis authored
-strlen should not be called with NULL. Also guarantee that StringRef's Length is 0 if Data is NULL. -memcmp should not be called with NULL (even if size is 0) Patch by Matthieu Monrocq! llvm-svn: 131747
-
Stuart Hastings authored
rdar://problem/8614450 llvm-svn: 131746
-
Akira Hatanaka authored
saving and restoring them. llvm-svn: 131745
-
Andrew Trick authored
No functionality enabled by default. Use -disable-iv-rewrite. Extended IVUsers to keep track of the phi that represents the users' IV. Added the WidenIV transform to replace a narrow IV with a wide IV by doing a one-for-one replacement of IV users instead of expanding the SCEV expressions. [sz]exts are removed and truncs are inserted. llvm-svn: 131744
-
Charles Davis authored
super. llvm-svn: 131743
-
Charles Davis authored
llvm-svn: 131742
-
Charles Davis authored
installed liblldb instead of the built one. Now Python support won't break if you clean your build directories. llvm-svn: 131741
-
Chad Rosier authored
llvm-svn: 131740
-
Evan Cheng authored
llvm-svn: 131739
-