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