summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Speculatively revert r108614, "Another attempt at getting the clang self-host toDaniel Dunbar2010-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
* 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
* 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
* MC: Initialize MCFragment::Offset, noticed by Cameron Esfahani.Daniel Dunbar2010-07-30
* Fix -Wmissing-field-initializers warnings.Daniel Dunbar2010-07-30
* Fix for bug reported by Evzen Muller on llvm-commits: make sure to correctlyEli Friedman2010-07-30
* Many Thumb2 instructions can reference the full ARM register set (i.e.,Jim Grosbach2010-07-30
* Add builtins for ssat/usat, similar to RealView's __ssat and __usat intrinsics.Nate Begeman2010-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
* PR7750: !CExpr->isNullValue() only properly computes whether CExpr is nonnullEli Friedman2010-07-29
* Add intrinsics __builtin_arm_qadd & __builtin_arm_qsub to allow access to the...Nate Begeman2010-07-29
* Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownershi...Benjamin Kramer2010-07-29
* Comment typo.Dale Johannesen2010-07-29
* Revert r109652, and remove the offending assert in loadRegFromStackSlot instead.Jakob Stoklund Olesen2010-07-29
* CrashRecovery: Use ThreadLocal::erase() instead of set(0).Daniel Dunbar2010-07-29
* Stop leaking std::strings in GetDwarfFile.Benjamin Kramer2010-07-29
* COFFObjectWriter: Don't leak COFFSymbols and COFFSections.Benjamin Kramer2010-07-29
* Make sure to include config.h, to pickup LLVM_ON_WIN32.Daniel Dunbar2010-07-29
* MC: Destroy Macro instances.Daniel Dunbar2010-07-29
* Speculatively revert r109705 since it seems to be causing some build botEric Christopher2010-07-29
* CrashRecoveryContext: Add a simple POSIX implementation.Daniel Dunbar2010-07-29
* Fix a bug in the -regalloc=fast handling of exotic two-address instruction withJakob Stoklund Olesen2010-07-29
* Factor out some of the code for updating old SCEVUnknown values, andDan Gohman2010-07-29
* Pass the queried value by argument rather than in a member, in preparation fo...Owen Anderson2010-07-28
* ARM mode version of r109693. Remove incorrect substitution pattern for UXTB16...Jim Grosbach2010-07-28
* Remove incorrect substitution pattern for UXTB16. It wrongly assumed the inpu...Jim Grosbach2010-07-28
* Remove dead prototypeJim Grosbach2010-07-28
* simplify by using CallSite constructors; virtually eliminates CallSite::get f...Gabor Greif2010-07-28
* Add an erase() method to llvm::ThreadLocal.Owen Anderson2010-07-28
* Get rid of LVIQuery as a distinct data structure, so that we don't have to in...Owen Anderson2010-07-28
* Make GlobalValue alignment consistent with load, store, and allocaDan Gohman2010-07-28
* Create a fixed stack object for varargs that is as large as any register.Jakob Stoklund Olesen2010-07-28
* Added first bit of support for the dwarf .file directive. This patch collectsKevin Enderby2010-07-28
* RegionInfo: Make sure to free cached nodes; Tobias, please check!Daniel Dunbar2010-07-28
* MC: Put back the MCFragment vtable, so subclasses are destroyed properly (duh).Daniel Dunbar2010-07-28