index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Generate the test configuration even when LIBCXX_INCLUDE_TESTS=OFF.
Eric Fiselier
2017-03-01
2
-9
/
+14
*
LIU:::Query: Query LiveRange instead of LiveInterval; NFC
Matthias Braun
2017-03-01
4
-42
/
+45
*
Elide argument copies during instruction selection
Reid Kleckner
2017-03-01
16
-91
/
+689
*
New tool: opt-stats.py
Adam Nemet
2017-03-01
3
-188
/
+246
*
Re-enable BinaryStreamTest.StreamReaderObject.
Zachary Turner
2017-03-01
1
-10
/
+18
*
Unbreak Windows bots.
Rui Ueyama
2017-03-01
1
-1
/
+1
*
[ScopInfo] Disable memory folding in case it results in multi-disjunct relations
Tobias Grosser
2017-03-01
5
-2
/
+25
*
Don't implement the gdb hash table as a generic in-memory hash table.
Rui Ueyama
2017-03-01
3
-45
/
+27
*
[APInt] Optimize APInt creation from uint64_t
Craig Topper
2017-03-01
2
-3
/
+5
*
LIU::Query: Remove unused getter; NFC
Matthias Braun
2017-03-01
1
-5
/
+0
*
LIU::Query: Remove always false member+getter; NFC
Matthias Braun
2017-03-01
2
-7
/
+0
*
LiveIntervalUnion: Remove unused functions; NFC
Matthias Braun
2017-03-01
1
-6
/
+0
*
[InstCombine] use -instnamer and auto-generate complete checks; NFC
Sanjay Patel
2017-03-01
1
-117
/
+206
*
Disable BinaryStreamTest.StreamReaderObject.
Zachary Turner
2017-03-01
1
-1
/
+1
*
[x86] add vector tests for more coverage of D30502; NFC
Sanjay Patel
2017-03-01
1
-0
/
+35
*
Improve scheduling with branch coalescing
Nemanja Ivanovic
2017-03-01
7
-0
/
+799
*
Add a sample_test directory with simple starter
Jim Ingham
2017-03-01
5
-0
/
+103
*
[DAG] Prevent Stale nodes from entering worklist
Nirav Dave
2017-03-01
2
-4
/
+30
*
Add test cases for merging stores of multiply used stores
Nirav Dave
2017-03-01
1
-0
/
+88
*
[RDF] Replace {} with explicit constructor, since not all compilers like it
Krzysztof Parzyszek
2017-03-01
1
-1
/
+1
*
NewGVN: Add debug counter for value numbering
Daniel Berlin
2017-03-01
3
-8
/
+39
*
clang-format: [JS] Properly format object literals with shorthands.
Daniel Jasper
2017-03-01
2
-3
/
+9
*
[DWARF] Print leading zeros in type signature
Paul Robinson
2017-03-01
4
-4
/
+4
*
[RDF] Add recursion limit to getAllReachingDefsRec
Krzysztof Parzyszek
2017-03-01
3
-9
/
+40
*
[PDB] Fix and re-enable BinaryStreamArray test.
Zachary Turner
2017-03-01
2
-36
/
+39
*
Reorder fields for better packing. (NFC)
Paul Robinson
2017-03-01
1
-1
/
+1
*
clang-format: [JS/TS] Properly understand cast expressions.
Daniel Jasper
2017-03-01
2
-2
/
+8
*
enable building with LTO on Windows using clang-cl and lld
Bob Haarman
2017-03-01
1
-10
/
+27
*
Restrict usage of MemoryMappingLayout to platforms which support it
Filipe Cabecinhas
2017-03-01
1
-0
/
+2
*
[PCH] Avoid VarDecl emission attempt if no owning module avaiable
Bruno Cardoso Lopes
2017-03-01
2
-2
/
+14
*
Alphabetize some cases (NFC)
Paul Robinson
2017-03-01
1
-12
/
+12
*
Revert r296575 "[SLP] Fixes the bug due to absence of in order uses of scalar...
Hans Wennborg
2017-03-01
5
-138
/
+81
*
Reapply r296419: [asan] Print a "PC is at a non-executable memory region" mes...
Filipe Cabecinhas
2017-03-01
2
-0
/
+44
*
[DWARF] Default lower bound should respect requested DWARF version.
Paul Robinson
2017-03-01
3
-11
/
+81
*
[DAGCombiner] Support {a|s}ext, {a|z|s}ext load nodes in load combine
Artur Pilipenko
2017-03-01
9
-170
/
+74
*
Add a reference to a Ulrich Drepper's paper.
Rui Ueyama
2017-03-01
1
-1
/
+8
*
Introduce an 'external_source_symbol' attribute that describes the origin
Alex Lorenz
2017-03-01
15
-26
/
+430
*
[Test] NFC: Fixed typo in comments
Charles Li
2017-03-01
2
-5
/
+5
*
[Hexagon] Fix testcase accidentally broken by r296645
Krzysztof Parzyszek
2017-03-01
1
-2
/
+2
*
[analyzer] pr32088: Don't destroy the temporary if its initializer causes ret...
Devin Coughlin
2017-03-01
2
-1
/
+19
*
[Hexagon] Fix lowering of formal arguments of type i1
Krzysztof Parzyszek
2017-03-01
2
-3
/
+26
*
[PDB] Re-add BinaryStreamTest.
Zachary Turner
2017-03-01
2
-0
/
+701
*
[GVNHoist] Don't hoist unsafe scalars at -Oz (PR31729)
Hans Wennborg
2017-03-01
2
-22
/
+89
*
Remove unittests/DebugInfo/PDB/BinaryStreamTest.cpp (from r296555)
Vedant Kumar
2017-03-01
2
-701
/
+0
*
[PDB] Remove use of std error codes.
Zachary Turner
2017-03-01
1
-7
/
+6
*
[clang-format] Don't add namespace end comments for unbalanced right braces a...
Krasimir Georgiev
2017-03-01
2
-0
/
+13
*
[clangd] Unbreak the shared build.
Benjamin Kramer
2017-03-01
1
-0
/
+1
*
[clangd] Add support for FixIts.
Benjamin Kramer
2017-03-01
10
-61
/
+384
*
Fix namespaces after clang-format update
Tobias Grosser
2017-03-01
5
-6
/
+6
*
clang-format r296631
Diana Picus
2017-03-01
1
-5
/
+6
[next]