index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
Age
Commit message (
Expand
)
Author
2006-07-28
Clean up.
Evan Cheng
2006-07-28
Removed some unneccesary printing from the nightly tester.
Patrick Jenkins
2006-07-28
Rename IsFoldableBy to CanBeFoldedleBy
Evan Cheng
2006-07-28
Remove InFlightSet hack. No longer needed.
Evan Cheng
2006-07-27
Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to
Reid Spencer
2006-07-27
Removed some unneccesary print statemnts
Patrick Jenkins
2006-07-27
ChangeDir now returns the correct value
Patrick Jenkins
2006-07-27
Remove dead code.
Evan Cheng
2006-07-27
Fixed a stupid error where changedir returned false upon success.
Patrick Jenkins
2006-07-27
Added more descriptive output to singlesource,multisource tests.
Patrick Jenkins
2006-07-27
Removed some clutter that was left over from development.
Patrick Jenkins
2006-07-27
Let each target specific isel provide routine to check if a chain producing n...
Evan Cheng
2006-07-27
I made a stupid mistake when adding support for -use-gmake. ~PJ
Patrick Jenkins
2006-07-27
added support for the -use-gmake option. This will come in handy when running...
Patrick Jenkins
2006-07-27
This change will allow support for SunOS to the testing script. It adds a che...
Patrick Jenkins
2006-07-26
Fix for bug 840. Only use noinline attribute if gcc version >= 3.4
Evan Cheng
2006-07-25
Add a feature for debugging library dependency cycles, -why option. This
Reid Spencer
2006-07-23
Fixing a syntax error and adding buildtype to the .a and .o file size informa...
Patrick Jenkins
2006-07-23
When the ability to gather .a and .o file sizes was added, it changed the dir...
Patrick Jenkins
2006-07-22
added status message during nightly test
Patrick Jenkins
2006-07-21
Removed a hack intended to allow (store (op (load))) folding. Will handle thi...
Evan Cheng
2006-07-21
Added a check to skip dejagnu test results gathering if we did not run dejagn...
Patrick Jenkins
2006-07-21
Fixed an issue of variable scope that prevented file size from being submitte...
Patrick Jenkins
2006-07-21
Eliminate data relocations by using NULL instead of global empty list.
Jim Laskey
2006-07-21
Use an enumeration to eliminate data relocations.
Jim Laskey
2006-07-21
Added code to get .a and .o file sizes and submit them to the server in the n...
Patrick Jenkins
2006-07-21
Fixed issue where nightly test always tells you you need to use -nickname
Patrick Jenkins
2006-07-21
The nightly tester will no longer report numbers instead of tests performed.
Patrick Jenkins
2006-07-20
Also checks for noResults field.
Evan Cheng
2006-07-20
We now fail and print an error message if a nightly tester does not specify a...
Patrick Jenkins
2006-07-20
Fixed a problem that caused the script to abort right before it sent out the ...
Patrick Jenkins
2006-07-19
Removed the portion that determines which tests are newly passing/failing bec...
Patrick Jenkins
2006-07-19
Make sub- and super- register classes const.
Evan Cheng
2006-07-19
Fix a bug handling instructions, like blr, which just consist of a text
Chris Lattner
2006-07-19
Add code size to target instruction use it as the 3rd isel sorting tie-breaker.
Evan Cheng
2006-07-18
Make sub- super- reg-class tables static.
Evan Cheng
2006-07-18
yet another change to get the correct gcc version for the nightly test results.
Patrick Jenkins
2006-07-18
Fix case where identical cases were not detected across case #0, because
Chris Lattner
2006-07-18
Fix an accidentally duplicated line that caused tblgen to crash on itanium.
Chris Lattner
2006-07-18
Maximally group commands. When all instructions within a command set have a
Chris Lattner
2006-07-18
Change generator to remove operands as it processes them. No change in
Chris Lattner
2006-07-18
Handle the last operand more intelligently. When emitting the \n, also
Chris Lattner
2006-07-18
Emit switches with 1/2 cases as unconditional code or an if/then/else for
Chris Lattner
2006-07-18
Steal bits from the asm string index to use for operand information. On both
Chris Lattner
2006-07-18
Merge operand info and asmstr idx into a single 32-bit field. No other change.
Chris Lattner
2006-07-18
Minor output changes.
Patrick Jenkins
2006-07-18
Completely change the structure of the generated asmprinter to be more table
Chris Lattner
2006-07-17
If a gccpath is specified when invoking the nightly test script we will hopef...
Patrick Jenkins
2006-07-16
Use __attribute__((noinline)) only if compiled by gcc.
Evan Cheng
2006-07-16
Parameterize target node ValueType to allow more sharing of emit functions.
Evan Cheng
[next]