- Dec 28, 2005
-
-
Duraid Madina authored
llvm-svn: 25033
-
Duraid Madina authored
llvm-svn: 25032
-
Duraid Madina authored
llvm-svn: 25031
-
Duraid Madina authored
llvm-svn: 25030
-
- Dec 27, 2005
-
-
Duraid Madina authored
llvm-svn: 25029
-
Duraid Madina authored
llvm-svn: 25028
-
Duraid Madina authored
args >8 put into the wrong place llvm-svn: 25027
-
Andrew Lenharth authored
llvm-svn: 25026
-
Andrew Lenharth authored
llvm-svn: 25025
-
Chris Lattner authored
llvm-svn: 25024
-
- Dec 26, 2005
-
-
Duraid Madina authored
llvm-svn: 25023
-
Duraid Madina authored
llvm-svn: 25022
-
Duraid Madina authored
llvm-svn: 25021
-
Duraid Madina authored
and unordered_map to make it into the standard) Hurry up, JTC1 SC22 WG21 Library Working Group! llvm-svn: 25020
-
Duraid Madina authored
llvm-svn: 25019
-
Duraid Madina authored
llvm-svn: 25018
-
Evan Cheng authored
Currently tblgen cannot tell which operands in the operand list are results so it assumes the first one is a result. This is bad. Ideally we would fix this by separating results from inputs, e.g. (res R32:$dst), (ops R32:$src1, R32:$src2). But that's a more distruptive change. Adding 'let noResults = 1' is the workaround to tell tblgen that the instruction does not produces a result. It works for now since tblgen does not support instructions which produce multiple results. llvm-svn: 25017
-
Duraid Madina authored
llvm-svn: 25016
-
Duraid Madina authored
llvm-svn: 25015
-
Duraid Madina authored
llvm-svn: 25014
-
Duraid Madina authored
the bzip2 homepage, only ancient (gcc 2.7.x ?) versions of GCC require this? It certainly isn't needed for the current bzip2 sources. llvm-svn: 25013
-
Duraid Madina authored
to try building LLVM on HP-UX! (the Right Way seems to be to tear out the ancient STL that HP ship and use http://incubator.apache.org/stdcxx/ ) llvm-svn: 25012
-
- Dec 25, 2005
-
-
Andrew Lenharth authored
llvm-svn: 25011
-
Duraid Madina authored
llvm-svn: 25010
-
Duraid Madina authored
llvm-svn: 25009
-
Andrew Lenharth authored
llvm-svn: 25008
-
Andrew Lenharth authored
llvm-svn: 25007
-
Andrew Lenharth authored
Alpha needs to custom lower *DIV and *REM llvm-svn: 25006
-
Andrew Lenharth authored
llvm-svn: 25005
-
- Dec 24, 2005
-
-
Evan Cheng authored
llvm-svn: 25004
-
Andrew Lenharth authored
are for function prologue. TODO: move external symbols over to using RelLit. : have a pattern that matches constpool|globaladdr : have a pattern that matches (add x imm) -> x, imm or (...) -> ..., 0 llvm-svn: 25003
-
Andrew Lenharth authored
supported. This almost completes memory operations. llvm-svn: 25002
-
Andrew Lenharth authored
Lower GOT relative addresses to Lo and HI. Update both ISels to select them when they can. Saves instructions here and there. llvm-svn: 25001
-
Andrew Lenharth authored
llvm-svn: 25000
-
Nate Begeman authored
constant offsets from statics into the address arithmetic. llvm-svn: 24999
-
- Dec 23, 2005
-
-
Reid Spencer authored
Don't install contents of CVS directories and don't double install when srcdir == objdir. llvm-svn: 24998
-
Evan Cheng authored
* Added a pseudo instruction (for each target) that represent "return void". This is a workaround for lack of optional flag operand (return void is not lowered so it does not have a flag operand.) llvm-svn: 24997
-
Evan Cheng authored
support which is fragile. * Fixed a number of bugs. llvm-svn: 24996
-
Jim Laskey authored
llvm-svn: 24995
-
Chris Lattner authored
llvm-svn: 24994
-