- Jun 12, 2010
-
-
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
-
Stuart Hastings authored
llvm-svn: 105827
-
Chris Lattner authored
hopefully this unbreaks msvc llvm-svn: 105826
-
Craig Silverstein authored
syntactic iterating over initializer exprs. No functional change. llvm-svn: 105825
-
John McCall authored
vector is filled with the given constant; we were just initializing the first element. llvm-svn: 105824
-
John McCall authored
Troy Straszheim! llvm-svn: 105823
-
John McCall authored
llvm-svn: 105820
-
John McCall authored
the Profile method. Currently this only works with the default FoldingSetTraits implementation. The point of this is to allow nodes to not store context values which are only used during profiling. A better solution would thread this value through the folding algorithms, but then those would need to be (1) templated and (2) non-opaque. llvm-svn: 105819
-
John McCall authored
llvm-svn: 105818
-
John McCall authored
to bool" in the sense of C++ [over.ics.rank]p4 bullet 1. I have decreed it. llvm-svn: 105817
-
Jeffrey Yasskin authored
ptrdiff_t (long on 64-bit, apparently) is ambiguous between the int and unsigned int overloads. llvm-svn: 105816
-
Jeffrey Yasskin authored
candidates printed. We default to 'all'. At the moment, 'best' prints only the first 4 overloads, but we'll improve that over time. llvm-svn: 105815
-
Eli Friedman authored
llvm-svn: 105814
-
Eli Friedman authored
llvm-svn: 105813
-