oota-llvm.git
2005-05-04 Reid Spencer* Correct the function prototypes for some of the funct...
2005-05-03 Misha BrukmanMinor clean-ups
2005-05-03 Andrew Lenharthinitial descriptions of count intrinsics
2005-05-03 Andrew LenharthImplement count leading zeros (ctlz), count trailing...
2005-05-03 Reid SpencerFix this test to succeed even if "strchr" is on a call...
2005-05-03 Reid SpencerAdd a test case for SPrintFOptimization.
2005-05-03 Andrew Lenharthyea yea yea
2005-05-03 Andrew Lenharthnote the vararg change, and other stuff
2005-05-03 Andrew Lenharthpre add count tests
2005-05-03 Chris Lattnerfix a bug in the 1 index GEP handling code
2005-05-03 Reid SpencerImplement optimizations for the strchr and llvm.memset...
2005-05-03 Reid SpencerAdd a test case for StrChrOptimizer for -simplify-libcalls
2005-05-03 Misha BrukmanClean up and correct llvmc configurations for C and C++
2005-05-03 Misha Brukmanstd::string(NULL) does not a proper constructor make
2005-05-03 Chris Lattneradd direct support for making GEP instrs with one index
2005-05-03 Misha BrukmanOmit periods at the end of command-line switch explanat...
2005-05-03 Reid SpencerA new test case for the LLVMMemSetOptimization.
2005-05-03 Jeff CohenUse ANSI-approved way of getting the value infinity...
2005-05-03 Reid SpencerAvoid garbage output in the statistics display by ensur...
2005-05-03 Reid SpencerAdd the StrNCmpOptimization which is similar to strcmp.
2005-05-03 Reid SpencerCorrect the title and the success criteria: strcmp...
2005-05-03 Reid SpencerAdd a new test case for the StrNCmpOptimization.
2005-05-02 Reid SpencerImplement the fprintf optimization which converts calls...
2005-05-02 Reid SpencerAdd a test case for testing the FPrintFOptimization.
2005-05-02 Andrew Lenharthfold fp div by 0 to inf, the way gcc does. This is...
2005-05-02 Andrew LenharthRemove support for 1.0 style varargs
2005-05-02 John CriswellFixed a comment.
2005-05-02 Duraid Madinasupport multiplication by constant negative integers
2005-05-02 Duraid Madinaadd support for bools to SELECT, this fixes Prolangs...
2005-05-01 Reid SpencerMention that arguments to functions must be first class...
2005-05-01 Tanya LattnerAdd accessor method,
2005-05-01 Tanya LattnerAdding ModuloSched SB.
2005-05-01 Chris LattnerImplement getelementptr.ll:test11
2005-05-01 Chris Lattnernew testcase
2005-05-01 Chris LattnerCheck for volatile loads only once.
2005-05-01 Chris Lattneradd a new testcase
2005-05-01 Tanya LattnerSMS for superblocks.
2005-05-01 Tanya LattnerAdded extra constructor for superblocks.
2005-04-30 Tanya LattnerFixed bug in searchPath function for finding nodes...
2005-04-30 Andrew LenharthI was sure I had thought about this and there was a...
2005-04-30 Alkis EvlogimenosDo not use deprecated APIs
2005-04-30 Reid SpencerFix a comment that stated the wrong thing.
2005-04-30 Chris LattnerEliminate some random whitespace
2005-04-30 Chris LattnerCodegen and legalize sin/cos/llvm.sqrt as FSIN/FCOS...
2005-04-30 Chris Lattneradd sin/cos tests
2005-04-30 Chris LattnerDoesn't support these nodes
2005-04-30 Chris LattnerThis target doesn't support the FSIN/FCOS/FSQRT nodes yet
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.
next