oota-llvm.git
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
2007-04-11 Chris LattnerFix PR1318 by reacting appropriately to a mutating...
2007-04-11 Chris Lattnerchange test name.
2007-04-11 Reid SpencerFix a bug where ICmpInst objects instantiated directly...
2007-04-11 Reid SpencerMake the generated code for ConstantInt nicer.
2007-04-11 Reid SpencerFix an approximate calculation in an assertion not...
2007-04-11 Reid SpencerMake sure this test uses llvm-upgrade.
2007-04-11 Reid SpencerTeach llvm2cpp about packed structure types.
2007-04-11 Reid SpencerFix several bugs relating to changes in the LLVM IR...
2007-04-11 Reid SpencerRegenerate.
2007-04-11 Reid SpencerFix a crash-by-unknown-exception caused by attempting...
2007-04-11 Reid SpencerFix to not give false positives.
2007-04-11 Reid SpencerFix some issues with param attrs.
2007-04-11 Reid SpencerAdd support for parameter attributes.
2007-04-11 Chris Lattnersext of compares.
2007-04-11 Chris LattnerTurn stuff like:
2007-04-11 Chris LattnerSimplify some comparisons to arithmetic, this implements:
2007-04-11 Chris Lattnernew testcase
2007-04-11 Chris LattnerFix this harder.
2007-04-11 Chris Lattnerdon't create shifts by zero, fix some problems with...
2007-04-11 Chris Lattnercanonicalize (x <u 2147483648) -> (x >s -1) and (x...
2007-04-11 Chris Lattnerfix a miscompilation of:
2007-04-11 Chris Lattnerdone
2007-04-11 Chris LattnerTeach the codegen to turn [aez]ext (setcc) -> selectcc...
2007-04-11 Chris Lattnernew testcase
2007-04-11 Chris LattnerCodegen integer abs more efficiently using the trick...
2007-04-11 Chris Lattnernew testcases for integer abs function
2007-04-11 Chris Lattnerfix a regression introduced by my last patch.
2007-04-11 Chris LattnerHack to get sys::Path to recognize macho dylibs.
2007-04-11 Reid SpencerFor PR1146:
2007-04-11 Reid SpencerTeach sys::Path how to recognize different kinds of...
2007-04-11 Chris LattnerSimplify SROA conversion to integer in some ways, make...
2007-04-11 Reid SpencerMake isDynamicLibrary detect more than just an ELF...
2007-04-11 Reid SpencerHack the shared library extension for dylib. The existi...
2007-04-11 Reid SpencerHopefully fix LTDL_SHLIB_EXT on Darwin
2007-04-10 Bill WendlingAdd support for our first SSSE3 instruction "pmulhrsw".
2007-04-10 Devang PatelNew test case.
2007-04-10 Chris Lattnernew micro optzn
next