- Sep 24, 2010
-
-
Owen Anderson authored
reflection, this isn't going to achieve the purpose I intended it for. Back to the drawing board! llvm-svn: 114710
-
Owen Anderson authored
Not intended functionality change, as nothing uses this yet. llvm-svn: 114702
-
- Sep 23, 2010
-
-
Nate Begeman authored
llvm-svn: 114659
-
rdar://problem/8228022Nate Begeman authored
Explicitly cast arguments to the type the builtin expects, which is <vN x i8> llvm-svn: 114596
-
- Sep 22, 2010
-
-
Chris Lattner authored
that complex patterns are matched after the entire pattern has a structural match, therefore the NodeStack isn't in a useful state when the actual call to the matcher happens. llvm-svn: 114489
-
- Sep 21, 2010
-
-
Chris Lattner authored
matched, allow ComplexPatterns to opt into getting the parent node of the operand being matched. llvm-svn: 114472
-
Chris Lattner authored
passed the root of the match, even though only a few patterns actually needed this (one in X86, several in ARM [which should be refactored anyway], and some in CellSPU that I don't feel like detangling). Instead of requiring all ComplexPatterns to take the dead root, have targets opt into getting the root by putting SDNPWantRoot on the ComplexPattern. llvm-svn: 114471
-
Mikhail Glushenkov authored
llvm-svn: 114435
-
Mikhail Glushenkov authored
llvm-svn: 114433
-
- Sep 19, 2010
-
-
Misha Brukman authored
readable and easier to edit. llvm-svn: 114308
-
- Sep 18, 2010
-
-
Eric Christopher authored
llvm-svn: 114293
-
Daniel Dunbar authored
llvm-svn: 114262
-
Daniel Dunbar authored
llvm-svn: 114261
-
Daniel Dunbar authored
llvm-svn: 114260
-
- Sep 17, 2010
-
-
Duncan Sands authored
needs to find some libraries, which may require searching the directories given by LIBRARY_PATH on curiously configured systems. So pass on LIBRARY_PATH. llvm-svn: 114186
-
- Sep 15, 2010
-
-
Duncan Sands authored
llvm-svn: 113965
-
Daniel Dunbar authored
exposed to config files. llvm-svn: 113923
-
Daniel Dunbar authored
alliterate. llvm-svn: 113922
-
Bob Wilson authored
functions, since int64 is not a legal type and using it leads to inefficient code. PR8036. llvm-svn: 113919
-
- Sep 14, 2010
-
-
Bob Wilson authored
llvm-svn: 113865
-
Michael J. Spencer authored
This may produce warnings on MSVS, but it's better than failures. llvm-svn: 113834
-
- Sep 13, 2010
-
-
Devang Patel authored
llvm-svn: 113787
-
Devang Patel authored
llvm-svn: 113779
-
Michael J. Spencer authored
llvm-svn: 113762
-
Duncan Sands authored
llvm-svn: 113747
-
- Sep 11, 2010
-
-
Dale Johannesen authored
llvm-svn: 113671
-
- Sep 09, 2010
-
-
Evan Cheng authored
instruction in the class would be decoded to. Or zero if the number of uOPs must be determined dynamically. This will be used to determine the cost-effectiveness of predicating a micro-coded instruction. llvm-svn: 113513
-
Duncan Sands authored
llvm-svn: 113479
-
-
- Sep 08, 2010
-
-
Bill Wendling authored
llvm-svn: 113401
-
Bill Wendling authored
llvm-svn: 113398
-
Duncan Sands authored
llvm-svn: 113395
-
Duncan Sands authored
llvm-svn: 113393
-
Bill Wendling authored
2-phase build of llvm and llvm-gcc, similar to what the buildbots do, and runs the regression testsuite. Things to do: - Work out some bugs with llvm-gcc flags. - Not all platforms support ObjC. - Run the test-suite. llvm-svn: 113382
-
- Sep 07, 2010
-
-
Bill Wendling authored
llvm-svn: 113261
-
Bill Wendling authored
llvm-svn: 113250
-
Dale Johannesen authored
Enable palignr intrinsic. These may need adjustment for a new VT in due course. llvm-svn: 113233
-
Chris Lattner authored
llvm-svn: 113198
-
Gabor Greif authored
llvm-svn: 113197
-
Chris Lattner authored
is busted for all variants, report it as the location. This allows us to get the operand right for bugs like: t.s:3:12: error: invalid operand for instruction outb %al, %gs ^ Even though there are reg/imm and reg/reg forms of this instruction. llvm-svn: 113183
-