- b82ab94 Forgot to #ifdef __APPLE__ by Evan Cheng · 19 years ago
- fcf207b added status message during nightly test by Patrick Jenkins · 19 years ago
- 46cd65d Done. by Evan Cheng · 19 years ago
- 11bcd75 Workaround no longer needed. by Evan Cheng · 19 years ago
- 5f42c55 Resolve __dso_handle. by Evan Cheng · 19 years ago
- e638993 Removed a hack intended to allow (store (op (load))) folding. Will handle this with preprocessing. by Evan Cheng · 19 years ago
- 25c2a2f Added a check to skip dejagnu test results gathering if we did not run dejagnu tests by Patrick Jenkins · 19 years ago
- b67e118 Fixed an issue of variable scope that prevented file size from being submitted to the server. by Patrick Jenkins · 19 years ago
- cd4317e Eliminate data relocations by using NULL instead of global empty list. by Jim Laskey · 19 years ago
- 60f0992 Use an enumeration to eliminate data relocations. by Jim Laskey · 19 years ago
- 6412f72 Added code to get .a and .o file sizes and submit them to the server in the nightly report. by Patrick Jenkins · 19 years ago
- 2ebc1f8 Fix MacOSX build failures. (pr841) by Devang Patel · 19 years ago
- 44819cb implemented sub correctly update the stack pointer in the prologue and epilogue by Rafael Espindola · 19 years ago
- 6255180 This opt is now handled in DAG combine. by Evan Cheng · 19 years ago
- 917ec98 If a shuffle is a splat, check if the argument is a build_vector with all elements being the same. If so, return the argument. by Evan Cheng · 19 years ago
- 49717a4 Fixed issue where nightly test always tells you you need to use -nickname by Patrick Jenkins · 19 years ago
- 1f556c2 The nightly tester will no longer report numbers instead of tests performed. by Patrick Jenkins · 19 years ago
- 02b04b4 Build more debugger/selectiondag libraries as archives instead of .o files. by Chris Lattner · 19 years ago
- 6947e55 Add some notes about mingw, patch contributed by Anton Korobeynikov. by Chris Lattner · 19 years ago
- fa29554 New vector shuffle test case. by Evan Cheng · 19 years ago
- 79008af Fix a broken test. by Evan Cheng · 19 years ago
- eb1f40d Also checks for noResults field. by Evan Cheng · 19 years ago
- 1e1a88e A splat of a vector constant of all zero or all one is the vector constant. by Evan Cheng · 19 years ago
- 3c62934 Missing a space. by Evan Cheng · 19 years ago
- e7bec0d If a shuffle is unary, i.e. one of the vector argument is not needed, turn the by Evan Cheng · 19 years ago
- 514e258 We now fail and print an error message if a nightly tester does not specify a nickname on the command line by Patrick Jenkins · 19 years ago
- cbac2fa Clean up. by Evan Cheng · 19 years ago
- 4446fcd Fix a race condition in the makefile andrew reported by Chris Lattner · 19 years ago
- ec3c411 Minor comment tweaks by Chris Lattner · 19 years ago
- dc21e16 New testcase for PR833 by Chris Lattner · 19 years ago
- a15cf70 Mems can be in the output list also. This is the second half of a fix for PR833 by Chris Lattner · 19 years ago
- d828a4b Make it fit into 80 cols. by Devang Patel · 19 years ago
- 753d94a Add new constructor to accept vector of exported names while creating by Devang Patel · 19 years ago
- ae6153f 80 cols by Andrew Lenharth · 19 years ago
- ed41f1b Reduce number of exported symbols by Andrew Lenharth · 19 years ago
- 74bda2e Fix linking on Alpha by Andrew Lenharth · 19 years ago
- ba20471 Fixed a problem that caused the script to abort right before it sent out the information by Patrick Jenkins · 19 years ago
- eefaeec Fix PR835 so that touching tblgen in a way that doesn't affect intrinsic by Chris Lattner · 19 years ago
- abb4d78 New entry. by Evan Cheng · 19 years ago
- c06fe8a Do once flag never set to true. by Jim Laskey · 19 years ago
- 613f1f8 Tidy up a few things. by Jim Laskey · 19 years ago
- af7fd20 Answer the FAQ: "can llvm convert C++ code to C?" by Chris Lattner · 19 years ago
- f19807c Reduce size of routine. Shrinks .o by 37%. by Jim Laskey · 19 years ago
- 65c7ea0 Removed the portion that determines which tests are newly passing/failing because we no longer keep the previos days list on the testing machines. by Patrick Jenkins · 19 years ago
- 2a78550 bswapped load/store instructions are only availble in indexed addressing form. by Chris Lattner · 19 years ago
- 5237911 new testcase by Chris Lattner · 19 years ago
- ad199b1 Regression test for PR834. by Jim Laskey · 19 years ago
- e29c2f5 Bug#834 ICE (crash in code generator?) when building PCH . by Jim Laskey · 19 years ago
- 1c96953 Misc. new entry. by Evan Cheng · 19 years ago
- 3b0c014 Make sub- and super- register classes const. by Evan Cheng · 19 years ago
- 10d9d9f Add an assertion. by Owen Anderson · 19 years ago
- 2698a08 Make LoopUnroll not die on LCSSA Phis. This makes lencod work again. by Owen Anderson · 19 years ago
- db5b9cf Fix a error that hadn't yet cause any problems, but I'm sure it would have by Owen Anderson · 19 years ago
- a6dc9fb Fix a bug handling instructions, like blr, which just consist of a text by Chris Lattner · 19 years ago
- 08e682e Move MVT::getVectorType out of line, it is large and shouldn't be inlined. by Chris Lattner · 19 years ago
- 1693e48 INC / DEC instructions have shorter code size than ADD32ri8, etc. by Evan Cheng · 19 years ago
- e6f3203 Add code size to target instruction use it as the 3rd isel sorting tie-breaker. by Evan Cheng · 19 years ago
- 917d2c9 Add an out-of-line virtual method for the sdnode class to give it a home. by Chris Lattner · 19 years ago
- 433fd76 Add an out-of-line virtual method to provide a home for the cl::option class. by Chris Lattner · 19 years ago
- 6f6602c Make sub- super- reg-class tables static. by Evan Cheng · 19 years ago
- 21ba23d silence warnings in a release build by Chris Lattner · 19 years ago
- 1b62944 yet another change to get the correct gcc version for the nightly test results. by Patrick Jenkins · 19 years ago
- 195bb4a Fix case where identical cases were not detected across case #0, because by Chris Lattner · 19 years ago
- 31e7731 Only reuse a previous IV if it would not require a type conversion. by Evan Cheng · 19 years ago
- 0a01212 Fix an accidentally duplicated line that caused tblgen to crash on itanium. by Chris Lattner · 19 years ago
- 96c1ade Maximally group commands. When all instructions within a command set have a by Chris Lattner · 19 years ago
- b846286 Change generator to remove operands as it processes them. No change in by Chris Lattner · 19 years ago
- 191dd1f Handle the last operand more intelligently. When emitting the \n, also by Chris Lattner · 19 years ago
- e7a589d Emit switches with 1/2 cases as unconditional code or an if/then/else for by Chris Lattner · 19 years ago
- b51ecd4 Steal bits from the asm string index to use for operand information. On both by Chris Lattner · 19 years ago
- 5561640 Merge operand info and asmstr idx into a single 32-bit field. No other change. by Chris Lattner · 19 years ago
- f263704 Minor output changes. by Patrick Jenkins · 19 years ago
- bdff5f9 Completely change the structure of the generated asmprinter to be more table by Chris Lattner · 19 years ago
- 3557463 initial prologue and epilogue implementation. Need to define add and sub before finishing it :-) by Rafael Espindola · 19 years ago
- 303c695 Make the implicit def instructions look like other instrs. by Chris Lattner · 19 years ago
- ff3d80f simple optimization: don't bother calling "exists" (which calls the syscall by Chris Lattner · 19 years ago
- 84bad2f Remove a dead conditional: info_ can only be allocated if FD is good. Improve by Chris Lattner · 19 years ago
- 0af7093 The only entry in the stat buf this code cares about is the size. Keep just by Chris Lattner · 19 years ago
- cca68fa Reduce code in the error path by only allocating info_ if everything looks good. by Chris Lattner · 19 years ago
- c22c7d3 Unindent some code by Chris Lattner · 19 years ago
- 0683c8c Add functions to compute ceil(log2(N)) to match functions for floor(log2(N)) by Chris Lattner · 19 years ago
- ede5aa4 Reduce the size of Constants.o by 25% by generalizing specific instantiations of by Jim Laskey · 19 years ago
- adea55e If a gccpath is specified when invoking the nightly test script we will hopefully now use that gcc for the gcc version. Also fixed some 80 char column stuff. by Patrick Jenkins · 19 years ago
- fb878a3 Use __attribute__((noinline)) only if compiled by gcc. by Evan Cheng · 19 years ago
- f872940 Parameterize target node ValueType to allow more sharing of emit functions. by Evan Cheng · 19 years ago
- 84b19be skeleton of a lowerCall implementation for ARM by Rafael Espindola · 19 years ago
- fceb57a Reduce instruction selection code size and stack frame size by factoring by Evan Cheng · 19 years ago
- 0c4e678 On 64-bit targets like ppc64, we should use .quad to output pointer directives, by Chris Lattner · 19 years ago
- ba4733d Remove what little AIX support we have. It has never been tested and isn't by Chris Lattner · 19 years ago
- fb5115e The generated index array should be const. by Chris Lattner · 19 years ago
- efb9b81 Add an out-of-line virtual function to home class. by Chris Lattner · 19 years ago
- a3b5939 Add an out-of-line virtual method for X86DwarfWriter to give it a home. by Chris Lattner · 19 years ago
- 6af022f Emit the string information for the asm writer as a single large string by Chris Lattner · 19 years ago
- 53eca94 Add two helpers for escaping and unescaping strings. by Chris Lattner · 19 years ago
- 1e36126 Add two helper functions by Chris Lattner · 19 years ago
- 27d6721 eliminate some ugly code, using ConstantExpr::getWithOperands instead. by Chris Lattner · 19 years ago
- b88a7fb Add a new helper, simplify ConstantExpr::getWithOperandReplaced at Gabor's by Chris Lattner · 19 years ago
- 6b8408e Add another helper method. by Chris Lattner · 19 years ago
- 79fbf7f Fixed an issue where the user specified gcc was not the gcc we report to the nightly test server. by Patrick Jenkins · 19 years ago
- 1fe8f6b Add a new method for bugpoint to use by Chris Lattner · 19 years ago