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
*
Revert r350917 "[Sema] If CheckPlaceholderExpr rewrites the initializer
Richard Smith
2019-04-24
6
-29
/
+33
*
Work around GCC test failure.
Eric Fiselier
2019-04-24
1
-2
/
+2
*
llvm-cvtres: Accept /? as help flag, like cvtres.exe
Nico Weber
2019-04-24
1
-0
/
+1
*
[Docs] Add more redirects
Jonas Devlieghere
2019-04-24
1
-1
/
+2
*
[Docs] Update the CI page
Jonas Devlieghere
2019-04-24
1
-0
/
+17
*
[Docs] Move external links up
Jonas Devlieghere
2019-04-24
2
-18
/
+5
*
Rewrite cxa guard implementation.
Eric Fiselier
2019-04-24
5
-263
/
+1127
*
Fix interactions between __builtin_constant_p and constexpr to match
Richard Smith
2019-04-24
4
-29
/
+112
*
gn build: Merge r359050 more
Nico Weber
2019-04-24
2
-0
/
+2
*
Fix test after r359009 on platforms where %ms_abi_triple is 32-bit
Nico Weber
2019-04-24
1
-1
/
+1
*
gn build: Merge r359050
Nico Weber
2019-04-24
2
-0
/
+2
*
Revert [AliasAnalysis] AAResults preserves AAManager.
Alina Sbirlea
2019-04-24
5
-13
/
+13
*
Fixes in creduce-clang-crash.py for clang crash message parsing and reading t...
Amy Huang
2019-04-24
1
-4
/
+9
*
[Remarks] Fix documentation indentation
Francis Visoiu Mistrih
2019-04-24
1
-5
/
+4
*
[Docs] Fix link to C++ docs
Jonas Devlieghere
2019-04-24
2
-2
/
+3
*
Add missing diagnostic for anonymous struct/union definitions that don't
Richard Smith
2019-04-24
12
-27
/
+40
*
[Remarks] Add string deduplication using a string table
Francis Visoiu Mistrih
2019-04-24
19
-21
/
+456
*
Improve -Wuninitialized warning under ARC for block variables that are
Akira Hatanaka
2019-04-23
3
-6
/
+13
*
C++ DR2387: a variable template declared wtih (or instantiated with) a
Richard Smith
2019-04-23
13
-14242
/
+14404
*
[Lint] Permit aliasing noalias readonly arguments
Josh Stone
2019-04-23
2
-2
/
+46
*
[AArch64][GlobalISel] Select G_INTRINSIC_ROUND
Jessica Paquette
2019-04-23
4
-0
/
+277
*
[libcxx] Use relative path for libc++ library when generating script
Petr Hosek
2019-04-23
1
-1
/
+4
*
[AArch64][GlobalISel] Mark G_INTRINSIC_ROUND as a pre-isel floating point opcode
Jessica Paquette
2019-04-23
2
-0
/
+197
*
The error message for mismatched value sites is very cryptic.
Dmitry Mikulin
2019-04-23
8
-15
/
+44
*
[CMake] Use add_dependencies in add_llvm_install_targets
Alex Langford
2019-04-23
1
-2
/
+16
*
[CGP] Look through bitcasts when duplicating returns for tail calls
Francis Visoiu Mistrih
2019-04-23
2
-11
/
+10
*
[X86] Add codegen prepare test exercising a bitcast + tail call
Francis Visoiu Mistrih
2019-04-23
1
-0
/
+42
*
Move setTargetAttributes after setGVProperties in SetFunctionAttributes
Scott Linder
2019-04-23
2
-5
/
+56
*
[WebAssembly] Emit br_table for most switch instructions
Heejin Ahn
2019-04-23
2
-40
/
+34
*
[analyzer] Fix macro names in diagnostics within bigger macros.
Artem Dergachev
2019-04-23
2
-37
/
+41
*
[WebAssembly] Make LBB markers not affected by test order
Heejin Ahn
2019-04-23
4
-82
/
+82
*
Re-apply r357823 "[Lexer] NFC: Fix an off-by-one bug in getAsCharRange()."
Artem Dergachev
2019-04-23
6
-4
/
+31
*
Revert "[MS] Emit S_HEAPALLOCSITE debug info" because of ToTWin64(db)
Amy Huang
2019-04-23
7
-116
/
+1
*
[AArch64][GlobalISel] Legalize G_INTRINSIC_ROUND
Jessica Paquette
2019-04-23
4
-3
/
+276
*
[MemorySSA] LCSSA preserves MemorySSA.
Alina Sbirlea
2019-04-23
5
-9
/
+12
*
[X86] Autogenerate complete checks. NFC
Craig Topper
2019-04-23
1
-11
/
+44
*
[AArch64][GlobalISel] Actually select G_INTRINSIC_TRUNC
Jessica Paquette
2019-04-23
2
-1
/
+256
*
[clang-format] Fix bug in reflow of block comments containing CR/LF
Owen Pan
2019-04-23
5
-5
/
+14
*
Lock accesses to OptionValueFileSpecList objects
Frederic Riss
2019-04-23
13
-30
/
+56
*
[ObjC][ARC] Check the basic block size before calling
Akira Hatanaka
2019-04-23
2
-1
/
+51
*
Reapply: "DebugInfo: Emit only one kind of accelerated access/name table""
David Blaikie
2019-04-23
5
-6
/
+96
*
[ThinLTO] Pass down opt level to LTO backend and handle -O0 LTO in new PM
Teresa Johnson
2019-04-23
5
-9
/
+45
*
llvm-cvtres: Split addChild(ID) into two functions
Nico Weber
2019-04-23
2
-17
/
+27
*
Fix namespace name conflict with GCC
Eric Fiselier
2019-04-23
6
-55
/
+55
*
[AArch64][GlobalISel] Teach regbankselect about G_INTRINSIC_TRUNC
Jessica Paquette
2019-04-23
3
-0
/
+74
*
[AArch64][GlobalISel] Legalize G_INTRINSIC_TRUNC
Jessica Paquette
2019-04-23
4
-2
/
+206
*
Fix implementation of ::abs and std::abs LWG 2192.
Eric Fiselier
2019-04-23
7
-52
/
+242
*
[ConstantRange] Add urem support
Nikita Popov
2019-04-23
3
-8
/
+74
*
[ConstantRangeTest] Move helper methods; NFC
Nikita Popov
2019-04-23
1
-54
/
+54
*
[AMDGPU] Fixed addReg() in SIOptimizeExecMaskingPreRA.cpp
Stanislav Mekhanoshin
2019-04-23
2
-1
/
+23
[next]