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
*
[AArch64][SVE] Asm: Negative tests for predicated ADD/SUB register constraints
Sander de Smalen
2018-01-11
2
-1
/
+47
*
Fix thread race between SectionPiece's OutputOff and Live members
Dimitry Andric
2018-01-11
1
-3
/
+1
*
Remove redundnat Args.filter() argument.
Rui Ueyama
2018-01-11
1
-1
/
+1
*
[X86] Fix unused variable in release builds.
Craig Topper
2018-01-11
1
-2
/
+2
*
Revert "Install resource files into a share/ directory"
Petr Hosek
2018-01-11
2
-4
/
+4
*
Revert "[Driver] Update default sanitizer blacklist location"
Petr Hosek
2018-01-11
5
-1
/
+1
*
[ELF] Fix SysV hash tables with --no-rosegment
Shoaib Meenai
2018-01-11
2
-0
/
+16
*
Reland "[Driver] Update default sanitizer blacklist location"
Petr Hosek
2018-01-11
5
-1
/
+1
*
[CodeView] Fix the type for a variadic argument
Aaron Smith
2018-01-11
2
-0
/
+129
*
Reland "Install resource files into a share/ directory"
Petr Hosek
2018-01-11
2
-4
/
+4
*
[InstCombine] Missed optimization in math expression: sin(x) / cos(x) => tan(x)
Dmitry Venikov
2018-01-11
6
-15
/
+276
*
[X86] Optimize v2i32/v2f32 scatters.
Craig Topper
2018-01-11
3
-55
/
+72
*
[Fuchsia] Remove LLDB from the toolchain distribution
Petr Hosek
2018-01-11
1
-6
/
+0
*
[Fuchsia] Use llvm-objcopy as objcopy on non-Darwin hosts
Petr Hosek
2018-01-11
1
-0
/
+1
*
Advanced guessing of rendezvous breakpoint (resubmit)
Eugene Zemtsov
2018-01-11
4
-82
/
+146
*
[DWARF][NFC] Overload AsmPrinter::emitDwarfStringOffsets() to take a DwarfStr...
Wolfgang Pieb
2018-01-11
3
-4
/
+12
*
[NFC] Commit to mention that r322248 is actually made by AndrewScheidecker
Marcello Maggioni
2018-01-11
1
-1
/
+1
*
[SimplifyCFG] Add cut-off for InitializeUniqueCases.
Marcello Maggioni
2018-01-11
1
-13
/
+25
*
[X86][Sema] Range check the constant argument for the vpshld/vpshrd builtins ...
Craig Topper
2018-01-11
2
-0
/
+94
*
[X86] Fix vpshrd builtins to require an ICE for their constant argument to ma...
Craig Topper
2018-01-11
1
-9
/
+9
*
[X86] Make -mavx512f imply -mfma and -mf16c in the frontend like it does in t...
Craig Topper
2018-01-11
1
-1
/
+5
*
[X86][Sema] Remove constant range checks on on builtins that take a char.
Craig Topper
2018-01-11
1
-37
/
+0
*
Revert "Install resource files into a share/ directory"
Petr Hosek
2018-01-11
2
-3
/
+3
*
Revert "[Driver] Update default sanitizer blacklist location"
Petr Hosek
2018-01-11
5
-1
/
+1
*
SmallVector: fix use-after-poison MSAN error in destructor
Matt Morehouse
2018-01-10
1
-3
/
+6
*
[Lex] Inline a variable in test in preparation for more similar tests. NFC.
Volodymyr Sapsai
2018-01-10
1
-2
/
+1
*
Running this on other systems won't work because I don't
Jim Ingham
2018-01-10
1
-0
/
+1
*
[AArch64] add tests for notted variants of min/max; NFC
Sanjay Patel
2018-01-10
1
-2
/
+1475
*
Remove Environment.h, test-dwarf.cpp, test-dwarf.exe
Jason Molenda
2018-01-10
1
-10
/
+4
*
In C++17, when instantiating an out-of-line definition of an inline static data
Richard Smith
2018-01-10
3
-1
/
+21
*
Runs the part of the test that just finds the binary on all systems.
Jim Ingham
2018-01-10
1
-13
/
+14
*
Reland "Install resource files into a share/ directory"
Petr Hosek
2018-01-10
2
-3
/
+3
*
Reland "[Driver] Update default sanitizer blacklist location"
Petr Hosek
2018-01-10
5
-1
/
+1
*
Add a test for finding a binary in an app package.
Jim Ingham
2018-01-10
5
-0
/
+117
*
Revert "AArch64: Fix emergency spillslot being out of reach for large callfra...
Matthias Braun
2018-01-10
10
-75
/
+11
*
LiveRangeEdit: Inline markDeadRemat() into only user; NFC
Matthias Braun
2018-01-10
2
-7
/
+1
*
Revert "Advanced guessing of rendezvous breakpoint"
Eugene Zemtsov
2018-01-10
4
-140
/
+57
*
[libunwind] Set up .arcconfig to point to new Diffusion UNW repository
Petr Hosek
2018-01-10
1
-1
/
+1
*
[X86] Move HasNOPL to a subtarget feature bit. Plumb MCSubtargetInfo through ...
Craig Topper
2018-01-10
4
-57
/
+79
*
LiveRangeEdit: Simplify code; NFC
Matthias Braun
2018-01-10
2
-16
/
+18
*
[SLP] Add/update tests for SLP vectorizer, NFC.
Alexey Bataev
2018-01-10
3
-35
/
+368
*
[RISCV] Implement support for the BranchRelaxation pass
Alex Bradbury
2018-01-10
9
-40
/
+243
*
TargetLoweringBase: The ios simulator has no bzero function.
Matthias Braun
2018-01-10
2
-6
/
+18
*
[RISCV] Implement branch analysis
Alex Bradbury
2018-01-10
7
-159
/
+422
*
[MSan] Enable use-after-dtor instrumentation by default.
Matt Morehouse
2018-01-10
5
-12
/
+19
*
[Driver] Test for correct '--version' suggestion
Brian Gesiak
2018-01-10
1
-1
/
+2
*
[WebAssembly] Optimize Writer::lookupType
Sam Clegg
2018-01-10
1
-2
/
+5
*
[RISCV] Add support for llvm.{frameaddress,returnaddress} intrinsics
Alex Bradbury
2018-01-10
3
-0
/
+158
*
[RISCV] Add basic support for inline asm constraints
Alex Bradbury
2018-01-10
5
-0
/
+179
*
[RISCV] Support stack frames and offsets up to 32-bits
Alex Bradbury
2018-01-10
6
-11
/
+117
[next]