summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* AMDGPU: Minor cleanup of shrinking logicMatt Arsenault2017-07-061-8/+4
* AMDGPU: Remove unnecessary IR from MIR testsMatt Arsenault2017-07-067-358/+113
* [lit] Factor out some shell input/output redirection logic, NFCReid Kleckner2017-07-061-70/+97
* Fix whitespace lint issue (introduced in r307307).Kuba Mracek2017-07-061-1/+1
* [AMDGPU] Always use rcp + mul with fast mathStanislav Mekhanoshin2017-07-064-51/+40
* [sanitizer] Use TASK_VM_INFO to get the maximum VM address on iOS/AArch64Kuba Mracek2017-07-061-3/+27
* [lib/LTO] Add a comment to explain where we set the linkage in the summary.Davide Italiano2017-07-061-0/+5
* [ValueTracking] Support icmps fed by 'and' and 'or'.Chad Rosier2017-07-064-9/+257
* [LTO] Fix the interaction between linker redefined symbols and ThinLTODavide Italiano2017-07-063-2/+35
* [GISel]: Enhance the MachineIRBuilder APIAditya Nandakumar2017-07-062-3/+42
* [X86][SSE] Tests for bitcasting iX integers to vXi1 boolean vectorsSimon Pilgrim2017-07-063-0/+7447
* Add @LINE to checks in a test.Rafael Espindola2017-07-061-22/+29
* remove an unused empty file.Chris Lattner2017-07-061-0/+0
* Prototype: Reduce llvm-profdata merge memory usage furtherDavid Blaikie2017-07-068-71/+82
* [llvm] Separate out reverse iteration flag into its own headerMandeep Singh Grang2017-07-062-10/+18
* [Objective-C] Fix non-determinism in clangMandeep Singh Grang2017-07-062-4/+50
* [InstCombine] Remove include of DIBuilder.h and Dwarf.h as they don't appear ...Craig Topper2017-07-061-2/+0
* Modify constraints in `llvm::canReplaceOperandWithVariable`Leo Li2017-07-062-2/+32
* [Constants] Replace calls to ConstantInt::equalsInt(0)/equalsInt(1) with isZe...Craig Topper2017-07-064-17/+17
* [Constants] If we already have a ConstantInt*, prefer to use isZero/isOne/isM...Craig Topper2017-07-0627-48/+48
* [LoopUnrollRuntime] Bailout when multiple exiting blocks to the unique latch ...Anna Thomas2017-07-062-4/+35
* [InstCombine] Remove Builder argument from InstCombiner::tryFactorization. NFCCraig Topper2017-07-062-8/+6
* [X86][SSE] Dropped -mcpu from bitcast+setcc testsSimon Pilgrim2017-07-062-100/+475
* Fix spelling in comments. NFCI.Simon Pilgrim2017-07-061-3/+3
* Working through testcases, converting to run_to_source_breakpoint.Jim Ingham2017-07-065-99/+14
* Bitcode: Include any strings added to the string table in the module hash.Peter Collingbourne2017-07-066-11/+61
* [opt-viewer] Move under tools, install itAdam Nemet2017-07-067-0/+13
* More fixup for r307281: Move the #includes to sanitizer_linux.ccKuba Mracek2017-07-062-8/+8
* Fixup for r307281: Also move GetKernelAreaSize into sanitizer_linux.ccKuba Mracek2017-07-062-39/+39
* [sanitizer] Split GetMaxVirtualAddress into separate Linux version and Mac ve...Kuba Mracek2017-07-063-35/+45
* Fix pdb-scopes.testReid Kleckner2017-07-061-2/+2
* Remove redundant argument. NFC.Rafael Espindola2017-07-063-6/+3
* [PDB] Fill in "Parent" and "End" fields of scope-like symbol recordsReid Kleckner2017-07-067-7/+945
* This reverts r305820 (ARMv.2-A FP16 vector intrinsics) because it showsSjoerd Meijer2017-07-0610-2348/+363
* [SimplifyCFG] Move a portion of an if statement that should already be impli...Craig Topper2017-07-061-2/+2
* [InstCombine] Change helper method to a file local static method. NFCCraig Topper2017-07-062-5/+5
* [InstCombine] Clarify comment to mention other transform that it does. NFCCraig Topper2017-07-061-1/+2
* [InstCombine] Add single use checks to SimplifyBSwap to ensure we are really ...Craig Topper2017-07-062-10/+13
* [OpenMP] Extend CLANG target options with device offloading kind.Gheorghe-Teodor Bercea2017-07-0619-33/+75
* [OpenMP] Customize CUDA-based tool chain selectionGheorghe-Teodor Bercea2017-07-061-2/+16
* [InstCombine] Don't create extra ConstantInt objects in foldSelectICmpAnd. NFCICraig Topper2017-07-061-19/+17
* [LSR] Narrow search space by filtering non-optimal formulae with the same Sca...Wei Mi2017-07-064-3/+171
* [X86][SSE4A] Add support for shuffle combining to INSERTQI.Simon Pilgrim2017-07-062-13/+20
* [CGP, x86] update test checks; NFCSanjay Patel2017-07-061-38/+39
* Add a test harnessJonathan Roelofs2017-07-068-0/+200
* [X86][SSE4A] Add test showing missed opportunities to combine INSERTQI shuffleSimon Pilgrim2017-07-061-0/+20
* [clang-format] Add TextProto language name, NFCKrasimir Georgiev2017-07-061-0/+2
* Doxygen formatting. NFCIJoel Jones2017-07-061-2/+12
* [x86] fix over-specified triple and auto-generate checks; NFCSanjay Patel2017-07-061-17/+25
* [clang-format] Add space between a message field key and the opening bracket ...Krasimir Georgiev2017-07-063-47/+48
OpenPOWER on IntegriCloud