2005-01-23 |
Chris Lattner | This method takes sys::Path objects now. |
tree | commitdiff |
2005-01-23 |
Chris Lattner | Drop dead #include |
tree | commitdiff |
2005-01-23 |
Chris Lattner | The meat of this utility has been moved to FileUtilitie... |
tree | commitdiff |
2005-01-22 |
Chris Lattner | Minor fix. |
tree | commitdiff |
2005-01-22 |
Chris Lattner | This is the final big of factoring. This shares cases... |
tree | commitdiff |
2005-01-22 |
Chris Lattner | Implement *even more* factoring. In particular, if... |
tree | commitdiff |
2005-01-22 |
Chris Lattner | Refactor code for numbering instructions into CodeGenTa... |
tree | commitdiff |
2005-01-22 |
Jeff Cohen | Fix VC++ compilation error |
tree | commitdiff |
2005-01-22 |
Chris Lattner | Implement factoring of instruction pattern strings... |
tree | commitdiff |
2005-01-22 |
Chris Lattner | Fix the ::: problem |
tree | commitdiff |
2005-01-22 |
Chris Lattner | Minor refactoring, no functionality change. |
tree | commitdiff |
2005-01-22 |
Chris Lattner | Seperate asmstring parsing from emission. This allows... |
tree | commitdiff |
2005-01-22 |
Andrew Lenharth | make double-dollar properly escape asmstrings |
tree | commitdiff |
2005-01-14 |
Reid Spencer | Fix the path from ../lib/Debug to ../Debug/lib per... |
tree | commitdiff |
2005-01-13 |
Reid Spencer | Update the documentation about -enable-llcbeta vs.... |
tree | commitdiff |
2005-01-12 |
Misha Brukman | Use and print out BuildStatus, we don't always have... |
tree | commitdiff |
2005-01-11 |
Misha Brukman | No need to repeat the word `build' since it's under... |
tree | commitdiff |
2005-01-11 |
Misha Brukman | We don't always have build errors, so call it `status... |
tree | commitdiff |
2005-01-08 |
Chris Lattner | rename linscan -> LLCBETA as it should be |
tree | commitdiff |
2005-01-05 |
Reid Spencer | 1. Make sure that "dot" can be found in the path |
tree | commitdiff |
2005-01-02 |
Chris Lattner | Expose isConvertibleToThreeAddress and isCommutable... |
tree | commitdiff |
2004-12-30 |
Reid Spencer | * Don't include weak definitions as a definition |
tree | commitdiff |
2004-12-30 |
Reid Spencer | A Perl script to generate an HTML definition list conta... |
tree | commitdiff |
2004-12-26 |
Reid Spencer | Revert the last patch so that the LLVMGCCDIR environmen... |
tree | commitdiff |
2004-12-24 |
Reid Spencer | Remove references to LLVMGCCDIR because it was only... |
tree | commitdiff |
2004-12-17 |
Tanya Lattner | Always print out DejagnuTest results to stdout so that... |
tree | commitdiff |
2004-12-16 |
Chris Lattner | Portability fix, thanks to Markus F.X.J. Oberhumer. |
tree | commitdiff |
2004-12-14 |
Chris Lattner | Use user time, not wall time, for optimizer time. |
tree | commitdiff |
2004-12-13 |
Reid Spencer | For PR351: |
tree | commitdiff |
2004-12-13 |
Reid Spencer | For PR351: libLLVMSupport now depends on libLLVMSystem |
tree | commitdiff |
2004-12-09 |
Test Commit | Test commit |
tree | commitdiff |
2004-12-06 |
Reid Spencer | For PR387: |
tree | commitdiff |
2004-12-06 |
Reid Spencer | Revert previous changes to remove -enable-linscan and... |
tree | commitdiff |
2004-12-06 |
Reid Spencer | Rather than break all the nightly test invocations... |
tree | commitdiff |
2004-12-06 |
Reid Spencer | Remove LLC-BETA and linear scan options as they are... |
tree | commitdiff |
2004-12-04 |
Reid Spencer | Print out something useful instead of a blank table... |
tree | commitdiff |
2004-12-04 |
Chris Lattner | Move the dejagnu section to immediately before the... |
tree | commitdiff |
2004-12-04 |
Chris Lattner | Remove last remnants of qmtest stuff |
tree | commitdiff |
2004-12-04 |
Tanya Lattner | Run dejagnu by default. |
tree | commitdiff |
2004-12-04 |
Tanya Lattner | Removed QMTest functions. The nightly tester no longer... |
tree | commitdiff |
2004-12-03 |
John Criswell | Removed QMTests as I will be zapping them soon. |
tree | commitdiff |
2004-11-23 |
Reid Spencer | Make sure the timing output is also sent to the log... |
tree | commitdiff |
2004-11-23 |
Chris Lattner | Change formats, as suggested by Duraid |
tree | commitdiff |
2004-11-22 |
Tanya Lattner | Moved dejagnu log link to the template. |
tree | commitdiff |
2004-11-22 |
Tanya Lattner | Changed to catch stderror of dejagnu and fixed missing... |
tree | commitdiff |
2004-11-21 |
Tanya Lattner | Made dejagnu option lower case. |
tree | commitdiff |
2004-11-21 |
Tanya Lattner | Added the ability to run Dejagnu tests. |
tree | commitdiff |
2004-11-14 |
Reid Spencer | Fix usage of changed function prototype |
tree | commitdiff |
2004-11-08 |
Misha Brukman | * Add support for f2c and the -f2c switch to enable... |
tree | commitdiff |
2004-11-06 |
Chris Lattner | Adjust to printing user+system times instead of wall... |
tree | commitdiff |
2004-11-05 |
Chris Lattner | Quiet VC++ warnings |
tree | commitdiff |
2004-10-30 |
Vikram S. Adve | Fix patterns to match only one-char words. |
tree | commitdiff |
2004-10-30 |
Reid Spencer | Internalize variable names to prevent recursive assignm... |
tree | commitdiff |
2004-10-29 |
Vikram S. Adve | Print P and [AR] files on update. |
tree | commitdiff |
2004-10-28 |
Reid Spencer | Fix the dependency of lex.o on gram.tab.h |
tree | commitdiff |
2004-10-27 |
Reid Spencer | Change Library Names Not To Conflict With Others When... |
tree | commitdiff |
2004-10-27 |
Chris Lattner | Convert 'struct' to 'class' in various places to adhere... |
tree | commitdiff |
2004-10-26 |
Reid Spencer | Add EXTRA_DIST for additional files to be distributed. |
tree | commitdiff |
2004-10-25 |
Reid Spencer | New Makefile Features: |
tree | commitdiff |
2004-10-23 |
Chris Lattner | Make VC happier, patch contributed by Morten Ofstad |
tree | commitdiff |
2004-10-22 |
Reid Spencer | Remove double colon rule for gram.tab.h so it doesn... |
tree | commitdiff |
2004-10-22 |
Reid Spencer | We're not doing automake any more |
tree | commitdiff |
2004-10-22 |
Reid Spencer | Adjust to changes in Makefile.rules |
tree | commitdiff |
2004-10-22 |
Reid Spencer | We won't use automake |
tree | commitdiff |
2004-10-18 |
Reid Spencer | Initial automake generated Makefile template |
tree | commitdiff |
2004-10-16 |
Chris Lattner | Add support for undef and unreachable |
tree | commitdiff |
2004-10-14 |
Misha Brukman | * Factor out (into new fn) a loop emitting operand... |
tree | commitdiff |
2004-10-14 |
Misha Brukman | * Add option to read isLittleEndianEncoding for InstrIn... |
tree | commitdiff |
2004-10-13 |
Chris Lattner | Patch to make VS happier, thanks to Morten Ofstad for... |
tree | commitdiff |
2004-10-13 |
Reid Spencer | Updates for changes in Makefile rules. |
tree | commitdiff |
2004-10-12 |
Chris Lattner | Don't emit the method into the llvm namespace, let... |
tree | commitdiff |
2004-10-10 |
Reid Spencer | Initial version of automake Makefile.am file. |
tree | commitdiff |
2004-10-10 |
Reid Spencer | Initial version of automake Makefile.am file. |
tree | commitdiff |
2004-10-08 |
Reid Spencer | Remove unused variable. |
tree | commitdiff |
2004-10-08 |
Reid Spencer | Make it so that positional parameters can have spaces... |
tree | commitdiff |
2004-10-08 |
Misha Brukman | Properly `quote' names, and don't forget to add the... |
tree | commitdiff |
2004-10-08 |
Misha Brukman | Fix usage description typo |
tree | commitdiff |
2004-10-08 |
Misha Brukman | Make comment header span the entire line |
tree | commitdiff |
2004-10-07 |
Reid Spencer | Make these scripts work on SunOS too. |
tree | commitdiff |
2004-10-03 |
Chris Lattner | Correctly parse variant notation |
tree | commitdiff |
2004-10-03 |
Chris Lattner | Add initial support for variants. This just parses... |
tree | commitdiff |
2004-09-30 |
Misha Brukman | #include DataTypes.h to compile on MinGW, patch by... |
tree | commitdiff |
2004-09-28 |
Misha Brukman | * Add `deplibs' keyword for specifying a list of depend... |
tree | commitdiff |
2004-09-28 |
Misha Brukman | Add `deplibs' keyword for specifying a list of dependen... |
tree | commitdiff |
2004-09-28 |
Nate Begeman | Add support for the isLoad and isStore flags, needed... |
tree | commitdiff |
2004-09-28 |
Chris Lattner | Turn the hasDelaySlot flag into the M_DELAY_SLOT_FLAG |
tree | commitdiff |
2004-09-28 |
Brian Gaeke | Touch output files before reading or writing them,... |
tree | commitdiff |
2004-09-20 |
Reid Spencer | Documentation upgrade. |
tree | commitdiff |
2004-09-20 |
Reid Spencer | Finish the documentation. |
tree | commitdiff |
2004-09-20 |
Reid Spencer | Tighten up the specification of what counts as a code... |
tree | commitdiff |
2004-09-20 |
Reid Spencer | Base the implementation on the llvmdo script so that... |
tree | commitdiff |
2004-09-20 |
Reid Spencer | Fixed to actually work correctly and be the basis for... |
tree | commitdiff |
2004-09-20 |
Chris Lattner | Don't count .lo files :) |
tree | commitdiff |
2004-09-18 |
Chris Lattner | Don't include libtool "object" files |
tree | commitdiff |
2004-09-14 |
Chris Lattner | Revamp the Register class, and allow the use of the... |
tree | commitdiff |
2004-09-06 |
Reid Spencer | Modify the lines of code counting mechanism to use... |
tree | commitdiff |
2004-09-06 |
Reid Spencer | Added a tool to more accurately count the lines of... |
tree | commitdiff |
2004-09-05 |
Reid Spencer | Remove double paren use in system() function so that... |
tree | commitdiff |
2004-09-05 |
Reid Spencer | Make the NightlyTest run tests out of projects/llvm... |
tree | commitdiff |
2004-09-03 |
Reid Spencer | Clean up some "clean:" targets so they use $(VERB)... |
tree | commitdiff |
next |