- Oct 11, 2003
-
-
Brian Gaeke authored
I don't remember precisely what bug this fixed, but I remember that it fixed a bug. Sorry. (I think one of these args had a Funny Shell Character in it, or a space, or something, in my last build, and this seemed like the obvious fix.) llvm-svn: 9044
-
Chris Lattner authored
exception header. This is the final missing piece from the PR#27 puzzle. llvm-svn: 9043
-
- Oct 10, 2003
-
-
Brian Gaeke authored
causing the build of lib/Target/X86 to fail. llvm-svn: 9042
-
John Criswell authored
llvm-svn: 9041
-
John Criswell authored
Remove QMTest python classes which are no longer used. llvm-svn: 9040
-
John Criswell authored
never necessary to do that to denote them as feature tests. Removed the Feature.asm tests as they are the same as the Feature.mc tests. llvm-svn: 9039
-
Brian Gaeke authored
llvm-svn: 9038
-
Brian Gaeke authored
llvm-svn: 9037
-
Brian Gaeke authored
llvm-svn: 9036
-
Brian Gaeke authored
Dead. This is a dead header. It's not pining! It's passed on! This header is no more! It has ceased to be! It's expired and gone to meet its maker! It's a stiff! Bereft of life, it rests in peace! If you hadn't nailed it to the perch it'd be pushing up the daisies! Its metabolic processes are now history! It's off the twig! It's kicked the bucket! It's shuffled off its mortal coil, run down the curtain, and joined the bleeding choir invisibile!! THIS IS AN EX-HEADER!! llvm-svn: 9035
-
John Criswell authored
llvm-svn: 9034
-
Brian Gaeke authored
Include <cstdio> instead of <stdio.h>. llvm-svn: 9033
-
Brian Gaeke authored
llvm-svn: 9032
-
Brian Gaeke authored
llvm-svn: 9031
-
John Criswell authored
Still very rough, IMHO. llvm-svn: 9030
-
Chris Lattner authored
llvm-svn: 9028
-
Misha Brukman authored
llvm-svn: 9027
-
Misha Brukman authored
llvm-svn: 9026
-
Misha Brukman authored
llvm-svn: 9023
-
Misha Brukman authored
* Doxygenified function comments * Added FIXMEs to solicit documentation for other functions llvm-svn: 9022
-
Misha Brukman authored
llvm-svn: 9021
-
Misha Brukman authored
* Wrap code at 80 columns * Ordered includes according to LLVM style guide llvm-svn: 9020
-
Misha Brukman authored
llvm-svn: 9019
-
Misha Brukman authored
llvm-svn: 9018
-
Misha Brukman authored
llvm-svn: 9017
-
Misha Brukman authored
llvm-svn: 9016
-
Brian Gaeke authored
llvm-svn: 9015
-
Brian Gaeke authored
Never call setjmp(), longjmp() or strsignal(). llvm-svn: 9014
-
Brian Gaeke authored
In lookupFunction(): Change to use "F" for Function argument instead of ancient "M". Remove commented-out code. Change to use GetAddressOfSymbol instead of dlsym. llvm-svn: 9013
-
Brian Gaeke authored
llvm-svn: 9012
-
Brian Gaeke authored
llvm-svn: 9011
-
Brian Gaeke authored
llvm-svn: 9010
-
Misha Brukman authored
llvm-svn: 9009
-
Brian Gaeke authored
llvm-svn: 9008
-
Chris Lattner authored
llvm-svn: 9007
-
John Criswell authored
separate document that we will provide to people who request the source. Updated the support architecture information to be a little more precise. Added hyperlinks for all of the tools which are required for building LLVM. This should make it easier for people to find and install these required tools. Italicized some of the "variables" that we use in place of absolute paths. Added the --enable-spec2000 option to the quick start section. Other minor changes/corrections/clarifications. llvm-svn: 9006
-
Chris Lattner authored
llvm-svn: 9004
-
John Criswell authored
Made the "Getting Started Quickly" material its own section. I think this makes the document easier to read. Added bars after every major section heading (to distinguish them more easily from sub-section headings). Renamed C front end to GCC front end, as we now support C and C++. Updated material to reflect the new autoconf-style object root. Added material about the llvm/runtime directory and the fact that you need to install the GCC front end before building LLVM (before, it was optional). llvm-svn: 9003
-
Chris Lattner authored
are ordered by name, not by slot, so the previous solution wasn't any good. On a large testcase, this reduces time to parse from 2.17s to 1.58s. llvm-svn: 9002
-
Chris Lattner authored
llvm-svn: 9001
-