aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-1210-43/+49
* AVX-512: implemented extractelement with variable index.Elena Demikhovsky2013-09-126-3063/+3154
* PPC: Enable aggressive anti-dependency breakingHal Finkel2013-09-123-11/+3
* Fix crash in AggressiveAntiDepBreaker with empty CriticalPathSetHal Finkel2013-09-121-1/+1
* R600/SI: expose TBUFFER_STORE_FORMAT_* for OpenGL transform feedbackTom Stellard2013-09-127-5/+113
* R600: Don't use trans slot for instructions that read LDS source registersTom Stellard2013-09-125-1/+34
* Move variable under condition where it is usedMatt Arsenault2013-09-121-1/+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
* Use the appropriate return type for the compact unwind encoding.Bill Wendling2013-09-111-2/+2
* Implement TTI getUnrollingPreferences for PowerPCHal Finkel2013-09-111-0/+9
* 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-113-7/+35
* Debug Info: move class definition of DIRef.Manman Ren2013-09-111-4/+0
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-1135-83/+82
* Give internal classes hidden visibility.Benjamin Kramer2013-09-1135-82/+83
* Don't expose symbols of lle_ functions.Benjamin Kramer2013-09-111-7/+6
* [mips][msa] Added support for matching mulv, nlzc, sll, sra, srl, and subv fr...Daniel Sanders2013-09-112-24/+60
* [mips][msa] Added support for matching fadd, fdiv, flog2, fmul, frint, fsqrt,...Daniel Sanders2013-09-112-16/+55
* Path: Add an in-place version of path::native.Benjamin Kramer2013-09-111-14/+9
* [mips][msa] Added support for matching div_[su] from normal IR (i.e. not intr...Daniel Sanders2013-09-112-9/+21
* [mips][msa] Added support for matching addv from normal IR (i.e. not intrinsics)Daniel Sanders2013-09-112-8/+22
* [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-111-13/+13
* 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
* Teach loop-idiom about address space pointer sizesMatt Arsenault2013-09-111-12/+21
* Add bracesMatt Arsenault2013-09-111-6/+9
* Re-submit r190469: YAMLIO: Fix string quoting logic.Rui Ueyama2013-09-111-2/+14
* Revert "YAMLIO: Fix string quoting logic." (r190469)Hans Wennborg2013-09-111-10/+2
* Remove trailing whitespaceRui Ueyama2013-09-111-5/+4
* YAMLIO: Fix string quoting logic.Rui Ueyama2013-09-111-2/+10
* Rename variables for consistency.Eli Friedman2013-09-112-9/+9
* Get rid of unused isPodLike definitions.Eli Friedman2013-09-112-12/+0
* Support ANSI escape code on WindowsNico Rieck2013-09-113-19/+35
* Don't assert on invalid loop vectorization hint.Eli Friedman2013-09-101-7/+10
* Fix another mistake in r190442.Eli Friedman2013-09-101-0/+29
* Fix unused variables.Eli Friedman2013-09-105-7/+2
* Fix mistake in r190442.Eli Friedman2013-09-101-0/+7
* Remove unused functions.Eli Friedman2013-09-105-55/+0
* Hoist section call out of loop.Eric Christopher2013-09-101-2/+2
* Teach ScalarEvolution about pointer address spacesMatt Arsenault2013-09-103-13/+23
* Fix typoMatt Arsenault2013-09-101-1/+1
* Add getenv() wrapper that works on multibyte environment variable.Rui Ueyama2013-09-104-56/+113
* LoopVectorize: PHI nodes are always at the beginning of a block, no need to s...Benjamin Kramer2013-09-101-2/+2
* Debug Info: create scope children DIEs when the scope DIE is not null.Manman Ren2013-09-102-19/+54
* Debug Info: define a DIRef template.Manman Ren2013-09-103-28/+23
* ARM: Use the PICADD opcode calculated.Jim Grosbach2013-09-101-2/+6