- Sep 27, 2012
-
-
Sylvestre Ledru authored
llvm-svn: 164766
-
Alexey Samsonov authored
llvm-svn: 164764
-
Nick Lewycky authored
llvm-svn: 164763
-
Bill Wendling authored
llvm-svn: 164762
-
Nick Lewycky authored
folders and not having it here fails to compile if you actually try to use it. Also, CreatePointerCast was failing to do the part where it does TD-aware constant folding. Granted there is exactly one case where that it will ever do anything, but there's no reason to skip it. For reference, that case is a subtraction between two constant offsets on the same global variable, eg., "&A[123] - &A[4].f". llvm-svn: 164760
-
Jush Lu authored
This is a preliminary step towards ELF support; currently ARMFastISel hasn't been used for ELF object files yet. llvm-svn: 164759
-
Akira Hatanaka authored
llvm-svn: 164757
-
Akira Hatanaka authored
llvm-svn: 164756
-
Akira Hatanaka authored
llvm-svn: 164755
-
Akira Hatanaka authored
llvm-svn: 164754
-
Greg Clayton authored
llvm-svn: 164753
-
Jason Molenda authored
Change the kdp-remote alias to require a hostname (instead of allowing a zero-length hostname to be specified). llvm-svn: 164752
-
Akira Hatanaka authored
llvm-svn: 164751
-
Akira Hatanaka authored
llvm-svn: 164750
-
Akira Hatanaka authored
llvm-svn: 164749
-
Akira Hatanaka authored
llvm-svn: 164748
-
Akira Hatanaka authored
llvm-svn: 164747
-
Akira Hatanaka authored
No test cases. These patterns will get tested along with dsp intrinsics. llvm-svn: 164746
-
NAKAMURA Takumi authored
llvm-svn: 164745
-
Akira Hatanaka authored
llvm-svn: 164744
-
http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20120917/064551.htmlArgyrios Kyrtzidis authored
have PPCallbacks::InclusionDirective pass the character range for the filename quotes or brackets. rdar://11113134 & http://llvm.org/PR13880 llvm-svn: 164743
-
Jordan Rose authored
Xcode-style clang builds only support Xcode's architectures, so mips isn't available and the driver tries to use gcc instead. cc1 will go ahead and do -fsyntax-only for any platform it knows about even if it can't actually compile. llvm-svn: 164742
-
Jim Ingham authored
floats & doubles on x86_64. <rdar://problem/8356523> llvm-svn: 164741
-
Argyrios Kyrtzidis authored
results for a macro name, not CXCursor_NotImplemented. llvm-svn: 164740
-
Bill Wendling authored
<rdar://problem/11202465> llvm-svn: 164739
-
Greg Clayton authored
If we are attached to a platform, then make sure that we can verify that a process exists when attaching by "pid" before we try and do a lengthy command that could take a while to timeout. llvm-svn: 164738
-
Greg Clayton authored
llvm-svn: 164737
-
Andrew Kaylor authored
Committed on behalf of Kirill Uhanov llvm-svn: 164736
-
Bill Wendling authored
This method can be called with a '0' argument which checks the return value. However, the method it calls doesn't expect '0' as a valid value. Call the correct method when it's 0. llvm-svn: 164735
-
Nick Lewycky authored
Left in a note that we need to turn it back on once the SROA fallout is cleared up. llvm-svn: 164733
-
Sid Manning authored
llvm-svn: 164732
-
Nick Lewycky authored
have testcases for the current problems. llvm-svn: 164731
-
Jason Molenda authored
gdb-remote protocol and kdp protocol systems. llvm-svn: 164730
-
Greg Clayton authored
Add convenience aliases to allow easy attaching to a remote gdb server or kdp (darwin kernel) server with the new "gdb-remote" regex alias and "kdp-remote" regex alias commands. llvm-svn: 164729
-
Dan Gohman authored
llvm-svn: 164728
-
Bill Wendling authored
llvm-svn: 164727
-
- Sep 26, 2012
-
-
Bill Wendling authored
llvm-svn: 164726
-
Bill Wendling authored
The hasFnAttr method has been replaced by querying the Attributes explicitly. No intended functionality change. llvm-svn: 164725
-
Jim Grosbach authored
If the offset is more than 24-bits, it won't fit in a scattered relocation offset field, so we fall back to using a non-scattered relocation. rdar://12358909 llvm-svn: 164724
-
Sean Callanan authored
testsuite. llvm-svn: 164723
-