summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert [RISCV] Re-enable rv32i-aliases-invalid.s testSam Elliott2019-07-231-0/+1
* [NFC][ASAN] Add brackets around not commandLei Huang2019-07-231-1/+1
* [lldb][NFC] Tablegenify processRaphael Isemann2019-07-232-25/+62
* ProcessMachCore: Fix a -Wmisleading-indentation warningPavel Labath2019-07-231-36/+35
* [NFC][InstCombine] Fixup commutative/negative tests with icmp preds in @llvm....Roman Lebedev2019-07-232-12/+10
* [InstSimplify][NFC] Tests for skipping 'div-by-0' checks before inverted @llv...Roman Lebedev2019-07-232-0/+212
* [NFC][PhaseOredering][SimplifyCFG] Add more runlines to umul.with.overflow testsRoman Lebedev2019-07-232-14/+19
* [TargetLowering] Add SimplifyMultipleUseDemandedBitsSimon Pilgrim2019-07-2314-1222/+1062
* Fix windows build after r366791Pavel Labath2019-07-231-1/+3
* [RISCV] Re-enable rv32i-aliases-invalid.s testSam Elliott2019-07-231-1/+0
* [Object/ELF.h] - Improve testing of the fields in ELFFile<ELFT>::sections().George Rimar2019-07-234-5/+67
* [lldb][NFC] Tablegenify sourceRaphael Isemann2019-07-232-19/+46
* [yaml2obj] - Add a support for defining null sections in YAMLs.George Rimar2019-07-232-5/+192
* [SLPVectorizer] Remove null-pointer test. NFCI.Simon Pilgrim2019-07-231-4/+4
* PlistDiagnostics Fix for compile warning (NFC).Balazs Keri2019-07-231-1/+1
* SymbolVendor: Move compile unit handling into the SymbolFile classPavel Labath2019-07-2317-143/+127
* [ARM] Rename NEONModImm to VMOVModImm. NFCDavid Green2019-07-238-46/+46
* [Attributor][NFC] Re-run clang-format on the Attributor.cppHideto Ueno2019-07-231-7/+4
* [Attributor] Deduce "dereferenceable" attributeHideto Ueno2019-07-236-19/+555
* [llvm-objcopy] Allow strip symtab in executables and DSOsEugene Leviant2019-07-238-88/+51
* Fix gold-plugin Windows buildYi Kong2019-07-231-2/+2
* [yaml2elf] - Treat the SHN_UNDEF section as kind of regular section.George Rimar2019-07-232-12/+15
* [test] Fix the test from the previous commit when run on windows. NFC.Martin Storsjo2019-07-232-2/+11
* [lldb][NFC] Tablegenify disassembleRaphael Isemann2019-07-232-24/+41
* [CrossTU] Added CTU argument to diagnostic consumer create fn.Balazs Keri2019-07-235-48/+55
* [AMDGPU][NFC] Simplify test file for amdgcn intrinsicsHideto Ueno2019-07-231-5/+5
* [COFF] Unbreak sorting of mingw comdat .tls sections after SVN r363457Martin Storsjo2019-07-232-4/+51
* [DAGCombiner] Make ShrinkLoadReplaceStoreWithStore return an SDValue instead ...Craig Topper2019-07-231-9/+8
* [DAGCombiner] Use SDNode::isOperandOf to simplify some code. NFCICraig Topper2019-07-231-7/+1
* [LLVM-C] Improve Bindings to The Internalize PassRobert Widmann2019-07-232-0/+24
* Implement most of P1612R1: Relocate endian. Moves the std::endian functional...Marshall Clow2019-07-233-16/+23
* [PowerPC] Replace float load/store pair with integer load/store pair when it'...Zi Xuan Wu2019-07-235-23/+35
* Inline function call into assert to fix unused variable warning.Richard Trieu2019-07-231-3/+2
* Move variable out from debug only section.Richard Trieu2019-07-231-2/+0
* [llvm-lipo] Implement -infoShoaib Meenai2019-07-234-14/+101
* [lldb][test_suite] Fix skipIfTargetAndroid decoratorAlex Langford2019-07-231-7/+3
* [lldb][test_suite] skip tests of `libstdcpp` on Android and clean upAlex Langford2019-07-232-19/+15
* Fixing build error from commit 95cbc3dStefan Stipanovic2019-07-225-1/+468
* [Logging] Replace LogIfAnyCategoriesSet with LLDB_LOG.Jonas Devlieghere2019-07-226-67/+35
* Restore tests for lldb-server and lldb-vscode removed at rL366590Antonio Afonso2019-07-2263-0/+10564
* [Statepoints] Fix a bug in statepoint lowering for functions w/no-realign-stackPhilip Reames2019-07-222-3/+9
* Fix pointer width in test from r366754.Peter Collingbourne2019-07-221-2/+2
* gn build: Wrap two comments to 80 columnsNico Weber2019-07-221-2/+3
* [DWARF] Add more error handling to debug line parser.Jonas Devlieghere2019-07-224-38/+256
* [NFC][clang] Refactor getCompilationPhases()+Types.def step 1.Puyan Lotfi2019-07-224-67/+85
* [Statepoints] Add a test which shows a miscompile with no-realign-stacksPhilip Reames2019-07-221-0/+55
* Revert "Fixing build error from commit 9285295."Stefan Stipanovic2019-07-225-466/+1
* llvm-objcopy/test: add REQUIRES: shell for use of umaskDavid Blaikie2019-07-222-0/+2
* Analysis: Don't look through aliases when simplifying GEPs.Peter Collingbourne2019-07-222-1/+18
* Fixing build error from commit 9285295.Stefan Stipanovic2019-07-225-1/+466
OpenPOWER on IntegriCloud