summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Generate the test configuration even when LIBCXX_INCLUDE_TESTS=OFF.Eric Fiselier2017-03-012-9/+14
* LIU:::Query: Query LiveRange instead of LiveInterval; NFCMatthias Braun2017-03-014-42/+45
* Elide argument copies during instruction selectionReid Kleckner2017-03-0116-91/+689
* New tool: opt-stats.pyAdam Nemet2017-03-013-188/+246
* Re-enable BinaryStreamTest.StreamReaderObject.Zachary Turner2017-03-011-10/+18
* Unbreak Windows bots.Rui Ueyama2017-03-011-1/+1
* [ScopInfo] Disable memory folding in case it results in multi-disjunct relationsTobias Grosser2017-03-015-2/+25
* Don't implement the gdb hash table as a generic in-memory hash table.Rui Ueyama2017-03-013-45/+27
* [APInt] Optimize APInt creation from uint64_tCraig Topper2017-03-012-3/+5
* LIU::Query: Remove unused getter; NFCMatthias Braun2017-03-011-5/+0
* LIU::Query: Remove always false member+getter; NFCMatthias Braun2017-03-012-7/+0
* LiveIntervalUnion: Remove unused functions; NFCMatthias Braun2017-03-011-6/+0
* [InstCombine] use -instnamer and auto-generate complete checks; NFCSanjay Patel2017-03-011-117/+206
* Disable BinaryStreamTest.StreamReaderObject.Zachary Turner2017-03-011-1/+1
* [x86] add vector tests for more coverage of D30502; NFCSanjay Patel2017-03-011-0/+35
* Improve scheduling with branch coalescingNemanja Ivanovic2017-03-017-0/+799
* Add a sample_test directory with simple starterJim Ingham2017-03-015-0/+103
* [DAG] Prevent Stale nodes from entering worklistNirav Dave2017-03-012-4/+30
* Add test cases for merging stores of multiply used storesNirav Dave2017-03-011-0/+88
* [RDF] Replace {} with explicit constructor, since not all compilers like itKrzysztof Parzyszek2017-03-011-1/+1
* NewGVN: Add debug counter for value numberingDaniel Berlin2017-03-013-8/+39
* clang-format: [JS] Properly format object literals with shorthands.Daniel Jasper2017-03-012-3/+9
* [DWARF] Print leading zeros in type signaturePaul Robinson2017-03-014-4/+4
* [RDF] Add recursion limit to getAllReachingDefsRecKrzysztof Parzyszek2017-03-013-9/+40
* [PDB] Fix and re-enable BinaryStreamArray test.Zachary Turner2017-03-012-36/+39
* Reorder fields for better packing. (NFC)Paul Robinson2017-03-011-1/+1
* clang-format: [JS/TS] Properly understand cast expressions.Daniel Jasper2017-03-012-2/+8
* enable building with LTO on Windows using clang-cl and lldBob Haarman2017-03-011-10/+27
* Restrict usage of MemoryMappingLayout to platforms which support itFilipe Cabecinhas2017-03-011-0/+2
* [PCH] Avoid VarDecl emission attempt if no owning module avaiableBruno Cardoso Lopes2017-03-012-2/+14
* Alphabetize some cases (NFC)Paul Robinson2017-03-011-12/+12
* Revert r296575 "[SLP] Fixes the bug due to absence of in order uses of scalar...Hans Wennborg2017-03-015-138/+81
* Reapply r296419: [asan] Print a "PC is at a non-executable memory region" mes...Filipe Cabecinhas2017-03-012-0/+44
* [DWARF] Default lower bound should respect requested DWARF version.Paul Robinson2017-03-013-11/+81
* [DAGCombiner] Support {a|s}ext, {a|z|s}ext load nodes in load combineArtur Pilipenko2017-03-019-170/+74
* Add a reference to a Ulrich Drepper's paper.Rui Ueyama2017-03-011-1/+8
* Introduce an 'external_source_symbol' attribute that describes the originAlex Lorenz2017-03-0115-26/+430
* [Test] NFC: Fixed typo in commentsCharles Li2017-03-012-5/+5
* [Hexagon] Fix testcase accidentally broken by r296645Krzysztof Parzyszek2017-03-011-2/+2
* [analyzer] pr32088: Don't destroy the temporary if its initializer causes ret...Devin Coughlin2017-03-012-1/+19
* [Hexagon] Fix lowering of formal arguments of type i1Krzysztof Parzyszek2017-03-012-3/+26
* [PDB] Re-add BinaryStreamTest.Zachary Turner2017-03-012-0/+701
* [GVNHoist] Don't hoist unsafe scalars at -Oz (PR31729)Hans Wennborg2017-03-012-22/+89
* Remove unittests/DebugInfo/PDB/BinaryStreamTest.cpp (from r296555)Vedant Kumar2017-03-012-701/+0
* [PDB] Remove use of std error codes.Zachary Turner2017-03-011-7/+6
* [clang-format] Don't add namespace end comments for unbalanced right braces a...Krasimir Georgiev2017-03-012-0/+13
* [clangd] Unbreak the shared build.Benjamin Kramer2017-03-011-0/+1
* [clangd] Add support for FixIts.Benjamin Kramer2017-03-0110-61/+384
* Fix namespaces after clang-format updateTobias Grosser2017-03-015-6/+6
* clang-format r296631Diana Picus2017-03-011-5/+6
OpenPOWER on IntegriCloud