oota-llvm.git
2005-04-30 Chris LattnerAdd support for FSIN/FCOS when unsafe math ops are...
2005-04-30 Chris LattnerAdd support for llvm.sqrt and sin/cos if unsafe math...
2005-04-30 Chris LattnerExpose an option allowing unsafe math optimizations...
2005-04-30 Chris LattnerLower llvm.sqrt -> fsqrt/sqrt
2005-04-30 Chris LattnerAdd a test for llvm.sqrt
2005-04-30 Chris LattnerAdd llvm.sqrt intrinsic, patch contributed by Morten...
2005-04-30 Reid Spencer* Don't depend on "guessing" what a FILE* is, just...
2005-04-30 Reid Spencer* Fix signed/unsigned usage problem
2005-04-30 Reid SpencerA new test case for the ToAsciiOptimizer.
2005-04-30 Reid SpencerA new test case for the StrCmpOptimization in -simplify...
2005-04-29 Reid SpencerThis is StrCpy, NOT StrCat!
2005-04-29 Reid SpencerGet the name of the pass right in the documentation.
2005-04-29 Reid SpencerFix the success criteria for the test to make call...
2005-04-29 Reid SpencerActually make this pass test something related to fputs.
2005-04-29 Reid SpencerImplement the optimizations for "pow" and "fputs" libra...
2005-04-29 Reid SpencerAdd a test case for the puts libcall optimization.
2005-04-29 Reid SpencerAdd a testcase for optimizing the strcpy libcall.
2005-04-29 Reid SpencerRemove optimizations that don't require both operands...
2005-04-29 Reid SpencerNew test case for testing pow(3) math library optimizat...
2005-04-29 Jeff CohenConsistently use 'class' to silence VC++
2005-04-28 Reid Spencer* Add constant folding for additional floating point...
2005-04-28 Chris LattnerAdd support for FSQRT node, patch contributed by Morten...
2005-04-28 Chris LattnerThese functions can set errno!
2005-04-28 Chris LattnerAdd some new X86 instrs, patch contributed by Morten...
2005-04-28 Chris LattnerCodegen fabs/fabsf as FABS. Patch contributed by Morte...
2005-04-28 Chris LattnerLegalize FSQRT, FSIN, FCOS nodes, patch contributed...
2005-04-28 Chris LattnerAdd FSQRT, FSIN, FCOS nodes, patch contributed by Morte...
2005-04-28 Reid SpencerRemove from the TODO list those optimizations that...
2005-04-28 Reid SpencerDocument additional libcall transformations that need...
2005-04-27 Reid SpencerDoxygenate.
2005-04-27 Chris Lattnerremove 'statement with no effect' warning
2005-04-27 Andrew LenharthImplement Value* tracking for loads and stores in the...
2005-04-27 Chris LattnerUnbreak the sparc backend.
2005-04-27 Reid SpencerMore Cleanup:
2005-04-27 Andrew Lenharthimport fix and plot multiple lines at once
2005-04-27 Andrew LenharthGenerate a gnuplot script for any program and any test...
2005-04-27 Andrew LenharthSo you want to import nightly tester data into a data...
2005-04-27 Andrew Lenharthfix for parse, and a start at db import. Using CVS...
2005-04-27 Duraid Madinaclean up some warnings
2005-04-27 Reid SpencerThis is a cleanup commit:
2005-04-27 Chris Lattnerdetect functions that never return, and turn the instr...
2005-04-27 Chris LattnerTest the noreturn function optimization
2005-04-27 Reid SpencerAdd the simplify-libcalls pass.
2005-04-27 Andrew LenharthA first step towards being able to do more interesting...
2005-04-27 Reid SpencerPrefix the debug statistics so they group together.
2005-04-27 Reid SpencerIn debug builds, make a statistic for each kind of...
2005-04-26 Chris LattnerThis analysis doesn't take 'throwing' into consideratio...
2005-04-26 Reid SpencerFix up the debug statement to actually use a newline...
2005-04-26 Reid SpencerUh, this isn't argpromotion.
2005-04-26 Reid SpencerAdd some debugging output so we can tell which calls...
2005-04-26 Chris Lattnerno parens
2005-04-26 Chris Lattnerupdate some paths
2005-04-26 Reid SpencerNo, seriously folks, memcpy really does return void.
2005-04-26 Reid Spencermemcpy returns void!!!!!
2005-04-26 Reid SpencerConvert the remainder of the intrinsic function prototy...
2005-04-26 Reid SpencerUse the declare syntax not the call syntax for intrinsi...
2005-04-26 Chris Lattnerdon't let Reid build void*'s :)
2005-04-26 Reid SpencerFix some bugs found by running on llvm-test:
2005-04-26 Reid SpencerChanges From Review Feedback:
2005-04-26 Reid SpencerAdd a test case for MemMove.ll
2005-04-26 Reid SpencerResult of strlen is size_t which is either uint or...
2005-04-26 Chris LattnerMake interval partition print correctly, patch contribu...
2005-04-26 Chris LattnerFix the compile failures from last night.
2005-04-26 Duraid Madinaconstmul bugfix: multiply by 27611 was broken
2005-04-26 Duraid Madinaclean up the code! (oops) lots more cleaning left,...
2005-04-26 Reid Spencer* Merge get_GVInitializer and getCharArrayLength into...
2005-04-26 Reid SpencerAdd a new test case for the llvm.memcpy simplification...
2005-04-26 Duraid Madina* Add code to reduce multiplies by constant integers...
2005-04-26 Reid Spencer* Implement StrLenOptimization
2005-04-26 Reid Spencer* Add a test case for StrLenOptimization
2005-04-26 Reid SpencerIncorporate feedback from Chris:
2005-04-26 Jeff CohenAdd SimplyLibCalls.cpp to VC++ build
2005-04-26 Reid SpencerFix RUN: line to not always pass.
2005-04-26 Chris LattnerFold (X > -1) | (Y > -1) --> (X&Y > -1)
2005-04-25 Reid SpencerChanges due to code review and new implementation:
2005-04-25 Chris Lattnerimplement some more logical compares with constants...
2005-04-25 Reid SpencerLots of changes based on review and new functionality:
2005-04-25 Reid SpencerUpdate the test case to handle a few more (degenerate...
2005-04-25 Chris LattnerCodegen x < 0 | y < 0 as (x|y) < 0. This allows us...
2005-04-25 Chris LattnerMake dominates(A,B) work with post dominators. Patch...
2005-04-25 Tanya LattnerAdded question about turning off all optimizations...
2005-04-25 Chris Lattnerimplement getelementptr.ll:test10
2005-04-25 Chris Lattnerrename fn
2005-04-25 Chris Lattnernew testcase
2005-04-25 Chris LattnerCorrectly handle global-argument aliases induced in...
2005-04-25 Chris LattnerDon't mess up SCC traversal when a node has null edges...
2005-04-25 Chris Lattnerdocument 'opaque' types
2005-04-25 Chris LattnerAdd feedback from Vikram
2005-04-25 Reid SpencerMake sure the target buffer is null terminated so we...
2005-04-25 Reid SpencerA test case for testing the StrCatOptimizer, currently...
2005-04-25 Reid SpencerPost-Review Cleanup:
2005-04-25 Reid SpencerUse the %name rather than the "name" format so those...
2005-04-25 Reid SpencerShut GCC 4.0 up about classes that have virtual functio...
2005-04-25 Reid SpencerDeclare a function to create the SimplifyLibCalls pass.
2005-04-25 Reid SpencerA new pass to provide specific optimizations for certai...
2005-04-25 Reid SpencerA test case for the the ExitInMain libcall simplification.
2005-04-25 Reid SpencerOlder compilers won't like the inline virtual destructo...
2005-04-25 Chris Lattnerfix some bugs
2005-04-25 Reid SpencerFix a thinko in the documentation of the splitBasicBloc...
2005-04-24 Reid SpencerShut GCC 4.0 up about classes with virtual functions...
next