Age | Commit message (Expand) | Author |
2003-10-21 | Add dummy content for libgdbm. | Misha Brukman |
2003-10-21 | Fix libm's name to be `libm' | Misha Brukman |
2003-10-21 | Fix library name and fix line to fit within 80 columns. | Misha Brukman |
2003-10-21 | Add tools-only target, for bootstrapping the C/C++ front end. | Brian Gaeke |
2003-10-21 | This was not a lower-switch bug, it was a preselection bug | Chris Lattner |
2003-10-21 | When linking the runtime libraries, do not link -lc and -lgcc into the libraries | Chris Lattner |
2003-10-21 | Fix strcpy implementation and trie | Chris Lattner |
2003-10-21 | Fix the first FIXME in this file: automatically pick a "good" | Brian Gaeke |
2003-10-21 | Make sure to add a type for va_next operands, which may not other wise | Chris Lattner |
2003-10-21 | Fix problem which effected linking apache | Chris Lattner |
2003-10-21 | Hrm, unbreak stuph :( | Chris Lattner |
2003-10-21 | Fix preselection/lowerswitches bug | Chris Lattner |
2003-10-21 | Pull the PHI special case into it's own visit* method | Chris Lattner |
2003-10-21 | The lastOp operand is never used | Chris Lattner |
2003-10-21 | Add more space! | Chris Lattner |
2003-10-21 | Hrm, for some reason, my fingers like typing va_begin. Weird | Chris Lattner |
2003-10-21 | Syntax highlight the new operators | Chris Lattner |
2003-10-21 | Update test to new style | Chris Lattner |
2003-10-21 | Removed LLVM copyright from sample Makefile. | John Criswell |
2003-10-21 | Removed LLVM copyright notice from sample Makefile. | John Criswell |
2003-10-21 | Added LLVM copyright notice. | John Criswell |
2003-10-21 | Added LLVM copyright header. | John Criswell |
2003-10-21 | Preselection is _not_ a basicblock pass, because it adds global variables to | Chris Lattner |
2003-10-21 | Added LLVM copyright notice. | John Criswell |
2003-10-21 | When opcodes like ADD were split into reg. and immed. versions (ADDi and ADDr), | Vikram S. Adve |
2003-10-21 | Why does g++ not even generate a warning when you miss a break statement? | Vikram S. Adve |
2003-10-21 | Implement the new varargs instructions and intrinsics. | Vikram S. Adve |
2003-10-21 | Only fails on the Sparc, only when run via the JIT. | Misha Brukman |
2003-10-20 | Added LLVM copyright to Makefiles. | John Criswell |
2003-10-20 | Added LLVM copyrights to Makefiles. | John Criswell |
2003-10-20 | Added LLVM copyright notice to Makefiles. | John Criswell |
2003-10-20 | Add a new map | Chris Lattner |
2003-10-20 | Convert this code from using annotations to using a local map | Chris Lattner |
2003-10-20 | Goodbye, AddRegNumToValues | Brian Gaeke |
2003-10-20 | Removed extraneous comment line. | John Criswell |
2003-10-20 | Remove using declaration | Chris Lattner |
2003-10-20 | This #include is no longer necessary | Chris Lattner |
2003-10-20 | Added LLVM copyright header. | John Criswell |
2003-10-20 | Added LLVM copyright header (for lack of a better term). | John Criswell |
2003-10-20 | Oops. Typo. | John Criswell |
2003-10-20 | Added LLVM header notice. | John Criswell |
2003-10-20 | Fixed the documentation to coincide with the code. | Misha Brukman |
2003-10-20 | Added LLVM notice. | John Criswell |
2003-10-20 | Made error message more comprehensible. | Misha Brukman |
2003-10-20 | Added 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-20 | Update release notes | Chris Lattner |
2003-10-20 | Minor leftover fixups from replaceMachineCodeForFunction () change. | Brian Gaeke |
2003-10-20 | fix file header | Chris Lattner |
2003-10-20 | fix file headers | Chris Lattner |