- May 11, 2012
-
-
Bill Wendling authored
llvm-svn: 156648
-
Argyrios Kyrtzidis authored
file buffer, not at the start of lexing. Fixes assertion hit in format diagnostics. rdar://11418366 llvm-svn: 156647
-
Chad Rosier authored
llvm-svn: 156646
-
Brendon Cahoon authored
llvm-svn: 156644
-
Akira Hatanaka authored
A vector should be returned via the hidden pointer argument except if its size is equal to or smaller than 16-bytes and the target ABI is N32 or N64. llvm-svn: 156642
-
Filipe Cabecinhas authored
swig 2.0+ seems to default to using PyLongObjects, but the __len__() method _must_ return a PyIntObject. llvm-svn: 156639
-
Filipe Cabecinhas authored
llvm-svn: 156638
-
Filipe Cabecinhas authored
llvm-svn: 156637
-
Sirish Pande authored
llvm-svn: 156636
-
Duncan Sands authored
llvm-svn: 156635
-
Brendon Cahoon authored
Patch by Jyotsna Verma. llvm-svn: 156634
-
Chad Rosier authored
llvm-svn: 156633
-
Chad Rosier authored
llvm-svn: 156632
-
Sirish Pande authored
llvm-svn: 156631
-
Sirish Pande authored
llvm-svn: 156630
-
Jakob Stoklund Olesen authored
Don't compute the SuperRegs list until the sub-register graph is completely finished. This guarantees that the list of super-registers is properly topologically ordered, and has no duplicates. llvm-svn: 156629
-
Chad Rosier authored
retval. Hoists check before emitting the call to avoid unnecessary work. rdar://11430407 PR12796 llvm-svn: 156628
-
Jim Ingham authored
rdar://problem/11419156 llvm-svn: 156627
-
Greg Clayton authored
Fixed an issue in the platform options where if no architecture was specified where the platform would fail to select itself with something like: (lldb) platfrom select remote-ios llvm-svn: 156626
-
Nuno Lopes authored
llvm-svn: 156625
-
Jim Ingham authored
llvm-svn: 156624
-
Chad Rosier authored
to selection DAG isel if we're unable to handle a non-double multi-reg retval. rdar://11430407 PR12796 llvm-svn: 156622
-
Chad Rosier authored
llvm-svn: 156621
-
Manman Ren authored
llvm-svn: 156620
-
Kostya Serebryany authored
llvm-svn: 156617
-
Kostya Serebryany authored
llvm-svn: 156616
-
Preston Gurd authored
llvm-svn: 156615
-
Kostya Serebryany authored
llvm-svn: 156614
-
Stepan Dyatkovskiy authored
llvm-svn: 156613
-
Hans Wennborg authored
llvm-svn: 156612
-
Hans Wennborg authored
This fixes a TODO from 2007 :) Previously, LLVM would emit the wrong code here (see the update to test/CodeGen/X86/tls-pie.ll). llvm-svn: 156611
-
Silviu Baranga authored
Added the missing bit definition for the 4th bit of the STR (post reg) instruction. It is now set to 0. The patch also sets the unpredictable mask for SEL and SXTB-type instructions. llvm-svn: 156609
-
Silviu Baranga authored
Fixed the LLVM ARM v7 assembler and instruction printer for 8-bit immediate offset addressing. The assembler and instruction printer were not properly handeling the #-0 immediate. llvm-svn: 156608
-
Richard Smith authored
which expects exactly one argument, include the name of the argument in the diagnostic text. Patch by Terry Long! llvm-svn: 156607
-
Rafael Espindola authored
llvm-svn: 156606
-
Greg Clayton authored
llvm-svn: 156605
-
Argyrios Kyrtzidis authored
Add a test case for going through typedefs until we reach "BOOL", that NSAPI::isObjCTypedef() is doing. llvm-svn: 156604
-
Akira Hatanaka authored
llvm-svn: 156603
-
Jim Grosbach authored
llvm-svn: 156602
-
Jim Grosbach authored
llvm-svn: 156601
-