aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-10-21Add dummy content for libgdbm.Misha Brukman
2003-10-21Fix libm's name to be `libm'Misha Brukman
2003-10-21Fix library name and fix line to fit within 80 columns.Misha Brukman
2003-10-21Add tools-only target, for bootstrapping the C/C++ front end.Brian Gaeke
2003-10-21This was not a lower-switch bug, it was a preselection bugChris Lattner
2003-10-21When linking the runtime libraries, do not link -lc and -lgcc into the librariesChris Lattner
2003-10-21Fix strcpy implementation and trieChris Lattner
2003-10-21Fix the first FIXME in this file: automatically pick a "good"Brian Gaeke
2003-10-21Make sure to add a type for va_next operands, which may not other wiseChris Lattner
2003-10-21Fix problem which effected linking apacheChris Lattner
2003-10-21Hrm, unbreak stuph :(Chris Lattner
2003-10-21Fix preselection/lowerswitches bugChris Lattner
2003-10-21Pull the PHI special case into it's own visit* methodChris Lattner
2003-10-21The lastOp operand is never usedChris Lattner
2003-10-21Add more space!Chris Lattner
2003-10-21Hrm, for some reason, my fingers like typing va_begin. WeirdChris Lattner
2003-10-21Syntax highlight the new operatorsChris Lattner
2003-10-21Update test to new styleChris Lattner
2003-10-21Removed LLVM copyright from sample Makefile.John Criswell
2003-10-21Removed LLVM copyright notice from sample Makefile.John Criswell
2003-10-21Added LLVM copyright notice.John Criswell
2003-10-21Added LLVM copyright header.John Criswell
2003-10-21Preselection is _not_ a basicblock pass, because it adds global variables toChris Lattner
2003-10-21Added LLVM copyright notice.John Criswell
2003-10-21When opcodes like ADD were split into reg. and immed. versions (ADDi and ADDr),Vikram S. Adve
2003-10-21Why does g++ not even generate a warning when you miss a break statement?Vikram S. Adve
2003-10-21Implement the new varargs instructions and intrinsics.Vikram S. Adve
2003-10-21Only fails on the Sparc, only when run via the JIT.Misha Brukman
2003-10-20Added LLVM copyright to Makefiles.John Criswell
2003-10-20Added LLVM copyrights to Makefiles.John Criswell
2003-10-20Added LLVM copyright notice to Makefiles.John Criswell
2003-10-20Add a new mapChris Lattner
2003-10-20Convert this code from using annotations to using a local mapChris Lattner
2003-10-20Goodbye, AddRegNumToValuesBrian Gaeke
2003-10-20Removed extraneous comment line.John Criswell
2003-10-20Remove using declarationChris Lattner
2003-10-20This #include is no longer necessaryChris Lattner
2003-10-20Added LLVM copyright header.John Criswell
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-10-20Oops. Typo.John Criswell
2003-10-20Added LLVM header notice.John Criswell
2003-10-20Fixed the documentation to coincide with the code.Misha Brukman
2003-10-20Added LLVM notice.John Criswell
2003-10-20Made error message more comprehensible.Misha Brukman
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-20"Function"[0] == 'F', not 'M'Chris Lattner
2003-10-20Update release notesChris Lattner
2003-10-20Minor leftover fixups from replaceMachineCodeForFunction () change.Brian Gaeke
2003-10-20fix file headerChris Lattner
2003-10-20fix file headersChris Lattner