oota-llvm.git
2010-07-26 Owen AndersonHopefully the last test commit.
2010-07-26 Dan GohmanRemove LCSSA's bogus dependence on LoopSimplify and...
2010-07-26 Dan GohmanPreserve ScalarEvolution in the loop unroller.
2010-07-26 Owen AndersonAnother test commit.
2010-07-26 Dan GohmanAvoid depending on LCSSA implicitly pulling in LoopSimp...
2010-07-26 Owen AndersonTest commit for new post-commit hooks.
2010-07-26 Dan GohmanFix (at least) quadratic worst-case complexity in Domin...
2010-07-26 Eric Christopher80-col.
2010-07-26 Dan GohmanAvoid copying and recopying a std::set.
2010-07-26 Dan GohmanExit a search loop when the search goal is found.
2010-07-26 Dan GohmanFix formatting.
2010-07-26 Dan GohmanA block dominates itself, by definition.
2010-07-26 Dan GohmanUse DominatorTree::properlyDominates instead of dominat...
2010-07-26 Dan GohmanA block dominates itself, by definition.
2010-07-26 Dan GohmanUse DominatorTree::properlyDominates instead of dominat...
2010-07-26 Dan GohmanAdd an svn:ignore.
2010-07-26 Duncan SandsPacify gcc-4.5 which wrongly thinks that RExcess (passe...
2010-07-26 Douglas GregorFix format-specifier warning
2010-07-26 Michael J.... MC: Fix whitespace error from last commit.
2010-07-26 Michael J.... MC: Add WinCOFFObjectWriter implementation.
2010-07-26 Lang HamesFactored out a bit of common code to mark VNInfos for...
2010-07-26 Rafael EspindolaClone and restore the module being reduced in
2010-07-25 Benjamin KramerReduce string trashing.
2010-07-25 Nick LewyckyDon't pass -export-dynamic to the linker on Cygwin...
2010-07-25 Evan ChengAdd comments.
2010-07-25 Douglas GregorRemove extraneous semicolon
2010-07-25 Douglas GregorUnbreak CMake build
2010-07-25 Bob WilsonFix crashes when scheduling a CopyToReg node -- getMach...
2010-07-24 Eli FriedmanRevert r109361; it's impossible to write a call with...
2010-07-24 Rafael EspindolaRevert unintended white space change.
2010-07-24 Rafael EspindolaFix a trivial use after free.
2010-07-24 Eli FriedmanMinor simplification.
2010-07-24 Eli FriedmanMake the ll parser check that arguments have valid...
2010-07-24 Eli FriedmanPR7704: A function is not allowed to return a function...
2010-07-24 Anton KorobeynikovHook in GlobalMerge pass
2010-07-24 Nick LewyckyRevert this because we can't clone cyclic MDNodes which...
2010-07-24 Anton KorobeynikovAdd hook to insert late LLVM=>LLVM passes just before...
2010-07-24 Nick LewyckyWhether function-local or not, a MDNode may reference...
2010-07-24 Chris Lattneradd a new NullablePtr class which makes it more obvious...
2010-07-24 Peter CollingbourneDocument BUILD_EXAMPLES makefile variable
2010-07-24 Duncan SandsClarify that if a new value handle is added while dropp...
2010-07-24 Bob WilsonChange ScheduleDAGInstrs::Defs and ::Uses to be variabl...
2010-07-24 Devang PatelUse current working directory when Dirname is empty...
2010-07-24 Evan ChengAdd an ILP scheduler. This is a register pressure aware...
2010-07-24 Bruno Cardoso... Support x86 "eiz" and "riz" pseudo index registers...
2010-07-23 Jim GrosbachUse the appropriate register class for an i32 when...
2010-07-23 Jim GrosbachRemove too-strict assertion. We may want the vreg copy...
2010-07-23 Matt FlemingConsolidate the ELF section directive tests into a...
2010-07-23 Owen AndersonFix use-after-free error.
2010-07-23 Devang PatelRevert r109262.
2010-07-23 Dale JohannesenRevert 109076. It is wrong and was causing regressions...
2010-07-23 Evan Cheng- Allow target to specify when is register pressure...
2010-07-23 Bruno Cardoso... Remove trailing whitespace
2010-07-23 Dan GohmanEliminate getCanonicalInductionVariableIncrement's...
2010-07-23 Bruno Cardoso... Move AVX encoding tests to different files
2010-07-23 Dan GohmanSimplify this code; it can use the regular CFG utlities...
2010-07-23 Dan GohmanMicro-optimize SCEVComplexityCompare.
2010-07-23 Dan GohmanAdd a const qualifier.
2010-07-23 Dan GohmanUse the proper type for shift counts. This fixes a...
2010-07-23 Devang PatelIF directory name is empty then try to extract one...
2010-07-23 Stuart HastingsTest case to insure template function declaration refer...
2010-07-23 Bruno Cardoso... Add AVX version of CLMUL instructions
2010-07-23 Dan GohmanDAGCombine (shl (anyext x, c)) to (anyext (shl x, c...
2010-07-23 Dan GohmanMake SDNode::dump() print a newline at the end.
2010-07-23 Gabor Greiffix constness warnings
2010-07-23 Eric ChristopherRevert r109102 for now as it's causing JIT miscompilations.
2010-07-23 Gabor Greifdo not (implicitly) dereference iterator many times...
2010-07-23 Eric ChristopherRevert 109220.
2010-07-23 Gabor GreifSimplifying use_iterators by dereferencing
2010-07-23 Mikhail GlushenkovStringRef'icate.
2010-07-23 Mikhail GlushenkovFormatting.
2010-07-23 Mikhail GlushenkovGet rid of exceptions in llvmc.
2010-07-23 Chris Lattnergive StringMap a new ctor which allows you to initialize it
2010-07-23 Chris Lattnermodernize stringset interface
2010-07-23 Bruno Cardoso... Declare CLMUL as a subtarget feature
2010-07-23 Bruno Cardoso... Add x86 CLMUL (Carry-less multiplication) cpu feature
2010-07-23 Eric Christopher80-col.
2010-07-23 Bruno Cardoso... Add complete assembler support for FMA3 instructions...
2010-07-23 Dale JohannesenThe only supported calling convention for X86-64 uses
2010-07-23 Bruno Cardoso... Fix some AVX instructions which didnt had HasAVX prefix...
2010-07-22 Bob WilsonAdd an explicit -sdk option to xcrun command.
2010-07-22 Eric ChristopherWarnings patrol.
2010-07-22 Chris Lattnermissed a use of SizeRequired.
2010-07-22 Chris Lattnereliminate the TargetInstrInfo::GetInstSizeInBytes hook.
2010-07-22 Chris Lattnerremove the dwarf sizing stuff which is now dead, it was
2010-07-22 Bruno Cardoso... Add remaining AVX instructions (most of them dealing...
2010-07-22 Chris Lattnerremove the JIT "NeedsExactSize" feature and supporting...
2010-07-22 Chris Lattnerswitch a private implementation of GetFunctionSizeInBytes.
2010-07-22 Eric ChristopherRegenerate.
2010-07-22 Eric ChristopherTry to work around the relative install-sh path problem.
2010-07-22 Chris LattnerX86MCInstLower now depends on AsmPrinter being around.
2010-07-22 Chris Lattnerinstead of migrating it to the MC instruction encoder...
2010-07-22 Devang PatelSpeculatively revert 109117
2010-07-22 Xerxes RanbyARMv4 JIT forgets to set the lr register when making...
2010-07-22 Gabor Greifkeep in 80 cols
2010-07-22 Devang PatelMap MDNode correctly.
2010-07-22 Gabor Greifadd dyn_cast_or_null tests, exclude invalid dyn_cast...
2010-07-22 Gabor Greiftidy up
2010-07-22 Gabor Greifadd dyn_cast tests and beef up others a bit
2010-07-22 Gabor Greiffit in 80 columns
next