- 932b69f Revert the last patch so that the LLVMGCCDIR environment variable is by Reid Spencer · 20 years ago
- 1ac82ad Remove references to LLVMGCCDIR because it was only used to provide a by Reid Spencer · 20 years ago
- a2dfbf9 Always print out DejagnuTest results to stdout so that it gets emailed to the nightly test manager. Eventually Dejagnu should be merged into the added/removed tests. by Tanya Lattner · 20 years ago
- 2fb645a Portability fix, thanks to Markus F.X.J. Oberhumer. by Chris Lattner · 20 years ago
- fed8a14 Use user time, not wall time, for optimizer time. by Chris Lattner · 20 years ago
- 15653af For PR351: by Reid Spencer · 20 years ago
- 2a3af75 For PR351: libLLVMSupport now depends on libLLVMSystem by Reid Spencer · 20 years ago
- b6a0d35 Test commit by Test Commit · 20 years ago
- ead87b6 For PR387: Make this compile without warning when -Woverloaded-virtual is used. by Reid Spencer · 20 years ago
- 51e615f Revert previous changes to remove -enable-linscan and the *BETA columns of by Reid Spencer · 20 years ago
- 2e4cdbf Rather than break all the nightly test invocations, permit -enable-linscan by Reid Spencer · 20 years ago
- c537224 Remove LLC-BETA and linear scan options as they are no longer reported. by Reid Spencer · 20 years ago
- b8e825b Print out something useful instead of a blank table when the external tests by Reid Spencer · 20 years ago
- edcc6b1 Move the dejagnu section to immediately before the 'trends' section. by Chris Lattner · 20 years ago
- 4b6b44c Remove last remnants of qmtest stuff by Chris Lattner · 20 years ago
- 59a8655 Run dejagnu by default. by Tanya Lattner · 20 years ago
- 056ec06 Removed QMTest functions. The nightly tester no longer runs qmtest. It now runs dejagnu by default and you must turn it off using -nodejagnu. by Tanya Lattner · 20 years ago
- 68fa3cc Removed QMTests as I will be zapping them soon. by John Criswell · 20 years ago
- fdd10b1 Make sure the timing output is also sent to the log file for dejagnu, not by Reid Spencer · 20 years ago
- 4fa5fa8 Change formats, as suggested by Duraid by Chris Lattner · 20 years ago
- 882b8cd Moved dejagnu log link to the template. by Tanya Lattner · 20 years ago
- f35bdc1 Changed to catch stderror of dejagnu and fixed missing quote. by Tanya Lattner · 20 years ago
- 794dae5 Made dejagnu option lower case. by Tanya Lattner · 20 years ago
- 5debe8c Added the ability to run Dejagnu tests. by Tanya Lattner · 20 years ago
- 227b6d0 Fix usage of changed function prototype by Reid Spencer · 20 years ago
- 2e9ac69 * Add support for f2c and the -f2c switch to enable Fortran benchmarks by Misha Brukman · 20 years ago
- 36dc5c7 Adjust to printing user+system times instead of wall times. Run the olden by Chris Lattner · 20 years ago
- 141e3fd Quiet VC++ warnings by Chris Lattner · 20 years ago
- ab9ef2a Fix patterns to match only one-char words. by Vikram S. Adve · 20 years ago
- cc2d1e2 Internalize variable names to prevent recursive assignment. Cleanup docs. by Reid Spencer · 20 years ago
- 65dea6e Print P and [AR] files on update. by Vikram S. Adve · 20 years ago
- cd1e7dd Fix the dependency of lex.o on gram.tab.h by Reid Spencer · 20 years ago
- 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 20 years ago
- 1fca5ff Convert 'struct' to 'class' in various places to adhere to the coding standards by Chris Lattner · 20 years ago
- 20ac4e3 Add EXTRA_DIST for additional files to be distributed. by Reid Spencer · 20 years ago
- 151f8ba New Makefile Features: by Reid Spencer · 20 years ago
- 89e0f74 Make VC happier, patch contributed by Morten Ofstad by Chris Lattner · 20 years ago
- 99a401c Remove double colon rule for gram.tab.h so it doesn't conflict with the by Reid Spencer · 20 years ago
- 40a955a We're not doing automake any more by Reid Spencer · 20 years ago
- 8c2c315 Adjust to changes in Makefile.rules by Reid Spencer · 20 years ago
- cac731e We won't use automake by Reid Spencer · 20 years ago
- 86d341b Initial automake generated Makefile template by Reid Spencer · 20 years ago
- 4c554c5 Add support for undef and unreachable by Chris Lattner · 20 years ago
- 28eefa5 * Factor out (into new fn) a loop emitting operand shifts into the instruction by Misha Brukman · 20 years ago
- 35e83cc * Add option to read isLittleEndianEncoding for InstrInfo classes by Misha Brukman · 20 years ago
- 4523709 Patch to make VS happier, thanks to Morten Ofstad for pointing this out. by Chris Lattner · 20 years ago
- 36a7d90 Updates for changes in Makefile rules. by Reid Spencer · 20 years ago
- 9d990a0 Don't emit the method into the llvm namespace, let the #includer decide where it goes by Chris Lattner · 20 years ago
- 3b7784d Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
- 9f41a5f Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
- 83e9193 Remove unused variable. by Reid Spencer · 20 years ago
- 761e41b Make it so that positional parameters can have spaces in them. by Reid Spencer · 20 years ago
- cf4f810 Properly `quote' names, and don't forget to add the ending quote! by Misha Brukman · 20 years ago
- ef7dd46 Fix usage description typo by Misha Brukman · 20 years ago
- 3326305 Make comment header span the entire line by Misha Brukman · 20 years ago
- 054defa Make these scripts work on SunOS too. by Reid Spencer · 20 years ago
- 953c6fe Correctly parse variant notation by Chris Lattner · 20 years ago
- 560a79f Add initial support for variants. This just parses the new format, no by Chris Lattner · 20 years ago
- 231684a #include DataTypes.h to compile on MinGW, patch by Henrik Bach. by Misha Brukman · 20 years ago
- 7f12bbb * Add `deplibs' keyword for specifying a list of dependent libraries by Misha Brukman · 20 years ago
- 137c8fb Add `deplibs' keyword for specifying a list of dependent libraries by Misha Brukman · 20 years ago
- cdd66b5 Add support for the isLoad and isStore flags, needed by the instruction scheduler by Nate Begeman · 20 years ago
- 5b71d3a Turn the hasDelaySlot flag into the M_DELAY_SLOT_FLAG by Chris Lattner · 20 years ago
- 90c82b9 Touch output files before reading or writing them, so that they are by Brian Gaeke · 20 years ago
- 181e65d Documentation upgrade. by Reid Spencer · 20 years ago
- 9610fc9 Finish the documentation. by Reid Spencer · 20 years ago
- 33709e5 Tighten up the specification of what counts as a code file. The previous by Reid Spencer · 20 years ago
- b27b78f Base the implementation on the llvmdo script so that we only have to by Reid Spencer · 20 years ago
- 8141e37 Fixed to actually work correctly and be the basis for other tools by by Reid Spencer · 20 years ago
- 2ac3f19 Don't count .lo files :) by Chris Lattner · 20 years ago
- 60ec265 Don't include libtool "object" files by Chris Lattner · 20 years ago
- b228657 Revamp the Register class, and allow the use of the RegisterGroup class to by Chris Lattner · 20 years ago
- e993f46 Modify the lines of code counting mechanism to use the new "countloc.sh" by Reid Spencer · 20 years ago
- 65e731d Added a tool to more accurately count the lines of code. The previous by Reid Spencer · 20 years ago
- 214c6d6 Remove double paren use in system() function so that the command line can by Reid Spencer · 20 years ago
- 10ffe01 Make the NightlyTest run tests out of projects/llvm-test instead of by Reid Spencer · 20 years ago
- 40b062f Clean up some "clean:" targets so they use $(VERB) and don't print anything by Reid Spencer · 20 years ago
- 23f7d51 Make tblgen's exception handling a little more robust by printing the by Reid Spencer · 20 years ago
- 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
- 0172d09 Link with LLVMsystem.a for operating system independence. by Reid Spencer · 20 years ago
- debb5f0 RemoveFileOnErrorSignal is now in the llvm::sys namespace. Adjust accordingly. by Reid Spencer · 20 years ago
- 8eecb14 Add the examples directory to these scripts. by Reid Spencer · 20 years ago
- 037d732 Alignment is now in bits. by Chris Lattner · 20 years ago
- 98df506 Make alignment be in bits, just like size is by Chris Lattner · 20 years ago
- 987b5cc Infer the spillsize/alignment of a register based on the register classes by Chris Lattner · 20 years ago
- 5767775 Support "Methods" in register classes in CodgeGenRegisterClass by Chris Lattner · 20 years ago
- 056afef Start parsing register classes into a more structured form by Chris Lattner · 20 years ago
- 7a680c6 Read in declared reg sizes by Chris Lattner · 20 years ago
- 2c38413 Do not #include files into the llvm namespace by Chris Lattner · 20 years ago
- 2669311 Use CodeGenRegister class to make reading in of register information more by Chris Lattner · 20 years ago
- 8dab6ca Add initial support for register and register class representation. by Chris Lattner · 20 years ago
- 59b92ce Remove awareness of isDummyClass by Chris Lattner · 20 years ago
- 6a1e0e6 Include .td and .txt files in the greps. This will allow me to find symbols in by Chris Lattner · 20 years ago
- 175580c Make the AsmWriter a first-class tblgen object. Allow targets to specify by Chris Lattner · 20 years ago
- 9302ba4 Fix minor bug in previous checkin by Chris Lattner · 20 years ago
- 1caef2c change how we invoke the printer. Instead of passing in the MO directly, by Chris Lattner · 20 years ago
- cf03da0 Start parsing more information from the Operand information by Chris Lattner · 20 years ago
- 552a842 Remove special case hacks by Chris Lattner · 20 years ago
- ad346ad Deleted commented-out code as we now get namespace directly, add comments by Misha Brukman · 20 years ago
- e2ba778 Use the target name instead of hard-coding SparcV9. by Misha Brukman · 20 years ago