summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* build: Don't pass -avoid-version or -no-undefined on Darwin, they don't doDaniel Dunbar2010-07-31
* Silence some -Asserts uninitialized variable warnings.Daniel Dunbar2010-07-31
* llc: Add -mc-relax-all.Michael J. Spencer2010-07-31
* Speculatively revert r108614, "Another attempt at getting the clang self-host toDaniel Dunbar2010-07-31
* Add const to some methods and change TestMergedProgram to return the mergedRafael Espindola2010-07-31
* doxygenize argument accessorsGabor Greif2010-07-31
* MC: Remove HasAbsolutizedSet from WindowsX86AsmBackend.Michael J. Spencer2010-07-31
* Move newlines before inline jumptables from the asm strings in .td files toBob Wilson2010-07-31
* Add relax all support to the COFF object streamer.Michael J. Spencer2010-07-31
* Add support for disassembling VMVN (immediate) instructions. PR7747.Bob Wilson2010-07-31
* The BlockExtractorPass() constructor was not reading the BlockFile and that wasRafael Espindola2010-07-31
* Add an initial implementation of PHI translation for LazyValueInfo. This inv...Owen Anderson2010-07-30
* Add -disable-shifter-op to disable isel of shifter ops. On Cortex-a9 the shif...Evan Cheng2010-07-30
* Add a check in the ARM disassembler for NEON instructions that wouldBob Wilson2010-07-30
* Add a "Compare" flag to the target instruction descriptor. This will be usedBill Wendling2010-07-30
* PPC doesn't supported VLA with large alignment. This wasDale Johannesen2010-07-30
* Move MaximumAlignment to be a member of the Value class.Dan Gohman2010-07-30
* Revert my last two patches to LVI, which recent changes have exposed a miscom...Owen Anderson2010-07-30
* Add missing newline to debug statement.Nick Lewycky2010-07-30
* LibCallAliasAnalysis uses multiple inheritance, so it needs to implementNick Lewycky2010-07-30
* A *bunch* of tests for AVX intrinsicsBruno Cardoso Lopes2010-07-30
* Add the __TEXT,__StaticInit section to the list of sections emitted at theBob Wilson2010-07-30
* Support all 128-bit AVX vector intrinsics. Most part of them I alreadyBruno Cardoso Lopes2010-07-30
* Fix typo!Bruno Cardoso Lopes2010-07-30
* Attempt to fix the llvm-gcc-powerpc-darwin9 buildbot.Bob Wilson2010-07-30
* MC: Initialize MCFragment::Offset, noticed by Cameron Esfahani.Daniel Dunbar2010-07-30
* Fix -Wmissing-field-initializers warnings.Daniel Dunbar2010-07-30
* Grammar cop pullover: Corrected and improved some grammar in the description ofJohn Criswell2010-07-30
* Add a Program argument to diffProgram to avoid a use of swapProgramIn.Rafael Espindola2010-07-30
* Tweak suppressions.Benjamin Kramer2010-07-30
* Fix for bug reported by Evzen Muller on llvm-commits: make sure to correctlyEli Friedman2010-07-30
* Do not pass a copy of the value map, pass a reference to it.Duncan Sands2010-07-30
* Fix the ValueMap copy constructor. The issue is that the map keys are valueDuncan Sands2010-07-30
* Many Thumb2 instructions can reference the full ARM register set (i.e.,Jim Grosbach2010-07-30
* remove a layer of cruftGabor Greif2010-07-29
* Fix this up per llvm-gcc r109819.Eric Christopher2010-07-29
* Supress valgrind errors from python.Benjamin Kramer2010-07-29
* Remove the temporary hack, now that the llvm-i686-linux buildbot hasBob Wilson2010-07-29
* Add builtins for ssat/usat, similar to RealView's __ssat and __usat intrinsics.Nate Begeman2010-07-29
* Fix the temporary hack.Bob Wilson2010-07-29
* Temporary hack to ensure stale Analysis dir is cleaned up on llvm-i686-linux.Daniel Dunbar2010-07-29
* Remove XFAIL, test doesn't leak anymore.Benjamin Kramer2010-07-29
* Refactor ARM-specific DAG combining in preparation for adding some moreBob Wilson2010-07-29
* Implement vector constants which are splat ofDale Johannesen2010-07-29
* Don't assert on an unrecognized BrMiscFrm instruction.Bob Wilson2010-07-29
* Transcribe IRC to svn. Also don't print basic block names twice if they match.John McCall2010-07-29
* Grammar.Eric Christopher2010-07-29
* Make the header self-contained and follow #include guidelines.John McCall2010-07-29
* PR7750: !CExpr->isNullValue() only properly computes whether CExpr is nonnullEli Friedman2010-07-29
* Make un-named values legible in certain vim configurations.Owen Anderson2010-07-29