oota-llvm.git
2007-07-26 Owen AndersonFix a couple more bugs in the phi construction by pulli...
2007-07-26 Evan ChengTest case for PR1573.
2007-07-26 Evan ChengMake sure epilogue esp adjustment is placed before...
2007-07-26 Evan ChengDon't pollute the meaning of isUnpredicatedTerminator.
2007-07-26 Evan ChengFix test.
2007-07-26 Evan ChengMinor bug.
2007-07-26 Dan GohmanFix the alias analysis query in DAGCombiner to not...
2007-07-26 Dan GohmanMove the GET_SIDE_EFFECT_INFO logic from isInstructionT...
2007-07-26 Dan GohmanRemove a bogus return statement, what appears to have...
2007-07-26 Dan GohmanDummyInst's member functions don't need to be virtual.
2007-07-26 Dan GohmanIn the .loc directive, print the fields as "debug"...
2007-07-26 Dan GohmanFix a whitespace difference between CMPSSrr and CMPSDrr.
2007-07-26 Dan GohmanFix a pasto in a comment.
2007-07-26 Christopher... Add a MachineFunction pass, which runs post register...
2007-07-26 Christopher... Teach DAG scheduling how to properly emit subreg insert...
2007-07-26 Christopher... Have register info provide the inverse mapping of regis...
2007-07-26 Christopher... Add target independent MachineInstr's to represent...
2007-07-26 Evan ChengSame goes for constantpool, etc.
2007-07-26 Christopher... Add selection DAG nodes for subreg insert/extract....
2007-07-26 Christopher... Fix 80 col violation.
2007-07-26 Christopher... Remove subreg index from MachineInstr's and also keep...
2007-07-26 Christopher... Teach TableGen about the new vector types.
2007-07-26 Christopher... Fix infinite recursion for when extract_vector_elt...
2007-07-26 Christopher... Fix comments for new types.
2007-07-26 Christopher... Add support for 3 element 32-bit vector ValueTypes.
2007-07-26 Dan GohmanRemove X86ISD::LOAD_PACK and X86ISD::LOAD_UA and associ...
2007-07-25 Owen AndersonFix what is _hopefully_ the last corner case for loops.
2007-07-25 Evan ChengMac OS X x86-64 lower 4G address is not available.
2007-07-25 Evan ChengMac OS X should use 0x90 to fill in gaps to satisfy...
2007-07-25 Evan ChengEmitAlignment() also emits optional fill value.
2007-07-25 Evan ChengFunctions with LinkOnce and weak linkage still need...
2007-07-25 Owen AndersonMy last commit was not correct for nested loops. Fix...
2007-07-25 Owen AndersonFix an infinite loop on 300.twolf.
2007-07-25 Owen AndersonForgot to include this file in my last commit.
2007-07-25 Owen AndersonFix a bug in non-local memdep that was causing an infin...
2007-07-25 Owen AndersonFix a bug that was causing GVN to crash on 252.eon.
2007-07-25 Devang PatelFix example code.
2007-07-25 Owen AndersonAdd basic support for performing whole-function RLE.
2007-07-25 Chandler CarruthMoving regression test to reflect move in source and...
2007-07-25 Dan GohmanDon't ignore the return value of AsmPrinter::doInitiali...
2007-07-25 Devang PatelAdd BasicInliner interface.
2007-07-25 Chris Lattnertest commit
2007-07-25 Nick LewyckyFix debug info and globals filled with zeros.
2007-07-25 Anton KorobeynikovMinor cleanup:
2007-07-24 Dan GohmanAdd const to CanBeFoldedBy, CheckAndMask, and CheckOrMask.
2007-07-24 Dan GohmanA minor simplication in the generated code.
2007-07-24 Dan GohmanUse movaps to load a v4f32 build_vector of all-constant...
2007-07-24 Owen AndersonAdd initial support for non-local memory dependence...
2007-07-24 Owen AndersonMake the copy constructor of SmallPtrSet much faster.
2007-07-24 Anton KorobeynikovHeal EH handling stuff by emitting correct offsets...
2007-07-24 Owen AndersonAdd a GVN pass, using the value numbering code I develo...
2007-07-24 Reid SpencerMake output match actual condition tested. Thanks,...
2007-07-24 Devang PatelUnreachable block is not a root node in post dominator...
2007-07-24 Owen AndersonRename a lot of things to change FastDLE to RedundantLo...
2007-07-24 Owen AndersonRename FastDLE as RedundantLoadElimination.
2007-07-23 Reid Spencer1. Make sure we print the Function Value for parameter...
2007-07-23 Reid SpencerAdd better verification of attributes on function types...
2007-07-23 Chandler CarruthFix for PR1567, which involves a weird bug on non-32bit...
2007-07-23 Owen AndersonAdd testcases for FastDLE.
2007-07-23 Owen AndersonDon't delete volatile loads. Doing so is not safe.
2007-07-23 Owen AndersonForgot to commit this file.
2007-07-23 Owen AndersonFix a comment.
2007-07-23 Owen AndersonAdd FastDLE, the load-elimination counterpart of FastDSE.
2007-07-23 Owen AndersonMove these tests to use FastDSE instead of old DSE.
2007-07-23 Dan GohmanFix some uses of dyn_cast to be uses of cast.
2007-07-23 Dan GohmanDelete the svn:executable property on these files,...
2007-07-23 Owen AndersonFix file header.
2007-07-23 Chris Lattnercompletely remove a transformation that is unsafe in...
2007-07-23 Duncan SandsThe Ada f-e produces various auxiliary output files
2007-07-23 Duncan SandsFor multipart tests, place the parts with no
2007-07-23 Reid SpencerRestore ability to build archives (oops)
2007-07-23 Reid SpencerRemove bizarre use of /dev/null in a makefile include...
2007-07-23 Bill WendlingFix some validation errors.
2007-07-23 Bill WendlingConverted to "svn" and reformatted.
2007-07-23 Reid SpencerRemove dead option.
2007-07-23 Bill WendlingSmall change.
2007-07-23 Bill WendlingPoint to the correct SVN repository.
2007-07-23 Bill WendlingAdd missing SSE builtins:
2007-07-22 Reid SpencerReport an error if one occurs in releaseModule.
2007-07-22 Chris LattnerDisable the string map copy ctor and assignment operators,
2007-07-22 Duncan SandsRemove -O1 in favour of making llvm-gcc-4.2 a bit
2007-07-21 Chris LattnerThis xform isn't safe, removing it.
2007-07-21 Reid SpencerUpdate for changes in library.sh
2007-07-21 Devang PatelApply temporary work around to fix llvm mis-compilation
2007-07-21 Evan ChengNo more noResults.
2007-07-20 Dan GohmanDon't assume that only Uses can be kills. Defs are...
2007-07-20 Dan GohmanSimplify the logic for setVolatile.
2007-07-20 Duncan SandsNeed -O1 or better to have these builtins lowered to
2007-07-20 Chris Lattnerzext(undef) = 0 and sext(undef) = 0, not undef.
2007-07-20 Chris Lattnerthis xform is already done by the constant folder.
2007-07-20 Evan ChengAdded -print-emitted-asm to print out JIT generated...
2007-07-20 Reid SpencerUpdate to include clean and install commands.
2007-07-20 Chandler CarruthNo longer referencing "shared memory" as this can confu...
2007-07-20 Reid SpencerSilly HTML
2007-07-20 Reid SpencerFix validation errors.
2007-07-20 Chandler CarruthThis introduces the atomic operation intrinsics into...
2007-07-20 Owen AndersonMake the heuristic for shrinking DenseMap smarter.
2007-07-20 Devang PatelUse SmallVector instead of std::vector.
2007-07-20 Chandler CarruthFixing some differences between CVS and SVN diff'ing...
2007-07-20 Dan GohmanOptimize alignment of loads and stores.
next