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
*
[analyzer] scan-build-py: Remove relative path hack for SATestsBuild.py
Devin Coughlin
2016-09-14
2
-26
/
+1
*
Add an interesting test.
Rafael Espindola
2016-09-14
1
-0
/
+34
*
Revert "AMDGPU: Use SOPK compare instructions"
Matt Arsenault
2016-09-14
8
-691
/
+52
*
AMDGPU: Use SOPK compare instructions
Matt Arsenault
2016-09-14
8
-52
/
+691
*
[cmake] Make libgomp & libiomp5 alias install optional
Michal Gorny
2016-09-14
2
-7
/
+13
*
[Release notes] Mention readability-container-size-empty improvements.
Eugene Zelenko
2016-09-14
1
-0
/
+5
*
Convert finite to builtin
Dehao Chen
2016-09-14
3
-0
/
+18
*
Verifier: Mark orphaned DICompileUnits as a debug info failure.
Adrian Prantl
2016-09-14
2
-30
/
+63
*
Use Intel CPU flags to determine target supported features.
Valentina Giusti
2016-09-14
3
-117
/
+183
*
Make analyzeBranch family of instruction names consistent
Matt Arsenault
2016-09-14
47
-101
/
+101
*
AArch64: Use TTI branch functions in branch relaxation
Matt Arsenault
2016-09-14
36
-247
/
+287
*
[x86] fix formatting; NFC
Sanjay Patel
2016-09-14
1
-28
/
+20
*
[compiler-rt] Avoid instrumenting sanitizer functions
Etienne Bergeron
2016-09-14
2
-6
/
+34
*
[X86][SSE] Improve recognition of i64 sitofp conversions that can be performe...
Simon Pilgrim
2016-09-14
3
-151
/
+59
*
[LoopInterchange] Typo. NFC.
Chad Rosier
2016-09-14
1
-4
/
+4
*
[LoopInterchange] Add CL option to override cost threshold.
Chad Rosier
2016-09-14
1
-3
/
+6
*
[X86][SSE] Don't use PSHUFD directly - lower with generic shuffle
Simon Pilgrim
2016-09-14
1
-17
/
+1
*
getValueType().getScalarSizeInBits() -> getScalarValueSizeInBits(), round 2 ;...
Sanjay Patel
2016-09-14
3
-8
/
+6
*
[LoopInterchange] Cleanup debug whitespace. NFC.
Chad Rosier
2016-09-14
1
-4
/
+4
*
Add a test showing we handle .tbss sections in linker scripts.
Rafael Espindola
2016-09-14
1
-0
/
+37
*
getVectorElementType().getSizeInBits() -> getScalarSizeInBits() ; NFCI
Sanjay Patel
2016-09-14
20
-86
/
+84
*
[ELF] Do not adjust TLS symbol value when produce relocatable object
Simon Atanasyan
2016-09-14
2
-1
/
+22
*
getValueType().getSizeInBits() -> getValueSizeInBits() ; NFCI
Sanjay Patel
2016-09-14
24
-120
/
+105
*
Fix typo in comment [NFC]
Etienne Bergeron
2016-09-14
1
-1
/
+1
*
AMDGPU: Support folding FrameIndex operands
Matt Arsenault
2016-09-14
2
-13
/
+28
*
getValueType().getScalarSizeInBits() -> getScalarValueSizeInBits() ; NFCI
Sanjay Patel
2016-09-14
7
-57
/
+42
*
getScalarType().getSizeInBits() -> getScalarSizeInBits() ; NFCI
Sanjay Patel
2016-09-14
12
-77
/
+77
*
AMDGPU: Improve splitting 64-bit bit ops by constants
Matt Arsenault
2016-09-14
15
-96
/
+614
*
CodeGen: simplify the logic a slight bit
Saleem Abdulrasool
2016-09-14
3
-14
/
+8
*
[interception] Avoid duplicate declaration of isdigit in test
Jonas Hahnfeld
2016-09-14
1
-0
/
+4
*
[LV] Process pointer IVs with PHINodes in collectLoopUniforms
Matthew Simpson
2016-09-14
2
-4
/
+191
*
[ARM] Promote small global constants to constant pools
James Molloy
2016-09-14
5
-1
/
+254
*
MCInstrDesc: this fixes an issue setting/getting member Flags, which
Sjoerd Meijer
2016-09-14
2
-3
/
+3
*
Move helper function higher in the file. NFC
Rafael Espindola
2016-09-14
1
-26
/
+26
*
[X86][SSE] Removed unused getTargetShuffleNode function
Simon Pilgrim
2016-09-14
1
-17
/
+0
*
[X86] Added i128 lshr+shl -> mask combine test
Simon Pilgrim
2016-09-14
1
-0
/
+6
*
Fix code-gen crash on Power9 for insert_vector_elt with variable index (PR30189)
Nemanja Ivanovic
2016-09-14
3
-2
/
+38
*
[InstCombine] Merged two test files and regenerated checks using update_test_...
Andrea Di Biagio
2016-09-14
3
-34
/
+49
*
[libcxx] Add a TSan regression test for a data race in call_once
Kuba Brecka
2016-09-14
1
-0
/
+48
*
[libcxx] Fix a typo in test/libcxx/test/target_info.py that prevents running ...
Kuba Brecka
2016-09-14
1
-1
/
+1
*
[libcxx] Enable building and testing of libcxx with ThreadSanitizer on OS X
Kuba Brecka
2016-09-14
1
-0
/
+2
*
[StackProtector] Use INITIALIZE_TM_PASS instead of INITIALIZE_PASS
Silviu Baranga
2016-09-14
1
-1
/
+1
*
Adding missing directive for Power9.
Nemanja Ivanovic
2016-09-14
1
-1
/
+1
*
[asan] Enable -asan-use-private-alias on Darwin/Mach-O, add test for ODR fals...
Kuba Brecka
2016-09-14
3
-1
/
+44
*
[X86][SSE] Don't blend vector shifts with MOVSS/MOVSD directly, lower from ge...
Simon Pilgrim
2016-09-14
2
-42
/
+70
*
[asan] Enable -asan-use-private-alias on Darwin/Mach-O, add test for ODR fals...
Kuba Brecka
2016-09-14
1
-1
/
+2
*
Fix documentation of MemberExpr::getMemberDecl
Stephan Bergmann
2016-09-14
1
-2
/
+2
*
[OMPT] fix task frame information for gomp interface
Jonas Hahnfeld
2016-09-14
4
-52
/
+56
*
[OMPT] save exit address to lwt if available
Jonas Hahnfeld
2016-09-14
2
-27
/
+22
*
[OMPT] fix __ompt_get_teaminfo to consult lwt entries of parent teams
Jonas Hahnfeld
2016-09-14
2
-1
/
+317
[next]