- Jan 04, 2006
-
-
Chris Lattner authored
llvm-svn: 25078
-
Chris Lattner authored
llvm-svn: 25077
-
Chris Lattner authored
llvm-svn: 25074
-
Chris Lattner authored
llvm-svn: 25073
-
Chris Lattner authored
llvm-svn: 25072
-
Chris Lattner authored
llvm-svn: 25071
-
- Jan 03, 2006
-
-
Chris Lattner authored
read the code. Do not internalize debugger anchors. llvm-svn: 25067
-
Chris Lattner authored
llvm-svn: 25066
-
Chris Lattner authored
GDB use tolerable llvm-svn: 25064
-
Chris Lattner authored
llvm-svn: 25063
-
Chris Lattner authored
the default aa impl results. llvm-svn: 25062
-
- Jan 02, 2006
-
-
Andrew Lenharth authored
llvm-svn: 25060
-
- Jan 01, 2006
-
-
Chris Lattner authored
llvm-svn: 25059
-
Andrew Lenharth authored
llvm-svn: 25058
-
Andrew Lenharth authored
Move brcond over and fix some imm patterns. This may be the last change before changing the default alpha isel. llvm-svn: 25057
-
Andrew Lenharth authored
llvm-svn: 25055
-
- Dec 30, 2005
-
-
Chris Lattner authored
"All this should do is create what will eventually be the specialised passmanagers. Currently, the templates are inheriting them, once the template specialisations' methods have been absorbed, patches submitted method by method. I'll nuke the specialisations and have the new objects inherit directly from passmanagert, and sanitise the world of all references to templates. " llvm-svn: 25053
-
Andrew Lenharth authored
llvm-svn: 25047
-
Nate Begeman authored
llvm-svn: 25046
-
Nate Begeman authored
llvm-svn: 25045
-
Nate Begeman authored
drop it on the floor. llvm-svn: 25044
-
- Dec 29, 2005
-
-
Duraid Madina authored
llvm-svn: 25041
-
Andrew Lenharth authored
let us get some do what I meant not what I said stuff checked in. You would think the alpha backend would be 64bit clean llvm-svn: 25040
-
Andrew Lenharth authored
llvm-svn: 25039
-
- Dec 28, 2005
-
-
Duraid Madina authored
llvm-svn: 25034
-
Duraid Madina authored
llvm-svn: 25031
-
Duraid Madina authored
llvm-svn: 25030
-
- Dec 27, 2005
-
-
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
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: 25015
-
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
-