- Aug 05, 2009
-
-
David Greene authored
Fix some column padding bugs, reorganize things as suggested by Chris and eliminate complexity. Yay! llvm-svn: 78243
-
Chris Lattner authored
llvm-svn: 78242
-
Dan Gohman authored
just argv[0]. And remove the code for searching the current working directory and for searching PATH; the point of FindExecutable is not to find whatever version of the executable can be found by searching around, but to find an executable that accompanies the current executable. Update the tools to use sys::Program::FindProgramByName when they want PATH searching. llvm-svn: 78240
-
Dan Gohman authored
llvm-svn: 78239
-
Anton Korobeynikov authored
hardfloat case. llvm-svn: 78237
-
Dan Gohman authored
a superset relation. This code wants to test the regular superset relation. llvm-svn: 78236
-
Anton Korobeynikov authored
llvm-svn: 78232
-
Anton Korobeynikov authored
Patch by Sandeep Patel! llvm-svn: 78225
-
Owen Anderson authored
llvm-svn: 78221
-
Andrew Lenharth authored
llvm-svn: 78220
-
Daniel Dunbar authored
llvm-svn: 78219
-
Dan Gohman authored
PR4572. A few tests have some minor code regressions due to different coalescing. llvm-svn: 78217
-
Bob Wilson authored
llvm-svn: 78216
-
Dan Gohman authored
llvm-svn: 78215
-
Anton Korobeynikov authored
llvm-svn: 78212
-
Dan Gohman authored
llvm-svn: 78211
-
David Goodwin authored
llvm-svn: 78209
-
Devang Patel authored
llvm-svn: 78207
-
Anton Korobeynikov authored
Patch by Neale Ferguson! llvm-svn: 78203
-
Benjamin Kramer authored
llvm-svn: 78202
-
David Goodwin authored
llvm-svn: 78200
-
Daniel Dunbar authored
- Part of optimal static profiling patch sequence by Andreas Neustifter. llvm-svn: 78199
-
Anton Korobeynikov authored
llvm-svn: 78191
-
Andrew Lenharth authored
llvm-svn: 78189
-
Anton Korobeynikov authored
llvm-svn: 78182
-
Anton Korobeynikov authored
llvm-svn: 78181
-
Anton Korobeynikov authored
Patch by Sandeep Patel llvm-svn: 78180
-
Evan Cheng authored
llvm-svn: 78179
-
Evan Cheng authored
After coalescing reg1027's def and kill are both at the same point: %reg1027,0.000000e+00 = [56,814:0) 0@70-(814) bb5: 60 %reg1027<def> = t2MOVr %reg1027, 14, %reg0, %reg0 68 %reg1027<def> = t2LDRi12 %reg1027<kill>, 8, 14, %reg0 76 t2CMPzri %reg1038<kill,undef>, 0, 14, %reg0, %CPSR<imp-def> 84 %reg1027<def> = t2MOVr %reg1027, 14, %reg0, %reg0 96 t2Bcc mbb<bb5,0x2030910>, 1, %CPSR<kill> Do not remove the kill marker on t2LDRi12. llvm-svn: 78178
-
Bruno Cardoso Lopes authored
llvm-svn: 78177
-
Bruno Cardoso Lopes authored
a dirty hack and isn't need anymore since the last x86 code emitter patch) - Add a target-dependent modifier to addend calculation - Use R_X86_64_32S relocation for X86::reloc_absolute_word_sext - Use getELFSectionFlags whenever possible - fix getTextSection to use TLOF and emit the right text section - Handle global emission for static ctors, dtors and Type::PointerTyID - Some minor fixes llvm-svn: 78176
-
Evan Cheng authored
llvm-svn: 78175
-
Chris Lattner authored
llvm-svn: 78169
-
Dan Gohman authored
MMX arguments. This fixes PR4684. llvm-svn: 78163
-
Chris Lattner authored
them in the verifier. llvm-svn: 78160
-
Andreas Bolka authored
llvm-svn: 78157
-
Chris Lattner authored
getKindForGlobal. llvm-svn: 78156
-
Andreas Bolka authored
We can not simply apply ZIV testing to the pointer offsets, as this would incorrectly return independence for e.g. (GEP x,0,i; GEP x,1,-i). llvm-svn: 78155
-
Chris Lattner authored
llvm-svn: 78154
-
Evan Cheng authored
llvm-svn: 78151
-