- Jun 12, 2010
-
-
Bill Wendling authored
clean-up to a catch-all after inlining, take into account that there could be filter IDs as well. The presence of filters don't mean that the selector catches anything. It's just metadata information. llvm-svn: 105872
-
John McCall authored
explicit casts. Fixes PR7359. llvm-svn: 105871
-
Bruno Cardoso Lopes authored
llvm-svn: 105870
-
Bruno Cardoso Lopes authored
Handle OpSize TSFlag for AVX llvm-svn: 105869
-
Greg Clayton authored
llvm-svn: 105868
-
Greg Clayton authored
Fixed an extra include path in the Xcode project. llvm-svn: 105867
-
Greg Clayton authored
llvm-svn: 105866
-
Jason Molenda authored
removal from lldb-types.h llvm-svn: 105865
-
Jason Molenda authored
Change the Release -rpath LDFLAG to look for LLDB.framework in the same directory as the lldb binary itself. For the BuildAndIntegration target, continue to use the ../../ etc path to match how we install the binaries inside Apple. Patch from Dimiter "malkia" Stanev. I still need to look at the suggested changing of ONLY_ACTIVE_ARCH settings. llvm-svn: 105864
-
Eli Friedman authored
please check whether this breaks anything. llvm-svn: 105863
-
Evan Cheng authored
llvm-svn: 105862
-
Evan Cheng authored
llvm-svn: 105861
-
Bruno Cardoso Lopes authored
llvm-svn: 105860
-
Bruno Cardoso Lopes authored
Introduce the VEX_X field llvm-svn: 105859
-
Daniel Dunbar authored
llvm-svn: 105858
-
Jason Molenda authored
Fixed problem Jean-Daniel Dupas found in ProcessGDBRemote.cpp. llvm-svn: 105857
-
Daniel Dunbar authored
llvm-svn: 105856
-
Daniel Dunbar authored
quoting problems. Not particularly ideal, but should work ok. Based on a patch by Michael Spencer! llvm-svn: 105855
-
Chris Lattner authored
llvm-svn: 105854
-
Chris Lattner authored
from the internal and usage dox. llvm-svn: 105853
-
Argyrios Kyrtzidis authored
Fix PCH issue. Attributes of a declaration were truncated to just one when the decl was read from a PCH file. llvm-svn: 105852
-
Chris Lattner authored
llvm-svn: 105851
-
Chris Lattner authored
llvm-svn: 105850
-
Chris Lattner authored
llvm-svn: 105849
-
Nate Begeman authored
llvm-svn: 105848
-
Chris Lattner authored
llvm-svn: 105847
-
Bob Wilson authored
i64 and f64 types, but now it also handle Neon vector types, so the f64 result of VMOVDRR may need to be converted to a Neon type. Radar 8084742. llvm-svn: 105845
-
Daniel Dunbar authored
llvm-svn: 105844
-
Chris Lattner authored
llvm-svn: 105843
-
Daniel Dunbar authored
Driver: Add an explicit argument translation phase to the driver itself. We are going to need this to handle things like -Xassembler, -Xpreprocessor, and -Xlinker which we might have to introspect. llvm-svn: 105842
-
Daniel Dunbar authored
llvm-svn: 105841
-
Daniel Dunbar authored
llvm-svn: 105840
-
Daniel Dunbar authored
llvm-svn: 105839
-
Daniel Dunbar authored
llvm-svn: 105838
-
Daniel Dunbar authored
llvm-svn: 105837
-
- Jun 11, 2010
-
-
Bob Wilson authored
the machine instruction representation of the immediate value to be encoded into an integer with similar fields as the actual VMOV instruction. This makes things easier for the disassembler, since it can just stuff the bits into the immediate operand, but harder for the asm printer since it has to decode the value to be printed. Testcase for the encoding will follow later when MC has more support for ARM. llvm-svn: 105836
-
Owen Anderson authored
llvm-svn: 105835
-
Owen Anderson authored
ickiness, and is cleaner to boot. I'm fairly confident that I converted the comparator over properly, and what testing I could figure out how to run seemed to pass, but it would be great if someone in the know could check behind me. llvm-svn: 105834
-
Daniel Dunbar authored
llvm-svn: 105830
-
Stuart Hastings authored
llvm-svn: 105828
-