oota-llvm.git
2010-07-31 Michael J.... Add relax all support to the COFF object streamer.
2010-07-31 Bob WilsonAdd support for disassembling VMVN (immediate) instruct...
2010-07-31 Rafael EspindolaThe BlockExtractorPass() constructor was not reading...
2010-07-30 Owen AndersonAdd an initial implementation of PHI translation for...
2010-07-30 Evan ChengAdd -disable-shifter-op to disable isel of shifter...
2010-07-30 Bob WilsonAdd a check in the ARM disassembler for NEON instructio...
2010-07-30 Bill WendlingAdd a "Compare" flag to the target instruction descript...
2010-07-30 Dale JohannesenPPC doesn't supported VLA with large alignment. This was
2010-07-30 Dan GohmanMove MaximumAlignment to be a member of the Value class.
2010-07-30 Owen AndersonRevert my last two patches to LVI, which recent changes...
2010-07-30 Nick LewyckyAdd missing newline to debug statement.
2010-07-30 Nick LewyckyLibCallAliasAnalysis uses multiple inheritance, so...
2010-07-30 Bruno Cardoso... A *bunch* of tests for AVX intrinsics
2010-07-30 Bob WilsonAdd the __TEXT,__StaticInit section to the list of...
2010-07-30 Bruno Cardoso... Support all 128-bit AVX vector intrinsics. Most part...
2010-07-30 Bruno Cardoso... Fix typo!
2010-07-30 Bob WilsonAttempt to fix the llvm-gcc-powerpc-darwin9 buildbot.
2010-07-30 Daniel DunbarMC: Initialize MCFragment::Offset, noticed by Cameron...
2010-07-30 Daniel DunbarFix -Wmissing-field-initializers warnings.
2010-07-30 John CriswellGrammar cop pullover: Corrected and improved some gramm...
2010-07-30 Rafael EspindolaAdd a Program argument to diffProgram to avoid a use...
2010-07-30 Benjamin KramerTweak suppressions.
2010-07-30 Eli FriedmanFix for bug reported by Evzen Muller on llvm-commits...
2010-07-30 Duncan SandsDo not pass a copy of the value map, pass a reference...
2010-07-30 Duncan SandsFix the ValueMap copy constructor. The issue is that...
2010-07-30 Jim GrosbachMany Thumb2 instructions can reference the full ARM...
2010-07-29 Gabor Greifremove a layer of cruft
2010-07-29 Eric ChristopherFix this up per llvm-gcc r109819.
2010-07-29 Benjamin KramerSupress valgrind errors from python.
2010-07-29 Bob WilsonRemove the temporary hack, now that the llvm-i686-linux...
2010-07-29 Nate BegemanAdd builtins for ssat/usat, similar to RealView's __ssa...
2010-07-29 Bob WilsonFix the temporary hack.
2010-07-29 Daniel DunbarTemporary hack to ensure stale Analysis dir is cleaned...
2010-07-29 Benjamin KramerRemove XFAIL, test doesn't leak anymore.
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 John McCallTranscribe IRC to svn. Also don't print basic block...
2010-07-29 Eric ChristopherGrammar.
2010-07-29 John McCallMake the header self-contained and follow #include...
2010-07-29 Eli FriedmanPR7750: !CExpr->isNullValue() only properly computes...
2010-07-29 Owen AndersonMake un-named values legible in certain vim configurations.
2010-07-29 Nate BegemanAdd intrinsics __builtin_arm_qadd & __builtin_arm_qsub...
2010-07-29 John McCallSwitch to using the LLVM CommandLine library so that...
2010-07-29 Benjamin KramerPlug the remaining MC leaks by giving MCObjectStreamer...
2010-07-29 Dale JohannesenComment typo.
2010-07-29 Jakob Stoklund... Revert r109652, and remove the offending assert in...
2010-07-29 Daniel DunbarCrashRecovery: Use ThreadLocal::erase() instead of...
2010-07-29 Rafael EspindolaMake the test while reducing blocks functional. This...
2010-07-29 Benjamin KramerStop leaking std::strings in GetDwarfFile.
2010-07-29 Benjamin KramerCOFFObjectWriter: Don't leak COFFSymbols and COFFSections.
2010-07-29 John McCallCentralize the logic to permanently unify two instructi...
2010-07-29 John McCallDiagnose non-structural differences in the case where...
2010-07-29 John McCallWhen unifying instructions during a block diff, actuall...
2010-07-29 John McCallSomehow I was getting reasonable results for the test...
2010-07-29 John McCallCache the result of errs() and implement formatted...
2010-07-29 John McCallAdd the llvm-diff tool, which performs a relatively...
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... Fix a bug in the -regalloc=fast handling of exotic...
2010-07-29 Jakob Stoklund... Use the right gcc tool args for IsARMArchitecture.
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 AndersonAdd more doxygen comments for llvm::ThreadLocal.
2010-07-28 Owen AndersonGet rid of LVIQuery as a distinct data structure, so...
2010-07-28 Dan GohmanMove MaximumAlignment to Value.h, now that GlobalValue...
2010-07-28 Dan GohmanMake GlobalValue alignment consistent with load, store...
2010-07-28 Jakob Stoklund... Create 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 Eric ChristopherRegenerate.
2010-07-28 Eric ChristopherUse a C++ compiler for the atomic builtin check since...
2010-07-28 Dan GohmanDefine a maximum supported alignment value for load...
2010-07-28 Jakob Stoklund... Print out the regclass of any virtual registers used...
2010-07-28 Bob WilsonFix a warning from gcc-4.0 (from the ppc buildbot).
2010-07-28 Rafael EspindolaInstead of abusing swapProgramIn, just add a Module...
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 Dan GohmanAdd some extra friend declarations to fix a gcc-4.0...
2010-07-28 Gabor Greifsimplify
2010-07-28 Daniel DunbarSupport: Add CrashRecoveryContext helper object.
2010-07-28 Gabor Greifsimplify
2010-07-28 Dan GohmanUpdate svn:ignore properties.
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 Gabor Greifwe are supposed to only create proper CallSites from...
2010-07-28 Eric ChristopherFilter out patterns that have PredicateOperands.
next