oota-llvm.git
2009-10-27 Chris LattnerType.h doesn't need to #include LLVMContext.h
2009-10-27 Chris Lattnerpseudosourcevalue is also still using getGlobalContext...
2009-10-27 Chris Lattnerapparently the X86 JIT isn't fully contextized, it...
2009-10-27 Nick LewyckyFix reversed logic spotted by Owen Anderson.
2009-10-27 Chris Lattnertrim another #include
2009-10-27 Chris Lattnerremove an unneeded #include.
2009-10-27 Edward O'CallaghanConvert Analysis tests to FileCheck in regards to PR5307.
2009-10-27 Rafael EspindolaCorrectly align double arguments in the stack.
2009-10-27 Mikhail Glushenkov80-col violation.
2009-10-27 Bob WilsonFix Thumb2 failures by converting them to FileCheck.
2009-10-27 Bob WilsonFix the rest of the ARM failures by converting them...
2009-10-27 Bob WilsonFix some more failures by converting to FileCheck.
2009-10-27 Chris LattnerFix a pretty serious misfeature of the inliner: if...
2009-10-27 Chris Lattnerconvert to filecheck.
2009-10-27 Bob WilsonConvert to FileCheck, fixing failure due to tab change...
2009-10-27 Chris Lattnerlang points out that the comment is out of date with...
2009-10-27 Mike StumpFix VS build, patch by Marius Wachtler.
2009-10-27 Mike StumpVS build fix, patch by Marius Wachtler.
2009-10-27 Jeffrey YasskinFix OProfileJITEventListener after r85182.
2009-10-27 Eric ChristopherAdd objectsize intrinsic and hook it up through codegen...
2009-10-27 Evan ChengNow VFP instructions.
2009-10-27 Dan GohmanAdd braces to avoid ambiguous else.
2009-10-27 Evan ChengChange Thumb1 and Thumb2 instructions to separate opcod...
2009-10-27 Jeffrey YasskinAutomatically do the equivalent of freeMachineCodeForFu...
2009-10-26 Victor HernandezRename MallocHelper as MallocFreeHelper, since it now...
2009-10-26 Owen AndersonForgot to commit these.
2009-10-26 Owen AndersonAdd a straight-forward implementation of SCCVN for...
2009-10-26 Evan ChengChange ARM asm strings to separate opcode from operands...
2009-10-26 Victor HernandezRemove all references to MallocInst and FreeInst
2009-10-26 Victor HernandezRemove FreeInst.
2009-10-26 Bob WilsonTry to get ahead of Johnny Chen and pro-actively add...
2009-10-26 Edward O'CallaghanConvert a few tests to FileCheck for PR5307.
2009-10-26 Bob WilsonFix ARM encoding typo: Opcod3 is not passed to ASuI...
2009-10-26 Bob WilsonAdd more ARM instruction encodings for 's' bit set...
2009-10-26 David GoodwinAllow the aggressive anti-dep breaker to process the...
2009-10-26 Dan GohmanSimplify this code. LoopDeletion doesn't need to explic...
2009-10-26 Dan GohmanCode that checks WillNotOverflowSignedAdd before creati...
2009-10-26 Ted KremenekUpdate CMake files.
2009-10-26 Dan GohmanTeach BasicAA how to analyze Select instructions, and...
2009-10-26 Julien LerougeRemove / use flags that are now set in the Makefile...
2009-10-26 Julien LerougeRegenerate.
2009-10-26 Julien LerougeAdd an autoconf test to check for optional compiler...
2009-10-26 David GoodwinDefine virtual destructor in *.cpp file.
2009-10-26 David GoodwinAdd aggressive anti-dependence breaker. Currently it...
2009-10-26 Dan GohmanCheck in the experimental GEP splitter pass. This pass...
2009-10-26 David GoodwinAdd virtual destructor.
2009-10-26 Anton KorobeynikovRevert r85134, it breaks mingw build
2009-10-26 Dan GohmanAdd CreateZExtOrBitCast and CreateSExtOrBitCast to...
2009-10-26 Dan GohmanWhen checking whether a def of an aliased register...
2009-10-26 Sanjiv GuptaMake PIC16 overlay a loadable pass.
2009-10-26 Devang PatelDo not use expensive sort().
2009-10-26 Benjamin KramerSome svn:ignore tweaks.
2009-10-26 David GoodwinBreak anti-dependence breaking out into its own class.
2009-10-26 Devang PatelAdd support to encode type info using llvm::Constant.
2009-10-26 Dan GohmanFix a typo in a comment.
2009-10-26 Chris Lattnerreapply r85085 with a bugfix to avoid infinite looping.
2009-10-26 Dan GohmanMake LSR's OptimizeShadowIV ignore induction variables...
2009-10-26 Evan Cheng- Revert some changes from 85044, 85045, and 85047...
2009-10-26 Evan ChengRevert 85085. It causes infinite looping during llvm...
2009-10-26 Edward O'CallaghanFix gmake check for AuroraUX triple.
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-26 Chris LattnerImplement PR3266 & PR5276, folding:
2009-10-25 Chandler CarruthUpdate the 'svn:ignore' property to remove stale file...
2009-10-25 Chris Lattnerconvert or.ll to filecheck and merge or2 into it.
2009-10-25 Chandler CarruthRemove stale reference to ThreadSupport.h.
2009-10-25 Chris Lattnerfix PR5295 where the .ll parser didn't reject a functio...
2009-10-25 Daniel DunbarSuppress -Asserts warning.
2009-10-25 Chris Lattnerfix PR5186: the JIT shouldn't try to codegen available_...
2009-10-25 Chandler CarruthRemove unused includes.
2009-10-25 Jim Grosbachof -> or
2009-10-25 Jim Grosbach80-column cleanup
2009-10-25 Sanjiv GuptaReapply 85006 with a minor fix.
2009-10-25 Evan ChengAdd a couple of ARM cross-rc coalescing tests.
2009-10-25 Evan ChengUpdate tests.
2009-10-25 Evan ChengAdd ARM getMatchingSuperRegClass to handle S / D /...
2009-10-25 Evan ChengDon't forget subreg indices when folding load / store.
2009-10-25 Evan ChengUse isIdentityCopy. Fix a bozo bug (flipped condition...
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
next