- f1844d2 Fix the environment block that is passed to the CreateProcess function. by Argyrios Kyrtzidis · 17 years ago
- 184a876 Remove a redundant AfterLegalize check. Turn by Duncan Sands · 17 years ago
- 5d2bc85 Change 'while' loop to 'do' loop. by Wojciech Matyjewicz · 17 years ago
- 507a58a add missing atomic intrinsic from gcc by Andrew Lenharth · 17 years ago
- c5dc660 Fix a case where tailcallelim wouldn't set the changed bit when it made a change. by Chris Lattner · 17 years ago
- 87bb991 Teach the spiller to commute instructions in order to fold a reload. This hits 410 times on 444.namd and 122 times on 252.eon. by Evan Cheng · 17 years ago
- 6100119 Remove unnecessary target lines. by Eli Friedman · 17 years ago
- 6783cdc Remove unnecessary target lines. by Eli Friedman · 17 years ago
- 6903a24 Don't skip over instructions other than loads that might read memory by Eli Friedman · 17 years ago
- e562b17 Protect ChangeCompareStride from situations in which it is possible by Dan Gohman · 17 years ago
- 66fe80a Make sure SimplifyStoreAtEndOfBlock doesn't mess with loops; the by Eli Friedman · 17 years ago
- d4b9c17 Disable some DAG combiner optimizations that may be by Duncan Sands · 17 years ago
- 03e5857 Fix an error in the two-address example. by Dan Gohman · 17 years ago
- 9008721 Use recently added getTruncateOrZeroExtend method to make the code shorter. by Wojciech Matyjewicz · 17 years ago
- 818ae72 XFAIL some tests that became failing due to the extra error reporting recently. PR's are created for these. by Matthijs Kooijman · 17 years ago
- 6f8abf9 Crash less. The i64 restriction in BinomialCoefficient caused some problems by Nick Lewycky · 17 years ago
- 52ed363 fix a minor deviation from the original in my previous commit by Gabor Greif · 17 years ago
- 177dd3f op_iterator-ify some loops, low hanging fruit only, there is more by Gabor Greif · 17 years ago
- 933b506 Fix some tests. by Evan Cheng · 17 years ago
- 502a4f5 Do not speculatively execute an instruction by hoisting it to its predecessor BB if any of its operands are defined but not used in BB. The transformation will prevent the operand from being sunk into the use block. by Evan Cheng · 17 years ago
- 0d0ca85 Revert 52223. by Evan Cheng · 17 years ago
- af4240a Switch GVN to use ScopedHashTable. by Owen Anderson · 17 years ago
- 2c3d949 Improve description of -emit-llvm. by Dale Johannesen · 17 years ago
- d4646cd Don't try to compile tests for the ev56 alpha subtarget, which hasn't been by Matthijs Kooijman · 17 years ago
- 1971e12 Pass -silence-passes to bugpoint in testcases, this makes two out of three bugpoint testcases work again. by Matthijs Kooijman · 17 years ago
- ad6996d Let bugpoint display generated messages on stderr only if no interpreter was by Matthijs Kooijman · 17 years ago
- fbea227 Add -silence-passes option to bugpoint. This option suppresses output generated by Matthijs Kooijman · 17 years ago
- cf45ca0 Fix redirection of stderr in sys::Program::ExecuteAndWait. There was logic by Matthijs Kooijman · 17 years ago
- 905261e Make I/O redirection handling in sys::Program a bit more consistent. No by Matthijs Kooijman · 17 years ago
- 4c54067 If queried as to whether an operation is legal by Duncan Sands · 17 years ago
- ca9bcb0 Add line continuation character so the avoid dup loop header test actually runs. by Matthijs Kooijman · 17 years ago
- 6725cb5 op_iterator-ify some loops, fix 80col violations by Gabor Greif · 17 years ago
- 096b461 Properly lower DYNAMIC_STACKALLOC - bracket all black magic with by Anton Korobeynikov · 17 years ago
- 797d951 For now, avoid generating FP select instructions in order to speculatively execute integer arithmetic instructions. FP selects are more likely to be expensive (even compared to branch on fcmp). This is not a wonderful solution but I rather err on the side of conservative. by Evan Cheng · 17 years ago
- bb318c0 Avoid duplicating loop header which leads to unnatural loops (and just seem like general badness to me, likely to cause code explosion). by Evan Cheng · 17 years ago
- 4468440 Don't send checkpoints to stderr for the vmcore.ml test. by Gordon Henriksen · 17 years ago
- a9012ec Teach instruction combining about the extractvalue. It can succesfully fold by Matthijs Kooijman · 17 years ago
- 0039adb remove bogus comment by Gabor Greif · 17 years ago
- 37e5484 op_iterator-ify dropAllReferences by Gabor Greif · 17 years ago
- edfcf59 Sometimes (rarely) nodes held in LegalizeTypes by Duncan Sands · 17 years ago
- a068fd3 Better test for availability of __gnu_cxx::stdio_filebuf. by Gordon Henriksen · 17 years ago
- b4d6a5a Clarify a comment. by Matthijs Kooijman · 17 years ago
- f7ea363 op_iterator-ify loops by Gabor Greif · 17 years ago
- 02703ba Small doc fix. by Duncan Sands · 17 years ago
- c995810 Use %link not %llvmgxx (which includes -c) to do the link. by Dale Johannesen · 17 years ago
- e115ca5 Suppress ObjC FE warnings, which cause the test to fail. by Dale Johannesen · 17 years ago
- 6a02432 Add -w to inhibit gcc warnings, which causes the by Dale Johannesen · 17 years ago
- 287abdb Fix parameter spelling: sse not sse1 by Dale Johannesen · 17 years ago
- 61d858e Ignore stderr for some more tests that expect warnings there. by Matthijs Kooijman · 17 years ago
- 5efb967 Fix some more quoting issues in RUN lines, this time regarding unintended by Matthijs Kooijman · 17 years ago
- 888fa33 Fix some escaping and quoting in RUN lines, mainly involving { and <. In two by Matthijs Kooijman · 17 years ago
- 7f88d9c Remove double pipes in RUN commandlines. by Matthijs Kooijman · 17 years ago
- da8bdfa Remove trailing whitespace after line continuations in test cases to them work. by Matthijs Kooijman · 17 years ago
- 7361f63 Let some more tests ignore expected output on stderr. by Matthijs Kooijman · 17 years ago
- d3979a5 Remove some debug output from tblgen. This fixes a test. by Matthijs Kooijman · 17 years ago
- b7e103b Fix some llvm-gcc warnings in testcases, mostly by adding includes or adding by Matthijs Kooijman · 17 years ago
- 1cd8f11 For all RUN lines starting with "not", redirect stderr to /dev/null so tests by Matthijs Kooijman · 17 years ago
- f167bc2 Suppress the (stderr) output of -aa-eval, this fixes 5 tests. by Matthijs Kooijman · 17 years ago
- c9e0043 Change llvm.exp so it no longer ignores some errors when executing dejagnu by Matthijs Kooijman · 17 years ago
- 5934adf adjust calls to ConstantFP::get to new API by Gabor Greif · 17 years ago
- c5b822b Convert several tests to use temporary files instead of redundantly by Dan Gohman · 17 years ago
- 9eb698b Fix two more not-grep tests that were missing llvm-dis. by Dan Gohman · 17 years ago
- 9ea3f56 Teach isGAPlusOffset to respect a GlobalAddressSDNode's offset by Dan Gohman · 17 years ago
- 7dc1def Re-apply 52002, allowing the verifier to accept non-MRV struct return by Dan Gohman · 17 years ago
- f5025cf CodeGen support for aggregate-value function arguments. by Dan Gohman · 17 years ago
- 98301c0 Update the build instructions. by Duncan Sands · 17 years ago
- 8930763 Various tweaks related to apint codegen. No functionality by Duncan Sands · 17 years ago
- 8a6ccb5 Handle empty aggregate values. by Dan Gohman · 17 years ago
- f910eaa AsmParser support for immediate constant aggregate values. by Dan Gohman · 17 years ago
- 75146a6 CPPBackend support for extractvalue and insertvalue. by Dan Gohman · 17 years ago
- 26825a8 Abort on an unrecognized opcode. by Dan Gohman · 17 years ago
- e8e3b55 Update the CPP backend for the ConstantFP::get API change. by Dan Gohman · 17 years ago
- 8eab8a2 Remove some DAG combiner assumptions about sizes by Duncan Sands · 17 years ago
- eddc8f1 Test that prune-eh doesn't make deductions based by Duncan Sands · 17 years ago
- d674b4e add support for PIC on linux x86-64 by Rafael Espindola · 17 years ago
- 313f0e6 lower calls to abs to inline code, PR2337 by Chris Lattner · 17 years ago
- 18d73c2 Fix PR2411, where ip constant prop would propagate the by Chris Lattner · 17 years ago
- 93ee81e Small formatting changes. by Bill Wendling · 17 years ago
- 822143e use 'continue' to make the function linker simpler. When linking a strong by Chris Lattner · 17 years ago
- 8246849 minor changes to short circuit the 'no linkage' case earlier for by Chris Lattner · 17 years ago
- bc3d1c7 simplify function visibility handling. by Chris Lattner · 17 years ago
- 301d5b4 Create dirs as needed. by Tanya Lattner · 17 years ago
- a3bd11d removed two implicitly closed </p> tags to get it validate by Gabor Greif · 17 years ago
- b37ef51 Update with new release. by Tanya Lattner · 17 years ago
- f821ca3 Add a note in the API Changes section about the ConstantFP::get change. by Dan Gohman · 17 years ago
- 44181de Use proper icon :) by Anton Korobeynikov · 17 years ago
- d1b9ef9 Fix few validations errors by Anton Korobeynikov · 17 years ago
- 28b6670 Add footer by Anton Korobeynikov · 17 years ago
- 7412031 Remove obsolete CompilerDriver.html and provie a new one, based on autogenerated file form by Anton Korobeynikov · 17 years ago
- f3a4fea linkify, this requires pulling CodeGenerator.html into 2.3. by Chris Lattner · 17 years ago
- d10e467 Add a simple, but efficient, generic scoped hash table by Chris Lattner · 17 years ago
- e7bc136 grammaro by Chris Lattner · 17 years ago
- 04af7cb final edits from me, simplify the ia64 section. by Chris Lattner · 17 years ago
- 43b65e9 more edits by Chris Lattner · 17 years ago
- 8207ba9 Add notes about two known X86-64 limitations. by Dan Gohman · 17 years ago
- f8e0b4e several edits by Chris Lattner · 17 years ago
- e328078 Add some links to doxygen documentation. by Dan Gohman · 17 years ago
- fd0d22e Describe MachineMemOperands. by Dan Gohman · 17 years ago
- eedf6fe Fix a grammero. by Dan Gohman · 17 years ago
- 7e59b8a Revert a bad edit from r52095. by Gordon Henriksen · 17 years ago