summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* When lowering calls and tail calls in AArch64, the register mask andEric Christopher2019-11-064-5/+43
* [lldb] Mark ASan & TSan as test dependenciesJonas Devlieghere2019-11-061-1/+9
* [test] Fix apple_simulator_test decorator when simulators are unavailableAlex Langford2019-11-061-1/+1
* [lldb] Remove dead code from STLUtils.hJonas Devlieghere2019-11-066-55/+3
* [docs] Fix references to a renamed flag.Lang Hames2019-11-061-3/+3
* [ConstantRange] Add `subWithNoWrap()` methodRoman Lebedev2019-11-073-0/+66
* [ConstantRange] Cleanup addWithNoWrap() by just piggybacking on sadd_sat()/ua...Roman Lebedev2019-11-071-32/+8
* [ConstantRange] TestAddWithNo*WrapExhaustive: check that all overflow means e...Roman Lebedev2019-11-071-0/+13
* [JITLink] Refactor EH-frame handling to support eh-frames with existing relocs.Lang Hames2019-11-069-348/+704
* Testuite: Support Asan test with remote testingFred Riss2019-11-063-8/+18
* [LLDB] Fix handling for the clang name mangling extension for block invocationsshafik2019-11-065-23/+50
* [Orc] Fix iterator usage after removeAlexandre Ganea2019-11-061-1/+4
* [JumpThreading] Factor out code to clone instructions (NFC)Kazu Hirata2019-11-062-31/+49
* [WC] Fix a subtle bug in our definition of widenable branchPhilip Reames2019-11-066-23/+78
* [Analysis] Attribute deref/deref_or_null should not prevent tail call optimiz...Dávid Bolvanský2019-11-062-1/+41
* [lldb] Record framework build path and use it everywhereHaibo Huang2019-11-068-24/+15
* [LoopPred] Fix two subtle issues found by inspectionPhilip Reames2019-11-062-8/+37
* [lit] Protect full test suite from FILECHECK_OPTSJoel E. Denny2019-11-062-3/+10
* [X86] Clamp large constant shift amounts for MMX shift intrinsics to 8-bits.Craig Topper2019-11-062-2/+39
* [AArch64] Re-add patterns for (s/u)mull2.Eli Friedman2019-11-062-0/+79
* [clang-format] [NFC] update the documentation in Format.h to allow dump_forma...paulhoad2019-11-063-30/+43
* Introduce llvm-install-name-toolAlexander Shaposhnikov2019-11-0613-8/+382
* Fix a typo in my previous commitSteven Wu2019-11-061-1/+1
* [NFC] Add SUPPORT_PLUGINS to add_llvm_executable()David Tenty2019-11-065-13/+12
* [GISel][ArtifactCombiner] Relax the constraint to combine unmerge with concat...Quentin Colombet2019-11-065-83/+212
* [Object][MachO] Rewrite macho-invalid-fat-arch-size into YAMLSteven Wu2019-11-064-3/+16
* [X86TargetTransformInfo] Fixed warning: Expression 'ISD == ISD::UREM' is alwa...Dávid Bolvanský2019-11-061-1/+1
* [X86] Fix SLM v2i64 ADD/Sub/CMPEQ instruction schedulesSimon Pilgrim2019-11-063-14/+30
* [X86] Fix SLM v2f64 ADD/MUL + FP BLEND/HADD instruction schedulesSimon Pilgrim2019-11-064-50/+50
* [X86ISelLowering] Fixed typo in assert. NFCI.Dávid Bolvanský2019-11-061-1/+1
* unwind: disable RTTI during the build of libunwindSaleem Abdulrasool2019-11-061-0/+10
* [X86] Add 'fxsr' feature to -march=pentium2 to match X86.td and gcc.Craig Topper2019-11-062-1/+3
* [X86] Add 'mmx' to all CPUs that have a version of 'sse' and weren't already ...Craig Topper2019-11-062-10/+22
* [CostModel][X86] Improve add vXi64 + fadd vXf64 reduction tests for SLMSimon Pilgrim2019-11-063-12/+38
* [clang-format] [RELAND] Remove the dependency on frontendpaulhoad2019-11-062-15/+27
* [clang-format] Assert that filenames are not emptypaulhoad2019-11-061-0/+4
* [CostModel][X86] Add add/fadd reduction tests for SLMSimon Pilgrim2019-11-062-0/+256
* CodeGenInstruction - fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-11-061-5/+6
* LoopAccessAnalysis - fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-11-061-7/+7
* BranchProbabilityInfo - fix uninitialized variable warning. NFCI.Simon Pilgrim2019-11-061-1/+1
* [libcxx] Make generate_feature_test_macro_components script compatible with P...Louis Dionne2019-11-061-86/+88
* Revert "build: explicitly set the linker language for unwind"Saleem Abdulrasool2019-11-061-2/+0
* [libTooling] Fix breakage from change #84922Yitzhak Mandelbaum2019-11-062-2/+5
* [CommandLine] Add inline ArgName printingDon Hinton2019-11-062-14/+70
* [libTooling] Small changes in Transformer API.Yitzhak Mandelbaum2019-11-063-46/+57
* [libomptarget] Revert all improvements to supportJon Chesterfield2019-11-069-102/+58
* [libTooling] Simplify type structure of `Stencil`s.Yitzhak Mandelbaum2019-11-063-239/+221
* DWARFDebugLoclists: Move to a incremental parsing modelPavel Labath2019-11-0611-193/+184
* [clang-tidy] Update TransformerClangTidyCheck to use new Transformer bindings.Yitzhak Mandelbaum2019-11-063-23/+22
* [NFC][APInt] Fix typos in comments.Miloš Stojanović2019-11-062-7/+7
OpenPOWER on IntegriCloud