oota-llvm.git
2007-04-14 Reid SpencerConvert test cases to new llvm.exp version of llvm_runt...
2007-04-14 Reid SpencerFor PR1319:
2007-04-14 Reid Spencer1. Don't generate redundant copy of stderr
2007-04-14 Reid SpencerFix a test test llvm.exp found.
2007-04-14 Reid Spencerbool -> i1 (found by llvm.exp)
2007-04-14 Reid SpencerFix a syntax error that llvm.exp found.
2007-04-14 Reid SpencerFix an "already-upgraded" test that llvm.exp found.
2007-04-14 Chris Lattneravoid iterator invalidation.
2007-04-14 Reid SpencerSimplify this test and correct redirection for Tcl...
2007-04-14 Reid SpencerDon't try to interpret a fictitious file.
2007-04-14 Reid SpencerPrint full errorInfo when a failure occurs.
2007-04-14 Jeff CohenAn even better fix.
2007-04-14 Reid SpencerNo need to quote things, shell isn't interpreting any...
2007-04-14 Jeff CohenFix recent regression that broke several llvm-tests.
2007-04-14 Reid SpencerFor PR1319:
2007-04-14 Reid SpencerAdd the line number where the script failed to the...
2007-04-14 Reid SpencerFor PR1319:
2007-04-14 Reid SpencerFIx this test, thanks to llvm.exp
2007-04-14 Reid SpencerAdd a script to run a command but ignore its return...
2007-04-14 Anton KorobeynikovFix PR1325: Case range optimization was performed in...
2007-04-14 Duncan SandsCorrect typo.
2007-04-14 Reid SpencerFix a missing -f that the new llvm.exp found.
2007-04-14 Reid SpencerFix a missing -f caught by the new llvm.exp script.
2007-04-14 Reid SpencerInitial version of a re-write of llvm-runtest that...
2007-04-14 Chris Lattnerdisable shift/and lowering to work around PR1325 for...
2007-04-14 Chris LattnerImplement a few missing xforms: printf("foo\n") ->...
2007-04-14 Chris Lattnernew testcase
2007-04-14 Chris Lattnerin addition to merging, constantmerge should also delet...
2007-04-14 Chris LattnerImplement PR1201 and test/Transforms/InstCombine/malloc...
2007-04-14 Chris Lattnertestcase for PR1201
2007-04-14 Chris Lattneruse an accessor to simplify code.
2007-04-14 Chris Lattneradd GetElementPtrInst::hasAllZeroIndices, a long-overdu...
2007-04-14 Reid SpencerWe want the number of bits needed, not the power of 2.
2007-04-13 Dale Johannesentests for struct/union as input operands to asm.
2007-04-13 Jeff CohenSilence VC++ warning.
2007-04-13 Reid SpencerAdd the SCCP regression tests for APInt expressions...
2007-04-13 Chris Lattnerxfail this for now
2007-04-13 Chris LattnerNow that codegen prepare isn't defeating me, I can...
2007-04-13 Chris Lattnernew lsr testcase
2007-04-13 Chris LattnerCompletely rewrite addressing-mode related sinking...
2007-04-13 Chris LattnerNew testcase
2007-04-13 Reid SpencerImplement a getBitsNeeded method to determine how many...
2007-04-13 Devang PatelRemove use of SlowOperationInformer.
2007-04-13 Devang PatelUndo previous check-in.
2007-04-13 Devang PatelHello uses LLVMSupport.a (SlowerOperationInformer)
2007-04-13 Dan GohmanRename Value::getValueType to getValueID, to avoid...
2007-04-13 Anton KorobeynikovFix PR1323 : we haven't updated phi nodes in good manner :)
2007-04-13 Chris Lattnerarm has r+r*s and r+i addr modes, but no r+i+r*s addr...
2007-04-13 Zhou ShengMake the apint construction more effective.
2007-04-13 Chris LattnerCSE simple binary expressions when they are inserted...
2007-04-13 Tanya LattnerAdding target triplet to be passed to database.
2007-04-12 Reid SpencerImplement review feedback .. don't double search a...
2007-04-12 Reid SpencerMake sure intrinsics that are lowered to functions...
2007-04-12 Dale Johannesentestcases for function linkage
2007-04-12 Reid SpencerProvide support for intrinsics that lower themselves...
2007-04-12 Lauro Ramos... update documentation
2007-04-12 Lauro Ramos... update documentation
2007-04-12 Lauro Ramos... Implement Thread Local Storage (TLS) in CBackend.
2007-04-12 Lauro Ramos... Implement the "thread_local" keyword.
2007-04-12 Chris Lattnervector compares aren't allowed. It doesn't make sense...
2007-04-12 Chris Lattnermake this really work on linux :)
2007-04-12 Chris Lattnermake this happier on linux hosts
2007-04-12 Reid SpencerFix bugs in generated code for part_select and part_set...
2007-04-12 Reid SpencerFix a bug in PartSet. The replacement value needs to...
2007-04-12 Chris Lattnerthe result of an inline asm copy can be an arbitrary...
2007-04-12 Chris Lattnerfold noop vbitconvert instructions
2007-04-12 Chris Lattnernew testcase
2007-04-12 Chris LattnerFix weirdness handling single element vectors.
2007-04-12 Chris LattnerFix mmx paddq, add support for the 'y' register class...
2007-04-12 Reid SpencerMake the shlibext and llvmlibsdir variables accessible.
2007-04-12 Reid SpencerFor PR1284:
2007-04-12 Reid SpencerThe hello pass actually requires a function to chew on!
2007-04-12 Reid SpencerFix extra argument in part_set examples. Thanks Zhiru.
2007-04-12 Chris Lattnerimprove the patch for PR1318 to also support grouped...
2007-04-12 Devang PatelNew test case for PR 1321.
2007-04-11 Reid SpencerFix validation errors.
2007-04-11 Reid SpencerMissing end tag. Thanks, Nick.
2007-04-11 Chris Lattnernew testcase.
2007-04-11 Reid SpencerPut period inside the paragraph!
2007-04-11 Reid SpencerDocument the part_set intrinsic.
2007-04-11 Reid SpencerFix a guard that is supposed to guard against mistakes...
2007-04-11 Chris Lattnernew testcase
2007-04-11 Chris LattnerFix CodeGen/X86/2007-03-24-InlineAsmPModifier.ll
2007-04-11 Reid SpencerThe "Hello" message is written on stderr so make sure...
2007-04-11 Reid SpencerAdd Scott's note about GCC 4.1.2 on OpenSUSE.
2007-04-11 Reid SpencerAdd a test case for PR1318.
2007-04-11 Reid SpencerBuild Hello by default so it can be used in test cases.
2007-04-11 Reid SpencerUse the new %link variable to make this test portable.
2007-04-11 Reid SpencerMake new variables available: compile_c, compile_cxx...
2007-04-11 Reid SpencerThe "implementation" keyword is no more!
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2007-04-11 Reid SpencerAdd a test case for testing basic IR features via llvm2...
2007-04-11 Reid SpencerMake sure upgrade doesn't fail on this.
2007-04-11 Reid SpencerUpdate the way llvm2cpp tests are done:
2007-04-11 Reid SpencerUpgrade this file completely instead of downgrading...
2007-04-11 Chris Lattnerfix an infinite loop compiling ldecod, notice by JeffC.
2007-04-11 Chris LattnerFix incorrect fall-throughs in addr mode code. This...
2007-04-11 Chris Lattnerthis got better
2007-04-11 Chris Lattneradjust test
2007-04-11 Chris LattnerFix Transforms/ScalarRepl/union-pointer.ll
next