summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "[ValueTracking] Teach computeKnownBits for PHI nodes to compute sign ...Craig Topper2016-06-293-128/+1
* [Diag] Add getter shouldAlwaysPrint. NFCAdam Nemet2016-06-291-3/+3
* [Diag] Add getter shouldAlwaysPrint. NFCAdam Nemet2016-06-294-7/+10
* Make SymbolTable::findAll to return only defined symbols.Rui Ueyama2016-06-291-16/+24
* [ValueTracking] Teach computeKnownBits for PHI nodes to compute sign bit for ...Craig Topper2016-06-293-1/+128
* [DAGCombine] Teach DAG combine to handle ORs of shuffles involving zero vecto...Craig Topper2016-06-292-57/+55
* [DAGCombine] Add test cases to show that DAG combining an OR of two shuffles ...Craig Topper2016-06-291-0/+44
* [CodeGen] Make ShuffleVectorSDNode::commuteMask take a MutableArrayRef instea...Craig Topper2016-06-292-2/+2
* Revert "[InstCombine] Avoid combining the bitcast of a var that is used as bo...Eric Christopher2016-06-294-227/+0
* [bugpoint] Delete a stale comment.Philip Reames2016-06-291-3/+0
* [bugpoint] Unwrap one level of wrapper functions [NFC]Philip Reames2016-06-292-18/+11
* [ELF] Support for wildcard in version scripts.Davide Italiano2016-06-295-14/+97
* [Triple] Add isLittleEndian().Davide Italiano2016-06-292-0/+9
* Refactor ELF type inference functions.Rui Ueyama2016-06-295-41/+43
* Mark inheriting constructors as deleted if the corresponding defaulted defaultRichard Smith2016-06-298-47/+123
* [bugpoint] Extract helper functions for readability [NFCI]Philip Reames2016-06-291-51/+64
* [llvm-cov] Minor cleanups to prepare for the html format patchVedant Kumar2016-06-296-31/+84
* [Object] Fix a -Wpessimizing-move error; clang-format; NFCVedant Kumar2016-06-291-5/+8
* Revert "[PS4] Tighten up a test (noticed in passing)"Sean Silva2016-06-291-2/+2
* [bugpoint] Simplify code by moving exception to only callerPhilip Reames2016-06-294-12/+10
* [bugpoint] Treat token type the same as ehpad w.r.t deletionPhilip Reames2016-06-291-4/+4
* [bugpoint] Disabling one transform shouldn't prevent reporting the progress o...Philip Reames2016-06-291-2/+2
* Function declarations are, in fact, permitted in the init-statement of a forRichard Smith2016-06-282-1/+5
* Finish cleaning up most of the error handling in libObject’s MachOUniversal...Kevin Enderby2016-06-2810-18/+90
* [Diag] Fix file commentAdam Nemet2016-06-281-1/+1
* [Sema] Disallow ambigious base classes in template argument deductionErik Pilkington2016-06-282-22/+44
* ObjC Class Property: diagnostics when accessing a class property using instance.Manman Ren2016-06-284-7/+35
* Codegen: [MBP] Add messages to asserts. NFCKyle Butt2016-06-281-3/+4
* [msan] Fix handling of padding in sendmsg control data.Evgeniy Stepanov2016-06-282-1/+130
* [ARM] Fix 28282: cost computation for constant hoistingWeiming Zhao2016-06-282-1/+18
* Revert r274054 to try to appease the botManman Ren2016-06-284-654/+108
* Handle empty versions.Rafael Espindola2016-06-283-4/+30
* Don't check the section index, it is not relevant for this test.Rafael Espindola2016-06-281-3/+3
* Relax the clearance calculating for breaking partial register dependency.Dehao Chen2016-06-282-6/+27
* [YAML] Fix YAML tags appearing before the start of sequence elementsChris Bieneman2016-06-283-4/+27
* [SystemZ] Use NILL instruction instead of NILF where possibleZhan Jun Liau2016-06-283-1/+130
* Fix "not all control paths return a value" warning on MSVCSimon Pilgrim2016-06-281-0/+1
* AvailabilityAttr: we accept "macos" as the platform name.Manman Ren2016-06-2818-69/+76
* cxx_status: make c++17 footnote list formatting consistent with other footnot...Richard Smith2016-06-281-3/+1
* cxx_status: fix footnote for p0136.Richard Smith2016-06-281-1/+3
* Update cxx_dr_status from test/CXX/drs.Richard Smith2016-06-281-11/+11
* X86FrameLowering: Check subregs when deciding prolog kill flagsMatthias Braun2016-06-282-3/+36
* [CMake] Adding USES_TERMINAL to a few additional custom targetsChris Bieneman2016-06-281-2/+3
* Use isPositionIndependent in a few more places.Rafael Espindola2016-06-285-8/+7
* Update llvm command line parser to support subcommands.Zachary Turner2016-06-284-108/+654
* Fix bugs in TAS and futex lockJonathan Peyton2016-06-282-3/+5
* Revert r273898's UNICODE quick fix in favor of CMake's remove_definitions()Jonathan Peyton2016-06-283-8/+6
* Fix typoKrzysztof Parzyszek2016-06-281-1/+1
* Fix unreasonably-precise CHECK.Richard Smith2016-06-281-2/+2
* P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith2016-06-2872-931/+2754
OpenPOWER on IntegriCloud