- 37366c1 Check for volatile loads only once. by Chris Lattner · 20 years ago
- 45c2bdd add a new testcase by Chris Lattner · 20 years ago
- 874abe5 SMS for superblocks. by Tanya Lattner · 20 years ago
- be2b84a Added extra constructor for superblocks. by Tanya Lattner · 20 years ago
- c501563 Fixed bug in searchPath function for finding nodes between two recurrences. by Tanya Lattner · 20 years ago
- 50d91d7 I was sure I had thought about this and there was a reason it should work. by Andrew Lenharth · 20 years ago
- b1beff0 Do not use deprecated APIs by Alkis Evlogimenos · 20 years ago
- 63a7513 Fix a comment that stated the wrong thing. by Reid Spencer · 20 years ago
- 9c9183a Eliminate some random whitespace by Chris Lattner · 20 years ago
- f76e7dc Codegen and legalize sin/cos/llvm.sqrt as FSIN/FCOS/FSQRT calls. This patch by Chris Lattner · 20 years ago
- ac766dc add sin/cos tests by Chris Lattner · 20 years ago
- 08cae7f Doesn't support these nodes by Chris Lattner · 20 years ago
- 17234b7 This target doesn't support the FSIN/FCOS/FSQRT nodes yet by Chris Lattner · 20 years ago
- c5dcb53 Add support for FSIN/FCOS when unsafe math ops are enabled. Patch contributed by by Chris Lattner · 20 years ago
- 5434b42 Add support for llvm.sqrt and sin/cos if unsafe math optimizations are enabled. by Chris Lattner · 20 years ago
- 34f74a6 Expose an option allowing unsafe math optimizations. Patch contributed by by Chris Lattner · 20 years ago
- b42a9ff Lower llvm.sqrt -> fsqrt/sqrt by Chris Lattner · 20 years ago
- 459ced2 Add a test for llvm.sqrt by Chris Lattner · 20 years ago
- eed37ba Add llvm.sqrt intrinsic, patch contributed by Morten Ofstad by Chris Lattner · 20 years ago
- 9f56b1f * Don't depend on "guessing" what a FILE* is, just require that the actual by Reid Spencer · 20 years ago
- abffafd * Fix signed/unsigned usage problem * Rearrange for readability. by Reid Spencer · 20 years ago
- b2ae078 A new test case for the ToAsciiOptimizer. by Reid Spencer · 20 years ago
- 926bd0c A new test case for the StrCmpOptimization in -simplify-libcalls. by Reid Spencer · 20 years ago
- e589cc4 This is StrCpy, NOT StrCat! by Reid Spencer · 20 years ago
- 41571c8 Get the name of the pass right in the documentation. by Reid Spencer · 20 years ago
- 3f169a1 Fix the success criteria for the test to make call instructions with "pow" by Reid Spencer · 20 years ago
- b282521 Actually make this pass test something related to fputs. by Reid Spencer · 20 years ago
- ff5525d Implement the optimizations for "pow" and "fputs" library calls. by Reid Spencer · 20 years ago
- bb4cae7 Add a test case for the puts libcall optimization. by Reid Spencer · 20 years ago
- 45254f7 Add a testcase for optimizing the strcpy libcall. by Reid Spencer · 20 years ago
- df4945b Remove optimizations that don't require both operands to be constant. These by Reid Spencer · 20 years ago
- 0f4a891 New test case for testing pow(3) math library optimizations. by Reid Spencer · 20 years ago
- 5882b92 Consistently use 'class' to silence VC++ by Jeff Cohen · 20 years ago
- 1d3b718 * Add constant folding for additional floating point library calls such as by Reid Spencer · 20 years ago
- 2c56e8a Add support for FSQRT node, patch contributed by Morten Ofstad by Chris Lattner · 20 years ago
- 5b103c2 These functions can set errno! by Chris Lattner · 20 years ago
- 5afc124 Add some new X86 instrs, patch contributed by Morten Ofstad by Chris Lattner · 20 years ago
- 3b6b637 Codegen fabs/fabsf as FABS. Patch contributed by Morten Ofstad by Chris Lattner · 20 years ago
- da6ba87 Legalize FSQRT, FSIN, FCOS nodes, patch contributed by Morten Ofstad by Chris Lattner · 20 years ago
- 7f64464 Add FSQRT, FSIN, FCOS nodes, patch contributed by Morten Ofstad by Chris Lattner · 20 years ago
- 5624c75 Remove from the TODO list those optimizations that are already handled by by Reid Spencer · 20 years ago
- 8441a01 Document additional libcall transformations that need to be written. by Reid Spencer · 20 years ago
- 716f49e Doxygenate. by Reid Spencer · 20 years ago
- 209a0ae remove 'statement with no effect' warning by Chris Lattner · 20 years ago
- 2d86ea2 Implement Value* tracking for loads and stores in the selection DAG. This enables one to use alias analysis in the backends. by Andrew Lenharth · 20 years ago
- 22cab6c Unbreak the sparc backend. by Chris Lattner · 20 years ago
- 3f7d8c6 More Cleanup: by Reid Spencer · 20 years ago
- e3142be import fix and plot multiple lines at once by Andrew Lenharth · 20 years ago
- e43b3fb Generate a gnuplot script for any program and any test (like llc or gcc) by Andrew Lenharth · 20 years ago
- 91aa9ee So you want to import nightly tester data into a data base? Have we got the perl script for you by Andrew Lenharth · 20 years ago
- 6e92729 fix for parse, and a start at db import. Using CVS as scp :) by Andrew Lenharth · 20 years ago
- 85d5f60 clean up some warnings by Duraid Madina · 20 years ago
- a16d5a5 This is a cleanup commit: by Reid Spencer · 20 years ago
- d651f44 detect functions that never return, and turn the instruction following a by Chris Lattner · 20 years ago
- cd4b7a4 Test the noreturn function optimization by Chris Lattner · 20 years ago
- ff1c9e2 Add the simplify-libcalls pass. by Reid Spencer · 20 years ago
- 4430e3a A first step towards being able to do more interesting things with the nightly tester data. Moreinteresting things will come soon, so tune in by Andrew Lenharth · 20 years ago
- 026a87a Prefix the debug statistics so they group together. by Reid Spencer · 20 years ago
- 1ea099c In debug builds, make a statistic for each kind of call optimization. This by Reid Spencer · 20 years ago
- bc9fa58 This analysis doesn't take 'throwing' into consideration, it looks at by Chris Lattner · 20 years ago
- 0ddf0d6 Fix up the debug statement to actually use a newline .. radical concept. by Reid Spencer · 20 years ago
- ef99ea3 Uh, this isn't argpromotion. by Reid Spencer · 20 years ago
- 8f13261 Add some debugging output so we can tell which calls are getting triggered by Reid Spencer · 20 years ago
- c915108 no parens by Chris Lattner · 20 years ago
- 695b78b update some paths by Chris Lattner · 20 years ago
- 47a3785 No, seriously folks, memcpy really does return void. by Reid Spencer · 20 years ago
- a525f6d memcpy returns void!!!!! by Reid Spencer · 20 years ago
- a8d451e Convert the remainder of the intrinsic function prototypes to "declare" by Reid Spencer · 20 years ago
- d462235 Use the declare syntax not the call syntax for intrinsic prototypes so by Reid Spencer · 20 years ago
- 3f80a38 don't let Reid build void*'s :) by Chris Lattner · 20 years ago
- 43fd4d0 Fix some bugs found by running on llvm-test: by Reid Spencer · 20 years ago
- fcbdb9c Changes From Review Feedback: by Reid Spencer · 20 years ago
- 7b7adcf Add a test case for MemMove.ll by Reid Spencer · 20 years ago
- c662bc7 Result of strlen is size_t which is either uint or ulong, not int. by Reid Spencer · 20 years ago
- 318c149 Make interval partition print correctly, patch contributed by Vladimir Prus! by Chris Lattner · 20 years ago
- 93b94a6 Fix the compile failures from last night. by Chris Lattner · 20 years ago
- 4706c03 constmul bugfix: multiply by 27611 was broken by Duraid Madina · 20 years ago
- 3b84bac clean up the code! (oops) lots more cleaning left, however. by Duraid Madina · 20 years ago
- 20754ac * Merge get_GVInitializer and getCharArrayLength into a single function by Reid Spencer · 20 years ago
- 4ac0f21 Add a new test case for the llvm.memcpy simplification case. by Reid Spencer · 20 years ago
- b232256 * Add code to reduce multiplies by constant integers to shifts, adds and by Duraid Madina · 20 years ago
- 912401c * Implement StrLenOptimization by Reid Spencer · 20 years ago
- 8fe86dd * Add a test case for StrLenOptimization by Reid Spencer · 20 years ago
- 43e0bae Incorporate feedback from Chris: by Reid Spencer · 20 years ago
- c8beae2 Add SimplyLibCalls.cpp to VC++ build by Jeff Cohen · 20 years ago
- c89c363 Fix RUN: line to not always pass. by Reid Spencer · 20 years ago
- d36f979 Fold (X > -1) | (Y > -1) --> (X&Y > -1) by Chris Lattner · 20 years ago
- 855adb1 Changes due to code review and new implementation: by Reid Spencer · 20 years ago
- 229ab2e implement some more logical compares with constants, so that: by Chris Lattner · 20 years ago
- 6cc0311 Lots of changes based on review and new functionality: * Use a by Reid Spencer · 20 years ago
- 8b9f9b3 Update the test case to handle a few more (degenerate) cases and remove by Reid Spencer · 20 years ago
- 6ea9279 Codegen x < 0 | y < 0 as (x|y) < 0. This allows us to compile this to: by Chris Lattner · 20 years ago
- 91bd25d Make dominates(A,B) work with post dominators. Patch contributed by by Chris Lattner · 20 years ago
- 14fc5c1 Added question about turning off all optimizations. I think this has been asked once or twice. by Tanya Lattner · 20 years ago
- a70b66d implement getelementptr.ll:test10 by Chris Lattner · 20 years ago
- e319464 rename fn by Chris Lattner · 20 years ago
- 27b8598 new testcase by Chris Lattner · 20 years ago
- a1198b5 Correctly handle global-argument aliases induced in main by Chris Lattner · 20 years ago
- 63320cc Don't mess up SCC traversal when a node has null edges out of it. by Chris Lattner · 20 years ago
- 69c11bb document 'opaque' types by Chris Lattner · 20 years ago