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
*
[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
*
[RISCV] Support for varargs
Alex Bradbury
2018-01-10
5
-24
/
+718
*
[hwasan] An option to disable tag randomization.
Evgeniy Stepanov
2018-01-10
3
-7
/
+15
*
Test commit access
Scott Linder
2018-01-10
1
-2
/
+2
*
[WebAssembly] Move relocation handling InputChunks.cpp
Sam Clegg
2018-01-10
5
-152
/
+157
*
[WebAssembly] Add seperate Writer::lookupType and Writer::registerType. NFC
Sam Clegg
2018-01-10
1
-9
/
+17
*
[SelectionDAG][X86] Explicitly store the scale in the gather/scatter ISD nodes
Craig Topper
2018-01-10
10
-42
/
+229
*
Advanced guessing of rendezvous breakpoint
Eugene Zemtsov
2018-01-10
4
-57
/
+140
*
[XCodebuild] Catch up with recent changes (Environment.cpp).
Davide Italiano
2018-01-10
1
-2
/
+6
*
[MachineOutliner] Outline ADRPs
Jessica Paquette
2018-01-10
2
-0
/
+11
*
[InstCombine] add test to show missed bswap; NFC
Sanjay Patel
2018-01-10
1
-11
/
+90
*
Force HWLOC topology method for NUMA-specific topology
Jonathan Peyton
2018-01-10
1
-0
/
+9
[next]