aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [mips] Define register class FGRH32 for the high half of the 64-bit floatingAkira Hatanaka2013-08-206-16/+60
* SLPVectorizer: Fix invalid iterator errorsArnold Schwaighofer2013-08-201-13/+51
* Teach ConstantFolding about pointer address spacesMatt Arsenault2013-08-201-33/+54
* [mips] Resolve register classes dynamically using ptr_rc to reduce the number ofAkira Hatanaka2013-08-2010-371/+184
* Add an option which permits the user to specify using a bitmask, that variousReed Kotler2013-08-201-6/+28
* [mips] Guard micromips instructions with predicate InMicroMips. Also, fixAkira Hatanaka2013-08-202-12/+10
* ARM: Fix fast-isel copy/paste-o.Jim Grosbach2013-08-201-1/+1
* Fix style issues in AsmParser.cppVladimir Medic2013-08-201-9/+11
* AVX-512: Added more patterns for VMOVSS, VMOVSD, VMOVD, VMOVQElena Demikhovsky2013-08-202-12/+71
* [mips][msa] Removed fcge, fcgt, fsge, fsgtDaniel Sanders2013-08-201-44/+0
* [SystemZ] Update READMERichard Sandiford2013-08-201-4/+2
* [SystemZ] Use SRST to optimize memchrRichard Sandiford2013-08-206-3/+80
* memcmp is not a valid way to compare structs with padding in them.Benjamin Kramer2013-08-201-2/+9
* [mips][msa] Added insveDaniel Sanders2013-08-201-0/+32
* Fix overly pessimistic shortcut in post-RA MachineLICMRichard Sandiford2013-08-201-4/+4
* ARM: implement some simple f64 materializations.Tim Northover2013-08-201-10/+40
* [stackprotector] Small cleanup.Michael Gottesman2013-08-201-1/+2
* [stackprotector] Small Bit of computation hoisting.Michael Gottesman2013-08-201-5/+5
* [stackprotector] Added significantly longer comment to FindPotentialTailCall ...Michael Gottesman2013-08-201-1/+6
* Removed trailing whitespace.Michael Gottesman2013-08-201-18/+18
* [stackprotector] Removed stale TODO.Michael Gottesman2013-08-201-6/+3
* [mips][msa] Added and.v, bmnz.v, bmz.v, bsel.v, nor.v, or.v, xor.vDaniel Sanders2013-08-202-0/+64
* [stackprotector] Added support for emitting the llvm intrinsic stack protecto...Michael Gottesman2013-08-201-49/+150
* [stackprotector] Refactor out the end of isInTailCallPosition into the functi...Michael Gottesman2013-08-201-1/+8
* Remove unused variables that crept in.Michael Gottesman2013-08-201-6/+0
* Teach selectiondag how to handle the stackprotectorcheck intrinsic.Michael Gottesman2013-08-203-4/+390
* Fix formatting. No functional change.Craig Topper2013-08-201-1/+1
* Add AVX-512 and related features to the CPUID detection code.Craig Topper2013-08-201-3/+19
* Move AVX and non-AVX replication inside a couple multiclasses to avoid repeat...Craig Topper2013-08-201-87/+60
* Add an error check for a typo I accidentally made in a td file that caused an...Craig Topper2013-08-201-0/+3
* [PowerPC] More refactoring prior to real PPC emitPrologue/Epilogue changes.Bill Schmidt2013-08-201-271/+194
* [Sparc] Use HWEncoding instead of unused Num field in Sparc register definiti...Venkatraman Govindaraju2013-08-202-12/+9
* Add a llvm.copysign intrinsicHal Finkel2013-08-197-0/+26
* Don't form PPC CTR-based loops around a copysignl callHal Finkel2013-08-191-1/+2
* Adding PIC support for ELF on x86_64 platformsAndrew Kaylor2013-08-194-16/+244
* Introduce non-const overloads for GlobalAlias::{get,resolve}AliasedGlobal.Peter Collingbourne2013-08-191-8/+8
* Use pop_back_val() instead of both back() and pop_back().Jakub Staszak2013-08-191-2/+1
* Teach InstCombine visitGetElementPtr about address spacesMatt Arsenault2013-08-193-20/+26
* Cleanup visitGetElementPtr to make address space change easierMatt Arsenault2013-08-191-11/+13
* commonPointerCast cleanups to make address space change easierMatt Arsenault2013-08-191-5/+11
* Fix assert with GEP ptr vector indexing structsMatt Arsenault2013-08-191-2/+12
* Use less verbose code and update comments.Eric Christopher2013-08-191-23/+16
* Revert non-test parts of r188507Matt Arsenault2013-08-191-1/+9
* Turn on pubnames by default on linux.Eric Christopher2013-08-192-10/+22
* Improve the widening of integral binary vector operationsPaul Redmond2013-08-192-10/+24
* Adding comments to document RuntimeDyld relocation handlingAndrew Kaylor2013-08-193-1/+44
* [mips] Fix instruction definitions that were incorrectly marked as code-gen-o...Akira Hatanaka2013-08-191-6/+9
* Introduce SpecialCaseList::isIn overload for GlobalAliases.Peter Collingbourne2013-08-191-2/+14
* Thumb2 add immediate alias for SPMihai Popa2013-08-191-1/+2
* AVX-512: added arithmetic and logical operations.Elena Demikhovsky2013-08-193-27/+249