oota-llvm.git
2009-10-25 Evan ChengCode clean up.
2009-10-25 Evan ChengDo not delete identity insert_subreg even if dest is...
2009-10-25 Evan ChengAdd isIdentityCopy to check for identity copy (or extra...
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-10-25 Chris Lattnerthis is done.
2009-10-25 Chris LattnerTeach FoldBitCast to be able to handle bitcasts from...
2009-10-25 Chris Lattnermove FoldBitCast earlier in the file, and use it instead of
2009-10-25 Chris Lattnerrefactor FoldBitCast to reduce nesting and to always...
2009-10-25 Nick LewyckyRemove ICmpInst::isSignedPredicate which was a reimplem...
2009-10-25 Nick LewyckySink isTrueWhenEqual from ICmpInst to CmpInst. Add...
2009-10-25 Daniel Dunbarlit: Add --config-prefix option, to override default...
2009-10-25 Nick LewyckyIndent.
2009-10-25 Mikhail GlushenkovRegenerate.
2009-10-25 Mikhail GlushenkovDocument OptionPreprocessor.
2009-10-25 Mikhail GlushenkovAdd a test for OptionPreprocessor.
2009-10-25 Daniel Dunbarlit: Allow use of /dev/null in redirects on Windows...
2009-10-25 Jim GrosbachWhen the scavenger is looking for a good candidate...
2009-10-24 Dan GohmanUpdate these tests to match what Loop::print now prints.
2009-10-24 Dan GohmanMapValue doesn't needs its LLVMContext argument.
2009-10-24 Dan GohmanRename isLoopExit to isLoopExiting, for consistency...
2009-10-24 Dan GohmanDelete a spurious semicolon.
2009-10-24 Dan GohmanMake these tests more interesting by using
2009-10-24 Dan GohmanRewrite LoopRotation's SSA updating code using SSAUpdater.
2009-10-24 Daniel Dunbarlit: Support '>>' redirections when executing scripts...
2009-10-24 Daniel DunbarUpdate CMake dependencies.
2009-10-24 Daniel DunbarTeach macho-dump to dump UUIDs.
2009-10-24 Dan GohmanMake DominanceFrontierBase::print's output prettier.
2009-10-24 Dan GohmanMake DominanceFrontier::addBasicBlock return the iterat...
2009-10-24 Dan GohmanAdd an explicit keyword.
2009-10-24 Sanjiv GuptaRevert back 85006 for now as it breaks PIC16 tests.
2009-10-24 Sanjiv GuptaAdding support for placing global objects in shared...
2009-10-24 Chris Lattnervarious cleanups suggested by Duncan
2009-10-24 Chris Lattnerfix PR5287, a serious regression from my previous patch...
2009-10-24 Victor HernandezAuto-upgrade free instructions to calls to the builtin...
2009-10-24 Evan Cheng80 col violation.
2009-10-24 Anton KorobeynikovAdd some asserts to catch copyRegToReg() fails early
2009-10-24 Jim GrosbachRestrict Thumb1 register allocation to low registers...
2009-10-23 Evan ChengIdentity copies should not contribute to spill weight.
2009-10-23 Jim GrosbachFIXME no longer applies. R12 and R3 are available for...
2009-10-23 Jeffrey YasskinFix llvm.org/PR4822: allow module deletion after a...
2009-10-23 Victor HernandezRemove AllocationInst. Since MallocInst went away...
2009-10-23 Jeffrey YasskinFix stylistic and documentation problems in ValueMap...
2009-10-23 Dan GohmanAPInt-ify the gep scaling code, so that it correctly...
2009-10-23 Dan GohmanMake LoopDeletion check the maximum backedge taken...
2009-10-23 Chris Lattnersome stuff is done, we still have constantexpr simplifi...
2009-10-23 Chris Lattnerteach libanalysis to simplify vector loads with bitcast...
2009-10-23 Chris Lattnerenhance FoldReinterpretLoadFromConstPtr to handle loads...
2009-10-23 Chris Lattnerteach libanalysis to fold int and fp loads from almost...
2009-10-23 Tanya LattnerAdd 2.6 release note.
2009-10-23 Evan ChengUpdate tests for 84931.
2009-10-23 Evan ChengX86 needs critical path anti-dependency breaking.
2009-10-23 Dale JohannesenCommit fixes for half precision I noted in review, so
2009-10-23 Bill WendlingThis is passing on Darwin PPC.
2009-10-23 Victor HernandezMinor code cleanup.
2009-10-23 Bill WendlingNeuter stack protectors by only checking character...
2009-10-22 David GoodwinAllow the target to select the level of anti-dependence...
2009-10-22 Ted KremenekUse 'waitpid' instead of 'wait'. Basing Program::Wait...
2009-10-22 Jeffrey YasskinTry r84890 again (adding ValueMap<>), now that I've...
2009-10-22 Eric Christophersize_t, not unsigned here to silence a warning.
2009-10-22 Benjamin KramerRandom include cleanup.
2009-10-22 Jeffrey YasskinFix OProfileJITEventListener after r84054 renamed Compi...
2009-10-22 Bill WendlingTidying up some code and comments. No functionality...
2009-10-22 Jeffrey YasskinRevert r84890, which broke the linux build.
2009-10-22 Jeffrey YasskinAdd a ValueMap<ValueOrSubclass*, T> type. ValueMap...
2009-10-22 Devang PatelHide MetadataContext implementation details.
2009-10-22 Devang PatelFix getMDs() interface such that it does not expose...
2009-10-22 Devang PatelUsing TrackingVH instead of WeakVH or WeakMetadataVH.
2009-10-22 Devang PatelSort handler names to ensure deterministic behavior.
2009-10-22 Stuart HastingsTrying again to tweak the top-level Makefile to facilit...
2009-10-22 Bob WilsonRevert 84843. Evan, this was breaking some of the...
2009-10-22 Duncan SandsInclude config.h in order to have HAVE_STDINT_H be...
2009-10-22 Nicolas GeoffrayVerify that the function and exception table have been...
2009-10-22 Duncan SandsCheck that accessing a struct field that occurs before...
2009-10-22 Duncan SandsTest handling of record fields with negative offsets.
2009-10-22 Benjamin KramerShift art to the right to keep GCC from complaining...
2009-10-22 Evan ChengMove if-conversion before post-regalloc scheduling...
2009-10-22 Evan ChengLoad / store multiple was missing opportunites when...
2009-10-22 Chris Lattnermove another load optimization from instcombine ->...
2009-10-22 Chris Lattnermove 'loading i32 from string' optimization from instco...
2009-10-22 Chris LattnerMove some constant folding logic for loads out of instc...
2009-10-22 Evan ChengTrim more includes.
2009-10-22 Evan ChengTrim include.
2009-10-22 Chris Lattnertestcase for PR4678 & rdar://7309675
2009-10-22 Mikhail GlushenkovForgot a declaration.
2009-10-22 Mikhail GlushenkovMake 'unset_option' work on list options.
2009-10-22 Chris Lattnerfix warning.
2009-10-22 Devang PatelFix getHandlerNames() interface. Now it populate clinet...
2009-10-22 Chris Lattnerllvm-ld doesn't throw.
2009-10-22 Chris Lattnerthis doesn't use EH either.
2009-10-22 Chris Lattnernothing opt uses can throw, remove the try block and...
2009-10-22 Chris LattnerAdd some command line options for twiddling the default...
2009-10-22 Evan ChengDon't generate sbfx / ubfx with negative lsb field...
2009-10-22 Devang PatelUse StringRef to construct MDString.
2009-10-22 Chris Lattnerfix PR5262.
2009-10-22 Anton KorobeynikovUse special DAG-to-DAG preprocessing to allow mem-mem...
2009-10-22 Anton KorobeynikovFix null pointer dereference.
2009-10-22 Devang PatelRemove meaningless const.
2009-10-22 Dan GohmanRevert the main portion of r31856. It was causing Branc...
2009-10-21 Devang PatelDerive metadata hierarchy from Value instead of User.
next