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] fix over-specified triple and auto-generate checks; NFC
Sanjay Patel
2017-07-06
1
-17
/
+25
*
[clang-format] Add space between a message field key and the opening bracket ...
Krasimir Georgiev
2017-07-06
3
-47
/
+48
*
[Polly] [PPCGCodeGeneration] Teach `must_kills` to kill scalars that are loca...
Siddharth Bhat
2017-07-06
3
-9
/
+117
*
[MachineVerifier] Add check that tied physregs aren't different.
Mikael Holmen
2017-07-06
2
-0
/
+30
*
Fixes to Dockerfile scripts.
Ilya Biryukov
2017-07-06
1
-4
/
+7
*
[X86][SSE] combineX86ShuffleChain - merge duplicate creations of integer mask...
Simon Pilgrim
2017-07-06
1
-20
/
+12
*
Made a script to build docker images easier to use.
Ilya Biryukov
2017-07-06
2
-16
/
+46
*
[X86][SSE] combineX86ShuffleChain - merge duplicate 'Zeroable' element masks
Simon Pilgrim
2017-07-06
1
-20
/
+12
*
[X86][SSE4A] Add support for shuffle combining to EXTRQ.
Simon Pilgrim
2017-07-06
2
-25
/
+40
*
Fix a copy-paste error in r307161
Pavel Labath
2017-07-06
1
-2
/
+2
*
Revert "Android.rules: build x86 tests with -mstackrealign"
Pavel Labath
2017-07-06
2
-6
/
+0
*
[X86][SSE4A] Add scheduling tests for SSE4A instructions
Simon Pilgrim
2017-07-06
1
-0
/
+95
*
[X86][SSE4A] Split EXTRQ/INSERTQ shuffle matching from lowering. NFCI.
Simon Pilgrim
2017-07-06
1
-99
/
+112
*
Revert "Revert "Revert "[IndVars] Canonicalize comparisons between non-negati...
Max Kazantsev
2017-07-06
5
-62
/
+6
*
[globalisel][tablegen] Rename and re-comment render functions to match the ne...
Daniel Sanders
2017-07-06
1
-7
/
+7
*
[RegisterCoalescer] Fix for SubRange join unreachable
David Stuttard
2017-07-06
2
-0
/
+190
*
[globalisel][tablegen] Rename and re-comment to match the new MatchTables. NFC.
Daniel Sanders
2017-07-06
1
-46
/
+47
*
[ARM] GlobalISel: Map s32 G_FCMP in reg bank select
Diana Picus
2017-07-06
2
-0
/
+43
*
Revert "Revert "[IndVars] Canonicalize comparisons between non-negative value...
Max Kazantsev
2017-07-06
5
-6
/
+62
*
[ARM] GlobalISel: Legalize G_FCMP for s32
Diana Picus
2017-07-06
4
-0
/
+818
*
[DWARF] - Provide default implementation for getSectionLoadAddress() method o...
George Rimar
2017-07-06
1
-1
/
+3
*
[clangd] Add support for per-file extra flags
Krasimir Georgiev
2017-07-06
7
-11
/
+123
*
[globalisel][tablegen] Import rules containing intrinsic_wo_chain.
Daniel Sanders
2017-07-06
3
-43
/
+104
*
[ARM] GlobalISel: Widen s1, s8, s16 G_CONSTANT
Diana Picus
2017-07-06
2
-0
/
+17
*
[OpenCL] Test on image access modifiers and image type can only be a type of ...
Egor Churaev
2017-07-06
1
-5
/
+28
*
Fix -Wunused-function by making function declarations in a header non-static
David Blaikie
2017-07-06
1
-2
/
+2
*
Simplify InstrProfRecord tests, eliminating named temporaries in favor of bra...
David Blaikie
2017-07-06
2
-107
/
+56
*
[lit] Fix unit test discovery for Visual Studio builds.
David L. Jones
2017-07-06
1
-1
/
+4
*
Add a lldbutils routine that gathers up the boiler-plate
Jim Ingham
2017-07-06
6
-116
/
+58
*
[Sanitizers] Consolidate internal errno definitions.
Alex Shlyapnikov
2017-07-06
10
-34
/
+117
*
[modules ts] Do not emit strong function definitions from the module interfac...
Richard Smith
2017-07-06
4
-2
/
+102
*
[cxx_status] Update link to Modules TS to latest working draft. Fix Coroutine...
Richard Smith
2017-07-06
1
-2
/
+3
*
Fix incomplete type test on OS X; workaround weird DYLD_LIBRARY_PATH behavior
Eric Fiselier
2017-07-06
1
-1
/
+5
*
Avoid constructing GlobalExtensions only to find out it is empty.
Frederich Munch
2017-07-06
1
-4
/
+14
*
add googlemock include dir to lldb-gtest Xcode target
Tim Hammerquist
2017-07-06
1
-8
/
+8
*
Revert "Revert "Revert "Switch external cvtres.exe for llvm's own resource li...
Eric Beckmann
2017-07-05
13
-19
/
+52
*
Revert "Revert "Revert "Replace trivial use of external rc.exe by writing our...
Eric Beckmann
2017-07-05
8
-145
/
+78
*
Move fabricateDefaultCommands earlier.
Rafael Espindola
2017-07-05
5
-110
/
+107
*
[IR] Use CmpInst::isFPPredicate/isIntPredicate in a few other places. NFC
Craig Topper
2017-07-05
2
-7
/
+6
*
Remove dummy cast.
Rafael Espindola
2017-07-05
1
-3
/
+2
*
Use Entry::SecSize in a couple of cases.
Rafael Espindola
2017-07-05
4
-23
/
+5
*
Suppress -Waligned-allocation-unavailable warning in libc++ test suite
Eric Fiselier
2017-07-05
1
-0
/
+1
*
Simplify. NFC.
Rafael Espindola
2017-07-05
2
-14
/
+10
*
[GlobalOpt] Remove unreachable blocks before optimizing a function.
Davide Italiano
2017-07-05
2
-0
/
+35
*
Remove a function that is now trivial.
Rafael Espindola
2017-07-05
3
-10
/
+2
*
[tsan] Use pthread_sigmask instead of sigprocmask to block signals in a threa...
Kuba Mracek
2017-07-05
2
-1
/
+77
*
Using existing variable. NFC.
Rafael Espindola
2017-07-05
1
-7
/
+6
*
[IR] Use CmpInst::isIntPredicate()/isFPPredicate in some asserts instead of d...
Craig Topper
2017-07-05
1
-4
/
+2
*
Remove two dummy casts. NFC.
Rafael Espindola
2017-07-05
1
-2
/
+2
*
Fix libcall expansion creating DAG nodes with invalid type post type legaliza...
Vadim Chugunov
2017-07-05
4
-12
/
+54
[next]