oota-llvm.git
2006-05-31 Evan ChengRemove dead code.
2006-05-31 Evan ChengUpdate vector extract test cases.
2006-05-30 Evan ChengA new entry
2006-05-30 Evan ChengMAXP{D|S} and MINP{D|S} are commutable.
2006-05-30 Evan ChengCommute shufps / shufpd.
2006-05-30 Reid Spencer1. No need to thwart this test with an environment...
2006-05-30 Evan ChengSomehow I lost a condition when I was shuffling some...
2006-05-30 Evan ChengFix a build breaker.
2006-05-30 Evan ChengOops. PSHUFD is only available with SSE2.
2006-05-30 Chris LattnerAdd a note
2006-05-30 Chris LattnerAlways reserve space for 8 spilled GPRs. GCC apparentl...
2006-05-30 Reid Spencerllvm2cpp is ready to be compiled so add it to the makef...
2006-05-30 Reid SpencerAdd the new command line arguments.
2006-05-30 Reid SpencerFix more bugs. This version now passes all of the Featu...
2006-05-30 Evan ChengAdded a test case for parameter passing of vector values.
2006-05-30 Evan ChengFix the test failure on non-Darwin targets.
2006-05-30 Evan ChengAllow shufps x, x, mask to be converted to pshufd x...
2006-05-30 Evan ChengRemove bogus comment.
2006-05-30 Reid SpencerAdd llvm2cpp program.
2006-05-30 Reid SpencerProvide a simpler interface for getting a ConstantArray...
2006-05-30 Evan ChengMake sure the register pressure reduction schedulers...
2006-05-30 Evan ChengWhen a priority_queue is empty, the behavior of top...
2006-05-30 Rafael EspindolaExpand ret into "CopyToReg;BRIND"
2006-05-30 Chris LattnerEnable -fno-use-cxa-atexit on darwin/ppc also.
2006-05-30 Reid SpencerUndo a patch that breaks llvm-as because the warning...
2006-05-30 Reid SpencerWrite the WARNING message to cout instead of cerr....
2006-05-30 Vladimir PrusMake doc comment visible in doxygen output. Clarify...
2006-05-30 Reid SpencerFix many small bugs in llvm2cpp. This patch gets llvm2c...
2006-05-30 Reid SpencerProperly document the second form of ConstArray::get()
2006-05-30 Reid SpencerAdjust the interface to ConstantArray::get. The previous
2006-05-30 Evan ChengAdd a note about integer multiplication by constants.
2006-05-30 Evan ChengA addressing mode folding enhancement:
2006-05-30 Evan ChengAdd a lea instruction selection test case.
2006-05-30 Evan ChengSome new entries about truncate / anyext
2006-05-30 Reid SpencerFirst complete version of llvm2cpp that doesn't crash...
2006-05-29 Andrew Lenharthmove calltarget to dsa
2006-05-29 Andrew LenharthSince there was interest on the mailing list, this...
2006-05-29 Chris LattnerSilly cleanup
2006-05-29 Chris Lattnersilly cleanup
2006-05-29 Reid SpencerFix a bug with diffing the wrong files. Make output...
2006-05-29 Reid SpencerNext batch of implementation:
2006-05-29 Reid SpencerFix file header comment.
2006-05-29 Reid SpencerRemove temporary testing rules.
2006-05-29 Vladimir PrusReset DEBUG_SYMBOL_TABLE back to 0.
2006-05-29 Vladimir PrusFix compile error when DEBUG_SYMBOL_TABLE is defined.
2006-05-29 Reid SpencerFix two bugs in the CppWriter.cpp:
2006-05-29 Reid SpencerFix the file's comment block.
2006-05-29 Reid SpencerFix grammar in a comment.
2006-05-29 Reid SpencerReplace an old C-style cast with a C++ cast (squelch...
2006-05-29 Reid SpencerCorrect some grammar and describe current reality.
2006-05-29 Owen AndersonRequire both tests to pass.
2006-05-29 Owen AndersonUpdate the testcase to check the full extent of LCSSA.
2006-05-29 Owen AndersonAdd Use replacement. Assuming there is nothing horribl...
2006-05-29 Reid SpencerInitial Commit of llvm2cpp
2006-05-28 Owen AndersonMajor think-o. Iterate over all live out-of-loop value...
2006-05-28 Reid SpencerFix a problem where dejagnu won't accept the value...
2006-05-28 Reid SpencerProvide an infrastructure for testing the llvm2cpp...
2006-05-27 Owen AndersonMake LCSSA insert proper Phi nodes throughout the rest...
2006-05-27 Chris LattnerFix some regression from the inliner patch I committed...
2006-05-27 Chris LattnerFix pastos in comments
2006-05-27 Chris LattnerSwitch the inliner over to using CloneAndPruneFunctionI...
2006-05-27 Chris LattnerIgnore generated files
2006-05-27 Chris LattnerImplement a new method, CloneAndPruneFunctionInto,...
2006-05-27 Chris LattnerImplement a new method: CloneAndPruneFunctionInto,...
2006-05-27 Chris LattnerRefactor some code to expose an interface to constant...
2006-05-27 Chris LattnerAdd an interface to constant fold and instruction given...
2006-05-27 Chris LattnerNew testcase: check that the inliner constant folds...
2006-05-27 Chris LattnerFix a nasty dag combiner bug that caused nondeterminsti...
2006-05-27 Chris LattnerAdd a new sentry node type, allowing assertions to...
2006-05-27 Owen AndersonA few small clean-ups, and the addition of an LCSSA...
2006-05-26 Evan ChengMake CALL node consistent with RET node. Signness of...
2006-05-26 Evan ChengChange RET node to include signness information of...
2006-05-26 Evan ChengChange RET node to include signness information of...
2006-05-26 Owen AndersonTrivial testcase that LCSSA can already handle.
2006-05-26 Owen AndersonFix a copy-and-paste-o that would break some compilers.
2006-05-26 Owen AndersonClean up and refactor LCSSA a bunch. It should also...
2006-05-26 Evan ChengVector argument must be passed in memory location align...
2006-05-26 Evan ChengMac OS X ABI document lied. The first four XMM register...
2006-05-26 Chris LattnerImplement Transforms/InstCombine/store.ll:test2.
2006-05-26 Chris LattnerNew testcase for trivial DSE
2006-05-26 Chris LattnerFix a bug in the bc reader/writer: we were not correctl...
2006-05-26 Chris LattnerNew testcase, check that the bc file correctly encodes...
2006-05-26 Evan ChengMinor update to make the code more clear
2006-05-26 Evan ChengUpdate more comments.
2006-05-26 Evan ChengFix some comments.
2006-05-26 Evan ChengNo need to handle illegal types.
2006-05-26 Owen AndersonSkeletal LCSSA pass. This is currently non-functional...
2006-05-26 Rafael EspindolaOn ARM, alignment is in bits
2006-05-26 Evan ChengRemove a couple of bogus casts.
2006-05-26 Evan ChengRemove a bogus cast.
2006-05-26 Evan ChengMinor bug caught by Ashwin Chandra
2006-05-26 Chris LattnerTransform things like (splat(splat)) -> splat
2006-05-25 Chris LattnerIntroduce a helper function that simplifies interpretat...
2006-05-25 Evan ChengConsistency
2006-05-25 Chris LattnerTurn (cast (shuffle (cast)) -> shuffle (cast) if it...
2006-05-25 Chris Lattnernew testcase
2006-05-25 Chris Lattnerextract element from a shuffle vector can be trivially...
2006-05-25 Chris Lattnernew testcases
2006-05-25 Evan ChengSome clean up.
2006-05-25 Chris LattnerAdd support for the missing FP condition codes
next