oota-llvm.git
2005-05-06 Chris LattnerImplement Transforms/Inline/inline-tail.ll
2005-05-06 Chris LattnerMake sure to not accidentally get a bogus tail marker
2005-05-06 Chris Lattnerpreserve the tail marker
2005-05-06 Chris Lattneradd a default arg
2005-05-06 Chris LattnerDon't forget these are calls
2005-05-06 Chris Lattnerlex tail
2005-05-06 Chris Lattnertest that tail call survives bytecodification
2005-05-06 Chris Lattneradd bytecode reader support for tail calls
2005-05-06 Chris LattnerHilight tail
2005-05-06 Chris LattnerThese are legal for tail calls
2005-05-06 Chris LattnerAdd a 'tail' marker for call instructions, patch contri...
2005-05-06 Chris LattnerAdd info on new 'tail' marker
2005-05-06 Chris LattnerWrap long lines
2005-05-06 Chris LattnerDCE intrinsic instructions without side effects.
2005-05-06 Chris LattnerThese intrinsics do not access memory
2005-05-06 Chris LattnerTeach instcombine propagate zeroness through shl instru...
2005-05-06 Chris Lattnernew testcases
2005-05-06 Chris LattnerImplement shift.ll:test23. If we are shifting right...
2005-05-06 Chris Lattnernew testcase
2005-05-06 Chris LattnerImplement xor.ll:test22
2005-05-06 Chris Lattnerimplement and.ll:test30 and set.ll:test21
2005-05-06 Chris Lattnernew testcase for unneeded and
2005-05-06 Chris Lattnernew testcase
2005-05-06 Chris Lattnerimplement or.ll:test20
2005-05-06 Chris Lattnernew testcase
2005-05-05 Misha Brukman* Order #includes alphabetically
2005-05-05 Misha BrukmanRemove extra blank line
2005-05-05 Misha Brukman* Use consistent spacing for function arguments
2005-05-05 Misha BrukmanRemove vim settings from source code; people should...
2005-05-05 Misha BrukmanConvert tabs to spaces
2005-05-05 Chris Lattnernew testcase for PR541
2005-05-05 Chris Lattneradd support for undef values of opaque type, addressing...
2005-05-05 Chris LattnerAdd some extra checks. Opaque types don't have a null...
2005-05-05 Chris Lattnernew testcase
2005-05-05 Chris LattnerWhen hitting an unsupported intrinsic, actually print it
2005-05-05 Andrew Lenharthctpop lowering in legalize
2005-05-05 Chris LattnerFix a bug compimling Ruby, fixing this testcase:
2005-05-05 Chris Lattnernew testcase for a bug Jim found
2005-05-04 Andrew Lenharthfix typo
2005-05-04 Andrew LenharthWell, add support for ct* for 21264 only.
2005-05-04 Andrew LenharthMake promoteOp work for CT*
2005-05-04 Chris LattnerInstcombine: cast (X != 0) to int, cast (X == 1) to...
2005-05-04 Chris Lattnernew testcase
2005-05-04 Reid SpencerImplement the IsDigitOptimization for simplifying calls...
2005-05-04 Reid SpencerMake sure both optimization cases get tested.
2005-05-04 Reid SpencerAdd a test case for the IsDigitOptimization class.
2005-05-04 Andrew Lenharthcomment fix
2005-05-04 Andrew Lenharthsee if the legalize code propery compensates for the...
2005-05-04 Reid SpencerCorrect the descriptions of WHILE...END and RROT. Thank...
2005-05-04 Reid SpencerWHILE does not "pop" a value, it "examines" to top...
2005-05-04 Andrew Lenharthadded a use of ctpop to debug stuff with
2005-05-04 Andrew Lenharthfixup argument
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...
next