- May 18, 2005
-
-
John Criswell authored
llvm-svn: 22122
-
John Criswell authored
llvm-svn: 22120
-
Chris Lattner authored
llvm-svn: 22113
-
- May 17, 2005
-
-
Misha Brukman authored
llvm-svn: 22101
-
Reid Spencer authored
llvm-svn: 22100
-
Misha Brukman authored
* Tersify wording llvm-svn: 22099
-
Misha Brukman authored
llvm-svn: 22098
-
Misha Brukman authored
llvm-svn: 22097
-
- May 16, 2005
-
-
Reid Spencer authored
llvm-svn: 22096
-
Reid Spencer authored
llvm-svn: 22094
-
Reid Spencer authored
accident so now I'm correcting it. The script is userloc.pl not userloc.html llvm-svn: 22093
-
Reid Spencer authored
that it can properly link to the CSS stylesheet and images. llvm-svn: 22092
-
Reid Spencer authored
user has checked in (not necessarily authored) based on cvs annotate. llvm-svn: 22091
-
Reid Spencer authored
llvm-svn: 22090
-
Chris Lattner authored
llvm-svn: 22088
-
Chris Lattner authored
llvm-svn: 22087
-
Chris Lattner authored
llvm-svn: 22086
-
Duraid Madina authored
changes to me) - not committing autoconf/configure.ac (oops, already committed that!) - not committing include/llvm/Config/config.h.in (it remains unchanged) llvm-svn: 22085
-
Chris Lattner authored
llvm-svn: 22084
-
John Criswell authored
Added a note about how getelementptr can be used to index into structures or arrays. Fixed some typos, spelling, etc. llvm-svn: 22083
-
Chris Lattner authored
llvm-svn: 22082
-
Duraid Madina authored
llvm-svn: 22081
-
Chris Lattner authored
llvm-svn: 22080
-
Duraid Madina authored
can't patch it up for c++ (works in C though) llvm-svn: 22079
-
Duraid Madina authored
llvm-svn: 22078
-
Duraid Madina authored
llvm-svn: 22077
-
Chris Lattner authored
llvm-svn: 22076
-
Chris Lattner authored
llvm-svn: 22075
-
Reid Spencer authored
simplify-libcalls pass (pass now computes it without a call to ffsll). llvm-svn: 22074
-
- May 15, 2005
-
-
Chris Lattner authored
llvm-svn: 22073
-
Reid Spencer authored
previous revision. llvm-svn: 22072
-
Chris Lattner authored
llvm-svn: 22071
-
Reid Spencer authored
not reason to include it for other front ends. llvm-svn: 22070
-
Reid Spencer authored
ffs(x) -> (x == 0 ? 0 : llvm.cttz(0)+1) llvm-svn: 22069
-
Reid Spencer authored
ffs(x) -> (x == 0 ? 0 : 1+llvm.cttz(x)) llvm-svn: 22068
-
Chris Lattner authored
in the LLVM code generator sense (they are calls). Don't mark them as such, which fixes the regressions on the ppc tester last night llvm-svn: 22065
-
Chris Lattner authored
llvm-svn: 22064
-
Chris Lattner authored
llvm-svn: 22061
-
Chris Lattner authored
llvm-svn: 22060
-
Chris Lattner authored
llvm-svn: 22059
-