- May 15, 2008
-
-
Gabor Greif authored
Fix a bunch of 80col violations that arose from the Create API change. Tweak makefile targets to find these better. llvm-svn: 51143
-
Evan Cheng authored
Make use of vector load and store operations to implement memcpy, memmove, and memset. Currently only X86 target is taking advantage of these. llvm-svn: 51140
-
Evan Cheng authored
llvm-svn: 51139
-
Nate Begeman authored
operator new() referring to the static initTags function, which has to be in the same linkage unit as any file including User.h. llvm-svn: 51136
-
Dale Johannesen authored
to 64 bits. llvm-svn: 51135
-
Bill Wendling authored
is bitcast to return a floating point value. The result of the instruction may not be used by the program afterwards, and LLVM will happily remove all instructions except the call. But, on some platforms, if a value is returned as a floating point, it may need to be removed from the stack (like x87). Thus, we can't get rid of the bitcast even if there isn't a use of the value. llvm-svn: 51134
-
Dale Johannesen authored
conversion. Try 0x1.0000a4p+0f. Neil, please review. llvm-svn: 51132
-
- May 14, 2008
-
-
Evan Cheng authored
llvm-svn: 51131
-
Chris Lattner authored
llvm-svn: 51130
-
Evan Cheng authored
llvm-svn: 51129
-
Nate Begeman authored
llvm-svn: 51127
-
Evan Cheng authored
llvm-svn: 51126
-
Nate Begeman authored
Add some checks to the new vicmp,vfcmp instructions llvm-svn: 51125
-
Evan Cheng authored
llvm-svn: 51123
-
Dale Johannesen authored
llvm-svn: 51120
-
Dale Johannesen authored
llvm-svn: 51119
-
Dale Johannesen authored
are represented as "weak", but there are subtle differences in some cases on Darwin, so we need both. The intent is that "common" will behave identically to "weak" unless somebody changes their target to do something else. No functional change as yet. llvm-svn: 51118
-
Evan Cheng authored
llvm-svn: 51115
-
Devang Patel authored
Patch by Matthijs Kooijman! llvm-svn: 51114
-
Dan Gohman authored
SETOEQ, is it does with (SETEQ & SETULE), map it to SETEQ. llvm-svn: 51112
-
Devang Patel authored
llvm-svn: 51110
-
Tanya Lattner authored
llvm-svn: 51108
-
Sanjiv Gupta authored
Changed cout to DOUT, and TODOs to FIXMEs. Other changes as per coding conventions. llvm-svn: 51105
-
Roman Levenstein authored
DAG instruction selectors. Introudce a dedicated header file for this part: include/llvm/CodeGen/DAGISelHeader.h TableGen now only generates the include preprocessor directive to include this new header. This is a preparation for supporting multiple implementations of instruction selectors in the future. Reviewed and approved by Evan and Dan. llvm-svn: 51102
-
Argyrios Kyrtzidis authored
llvm-svn: 51100
-
Duncan Sands authored
llvm-svn: 51099
-
Argyrios Kyrtzidis authored
llvm-svn: 51098
-
Arnold Schwaighofer authored
referring to it to LangRef.html. llvm-svn: 51097
-
Sanjiv Gupta authored
Regenerated configure. llvm-svn: 51096
-
Nicolas Geoffray authored
to make the Cpp backend output compilable. llvm-svn: 51095
-
Sanjiv Gupta authored
llvm-svn: 51094
-
Dan Gohman authored
llvm-svn: 51093
-
Evan Cheng authored
llvm-svn: 51092
-
Dan Gohman authored
This eliminates the need for several awkward casts, including the last dynamic_cast under lib/Target. llvm-svn: 51091
-
Dan Gohman authored
llvm-svn: 51090
-
Dan Gohman authored
llvm-svn: 51089
-
Dan Gohman authored
llvm-svn: 51088
-
Dan Gohman authored
llvm-svn: 51087
-
Dan Gohman authored
llvm-svn: 51085
-
Devang Patel authored
llvm-svn: 51084
-