aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Marking MCJIT PIC tests as XFAIL on AArch64Andrew Kaylor2013-08-209-9/+9
* [Sparc] Use HWEncoding instead of unused Num field in Sparc register definiti...Venkatraman Govindaraju2013-08-202-12/+9
* Fixing XPASSes among MCJIT PIC test on i686Andrew Kaylor2013-08-204-4/+4
* Second attempt to mark Large/PIC MCJIT test as XFAIL for PowerPC64Andrew Kaylor2013-08-201-1/+1
* Marking two MCJIT PIC tests as XFAIL on DarwinAndrew Kaylor2013-08-202-2/+2
* Trying again with PIC tests for MCJITAndrew Kaylor2013-08-199-0/+252
* Add a llvm.copysign intrinsicHal Finkel2013-08-1910-0/+117
* Don't form PPC CTR-based loops around a copysignl callHal Finkel2013-08-192-1/+30
* 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-192-10/+16
* 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-194-21/+54
* 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
* Make sure that pop_back_val() result is used.Jakub Staszak2013-08-192-2/+2
* Reverting r188709 until I can figure out the proper way to XFAIL it.Andrew Kaylor2013-08-199-252/+0
* Fix assert with GEP ptr vector indexing structsMatt Arsenault2013-08-193-5/+31
* Use less verbose code and update comments.Eric Christopher2013-08-191-23/+16
* Revert non-test parts of r188507Matt Arsenault2013-08-192-2/+74
* Adding tests for PIC with MCJITAndrew Kaylor2013-08-199-0/+252
* Turn on pubnames by default on linux.Eric Christopher2013-08-194-11/+153
* Suppress an annoying CMake warning in ChooseMSVCCRT.cmakeReid Kleckner2013-08-191-1/+1
* Improve the widening of integral binary vector operationsPaul Redmond2013-08-195-20/+28
* 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-192-6/+10
* Add definition of __warn_unused_result__ attribute. It will be used in theJakub Staszak2013-08-191-0/+6
* Introduce SpecialCaseList::isIn overload for GlobalAliases.Peter Collingbourne2013-08-193-2/+69
* Thumb2 add immediate alias for SPMihai Popa2013-08-192-1/+4
* AVX-512: added arithmetic and logical operations.Elena Demikhovsky2013-08-195-30/+478
* [SystemZ] Add negative integer absolute (load negative)Richard Sandiford2013-08-196-6/+169
* [SystemZ] Add integer absolute (load positive)Richard Sandiford2013-08-195-1/+168
* [SystemZ] Add support for sibling callsRichard Sandiford2013-08-199-175/+214
* Adds missing TLI check for library simplification ofMichael Kuperstein2013-08-193-3/+31
* Add ExpandFloatOp_FCOPYSIGN to handle ppcf128-related expansionsHal Finkel2013-08-193-0/+80
* AVX-512: compiler intrinsicsElena Demikhovsky2013-08-191-0/+263
* Add the PPC fcpsgn instructionHal Finkel2013-08-197-9/+101
* llvm-dwarfdump: Do not include address offsets for attributes, only for tagsDavid Blaikie2013-08-198-21/+21
* DebugInfo: don't emit zero-length names for parametersDavid Blaikie2013-08-192-4/+7
* Remove SpecialCaseList::findCategory.Peter Collingbourne2013-08-193-53/+0
* ARM: make sure we keep inline asm operands tied.Tim Northover2013-08-182-1/+13
* AVX-512: Added VMOVD, VMOVQ, VMOVSS, VMOVSD instructions.Elena Demikhovsky2013-08-187-44/+410
* Make more of the lowering helpers static. Also use MVT instead of EVT in a co...Craig Topper2013-08-182-24/+17
* docs: command guide: cleanups, no text changesDmitri Gribenko2013-08-182-96/+28
* Remove unused stdio.h includesDmitri Gribenko2013-08-186-8/+1
* Makefile.rules: Avoid -fomit-frame-pointer also on cygwin due to PR14646.NAKAMURA Takumi2013-08-181-1/+1
* Makefile.rules: Simplify nested if(s) on OmitFramePointer.NAKAMURA Takumi2013-08-181-5/+1