summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Apply new meta-programming traits throughout the library.Eric Fiselier2019-06-238-261/+179
* Fix typo in comment; NFCSanjoy Das2019-06-231-1/+1
* [X86] Fix isel pattern that was looking for a bitcasted load. Remove what app...Craig Topper2019-06-231-13/+1
* Fix test for 32-bit targets.Richard Smith2019-06-231-4/+4
* [Tests] Autogen and improve test readabilityPhilip Reames2019-06-231-46/+95
* [IndVars] Remove dead instructions after folding trivial loop exitPhilip Reames2019-06-234-19/+7
* SlotIndexes: delete unused functionsFangrui Song2019-06-232-71/+0
* [InstCombine] squash is-power-of-2 that uses ctpopSanjay Patel2019-06-232-10/+39
* SlotIndexes: simplify IdxMBBPair operatorsFangrui Song2019-06-232-17/+4
* [SelectionDAG] Remove the code that attempts to calculate the alignment for t...Craig Topper2019-06-232-27/+4
* [X86][SelectionDAG] Cleanup and simplify masked_load/masked_store in tablegen...Craig Topper2019-06-234-61/+37
* Disable test by defaultEric Fiselier2019-06-231-1/+1
* Add super fast _IsSame trait for internal use.Eric Fiselier2019-06-232-11/+77
* Revert "builtins: relax __iso_volatile_{load,store}32"Saleem Abdulrasool2019-06-232-19/+2
* Add noexcept throughout <atomic>Eric Fiselier2019-06-231-28/+28
* MSVC visualizers for type aliasesMike Spertus2019-06-231-0/+51
* Fix placement of -Wno-ignored-attributesEric Fiselier2019-06-231-2/+3
* [Support] Fix build under EmscriptenKeno Fischer2019-06-231-0/+3
* Disable -Wignored-attributes for nowEric Fiselier2019-06-231-0/+1
* Revert [CommandLine] Remove OptionCategory and SubCommand caches from the Opt...Don Hinton2019-06-223-118/+95
* Fix TBAA representation for zero-sized fields and unnamed bit-fields.Richard Smith2019-06-224-8/+28
* Remove reliance on toCharUnitsFromBits rounding down.Richard Smith2019-06-221-1/+2
* Natural MSVC visualization of constructorsMike Spertus2019-06-221-1/+6
* builtins: relax __iso_volatile_{load,store}32Saleem Abdulrasool2019-06-222-2/+19
* [X86][SSE] Fold extract_subvector(vselect(x,y,z),0) -> vselect(extract_subvec...Simon Pilgrim2019-06-2215-38/+45
* Exploit a zero LoopExit count to eliminate loop exitsPhilip Reames2019-06-223-6/+17
* [CommandLine] Remove OptionCategory and SubCommand caches from the Option class.Don Hinton2019-06-223-95/+118
* [NFC] Fix indentation in PPCAsmPrinter.cppHubert Tong2019-06-221-54/+54
* [PowerPC][NFC] Move comment to the relevant functionHubert Tong2019-06-221-1/+1
* PDB docs: Delete trailing whitespace, wrap to 80 colsNico Weber2019-06-225-76/+82
* [NewGVN] Fix copy/paste mistake in castNikita Popov2019-06-221-1/+1
* [NewGVN] Remove dead SwitchEdges variable; NFCNikita Popov2019-06-221-4/+0
* [LFTR] Add tests for PR41998; NFCNikita Popov2019-06-221-0/+73
* [X86] Don't use _MM_FROUND_CUR_DIRECTION in the intrinsics tests.Craig Topper2019-06-224-390/+390
* AArch64: Add support for reading pc using llvm.read_register.Peter Collingbourne2019-06-222-0/+19
* [CMake] Delete redundant DEPENDS/LINK_LIBS from LineEditor/XRayFangrui Song2019-06-222-9/+0
* Make GlobalISel depend on SelectionDAG after D63169Fangrui Song2019-06-221-1/+1
* AMDGPU: Fix target builtins for gfx10Matt Arsenault2019-06-228-3/+14
* Fix UNSUPPORTED attribute from windows to system-windows.Douglas Yung2019-06-221-1/+1
* [llvm-objdump] Allow --disassemble-functions to take demangled namesYuanfang Chen2019-06-223-36/+71
* [NFC] Marking test added in r363975 as unsupported on Windows.Douglas Yung2019-06-221-0/+2
* [ODRHash] Skip some typedef types.Richard Trieu2019-06-222-1/+107
* [llvm-objdump] Move --start-address >= --stop-address check out of theYuanfang Chen2019-06-222-5/+5
* AArch64: Prefer FP-relative debug locations in HWASANified functions.Peter Collingbourne2019-06-224-11/+59
* gn build: Merge r364046.Peter Collingbourne2019-06-221-0/+1
* [COFF, ARM64] Fix encoding of debugtrap for WindowsTom Tan2019-06-215-0/+30
* Add new style meta-programming primatives.Eric Fiselier2019-06-213-28/+245
* [lit] Deduplicate logic in toolchain.pyJonas Devlieghere2019-06-211-6/+4
* [lit] Make lit-lldb-init configurable by CMakeJonas Devlieghere2019-06-213-2/+6
* Revert [SLP] Look-ahead operand reordering heuristic.Reid Kleckner2019-06-212-276/+93
OpenPOWER on IntegriCloud