summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [SLP] Support for horizontal min/max reduction.Alexey Bataev2017-09-253-1299/+1852
* [mips][compiler-rt] Disable sem_init_glibc.cc for MIPS64.Simon Dardis2017-09-251-1/+1
* [ELF] - Simplify removeUnusedSyntheticSections a bit.George Rimar2017-09-252-5/+4
* [ELF] - Report orphan sections if -verbose given.George Rimar2017-09-252-0/+35
* [ELF] - LTO: do not optimize away symbols accessed from linkerscript.George Rimar2017-09-254-1/+104
* [CodeGenPrepare][NFC] Rename TargetTransformInfo::expandMemCmp -> TargetTrans...Clement Courbet2017-09-258-12/+12
* Do not sort CU vectors.Rui Ueyama2017-09-251-6/+7
* Speeds up CU vector creation.Rui Ueyama2017-09-252-13/+16
* Fix off-by-one error.Rui Ueyama2017-09-252-14/+14
* Do not use StringTableBuilder to build symbol table for .gdb_index.Rui Ueyama2017-09-253-20/+26
* Compute string hashes early and cache them.Rui Ueyama2017-09-252-7/+8
* Rename copy -> copyFrom.Rui Ueyama2017-09-253-3/+3
* Move Config->SymbolRenaming to SymbolTable.Rui Ueyama2017-09-254-16/+34
* Remove unused member variable.Rui Ueyama2017-09-242-3/+1
* Refactor GdbIndexSection. NFC.Rui Ueyama2017-09-244-184/+151
* [X86] Make IFMA instructions during isel so we can fold broadcast loads.Craig Topper2017-09-246-27/+49
* [X86] Add tests to show missed opportunities to fold broadcast loads into IFM...Craig Topper2017-09-241-0/+85
* [Polly] Information about generalized matrix multiplicationRoman Gareev2017-09-242-0/+15
* [X86] Add IFMA instructions to the load folding tables and make them commutab...Craig Topper2017-09-243-1/+124
* Fix implicit-fallthrough warning by adding missing breakSimon Pilgrim2017-09-241-0/+1
* Fix signed/unsigned warningSimon Pilgrim2017-09-241-1/+1
* [X86][SSE] Add more tests for shuffle combining with extracted vector element...Simon Pilgrim2017-09-241-0/+56
* [X86][SSE] Add support for extending bool vectors bitcasted from scalarsSimon Pilgrim2017-09-244-6582/+1212
* [ScopDetect/Info] Look through PHIs that follow an error blockTobias Grosser2017-09-248-23/+188
* [PowerPC] Eliminate compares - add i64 sext/zext handling for SETLE/SETGENemanja Ivanovic2017-09-245-0/+620
* [AVX-512] Add pattern for selecting masked version of v8i32/v8f32 compare ins...Craig Topper2017-09-243-70/+54
* [X86] Make sure we still mark the full register as implicitly defined when we...Craig Topper2017-09-241-4/+10
* [AVR] Implement getCmpLibcallReturnType().Dylan McKay2017-09-241-0/+5
* [Verifier] Stop accepting broken DIGlobalVariable(s).Davide Italiano2017-09-243-3/+27
* [X86] Regenerate i64 to v2f32 bitcast testSimon Pilgrim2017-09-231-3/+30
* Don't warn about runtime behavior problems in variable initializers that weRichard Smith2017-09-235-15/+29
* Silence unused variable warning in Release builds.Benjamin Kramer2017-09-231-0/+1
* [IslExprBuilder] Do not generate RTC with more than 64 bitTobias Grosser2017-09-236-24/+67
* [x86] reduce 64-bit mask constant to 32-bits by right shiftingSanjay Patel2017-09-232-16/+17
* [x86] add an add+shift test for follow-up suggestion from D38181; NFCSanjay Patel2017-09-231-0/+21
* [PowerPC] Eliminate compares - add i32 sext/zext handling for SETULT/SETUGTNemanja Ivanovic2017-09-2315-3/+1234
* [docs] Fix typos in Clang's User's Manual.Reka Kovacs2017-09-231-2/+2
* [PowerPC] Eliminate compares - add i32 sext/zext handling for SETULE/SETUGENemanja Ivanovic2017-09-2319-27/+1502
* [X86] Move the getInsertVINSERTImmediate and getExtractVEXTRACTImmediate help...Craig Topper2017-09-234-70/+22
* [X86] Remove is the isVINSERT*Index/isVEXTRACT*Index predicates from isel.Craig Topper2017-09-233-78/+8
* [ubsan] Fix assert.cc test by compiling it as C++Vitaly Buka2017-09-231-2/+1
* Promote storage-only __fp16 vector operands to float vectors.Akira Hatanaka2017-09-234-6/+367
* [PowerPC] Eliminate compares - add i32 sext/zext handling for SETLT/SETGTNemanja Ivanovic2017-09-239-7/+711
* Correctly compute linkage for members of internal linkage classes.Richard Smith2017-09-232-5/+13
* [ubsan] Replace CommonSanitizerReportMutex with ScopedErrorReportLockVitaly Buka2017-09-234-6/+18
* [ubsan] Support signal specific options in ubsanVitaly Buka2017-09-239-7/+99
* Commit missing fixes for tool_file_renameReid Kleckner2017-09-234-9/+9
* [Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner2017-09-2334-91/+88
* [CodeGen] Fix build bots which uses old Clang broken in r314046. (NFC)Eugene Zelenko2017-09-221-1/+1
* [lsan] Add __lsan_default_optionsVitaly Buka2017-09-227-0/+36
OpenPOWER on IntegriCloud