summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [projects] Use directory name for add_llvm_external_projectsShoaib Meenai2018-12-041-1/+2
* [ThinLTO] Look through aliases when computing hash keysGeorge Burgess IV2018-12-042-8/+16
* [IR] Don't assume all functions are 4 byte alignedRanjeet Singh2018-12-043-20/+30
* [Hexagon] Fix intrinsic testKrzysztof Parzyszek2018-12-031-4/+0
* Relax test even more for WindowsAdrian Prantl2018-12-031-1/+1
* Remove unused empty arm64 directoryYi Kong2018-12-030-0/+0
* Relax tests to also work on WindowsAdrian Prantl2018-12-032-5/+9
* [analyzer] MoveChecker: Restrict to locals and std:: objects.Artem Dergachev2018-12-032-25/+154
* NFC: Add .vscode to .gitignoreGor Nishanov2018-12-031-0/+5
* [analyzer] MoveChecker: NFC: Remove the workaround for the "zombie symbols" bug.Artem Dergachev2018-12-032-44/+19
* [FileSystem] Migrate MonitoringProcessLauncherJonas Devlieghere2018-12-031-10/+5
* [Hexagon] Switch to auto-generated intrinsic definitions and patternsKrzysztof Parzyszek2018-12-035-10994/+8697
* [CodeExtractor] Split PHI nodes with incoming values from outlined region (PR...Vedant Kumar2018-12-034-82/+167
* [WebAssembly] Don't set a maximum size when importing the tableSam Clegg2018-12-033-5/+1
* Adapt gcov to changes in CFE.Adrian Prantl2018-12-031-7/+15
* [Documentation] Fix formatting and wrap up to 80 characters in Clang-tidy rea...Eugene Zelenko2018-12-031-9/+10
* [analyzer] Rename MisusedMovedObjectChecker to MoveCheckerArtem Dergachev2018-12-034-38/+34
* [analyzer] Dump stable identifiers for objects under construction.Artem Dergachev2018-12-032-5/+20
* [AST] [analyzer] NFC: Reuse code in stable ID dumping methods.Artem Dergachev2018-12-035-21/+6
* [AST] Generate unique identifiers for CXXCtorInitializer objects.Artem Dergachev2018-12-032-0/+11
* BumpPtrAllocator: Add a couple of convenient wrappers around identifyObject().Artem Dergachev2018-12-031-0/+27
* [Hexagon] Extract operand decoders into a separate file, NFCKrzysztof Parzyszek2018-12-032-56/+74
* [DAGCombiner] narrow truncated vector binops when legalSanjay Patel2018-12-034-311/+181
* [mips] Fix TestDWARF32Version5Addr8AllForms test failure on MIPS hostsSimon Atanasyan2018-12-035-10/+30
* [Hexagon] Remove unused encodings, NFCKrzysztof Parzyszek2018-12-031-741/+114
* Typo correction; NFC.Aaron Ballman2018-12-031-1/+1
* [InstCombine] fix undef propagation bug with shuffle+binopSanjay Patel2018-12-032-6/+22
* [gn build] Use print_function in write_cmake_config.pyNico Weber2018-12-031-3/+5
* NFC: Simplify dumpStmt child handlingStephen Kelly2018-12-031-8/+3
* Re-apply r347954 "[analyzer] Nullability: Don't detect post factum violation..."Artem Dergachev2018-12-033-8/+88
* [gcov/Darwin] Ensure external symbols are exported when using an export listVedant Kumar2018-12-035-9/+42
* Skip TestDriverOptions on WindowsJonas Devlieghere2018-12-031-0/+3
* [WebAssembly] Enforce assembler emits to streamer in order.Wouter van Oortmerssen2018-12-032-0/+139
* Portable Python script across Python versionSerge Guelton2018-12-031-9/+12
* [Hexagon] Update timing classesKrzysztof Parzyszek2018-12-035-5770/+5651
* Portable Python script across Python versionSerge Guelton2018-12-031-1/+1
* [InstCombine] foldICmpWithLowBitMaskedVal(): disable 2 faulty folds.Roman Lebedev2018-12-033-8/+16
* [cmake] Clean up add_llvm_subdirectoryShoaib Meenai2018-12-031-14/+17
* [TextAPI] Remove a superfluous semicolon, fixing GCC warnings. NFC.Martin Storsjo2018-12-031-1/+1
* [COFF] Remove an outdated/incorrect comment. NFC.Martin Storsjo2018-12-031-4/+0
* [COFF] Don't mark mingw .eh_frame sections writableMartin Storsjo2018-12-032-4/+17
* Fix compilation failure on Windows.Zachary Turner2018-12-031-1/+1
* [InstCombine] rearrange shuffle+binop fold; NFCSanjay Patel2018-12-031-8/+9
* [llvm-objcopy] Add --build-id-link-dir flagJake Ehrlich2018-12-0310-3/+211
* [InstCombine] add tests for shuffle+binop fold; NFCSanjay Patel2018-12-031-2/+58
* [clang-tidy] Fix unordered_map failure with specializing std::hash<> and remo...Jonas Toth2018-12-032-2/+20
* [Hexagon] Change instruction type field in TSFlags to 7 bitsKrzysztof Parzyszek2018-12-035-182/+177
* [llvm-tapi] initial commit, supports ELF text stubsArmando Montanez2018-12-0311-0/+575
* [clang-tidy] Recommit: Add the abseil-duration-comparison checkJonas Toth2018-12-0312-93/+657
* [MachineOutliner] Drop candidates that require fixups if it's beneficialJessica Paquette2018-12-034-5/+338
OpenPOWER on IntegriCloud