Chris Lattner
|
7600e1a723
|
Increase buffer size again. *sigh*
llvm-svn: 12912
|
2004-04-13 18:43:18 +00:00 |
|
Chris Lattner
|
ca7062b1d9
|
Don't index spiff. It should not count as lines of LLVM code
llvm-svn: 12911
|
2004-04-13 18:37:51 +00:00 |
|
Chris Lattner
|
0b4b2331f6
|
Fixed sized limits are bad... duh.
llvm-svn: 12908
|
2004-04-13 18:34:16 +00:00 |
|
Chris Lattner
|
c0e932457f
|
Really spiff, don't chatter :)
llvm-svn: 12907
|
2004-04-13 18:33:21 +00:00 |
|
Brian Gaeke
|
27ab76dbcb
|
Don't underline diffs
llvm-svn: 12902
|
2004-04-13 18:24:01 +00:00 |
|
Brian Gaeke
|
08b81db73a
|
Clean up the Spiff code so that it emits fewer warnings. This
consists mostly of changing sloppy K&R C code to slightly more
disciplined K&R C code, and doing the usual things to shut gcc up.
llvm-svn: 12877
|
2004-04-13 03:24:45 +00:00 |
|
Brian Gaeke
|
8feac10842
|
Build Spiff directory
llvm-svn: 12876
|
2004-04-12 22:53:51 +00:00 |
|
Brian Gaeke
|
52e364f301
|
Add the Spiff fp-aware diff utility from Bellcore
llvm-svn: 12875
|
2004-04-12 22:53:24 +00:00 |
|
Jakub Staszak
|
3c2d9c95e2
|
Tablegen backend for really simple instruction selector
llvm-svn: 12713
|
2004-04-06 19:31:31 +00:00 |
|
Jakub Staszak
|
6cb338c254
|
add tablgen backend for really simple instruction selector
llvm-svn: 12712
|
2004-04-06 19:30:56 +00:00 |
|
Chris Lattner
|
6bf4112131
|
Teach vim about the select instruction. Allow it to forget about the long-dead
not instruction.
llvm-svn: 12327
|
2004-03-12 05:55:07 +00:00 |
|
Chris Lattner
|
ac0217ede2
|
Teach emacs about the select instruction
llvm-svn: 12326
|
2004-03-12 05:54:48 +00:00 |
|
Chris Lattner
|
3d278501c4
|
Default to using edge counts
llvm-svn: 12234
|
2004-03-08 20:04:46 +00:00 |
|
Brian Gaeke
|
cce916b047
|
Squash /usr/dcs path; use a 'require <version>' instead.
llvm-svn: 12099
|
2004-03-03 17:38:51 +00:00 |
|
Brian Gaeke
|
b25ed8394b
|
Add my regression finding by binary searching cvs script.
llvm-svn: 12095
|
2004-03-03 08:14:25 +00:00 |
|
John Criswell
|
ed813111c2
|
Added EH support.
llvm-svn: 12075
|
2004-03-02 15:54:25 +00:00 |
|
Brian Gaeke
|
3623dca9a1
|
Don't look in the .libs directories that libtool makes
llvm-svn: 12027
|
2004-03-01 02:41:22 +00:00 |
|
Chris Lattner
|
9f35c413f5
|
Do not remove an active template argument even if the superclass had one of the
same name
llvm-svn: 11950
|
2004-02-28 17:41:48 +00:00 |
|
Chris Lattner
|
7d89f8837d
|
Ignore X = X assignments that was causing Alkis's rewrite of X86.td to crash
tblgen.
llvm-svn: 11948
|
2004-02-28 17:31:28 +00:00 |
|
Chris Lattner
|
07aebf1c49
|
Assert instead of going into an infinite loop!
llvm-svn: 11946
|
2004-02-28 16:31:53 +00:00 |
|
John Criswell
|
7d65f50df2
|
Added support for C++ compilation.
Made removing the object files a separate sh command so that it can easily
be commented out.
llvm-svn: 11888
|
2004-02-26 23:02:25 +00:00 |
|
John Criswell
|
14b91a76f7
|
C++ version of llvm-native-gcc.
llvm-svn: 11887
|
2004-02-26 23:01:21 +00:00 |
|
John Criswell
|
cf4474a67b
|
Updated to use llc to generate CBE code.
llvm-svn: 11823
|
2004-02-25 17:15:02 +00:00 |
|
Chris Lattner
|
f4551dc773
|
Add a label for the bump when we started counting llvm/projects
llvm-svn: 11596
|
2004-02-18 20:27:06 +00:00 |
|
Chris Lattner
|
bdd49e8f4d
|
exit(1) instead of abort()'ing on error
llvm-svn: 11380
|
2004-02-13 16:37:43 +00:00 |
|
Chris Lattner
|
92da902d40
|
Fix buggy error message problem
llvm-svn: 11379
|
2004-02-13 16:33:56 +00:00 |
|
Misha Brukman
|
fcab5cd5b0
|
Ooops, top-level C++-comments aren't recognized by flex.
llvm-svn: 11337
|
2004-02-12 00:03:08 +00:00 |
|
Misha Brukman
|
63ba2d3f4d
|
* Convert C comments to C++ style (why are some one way, some another?!)
* Delete extra space, extra blank comment lines
* Convert function comments to doxygen
llvm-svn: 11336
|
2004-02-12 00:00:46 +00:00 |
|
Brian Gaeke
|
f6636c791e
|
Fix bug in initial check - when recompiling everything with llvm-native-gcc,
you have to erase the program and re-run the linker, too, before running the
checker.
llvm-svn: 11328
|
2004-02-11 18:52:05 +00:00 |
|
Chris Lattner
|
2cdf5065e0
|
Make block profiling the default
add a new -function argument
Add a new -o argument to specify where to put llvmprof.out data
llvm-svn: 11265
|
2004-02-10 18:01:50 +00:00 |
|
Brian Gaeke
|
1ac6f94067
|
Fix unterminated-quote typo in echo command
llvm-svn: 11188
|
2004-02-08 08:01:00 +00:00 |
|
Chris Lattner
|
1ad572ef72
|
Print the record NAME not the record ADDRESS
llvm-svn: 11144
|
2004-02-06 03:19:17 +00:00 |
|
Chris Lattner
|
5f74235ad9
|
Start counting projects
llvm-svn: 10980
|
2004-01-27 21:46:23 +00:00 |
|
Brian Gaeke
|
dc5961acc0
|
Fix a couple of places I noticed where "X86" was hard-coded.
llvm-svn: 10974
|
2004-01-24 09:23:46 +00:00 |
|
Brian Gaeke
|
d22e443f1e
|
This is my script for narrowing down miscompilations to a single file.
llvm-svn: 10890
|
2004-01-15 22:35:43 +00:00 |
|
Chris Lattner
|
91b68d6a5a
|
Eliminate annoying warnings from the tester, hopefully for real this time.
llvm-svn: 10777
|
2004-01-12 16:55:30 +00:00 |
|
Chris Lattner
|
9bd912df75
|
Fix annoying warnings. W doesn't have a revision number
llvm-svn: 10736
|
2004-01-09 18:39:04 +00:00 |
|
Chris Lattner
|
a9b2d06515
|
explain the jump for llvm-db
llvm-svn: 10713
|
2004-01-07 18:33:14 +00:00 |
|
Alkis Evlogimenos
|
e601a591a2
|
Change perl interpreter path to the standard /usr/bin/perl.
llvm-svn: 10708
|
2004-01-07 01:48:26 +00:00 |
|
Chris Lattner
|
2233ad8f0b
|
Eliminate a spurious warning
llvm-svn: 10540
|
2003-12-19 19:48:43 +00:00 |
|
Chris Lattner
|
906ef6c1f7
|
If -enable-linscan is specified, add ENABLE_LINEARSCAN=1 to the make commandline
llvm-svn: 10527
|
2003-12-19 03:47:31 +00:00 |
|
Chris Lattner
|
cb86fbe3f1
|
Update template
llvm-svn: 10525
|
2003-12-19 03:34:46 +00:00 |
|
Chris Lattner
|
92ff4ee65b
|
Stop laughing Misha
llvm-svn: 10393
|
2003-12-11 00:58:34 +00:00 |
|
Brian Gaeke
|
cac0a5fac5
|
Check in the llvm-native-gcc script, which I use in the process of
debugging front-end miscompilations.
llvm-svn: 10347
|
2003-12-09 22:23:24 +00:00 |
|
Brian Gaeke
|
cc408cc4dc
|
This may fix the "0 dirs" stuff we get in the nightly tests when they are
checking out over remote cvs connections.
llvm-svn: 10278
|
2003-12-01 05:31:12 +00:00 |
|
Chris Lattner
|
d7d8b26e78
|
This function REALLY DOES return void
llvm-svn: 10124
|
2003-11-20 21:22:32 +00:00 |
|
Brian Gaeke
|
d25f86d683
|
Put all LLVM code into the llvm namespace, as per bug 109.
llvm-svn: 9903
|
2003-11-11 22:41:34 +00:00 |
|
Chris Lattner
|
47b6e9f43e
|
* Add units to the yaxis of each chart
* Add charts to the nightly test report
llvm-svn: 9808
|
2003-11-08 20:48:39 +00:00 |
|
Chris Lattner
|
7e5685b186
|
Since we are collecting all of this data, we might as well graph it!
llvm-svn: 9807
|
2003-11-08 20:33:04 +00:00 |
|
Chris Lattner
|
24f8a6f223
|
fix warnings on sparc
llvm-svn: 9759
|
2003-11-06 21:30:15 +00:00 |
|