oota-llvm.git
2007-04-15 Chris LattnerExtend store merging to support the 'if/then' version...
2007-04-15 Chris Lattnernew testcase
2007-04-15 Dale Johannesentestcases for -fno-builtin
2007-04-15 Chris Lattnerrefactor some code, no functionality change.
2007-04-14 Owen AndersonXFAIL this for now.
2007-04-14 Owen AndersonFix some unsafe code. Also, tabs -> spaces.
2007-04-14 Owen AndersonMake ETForest depend on DomTree rather than IDom. ...
2007-04-14 Chris Lattnerxfail for now
2007-04-14 Chris Lattneradd a target to print out 80-column violations.
2007-04-14 Chris Lattnerfix long lines
2007-04-14 Reid SpencerAdd some info about the pipelines and redirection.
2007-04-14 Reid SpencerOops. A little aggressive on the name changes there.
2007-04-14 Chris Lattneradd a note
2007-04-14 Reid SpencerFor PR1913:
2007-04-14 Chris Lattnerfix test for linux hosts.
2007-04-14 Chris LattnerImplement Transforms/InstCombine/vec_extract_elt.ll...
2007-04-14 Chris Lattnernew testcase
2007-04-14 Reid SpencerFor PR1319:
2007-04-14 Reid SpencerChanges to fix problems with "make check". Apparently...
2007-04-14 Reid SpencerFix syntax.
2007-04-14 Chris LattnerImplement InstCombine/vec_demanded_elts.ll:test2. ...
2007-04-14 Chris Lattnermanually upgrade test. Add a new test2. I have no...
2007-04-14 Reid SpencerTry some alternative syntax.
2007-04-14 Chris Lattneravoid copying sets and vectors around.
2007-04-14 Jeff CohenFix PR1329.
2007-04-14 Reid SpencerFor PR1319:
2007-04-14 Reid SpencerThis test should have been updated with llvm 1.7!
2007-04-14 Reid SpencerFor PR1319:
2007-04-14 Reid SpencerThis test needs to use egrep.
2007-04-14 Chris Lattnerdisable switch lowering using shift/and. It still...
2007-04-14 Reid SpencerFor PR1319:
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...
next