summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add some comment to LTOCodeGenerator classShuxin Yang2013-08-06
* Fix missing -*- C++ -*-sMatt Arsenault2013-08-06
* FileCheckize some of the testcases.Bill Wendling2013-08-05
* Fix grammar.Bill Wendling2013-08-05
* R600/SI: Add missing test for r187749Tom Stellard2013-08-05
* Recommit previous cleanup with a fix for c++98 ambiguity.Eric Christopher2013-08-05
* R600: Implement TargetLowering::getVectorIdxTy()Tom Stellard2013-08-05
* TargetLowering: Add getVectorIdxTy() function v2Tom Stellard2013-08-05
* Revert "Use existing builtin hashing functions to make this routine more"Eric Christopher2013-08-05
* Use existing builtin hashing functions to make this routine moreEric Christopher2013-08-05
* Change parent hashing algorithm to be non-recursive and elaborateEric Christopher2013-08-05
* [bugpoint] Allow the user to specify the path to opt on the commandline.Michael Gottesman2013-08-05
* Introduce an optimisation for special case lists with large numbers of litera...Peter Collingbourne2013-08-05
* Introduce Regex::isLiteralERE function.Peter Collingbourne2013-08-05
* Silencing an MSVC11 type conversion warning.Aaron Ballman2013-08-05
* 80-colsAlexey Samsonov2013-08-05
* LLVM Interpreter: This patch implements vector support for cast operations (z...Elena Demikhovsky2013-08-05
* [SystemZ] Use BRCT and BRCTG to eliminate add-&-compare sequencesRichard Sandiford2013-08-05
* Don't leak passes if added outside of the area determined by Started/Stopped ...Benjamin Kramer2013-08-05
* [SystemZ] Add definitions for BRCT and BRCTGRichard Sandiford2013-08-05
* [SystemZ] Use LOAD AND TEST to eliminate comparisons against zeroRichard Sandiford2013-08-05
* [SystemZ] Add LOAD AND TEST instructionsRichard Sandiford2013-08-05
* [SystemZ] Split out comparison elimination into a separate passRichard Sandiford2013-08-05
* AVX-512 set: added mask operations, lowering BUILD_VECTOR for i1 vector types.Elena Demikhovsky2013-08-05
* Update the release notes about the status of the vectorizers.Nadav Rotem2013-08-05
* Update the docs.Nadav Rotem2013-08-05
* Add the saving of S2. This is needed for some of the floating pointReed Kotler2013-08-04
* Remove "lto_on_osx" xfails, now that -rdynamic works on Darwin.Bob Wilson2013-08-04
* Build with the $RDYNAMIC flag on Darwin as well as other platforms.Bob Wilson2013-08-04
* X86: Turn fp selects into mask operations.Benjamin Kramer2013-08-04
* AVX-512 set: added VEXTRACTPS instructionElena Demikhovsky2013-08-04
* X86: specify CPU on new test to fix atom buildbotTim Northover2013-08-04
* X86: correct tail return address calculationTim Northover2013-08-04
* AsmParser: Store MacroLikeBodies on the side so they don't get leaked.Benjamin Kramer2013-08-04
* Clean up code for Mips16 large frame handling.Reed Kotler2013-08-04
* PPCAsmParser: Stop leaking names.Benjamin Kramer2013-08-03
* Unbreak llvm-rtdyld build.Benjamin Kramer2013-08-03
* MachObjectFile: Don't leak on error.Benjamin Kramer2013-08-03
* llvm-rtdyld: Don't leak memory managers.Benjamin Kramer2013-08-03
* ARMAsmParser: Plug a leak.Benjamin Kramer2013-08-03
* Stop leaking register infos in the disassemblers.Benjamin Kramer2013-08-03
* Fix PPC64 64-bit GPR inline asm constraint matchingHal Finkel2013-08-03
* Minor address space code simplification.Matt Arsenault2013-08-03
* Regenerate with changes for -rdynamic.Bob Wilson2013-08-02
* Link with -rdynamic instead of -Wl,-export-dynamic.Bob Wilson2013-08-02
* Add a AttributeSetImpl::dump function.Peter Collingbourne2013-08-02
* Make one of the AttributeSet ctors maintain the invariant that thePeter Collingbourne2013-08-02
* Option parsing: recognize the special -- tokenHans Wennborg2013-08-02
* Fix invalid function pointers in bugpoint ExtractLoopsHal Finkel2013-08-02
* Add a missing 'return' statement.Joey Gouly2013-08-02