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
*
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
*
[OMPT] Reset task exit frame when execution is finished
Jonas Hahnfeld
2016-09-14
2
-0
/
+14
*
[OMPT] Align implementation of reenter frame address to latest (frozen) versi...
Jonas Hahnfeld
2016-09-14
6
-34
/
+58
*
[OMPT] extend ompt tests by checks for frame pointers
Jonas Hahnfeld
2016-09-14
7
-19
/
+39
*
[tsan] Fix hanging gcd-apply and gcd-apply-race tests on macOS Sierra
Kuba Brecka
2016-09-14
2
-0
/
+8
*
[cmake] Support overriding llvm-config query results
Michal Gorny
2016-09-14
1
-4
/
+9
*
[clang-tidy] Add dependency on clangAnalysis to clangTidyMiscModule
Martin Bohme
2016-09-14
1
-0
/
+1
*
reverting r281456
Kirill Bobyrev
2016-09-14
9
-177
/
+275
*
[ELF] - Implemented --section-start, -Ttext, -Tdata, -Tbss options.
George Rimar
2016-09-14
5
-0
/
+100
*
Supports adding insertion around non-insertion replacements.
Eric Liu
2016-09-14
3
-23
/
+116
*
[clang-rename] Merge rename-{at|all} & optimize.
Kirill Bobyrev
2016-09-14
9
-275
/
+177
*
[clang-tidy] Make test for misc-use-after-move pass under Windows
Martin Bohme
2016-09-14
1
-1
/
+1
*
Use murmurhash2 instead of fnv.
Rafael Espindola
2016-09-14
5
-17
/
+61
*
[clang-tidy] Add check 'misc-use-after-move'
Martin Bohme
2016-09-14
8
-0
/
+1925
*
Revert "[modules] When merging one definition into another, propagate the lis...
Eric Liu
2016-09-14
7
-86
/
+22
*
Revert "[Thumb] Teach ISel how to lower compares of AND bitmasks efficiently"
James Molloy
2016-09-14
9
-231
/
+26
*
Missing includes.
Vassil Vassilev
2016-09-14
5
-1
/
+5
*
[ELF] Replace HasContents with HasSections. NFC
Eugene Leviant
2016-09-14
3
-7
/
+7
*
GlobalISel: mark pointer stores as legal on AArch64.
Tim Northover
2016-09-14
2
-1
/
+8
*
This reapplies r281304. The issue was that I had missed
Sjoerd Meijer
2016-09-14
11
-75
/
+66
[next]