Do not pass a copy of the value map, pass a reference to it.
[oota-llvm.git] / lib /
2010-07-30 Jim GrosbachMany Thumb2 instructions can reference the full ARM...
2010-07-29 Nate BegemanAdd builtins for ssat/usat, similar to RealView's __ssa...
2010-07-29 Bob WilsonRefactor ARM-specific DAG combining in preparation...
2010-07-29 Dale JohannesenImplement vector constants which are splat of
2010-07-29 Bob WilsonDon't assert on an unrecognized BrMiscFrm instruction.
2010-07-29 Eli FriedmanPR7750: !CExpr->isNullValue() only properly computes...
2010-07-29 Nate BegemanAdd intrinsics __builtin_arm_qadd & __builtin_arm_qsub...
2010-07-29 Benjamin KramerPlug the remaining MC leaks by giving MCObjectStreamer...
2010-07-29 Dale JohannesenComment typo.
2010-07-29 Jakob Stoklund OlesenRevert r109652, and remove the offending assert in...
2010-07-29 Daniel DunbarCrashRecovery: Use ThreadLocal::erase() instead of...
2010-07-29 Benjamin KramerStop leaking std::strings in GetDwarfFile.
2010-07-29 Benjamin KramerCOFFObjectWriter: Don't leak COFFSymbols and COFFSections.
2010-07-29 Daniel DunbarMake sure to include config.h, to pickup LLVM_ON_WIN32.
2010-07-29 Daniel DunbarMC: Destroy Macro instances.
2010-07-29 Eric ChristopherSpeculatively revert r109705 since it seems to be causi...
2010-07-29 Daniel DunbarCrashRecoveryContext: Add a simple POSIX implementation.
2010-07-29 Jakob Stoklund OlesenFix a bug in the -regalloc=fast handling of exotic...
2010-07-29 Dan GohmanFactor out some of the code for updating old SCEVUnknow...
2010-07-28 Owen AndersonPass the queried value by argument rather than in a...
2010-07-28 Jim GrosbachARM mode version of r109693. Remove incorrect substitut...
2010-07-28 Jim GrosbachRemove incorrect substitution pattern for UXTB16. It...
2010-07-28 Jim GrosbachRemove dead prototype
2010-07-28 Gabor Greifsimplify by using CallSite constructors; virtually...
2010-07-28 Owen AndersonAdd an erase() method to llvm::ThreadLocal.
2010-07-28 Owen AndersonGet rid of LVIQuery as a distinct data structure, so...
2010-07-28 Dan GohmanMake GlobalValue alignment consistent with load, store...
2010-07-28 Jakob Stoklund OlesenCreate a fixed stack object for varargs that is as...
2010-07-28 Kevin EnderbyAdded first bit of support for the dwarf .file directiv...
2010-07-28 Daniel DunbarRegionInfo: Make sure to free cached nodes; Tobias...
2010-07-28 Daniel DunbarMC: Put back the MCFragment vtable, so subclasses are...
2010-07-28 Dan GohmanDefine a maximum supported alignment value for load...
2010-07-28 Jakob Stoklund OlesenPrint out the regclass of any virtual registers used...
2010-07-28 Douglas GregorUnbreak my CMake build, say you'll compile for me again...
2010-07-28 Dan GohmanFix this code to avoid decrementing an iterator past...
2010-07-28 Dan GohmanWhen user code intentionally dereferences null, the...
2010-07-28 Dan GohmanDo GEP offset calculations with unsigned math rather...
2010-07-28 Gabor Greifsimplify
2010-07-28 Daniel DunbarSupport: Add CrashRecoveryContext helper object.
2010-07-28 Gabor Greifsimplify
2010-07-28 Gabor Greifuse Value* constructor of CallSite to create potentiall...
2010-07-28 Gabor Greifuse Value* constructor of CallSite to create potentiall...
2010-07-28 Gabor Greifuse Value* constructor of CallSite to create potentiall...
2010-07-28 Gabor Greifsimplify
2010-07-28 Gabor Greifsimplify
2010-07-28 Dan GohmanMake SCEVCallbackVH::allUsesReplacedWith update the...
2010-07-28 Dan GohmanMake SCEVCallbackVH::allUsesReplacedWith unconditionall...
2010-07-28 Nate BegemanImplement a vectorized algorithm for <16 x i8> << ...
2010-07-27 Owen AndersonRearrange several datastructures in LazyValueInfo to...
2010-07-27 Gabor Greifreintroduce original (asserting) semantics of CallSite...
2010-07-27 Nate Begeman~40% faster vector shl <4 x i32> on SSE 4.1 Larger...
2010-07-27 Gabor Greifrecommit simplification (originally r109504, backed...
2010-07-27 Devang PatelIt is FE's responsibility to emit proper directory...
2010-07-27 Jim GrosbachGrammar
2010-07-27 Nate BegemanFix a crash in the dag combiner caused by ConstantFoldB...
2010-07-27 Jim Grosbach80 column
2010-07-27 Jim Grosbachfix typo
2010-07-27 Gabor Greifrecommit simplification (r109502, backed out r109509...
2010-07-27 Gabor Greifback out this too to restore the bots
2010-07-27 Gabor Greifback out r109504, breaks the bots
2010-07-27 Gabor Greifsimplify: CallSite::get --> CallSite constructor
2010-07-27 Gabor Greifsimplify
2010-07-27 Gabor Greifuse ImmutableCallSite for const-corrgoodness
2010-07-27 Gabor Greifsimplify
2010-07-27 Mikhail GlushenkovFix silent failure with no input files.
2010-07-27 Mikhail GlushenkovReturn -1 only on failure to execute a program.
2010-07-27 Tobias GrosserRegionInfo: Add getMaxRegionExit()
2010-07-27 Duncan SandsAfter updating value handles for RAUW, check that no...
2010-07-27 Michael J. SpencerMake MC use Windows COFF on Windows and add tests.
2010-07-27 Tobias GrosserAdd function to query RegionInfo about loops.
2010-07-27 Jakob Stoklund OlesenThe isLoadFromStackSlot and isStoreToStackSlot have...
2010-07-27 Jakob Stoklund OlesenAdd assertions that expose the PR7713 miscompilation...
2010-07-27 Bill WendlingIt's better to have the arrays, which would trigger...
2010-07-26 Jakob Stoklund OlesenAdd SplitEditor to SplitKit. This class will be used...
2010-07-26 Dan GohmanFix a use-after-free.
2010-07-26 Bill WendlingUsing llvm.eh.catch.all.value instead of .llvm.eh.catch...
2010-07-26 Eli FriedmanAnd a bit more non-ASCII stuff.
2010-07-26 Anton KorobeynikovDrop some non-ascii stuff
2010-07-26 Bob WilsonDon't call __register_frame from the JIT on systems...
2010-07-26 Evan ChengOn x86, f32 / f64 nodes share the same registers as...
2010-07-26 Evan ChengThe "excess register pressure" returned by HighRegPress...
2010-07-26 Anton KorobeynikovAdd a note
2010-07-26 Bruno Cardoso LopesTemporary hack to let codegen assert or generate poor...
2010-07-26 Owen AndersonAdd an initial implementation of LazyValueInfo updating...
2010-07-26 Anton KorobeynikovCurrently EH lowering code expects typeinfo to be globa...
2010-07-26 Evan ChengARM fastisel isn't ready.
2010-07-26 Dan GohmanFix SCEVExpander::visitAddRecExpr so that it remembers...
2010-07-26 Dan GohmanHandle Values with no value in getCopyFromRegs.
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 Dan GohmanFix (at least) quadratic worst-case complexity in Domin...
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 Duncan SandsPacify gcc-4.5 which wrongly thinks that RExcess (passe...
2010-07-26 Douglas GregorFix format-specifier warning
next