Age | Commit message (Expand) | Author |
2005-04-22 | Eliminate tabs and trailing spaces | Jeff Cohen |
2005-04-22 | Remove trailing whitespace | Misha Brukman |
2005-04-19 | ignore generated files | Chris Lattner |
2005-04-19 | fix bogus warning | Chris Lattner |
2005-04-19 | Major change to tblgen: instead of resolving values every time a class is | Chris Lattner |
2005-04-19 | implementing shifting of literal integers | Chris Lattner |
2005-04-19 | Add initial lexer and parser support for shifting values. Every use of this | Chris Lattner |
2005-03-17 | spiff up the nightly tester output one more notch | Chris Lattner |
2005-03-16 | Print out who commits and what files were modified at the bottom of the test ... | Chris Lattner |
2005-03-11 | Fix computation of compiled objects, contributed by Vladimir Merzliakov! | Chris Lattner |
2005-03-10 | Replace tabs with spaces, separate function arguments with a space | Misha Brukman |
2005-03-10 | Improve formatting of the sent mail for the dj test results. | Chris Lattner |
2005-02-13 | Include local time on the web page for start/end times. | Chris Lattner |
2005-01-23 | This method takes sys::Path objects now. | Chris Lattner |
2005-01-23 | Drop dead #include | Chris Lattner |
2005-01-23 | The meat of this utility has been moved to FileUtilities, where it can be | Chris Lattner |
2005-01-22 | Minor fix. | Chris Lattner |
2005-01-22 | This is the final big of factoring. This shares cases in suboperand | Chris Lattner |
2005-01-22 | Implement *even more* factoring. In particular, if all of the instruction | Chris Lattner |
2005-01-22 | Refactor code for numbering instructions into CodeGenTarget. | Chris Lattner |
2005-01-22 | Fix VC++ compilation error | Jeff Cohen |
2005-01-22 | Implement factoring of instruction pattern strings. In particular, instead of | Chris Lattner |
2005-01-22 | Fix the ::: problem | Chris Lattner |
2005-01-22 | Minor refactoring, no functionality change. | Chris Lattner |
2005-01-22 | Seperate asmstring parsing from emission. This allows the code to be simpler | Chris Lattner |
2005-01-22 | make double-dollar properly escape asmstrings | Andrew Lenharth |
2005-01-14 | Fix the path from ../lib/Debug to ../Debug/lib per changes to Makefiles. | Reid Spencer |
2005-01-13 | Update the documentation about -enable-llcbeta vs. -enable-linscan | Reid Spencer |
2005-01-12 | Use and print out BuildStatus, we don't always have build errors. | Misha Brukman |
2005-01-11 | No need to repeat the word `build' since it's under `Build status' | Misha Brukman |
2005-01-11 | We don't always have build errors, so call it `status', not `error' | Misha Brukman |
2005-01-08 | rename linscan -> LLCBETA as it should be | Chris Lattner |
2005-01-05 | 1. Make sure that "dot" can be found in the path | Reid Spencer |
2005-01-02 | Expose isConvertibleToThreeAddress and isCommutable bits to the code generator. | Chris Lattner |
2004-12-30 | * Don't include weak definitions as a definition | Reid Spencer |
2004-12-30 | A Perl script to generate an HTML definition list containing the LLVM | Reid Spencer |
2004-12-26 | Revert the last patch so that the LLVMGCCDIR environment variable is | Reid Spencer |
2004-12-24 | Remove references to LLVMGCCDIR because it was only used to provide a | Reid Spencer |
2004-12-17 | Always print out DejagnuTest results to stdout so that it gets emailed to the... | Tanya Lattner |
2004-12-16 | Portability fix, thanks to Markus F.X.J. Oberhumer. | Chris Lattner |
2004-12-14 | Use user time, not wall time, for optimizer time. | Chris Lattner |
2004-12-13 | For PR351: | Reid Spencer |
2004-12-13 | For PR351: libLLVMSupport now depends on libLLVMSystem | Reid Spencer |
2004-12-09 | Test commit | Test Commit |
2004-12-06 | For PR387: | Reid Spencer |
2004-12-06 | Revert previous changes to remove -enable-linscan and the *BETA columns of | Reid Spencer |
2004-12-06 | Rather than break all the nightly test invocations, permit -enable-linscan | Reid Spencer |
2004-12-06 | Remove LLC-BETA and linear scan options as they are no longer reported. | Reid Spencer |
2004-12-04 | Print out something useful instead of a blank table when the external tests | Reid Spencer |
2004-12-04 | Move the dejagnu section to immediately before the 'trends' section. | Chris Lattner |