- Jun 17, 2011
-
-
Chris Lattner authored
llvm-svn: 133270
-
Chris Lattner authored
llvm-svn: 133269
-
Chris Lattner authored
llvm-svn: 133268
-
Chris Lattner authored
llvm-svn: 133267
-
Chris Lattner authored
to functions and call/invokes, not to types. llvm-svn: 133266
-
Jakub Staszak authored
llvm-svn: 133265
-
Roman Divacky authored
llvm-svn: 133260
-
Rafael Espindola authored
llvm-svn: 133256
-
Rafael Espindola authored
* We should change the generated code because of a debug use. * Avoid creating debug uses of undef, as they become a kill. Test to follow. llvm-svn: 133255
-
Jay Foad authored
llvm-svn: 133254
-
Justin Holewinski authored
* rounding modes for fp add, mul, sub now use .rn * float -> int rounding correctly uses .rzi not .rni * 32bit fdiv for sm13 uses div.rn (instead of div.approx) * 32bit fdiv for sm10 now uses div (instead of div.approx) Approx is not IEEE 754 compatible (and should be optionally set by a flag to the backend instead). The .rn rounding modifier is the PTX default anyway, but it's better to be explicit. All these modifiers should be available by using __fmul_rz functions for example, but support will need to be added for this in the backend. Patch by Dan Bailey llvm-svn: 133253
-
NAKAMURA Takumi authored
config.cache will be used by the person who specifies '-C' to configure. config.cache's inconsistency should be responsible to him. Re-configuration would spend so much on cygming without '-C', esp. cygwin. llvm-svn: 133252
-
Nick Lewycky authored
llvm-svn: 133251
-
Lang Hames authored
Add a hook for PBQP clients to run a custom pre-alloc pass to run prior to PBQP allocation. Patch by Arnaud Allard de Grandmaison. llvm-svn: 133249
-
Chris Lattner authored
needed since llvm-gcc 3.4 days. llvm-svn: 133248
-
Chris Lattner authored
remove asmparser support for the old getresult instruction, which has been subsumed by extractvalue. llvm-svn: 133247
-
Chris Lattner authored
was replaced with return of a "first class aggregate". llvm-svn: 133245
-
Chris Lattner authored
llvm-svn: 133244
-
Chris Lattner authored
syntax and has been long obsolete. As usual, updating the tests is the nasty part of this. llvm-svn: 133242
-
Rafael Espindola authored
be made, but this is already a win. llvm-svn: 133240
-
Jakob Stoklund Olesen authored
The reserved R14-R15 are always saved in the prolog, and using CSRs starting from R13 allows them to be saved in one instruction. Thanks to Anton for explaining this. llvm-svn: 133233
-
Chris Lattner authored
the old malloc/free instructions, and for 'sext' and 'zext' as function attributes (they are spelled signext/zeroext now), and support for result value attributes being specified after a function. Additionally, diagnose invalid attributes on functions with an error message instead of an abort in the verifier. llvm-svn: 133229
-
Chris Lattner authored
are either unreduced or only test old syntax. llvm-svn: 133228
-
Cameron Zwarich authored
tail call pseudoinstruction. This fixes <rdar://problem/9624333>. llvm-svn: 133227
-
Jakob Stoklund Olesen authored
Patch by Richard Smith! llvm-svn: 133220
-
Jakob Stoklund Olesen authored
Also switch the return type to ArrayRef<unsigned> which works out nicely for ARM's implementation of this function because of the clever ArrayRef constructors. The name change indicates that the returned allocation order may contain reserved registers as has been the case for a while. llvm-svn: 133216
-
Jakob Stoklund Olesen authored
In Thumb mode we cannot handle GPR virtual registers, even though some instructions can. When isel is lowering a CopyFromReg, it should limit itself to subclasses of getRegClassFor(VT). <rdar://problem/9624323> llvm-svn: 133210
-
Daniel Dunbar authored
llvm-svn: 133207
-
Daniel Dunbar authored
options just to pass to ld). llvm-svn: 133206
-
Andrew Trick authored
llvm-svn: 133205
-
- Jun 16, 2011
-
-
Jakob Stoklund Olesen authored
No functional change was intended. llvm-svn: 133202
-
Chris Lattner authored
llvm-svn: 133201
-
Andrew Trick authored
Reviewed by chapuni. Sorry for breaking. llvm-svn: 133200
-
Chris Lattner authored
llvm-svn: 133197
-
Chris Lattner authored
llvm-svn: 133195
-
Chris Lattner authored
llvm-svn: 133194
-
Chris Lattner authored
This limits the # address spaces to 2^23, which should be good enough. llvm-svn: 133192
-
Chris Lattner authored
the SubclassData field, saving a word. llvm-svn: 133191
-
Chris Lattner authored
llvm-svn: 133190
-
Nick Lewycky authored
llvm-svn: 133189
-