- 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
- 79ce587 Add a new method for bugpoint to use. by Chris Lattner · 19 years ago
- c1be492 Hopefully the final attempt at making IndVars preserve LCSSA. by Owen Anderson · 19 years ago
- 518f9c7 Add missing PPC64 extload/truncstores by Chris Lattner · 19 years ago
- 1eeedae Add a note by Chris Lattner · 19 years ago
- f4392da Bring the Xcode project up to date. by Jim Laskey · 19 years ago
- cb12903 Clean up. by Jim Laskey · 19 years ago
- a606b70 Another fix in the rotate encodings, needed when the first two operands are not by Chris Lattner · 19 years ago
- f1b05bf 1. Simplfy bit operations. 2. Coalesce instruction cases. by Jim Laskey · 19 years ago
- 2620418 Revert this patch temporarily until PR831 is fixed. by Chris Lattner · 19 years ago
- 0b7ae54 Syntax error. I will run perl -c before commiting perl scripts. by Patrick Jenkins · 19 years ago
- 4bde3bc Fixed some small bugs exposed when trying to get a sparc machine to run the script. Specifically some misnamed variables. by Patrick Jenkins · 19 years ago
- d04c159 Fixed a bug handling void function types. by Jim Laskey · 19 years ago
- 45c04fc Print negative immediates as negative values instead of large constants by Chris Lattner · 19 years ago
- 0228c0f Turn an if into an else if. by Chris Lattner · 19 years ago
- b2c0650 Fix encoding of rotates, such as rldicl by Chris Lattner · 19 years ago
- 981418b Handle instructions in the map, but that map to a null pointer. by Chris Lattner · 19 years ago
- bcfb913 IndVars now (correctly) preserves LCSSA form. by Owen Anderson · 19 years ago
- 3bc8a76 Implement PPC64 relocations types by Chris Lattner · 19 years ago
- 3d6721a An overaggressive #ifdef allows a function to fall off the bottom of the by Chris Lattner · 19 years ago
- ed39343 Move base value of instruction to lookup table to prepare for case reduction. by Jim Laskey · 19 years ago
- 1bb3a40 In addition to deleting calls, the inliner can constant fold them as well. by Chris Lattner · 19 years ago
- d85340f Change the callgraph representation to store the callsite along with the by Chris Lattner · 19 years ago
- 2ade228 testcase for PR827 by Chris Lattner · 19 years ago
- 6d34657 Add information preventing several register class constraints from working. by Chris Lattner · 19 years ago
- 08c3f7b Testcase for PR828. by Chris Lattner · 19 years ago
- b7f7128 Fix test failure on non-Apple systems. by Evan Cheng · 19 years ago
- 21c39a6 Remove non-portable optimization that isn't worth it by Chris Lattner · 19 years ago
- be6a039 The PPC64 JIT needs register numbers to encode instructions. by Chris Lattner · 19 years ago
- 810ad8c Revamp this doc to be accurate w.r.t. building llvmgcc4 by Chris Lattner · 19 years ago
- f4ea921 Fix PR826, testcase here: Regression/Verifier/2006-07-11-StoreStruct.ll by Chris Lattner · 19 years ago
- f7cb674 Testcase for PR826 by Chris Lattner · 19 years ago
- f7eb5d0 Emit inc / dec of registers as one byte instruction. by Evan Cheng · 19 years ago
- 041572f Profile builds should always have debug info enabled. by Chris Lattner · 19 years ago
- ed36b2f Silence a warning produced in assertions-disabled mode by Chris Lattner · 19 years ago
- 27bc97d Fix typo. by Devang Patel · 19 years ago
- 16d42c6 It was pointed out that DEBUG() is only available with -debug. by Jim Laskey · 19 years ago
- e37fe9b Ensure that dump calls that are associated with asserts are removed from by Jim Laskey · 19 years ago
- e2a78f2 1. Support for c++ mangled names. by Jim Laskey · 19 years ago
- a4e6435 add the memri memory operand by Rafael Espindola · 19 years ago
- 4a8aadd Revert my indvars changes because they were breaking things. Unfortunately this by Owen Anderson · 19 years ago
- f4dff84 Implement the inline asm 'A' constraint. This implements PR825 and by Chris Lattner · 19 years ago
- fbc9891 New testcase for PR825. by Chris Lattner · 19 years ago
- 25a022c Fix CodeGen/Alpha/2006-07-03-ASMFormalLowering.ll and PR818. by Chris Lattner · 19 years ago
- 4de62ea This is fixed by Chris Lattner · 19 years ago
- 1406bda Reduce bloat in target libraries by removing per machine instruction assertion by Jim Laskey · 19 years ago
- 804e067 In 64-bit mode, 64-bit GPRs are callee saved, not 32-bit ones. by Chris Lattner · 19 years ago
- b64ab87 Add a comment, and fix a typo that broke the build. by Owen Anderson · 19 years ago
- 7e05714 Don't indent the entire function. by Owen Anderson · 19 years ago
- b1ed76a Update. by Evan Cheng · 19 years ago
- 20adf47 New entry. by Evan Cheng · 19 years ago
- 1e60c09 Fixed stack objects do not specify alignments, but their offsets are known. by Evan Cheng · 19 years ago
- d998938 Implement Regression/CodeGen/PowerPC/bswap-load-store.ll by folding bswaps by Chris Lattner · 19 years ago
- 5895a13 New testcase for folding bswaps into i16/i32 loads and stores. by Chris Lattner · 19 years ago
- 6423d4c Recognize 16-bit bswaps by relaxing overconstrained pattern. by Chris Lattner · 19 years ago
- e5ff22e Add tests for 16-bit byteswaps. by Chris Lattner · 19 years ago
- 5c5f4ca Mark internal function static by Chris Lattner · 19 years ago
- d1b78a1 Make instcombine not remove Phi nodes when LCSSA is live. by Owen Anderson · 19 years ago
- 7267bd6 Fixed some output issues where newlines were not being printed after error messages by Patrick Jenkins · 19 years ago
- 7b4bb60 Fixed an issue that tried to cat externalprogramstable.txt from the testresults directory when it doesnt exist. by Patrick Jenkins · 19 years ago
- aefe142 create the raddr addressing mode that matches any register and the frame index by Rafael Espindola · 19 years ago
- f8dad7a Fix typo in the comment. by Owen Anderson · 19 years ago
- bfd4dab Add a test for the LCSSA issue I just fixed. by Owen Anderson · 19 years ago
- e4e1ecd Add a fix for an issue where LCSSA would fail to insert undef's in some corner by Owen Anderson · 19 years ago
- 00fbdf1 Syntax error in NewNightlyTest.pl by Patrick Jenkins · 19 years ago
- 4c4e356 Fixed a variable naming issue for the External Program Results table. Also fixed an issue with printing the sent data to a sentdata.txt by Patrick Jenkins · 19 years ago
- 42f75a9 Fix a typo that causes 2006-07-07-ComputeMaskedBits.ll to fail. by Evan Cheng · 19 years ago
- 7cd580f Fix PR820 and Transforms/GlobalOpt/2006-07-07-InlineAsmCrash.ll by Chris Lattner · 19 years ago
- e89121b Testcase for PR820 by Chris Lattner · 19 years ago
- a962bfa Add a 64-bit test case. by Evan Cheng · 19 years ago
- b14c342 no need to do a stat then an lstat. lstat will tell us if normal files don't exist. by Chris Lattner · 19 years ago
- 8d8a7ff Finish removal of EH usage from the Archive library. The REQUIRES_EH flag by Reid Spencer · 19 years ago
- 3039b99 Remove EH use from the Archive library and adjust its users accordingly. by Reid Spencer · 19 years ago
- 215b48f Updated comments at top of file to reflect relevant command line options. by Patrick Jenkins · 19 years ago
- c67dc45 Move << method out of line. by Chris Lattner · 19 years ago
- ff74ac1 #include <iosfwd> not <ostream> by Chris Lattner · 19 years ago
- cb7938c New vector shuffle test case. by Evan Cheng · 19 years ago
- a78d327 Update by Evan Cheng · 19 years ago
- bed22d8 Change AllocateRWX/DeallocateRWX to not throw an exception. by Chris Lattner · 19 years ago
- c1780d2 Change AllocateRWX/DeallocateRWX do not throw an exception. by Chris Lattner · 19 years ago
- a5c04d6 Added the -noremoveresults option which will not remove the $WebDir from the nightly test runs. by Patrick Jenkins · 19 years ago
- 61ae820 Fix this impl by Chris Lattner · 19 years ago
- 5c72a3a Adapt to new interface function materialization interface by Chris Lattner · 19 years ago
- 17aa9d3 LoadLibraryPermanently no longer throws an exception, so this code doesn't have by Chris Lattner · 19 years ago
- cc2fa54 Add a helper function by Chris Lattner · 19 years ago
- adcbce0 Change LoadLibraryPermanently to not throw an exception. by Chris Lattner · 19 years ago
- b26d39e Fixed variable naming issue that prevented $Prefix-senddata.txt from having any information by Patrick Jenkins · 19 years ago
- bbf3439 This patch (written by Reid) changes compressor to never throw an exception. by Chris Lattner · 19 years ago
- e9c701f This uses EH info by Chris Lattner · 19 years ago