summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* [Polly] [PPCGCodeGeneration] Teach `must_kills` to kill scalars that are loca...Siddharth Bhat2017-07-063-9/+117
* [MachineVerifier] Add check that tied physregs aren't different.Mikael Holmen2017-07-062-0/+30
* Fixes to Dockerfile scripts.Ilya Biryukov2017-07-061-4/+7
* [X86][SSE] combineX86ShuffleChain - merge duplicate creations of integer mask...Simon Pilgrim2017-07-061-20/+12
* Made a script to build docker images easier to use.Ilya Biryukov2017-07-062-16/+46
* [X86][SSE] combineX86ShuffleChain - merge duplicate 'Zeroable' element masksSimon Pilgrim2017-07-061-20/+12
* [X86][SSE4A] Add support for shuffle combining to EXTRQ.Simon Pilgrim2017-07-062-25/+40
* Fix a copy-paste error in r307161Pavel Labath2017-07-061-2/+2
* Revert "Android.rules: build x86 tests with -mstackrealign"Pavel Labath2017-07-062-6/+0
* [X86][SSE4A] Add scheduling tests for SSE4A instructionsSimon Pilgrim2017-07-061-0/+95
* [X86][SSE4A] Split EXTRQ/INSERTQ shuffle matching from lowering. NFCI.Simon Pilgrim2017-07-061-99/+112
* Revert "Revert "Revert "[IndVars] Canonicalize comparisons between non-negati...Max Kazantsev2017-07-065-62/+6
* [globalisel][tablegen] Rename and re-comment render functions to match the ne...Daniel Sanders2017-07-061-7/+7
* [RegisterCoalescer] Fix for SubRange join unreachableDavid Stuttard2017-07-062-0/+190
* [globalisel][tablegen] Rename and re-comment to match the new MatchTables. NFC.Daniel Sanders2017-07-061-46/+47
* [ARM] GlobalISel: Map s32 G_FCMP in reg bank selectDiana Picus2017-07-062-0/+43
* Revert "Revert "[IndVars] Canonicalize comparisons between non-negative value...Max Kazantsev2017-07-065-6/+62
* [ARM] GlobalISel: Legalize G_FCMP for s32Diana Picus2017-07-064-0/+818
* [DWARF] - Provide default implementation for getSectionLoadAddress() method o...George Rimar2017-07-061-1/+3
* [clangd] Add support for per-file extra flagsKrasimir Georgiev2017-07-067-11/+123
* [globalisel][tablegen] Import rules containing intrinsic_wo_chain.Daniel Sanders2017-07-063-43/+104
* [ARM] GlobalISel: Widen s1, s8, s16 G_CONSTANTDiana Picus2017-07-062-0/+17
* [OpenCL] Test on image access modifiers and image type can only be a type of ...Egor Churaev2017-07-061-5/+28
* Fix -Wunused-function by making function declarations in a header non-staticDavid Blaikie2017-07-061-2/+2
* Simplify InstrProfRecord tests, eliminating named temporaries in favor of bra...David Blaikie2017-07-062-107/+56
* [lit] Fix unit test discovery for Visual Studio builds.David L. Jones2017-07-061-1/+4
* Add a lldbutils routine that gathers up the boiler-plateJim Ingham2017-07-066-116/+58
* [Sanitizers] Consolidate internal errno definitions.Alex Shlyapnikov2017-07-0610-34/+117
* [modules ts] Do not emit strong function definitions from the module interfac...Richard Smith2017-07-064-2/+102
* [cxx_status] Update link to Modules TS to latest working draft. Fix Coroutine...Richard Smith2017-07-061-2/+3
* Fix incomplete type test on OS X; workaround weird DYLD_LIBRARY_PATH behaviorEric Fiselier2017-07-061-1/+5
* Avoid constructing GlobalExtensions only to find out it is empty.Frederich Munch2017-07-061-4/+14
* add googlemock include dir to lldb-gtest Xcode targetTim Hammerquist2017-07-061-8/+8
* Revert "Revert "Revert "Switch external cvtres.exe for llvm's own resource li...Eric Beckmann2017-07-0513-19/+52
* Revert "Revert "Revert "Replace trivial use of external rc.exe by writing our...Eric Beckmann2017-07-058-145/+78
* Move fabricateDefaultCommands earlier.Rafael Espindola2017-07-055-110/+107
* [IR] Use CmpInst::isFPPredicate/isIntPredicate in a few other places. NFCCraig Topper2017-07-052-7/+6
* Remove dummy cast.Rafael Espindola2017-07-051-3/+2
* Use Entry::SecSize in a couple of cases.Rafael Espindola2017-07-054-23/+5
* Suppress -Waligned-allocation-unavailable warning in libc++ test suiteEric Fiselier2017-07-051-0/+1
* Simplify. NFC.Rafael Espindola2017-07-052-14/+10
* [GlobalOpt] Remove unreachable blocks before optimizing a function.Davide Italiano2017-07-052-0/+35
* Remove a function that is now trivial.Rafael Espindola2017-07-053-10/+2
* [tsan] Use pthread_sigmask instead of sigprocmask to block signals in a threa...Kuba Mracek2017-07-052-1/+77
* Using existing variable. NFC.Rafael Espindola2017-07-051-7/+6
* [IR] Use CmpInst::isIntPredicate()/isFPPredicate in some asserts instead of d...Craig Topper2017-07-051-4/+2
* Remove two dummy casts. NFC.Rafael Espindola2017-07-051-2/+2
* Fix libcall expansion creating DAG nodes with invalid type post type legaliza...Vadim Chugunov2017-07-054-12/+54
OpenPOWER on IntegriCloud