- Mar 11, 2008
-
-
Evan Cheng authored
llvm-svn: 48246
-
Dan Gohman authored
llvm-svn: 48245
-
Dan Gohman authored
llvm-svn: 48244
-
Chris Lattner authored
works, but probably won't if you mix it with 't' or 'u' yet. llvm-svn: 48243
-
Ted Kremenek authored
llvm-svn: 48242
-
Chris Lattner authored
llvm-svn: 48241
-
Chris Lattner authored
llvm-svn: 48240
-
Chris Lattner authored
llvm-svn: 48239
-
Ted Kremenek authored
llvm-svn: 48238
-
Ted Kremenek authored
object to pretty-print the component of a state that is specific to a checker. llvm-svn: 48237
-
Ted Kremenek authored
nodes to use a trim sources. llvm-svn: 48236
-
Steve Naroff authored
llvm-svn: 48235
-
Ted Kremenek authored
llvm-svn: 48234
-
Devang Patel authored
llvm-svn: 48233
-
Dale Johannesen authored
and has been removed. llvm-svn: 48232
-
Ted Kremenek authored
llvm-svn: 48231
-
Steve Naroff authored
llvm-svn: 48230
-
Devang Patel authored
llvm-svn: 48229
-
Devang Patel authored
Right now, the pass does not optimize tail recursions involving multiple return values. llvm-svn: 48228
-
Devang Patel authored
llvm-svn: 48227
-
Dan Gohman authored
add(Pass *) as a pure virtual member function. This will allow all the various addPassesTo* functions in LLVM to avoid hard-coding what type of PassManager is used. llvm-svn: 48226
-
Dan Gohman authored
llvm-svn: 48225
-
Christopher Lamb authored
llvm-svn: 48224
-
Christopher Lamb authored
llvm-svn: 48223
-
Christopher Lamb authored
llvm-svn: 48222
-
Evan Cheng authored
llvm-svn: 48221
-
Evan Cheng authored
If there are multiple register classes that a register belongs to, return the super-class (e.g. on x86, returns GR32, not GR32_). llvm-svn: 48220
-
Evan Cheng authored
llvm-svn: 48219
-
Evan Cheng authored
When the register allocator runs out of registers, spill a physical register around the def's and use's of the interval being allocated to make it possible for the interval to target a register and spill it right away and restore a register for uses. This likely generates terrible code but is before than aborting. llvm-svn: 48218
-
Evan Cheng authored
llvm-svn: 48217
-
Evan Cheng authored
llvm-svn: 48216
-
Duncan Sands authored
enhancements. llvm-svn: 48215
-
Ted Kremenek authored
llvm-svn: 48214
-
Chris Lattner authored
into: _test: fldz ret instead of: _test: subl $12, %esp #IMPLICIT_DEF %xmm0 movsd %xmm0, (%esp) fldl (%esp) addl $12, %esp ret llvm-svn: 48213
-
Nick Lewycky authored
llvm-svn: 48212
-
Devang Patel authored
llvm-svn: 48211
-
Devang Patel authored
llvm-svn: 48210
-
Chris Lattner authored
RET instruction instead of using FpSET_ST0_32. This also generalizes the code to handling returning of multiple FP results. llvm-svn: 48209
-
Chris Lattner authored
llvm-svn: 48208
-
Dan Gohman authored
llvm-svn: 48207
-