aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* R600/SI: Add missing test for r187749Tom Stellard2013-08-051-0/+48
* Recommit previous cleanup with a fix for c++98 ambiguity.Eric Christopher2013-08-051-5/+2
* R600: Implement TargetLowering::getVectorIdxTy()Tom Stellard2013-08-053-5/+14
* TargetLowering: Add getVectorIdxTy() function v2Tom Stellard2013-08-059-77/+105
* Revert "Use existing builtin hashing functions to make this routine more"Eric Christopher2013-08-051-2/+5
* Use existing builtin hashing functions to make this routine moreEric Christopher2013-08-051-5/+2
* Change parent hashing algorithm to be non-recursive and elaborateEric Christopher2013-08-051-20/+32
* [bugpoint] Allow the user to specify the path to opt on the commandline.Michael Gottesman2013-08-051-1/+4
* Introduce an optimisation for special case lists with large numbers of litera...Peter Collingbourne2013-08-052-14/+40
* Introduce Regex::isLiteralERE function.Peter Collingbourne2013-08-053-0/+26
* Silencing an MSVC11 type conversion warning.Aaron Ballman2013-08-051-1/+1
* 80-colsAlexey Samsonov2013-08-051-1/+2
* LLVM Interpreter: This patch implements vector support for cast operations (z...Elena Demikhovsky2013-08-053-77/+592
* [SystemZ] Use BRCT and BRCTG to eliminate add-&-compare sequencesRichard Sandiford2013-08-058-18/+419
* Don't leak passes if added outside of the area determined by Started/Stopped ...Benjamin Kramer2013-08-052-1/+4
* [SystemZ] Add definitions for BRCT and BRCTGRichard Sandiford2013-08-055-0/+114
* [SystemZ] Use LOAD AND TEST to eliminate comparisons against zeroRichard Sandiford2013-08-054-1/+271
* [SystemZ] Add LOAD AND TEST instructionsRichard Sandiford2013-08-054-0/+259
* [SystemZ] Split out comparison elimination into a separate passRichard Sandiford2013-08-055-270/+346
* AVX-512 set: added mask operations, lowering BUILD_VECTOR for i1 vector types.Elena Demikhovsky2013-08-056-0/+451
* Update the release notes about the status of the vectorizers.Nadav Rotem2013-08-051-0/+5
* Update the docs.Nadav Rotem2013-08-051-26/+6
* Add the saving of S2. This is needed for some of the floating pointReed Kotler2013-08-047-22/+27
* Remove "lto_on_osx" xfails, now that -rdynamic works on Darwin.Bob Wilson2013-08-045-8/+0
* Build with the $RDYNAMIC flag on Darwin as well as other platforms.Bob Wilson2013-08-042-15/+9
* X86: Turn fp selects into mask operations.Benjamin Kramer2013-08-048-118/+381
* AVX-512 set: added VEXTRACTPS instructionElena Demikhovsky2013-08-043-7/+35
* X86: specify CPU on new test to fix atom buildbotTim Northover2013-08-041-1/+1
* X86: correct tail return address calculationTim Northover2013-08-043-4/+25
* AsmParser: Store MacroLikeBodies on the side so they don't get leaked.Benjamin Kramer2013-08-041-1/+5
* Clean up code for Mips16 large frame handling.Reed Kotler2013-08-047-47/+163
* PPCAsmParser: Stop leaking names.Benjamin Kramer2013-08-031-10/+31
* Unbreak llvm-rtdyld build.Benjamin Kramer2013-08-031-3/+3
* MachObjectFile: Don't leak on error.Benjamin Kramer2013-08-031-7/+9
* llvm-rtdyld: Don't leak memory managers.Benjamin Kramer2013-08-031-4/+4
* ARMAsmParser: Plug a leak.Benjamin Kramer2013-08-031-3/+11
* Stop leaking register infos in the disassemblers.Benjamin Kramer2013-08-032-4/+4
* Fix PPC64 64-bit GPR inline asm constraint matchingHal Finkel2013-08-032-1/+83
* Minor address space code simplification.Matt Arsenault2013-08-032-12/+5
* Regenerate with changes for -rdynamic.Bob Wilson2013-08-022-8/+8
* Link with -rdynamic instead of -Wl,-export-dynamic.Bob Wilson2013-08-026-14/+16
* Add a AttributeSetImpl::dump function.Peter Collingbourne2013-08-022-0/+6
* Make one of the AttributeSet ctors maintain the invariant that thePeter Collingbourne2013-08-023-2/+42
* Option parsing: recognize the special -- tokenHans Wennborg2013-08-022-1/+29
* Fix invalid function pointers in bugpoint ExtractLoopsHal Finkel2013-08-021-7/+42
* Add a missing 'return' statement.Joey Gouly2013-08-021-0/+1
* [mips] Expand vector truncating stores and extending loads.Akira Hatanaka2013-08-022-0/+25
* [ARMv8] Add an assembler warning for the deprecated 'setend' instruction.Joey Gouly2013-08-022-0/+15
* SLPVectorizer: Fix PR16777. PHInodes may use multiple extracted values that c...Nadav Rotem2013-08-022-10/+48
* Teach EmitGEPOffset about address spacesMatt Arsenault2013-08-021-12/+14