summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* [stackprotector] Added support for emitting the llvm intrinsic stack protecto...Michael Gottesman2013-08-20
* [stackprotector] Refactor out the end of isInTailCallPosition into the functi...Michael Gottesman2013-08-20
* Remove unused variables that crept in.Michael Gottesman2013-08-20
* Teach selectiondag how to handle the stackprotectorcheck intrinsic.Michael Gottesman2013-08-20
* Fix formatting. No functional change.Craig Topper2013-08-20
* Add AVX-512 and related features to the CPUID detection code.Craig Topper2013-08-20
* Move AVX and non-AVX replication inside a couple multiclasses to avoid repeat...Craig Topper2013-08-20
* Add an error check for a typo I accidentally made in a td file that caused an...Craig Topper2013-08-20
* [PowerPC] More refactoring prior to real PPC emitPrologue/Epilogue changes.Bill Schmidt2013-08-20
* [Sparc] Use HWEncoding instead of unused Num field in Sparc register definiti...Venkatraman Govindaraju2013-08-20
* Add a llvm.copysign intrinsicHal Finkel2013-08-19
* Don't form PPC CTR-based loops around a copysignl callHal Finkel2013-08-19
* Adding PIC support for ELF on x86_64 platformsAndrew Kaylor2013-08-19
* Introduce non-const overloads for GlobalAlias::{get,resolve}AliasedGlobal.Peter Collingbourne2013-08-19
* Use pop_back_val() instead of both back() and pop_back().Jakub Staszak2013-08-19
* Teach InstCombine visitGetElementPtr about address spacesMatt Arsenault2013-08-19
* Cleanup visitGetElementPtr to make address space change easierMatt Arsenault2013-08-19
* commonPointerCast cleanups to make address space change easierMatt Arsenault2013-08-19
* Fix assert with GEP ptr vector indexing structsMatt Arsenault2013-08-19
* Use less verbose code and update comments.Eric Christopher2013-08-19
* Revert non-test parts of r188507Matt Arsenault2013-08-19
* Turn on pubnames by default on linux.Eric Christopher2013-08-19
* Improve the widening of integral binary vector operationsPaul Redmond2013-08-19
* Adding comments to document RuntimeDyld relocation handlingAndrew Kaylor2013-08-19
* [mips] Fix instruction definitions that were incorrectly marked as code-gen-o...Akira Hatanaka2013-08-19
* Introduce SpecialCaseList::isIn overload for GlobalAliases.Peter Collingbourne2013-08-19
* Thumb2 add immediate alias for SPMihai Popa2013-08-19
* AVX-512: added arithmetic and logical operations.Elena Demikhovsky2013-08-19
* [SystemZ] Add negative integer absolute (load negative)Richard Sandiford2013-08-19
* [SystemZ] Add integer absolute (load positive)Richard Sandiford2013-08-19
* [SystemZ] Add support for sibling callsRichard Sandiford2013-08-19
* Adds missing TLI check for library simplification ofMichael Kuperstein2013-08-19
* Add ExpandFloatOp_FCOPYSIGN to handle ppcf128-related expansionsHal Finkel2013-08-19
* Add the PPC fcpsgn instructionHal Finkel2013-08-19
* llvm-dwarfdump: Do not include address offsets for attributes, only for tagsDavid Blaikie2013-08-19
* DebugInfo: don't emit zero-length names for parametersDavid Blaikie2013-08-19
* Remove SpecialCaseList::findCategory.Peter Collingbourne2013-08-19
* ARM: make sure we keep inline asm operands tied.Tim Northover2013-08-18
* AVX-512: Added VMOVD, VMOVQ, VMOVSS, VMOVSD instructions.Elena Demikhovsky2013-08-18
* Make more of the lowering helpers static. Also use MVT instead of EVT in a co...Craig Topper2013-08-18
* Remove unused stdio.h includesDmitri Gribenko2013-08-18
* Go through the really awkward dance required to delete the memoryChandler Carruth2013-08-18
* Fix SCEVExpander creating distinct duplicate PHI entriesHal Finkel2013-08-18
* PR 16899: Do not modify the basic block using the iterator, but keep theJoerg Sonnenberger2013-08-17
* R600: Fix possible use of an uninitialized variableTom Stellard2013-08-17
* R600: Expand vector FRINT opsTom Stellard2013-08-16
* R600: Expand vector FFLOOR opsTom Stellard2013-08-16
* R600: Expand vector float operations for both SI and R600Tom Stellard2013-08-16
* ARM: Properly constrain comparison fastisel register classes.Jim Grosbach2013-08-16
* ARM: Fast-isel register class constrain for extends.Jim Grosbach2013-08-16