| Commit message (Expand) | Author | Age | Files | Lines |
* | Be picky | Chris Lattner | 2004-08-01 | 1 | -1/+5 |
* | Instructions no longer need to have names. | Chris Lattner | 2004-08-01 | 1 | -1/+6 |
* | Add support for asm printing machine instructions that have operands. | Chris Lattner | 2004-08-01 | 1 | -2/+48 |
* | Parse the operand list of the instruction. We currently support register and... | Chris Lattner | 2004-08-01 | 3 | -7/+54 |
* | Initial cut at an asm writer emitter. So far, this only handles emission of | Chris Lattner | 2004-08-01 | 4 | -3/+99 |
* | Add, and start using, the CodeGenInstruction class. This class represents | Chris Lattner | 2004-08-01 | 5 | -47/+144 |
* | Rename CodeGenWrappers.(cpp|h) -> CodeGenTarget.(cpp|h) | Chris Lattner | 2004-08-01 | 8 | -181/+13 |
* | Finegrainify namespacification | Chris Lattner | 2004-08-01 | 9 | -49/+26 |
* | Support new flag | Chris Lattner | 2004-07-31 | 1 | -0/+1 |
* | Fix the nightly tester to default to using gnuplot in /usr/bin | Chris Lattner | 2004-07-27 | 1 | -1/+1 |
* | Ugh, the upgrade of zion brought in GCC 3.3.2, our arch nemesis. | Chris Lattner | 2004-07-27 | 1 | -0/+2 |
* | Implement test/Regression/TableGen/ListSlices.td | Chris Lattner | 2004-07-27 | 2 | -29/+142 |
* | Add initial support for list slices. This currently allows you to do stuff | Chris Lattner | 2004-07-26 | 3 | -16/+65 |
* | A utility to run an arbitrary program on each of the LLVM source files. | Reid Spencer | 2004-07-26 | 1 | -0/+31 |
* | Change column name | Chris Lattner | 2004-07-23 | 1 | -3/+3 |
* | Remove some abandoned code that was never finished. If needed in the future | Chris Lattner | 2004-07-22 | 3 | -521/+1 |
* | Passing integer 0 in for a pointer value doesn't work on IA64. Fix this | Chris Lattner | 2004-07-16 | 1 | -1/+1 |
* | Make tblgen not try to be smart. This is better handled in makefiles if | Chris Lattner | 2004-07-13 | 1 | -14/+3 |
* | Fix some thinkos in the script (error handling, proper argument handling). | Reid Spencer | 2004-07-07 | 1 | -2/+4 |
* | Change the "rotate by 90" xtics specification to just "rotate" which is | Reid Spencer | 2004-07-06 | 1 | -7/+7 |
* | Caused the labels on the small plots to be drawn vertically instead of | Reid Spencer | 2004-07-05 | 1 | -0/+28 |
* | Fix relative links for nightly testers not hosted on llvm.cs. | Chris Lattner | 2004-06-25 | 1 | -2/+2 |
* | Don't try to run qmtests if we fail to build the tree. The qmtests (at | Brian Gaeke | 2004-06-25 | 1 | -0/+2 |
* | Move the tests for readability of the template and gnuplot files so they | Reid Spencer | 2004-06-23 | 1 | -11/+11 |
* | Added a -noexternals options to avoid performing the externals tests on | Reid Spencer | 2004-06-23 | 1 | -5/+17 |
* | Make sure GetRegEx returns something gnuplot can deal with (a number, not | Reid Spencer | 2004-06-23 | 1 | -1/+1 |
* | - Added the -nice option for nicing the build processes. | Reid Spencer | 2004-06-22 | 1 | -152/+201 |
* | Added start time, finish time, and platform (uname -a output) information | Reid Spencer | 2004-06-22 | 1 | -1/+6 |
* | Removed extra href close tag | Tanya Lattner | 2004-06-22 | 1 | -1/+1 |
* | Handle shifts >= 32 bits. | Misha Brukman | 2004-06-21 | 1 | -2/+2 |
* | Move the IntrinsicLowering header into the CodeGen directory, as per PR346 | Chris Lattner | 2004-06-20 | 1 | -1/+1 |
* | Make fpcmp handle running off of the beginning or end of the file correctly. | Chris Lattner | 2004-06-20 | 1 | -3/+35 |
* | A utility to search the LLVM source tree for a grep pattern. This is a | Reid Spencer | 2004-06-19 | 1 | -0/+22 |
* | Make header comment fit within 80 cols. | Misha Brukman | 2004-06-17 | 1 | -1/+1 |
* | The correct prototype is `int atoi(CONST char*)'. Unbroke AIX build. | Misha Brukman | 2004-06-14 | 1 | -1/+1 |
* | Get rid of "might be uninitialized" warnings when compiling with GCC 3.3.2 | Reid Spencer | 2004-06-13 | 1 | -1/+1 |
* | Don't trim @PrevDays (causing an error) if it isn't long enough. | Brian Gaeke | 2004-06-11 | 1 | -1/+3 |
* | Add two options to the program: | Reid Spencer | 2004-06-11 | 1 | -1/+8 |
* | Allow dates with slashes in them in $DateRE. | Brian Gaeke | 2004-06-10 | 1 | -1/+2 |
* | Columnized the compilation statistics for easier reading. | Reid Spencer | 2004-06-09 | 1 | -14/+11 |
* | Fix the really bizarre stuff that happened last night in the tester | Chris Lattner | 2004-06-09 | 1 | -2/+14 |
* | Regularize title of Regression Test section. Clean up some blank space. | Reid Spencer | 2004-06-09 | 1 | -4/+2 |
* | * Fix indentation of Regression Test Results by making sure the | Reid Spencer | 2004-06-08 | 1 | -4/+10 |
* | Emit a more sensible error message if no subclasses of Target are defined. | Misha Brukman | 2004-06-04 | 2 | -0/+4 |
* | Honor DISABLE_CBE, etc., even when doing the "running tests" (i.e., Olden) | Brian Gaeke | 2004-06-04 | 1 | -1/+1 |
* | Allow script to set configure args. | Brian Gaeke | 2004-06-03 | 1 | -3/+10 |
* | Add -disable-codegen option to disable LLC and JIT targets | Chris Lattner | 2004-06-03 | 1 | -5/+7 |
* | Align the lower portion of the page with the left margin so that the page | Reid Spencer | 2004-05-31 | 1 | -2/+2 |
* | Clean up the Feature and Regression test output to (a) use section headers, | Reid Spencer | 2004-05-31 | 1 | -10/+35 |
* | Make the Regression/Feature test support excise all ": PASS" lines that | Reid Spencer | 2004-05-30 | 1 | -2/+7 |