aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* In AliasSetTracker, do not change the alias set to "mod/ref" when addingKrzysztof Parzyszek2013-09-121-2/+0
* Make the PPC fast-math sqrt expansion safe at 0Hal Finkel2013-09-122-2/+25
* Implement asm support for a few PowerPC bookIII that are needed for assemblingRoman Divacky2013-09-125-0/+219
* This switches CrashRecoveryContext to using ManagedStatic for its global Mute...Filip Pizlo2013-09-121-16/+17
* Partial support for Intel SHA Extensions (sha1rnds4)Ben Langmuir2013-09-127-0/+43
* Mark PPC MFTB and DST (and friends) as deprecatedHal Finkel2013-09-127-25/+68
* Somehow this important part of the patch, where I actually check the Mask,Joey Gouly2013-09-122-4/+7
* [LTO] Fix the LTO tool, after my API breakage.Joey Gouly2013-09-121-1/+3
* LLVM interpreter: added a test for insert- extract- valueElena Demikhovsky2013-09-121-0/+21
* LLVM Interpreter: implementation of "insertvalue" and "extractvalue";Elena Demikhovsky2013-09-123-1/+111
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-1220-51/+144
* AVX-512: implemented extractelement with variable index.Elena Demikhovsky2013-09-129-3067/+3203
* Fixup for r190409: add dep on LZMA only if CMake is cross-compilingAlexey Samsonov2013-09-121-1/+1
* PPC: Enable aggressive anti-dependency breakingHal Finkel2013-09-125-25/+18
* Fix crash in AggressiveAntiDepBreaker with empty CriticalPathSetHal Finkel2013-09-121-1/+1
* R600/SI: expose TBUFFER_STORE_FORMAT_* for OpenGL transform feedbackTom Stellard2013-09-128-5/+157
* R600: Don't use trans slot for instructions that read LDS source registersTom Stellard2013-09-125-1/+34
* Typo fixes.Rui Ueyama2013-09-121-2/+2
* Move variable under condition where it is usedMatt Arsenault2013-09-121-1/+2
* Fix comment to match what the assert actually enforcesMatt Arsenault2013-09-121-2/+2
* Remove pointless assertion after r190376Matt Arsenault2013-09-121-2/+0
* Greatly simplify the PPC A2 scheduling itineraryHal Finkel2013-09-113-726/+118
* Enable MI scheduling (and CodeGen AA) by default for embedded PPC coresHal Finkel2013-09-113-2/+52
* [CMake] Update GetSVN.cmake to use LLVM version control helper scripts.Jordan Rose2013-09-111-17/+34
* Fix anachronism/typo in syntax of declaration of llvm.va_start.Nick Lewycky2013-09-111-1/+1
* Use the appropriate return type for the compact unwind encoding.Bill Wendling2013-09-112-3/+3
* Implement TTI getUnrollingPreferences for PowerPCHal Finkel2013-09-113-0/+61
* Move into an anonymous namespace and closer to where it's used.Bill Wendling2013-09-111-26/+27
* Debug info: add more comments.Manman Ren2013-09-111-2/+14
* Add getUnrollingPreferences to TTIHal Finkel2013-09-114-7/+66
* Try to fix the atom buildbots by adding an explicit 'cpu' to the 'llc' command.Bill Wendling2013-09-112-5/+5
* Debug Info: move class definition of DIRef.Manman Ren2013-09-112-52/+48
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-1135-83/+82
* [lit] Add support for attach arbitrary metrics to test results.Daniel Dunbar2013-09-115-2/+119
* Give internal classes hidden visibility.Benjamin Kramer2013-09-1135-82/+83
* llvm-tblgen: Mangle operand replacements into the strings in printAliasInstr.Benjamin Kramer2013-09-111-40/+45
* Don't expose symbols of lle_ functions.Benjamin Kramer2013-09-111-7/+6
* [mips][msa] Added test cases that were supposed to be part of r190507, r19050...Daniel Sanders2013-09-113-0/+734
* [mips][msa] Added support for matching mulv, nlzc, sll, sra, srl, and subv fr...Daniel Sanders2013-09-114-24/+383
* llvm-tblgen: Stabilize subreg index tables.Benjamin Kramer2013-09-111-2/+2
* [mips][msa] Added support for matching fadd, fdiv, flog2, fmul, frint, fsqrt,...Daniel Sanders2013-09-114-16/+279
* Path: Add an in-place version of path::native.Benjamin Kramer2013-09-112-14/+16
* [mips][msa] Added support for matching div_[su] from normal IR (i.e. not intr...Daniel Sanders2013-09-113-9/+151
* [mips][msa] Added support for matching addv from normal IR (i.e. not intrinsics)Daniel Sanders2013-09-113-8/+90
* [mips][msa] Separate the configuration of int/float vector types since they w...Daniel Sanders2013-09-112-9/+25
* [mips][msa] Corrected the definition of the dotp_[su].[hwd] intrinsicsDaniel Sanders2013-09-113-71/+105
* config-ix.cmake: Tweak stray endif(...) to suppress a warning in CMake.NAKAMURA Takumi2013-09-111-1/+1
* Simplify the checking of function attributes by using the simple methods.Bill Wendling2013-09-111-6/+3
* Use type form of getIntPtrTypeMatt Arsenault2013-09-111-2/+2
* Fix typoRui Ueyama2013-09-111-1/+1