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