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
*
Remove expectedFailureWindows decorator.
Zachary Turner
2016-02-08
117
-193
/
+181
*
[X86] Don't zero/sign-extend i1, i8, or i16 return values to 32 bits (PR22532)
Hans Wennborg
2016-02-08
19
-66
/
+207
*
[asan] fix the Windows build (MSVC says: cannot specify explicit initializer ...
Kostya Serebryany
2016-02-08
1
-2
/
+4
*
AArch64: match correct order in subtraction pattern.
Tim Northover
2016-02-08
2
-5
/
+15
*
fix typos; NFC
Sanjay Patel
2016-02-08
1
-17
/
+17
*
[Coverage] Fix crash when handling certain macro expansions
Vedant Kumar
2016-02-08
2
-0
/
+44
*
[asan] re-commit r259961, this time making the test Linux-Only
Kostya Serebryany
2016-02-08
4
-1
/
+301
*
Simplify test cases
Xinliang David Li
2016-02-08
2
-22
/
+8
*
Simplify this unittest.
Adrian Prantl
2016-02-08
1
-5
/
+2
*
Remove dead code.
Richard Smith
2016-02-08
1
-4
/
+0
*
AMDGPU: Remove bfi and bfm intrinsics
Matt Arsenault
2016-02-08
5
-115
/
+24
*
[ThinLTO] Remove imported available externally defs from comdats.
Teresa Johnson
2016-02-08
3
-2
/
+46
*
Fix windows build bot failure
Xinliang David Li
2016-02-08
1
-1
/
+2
*
[PGO] Enable compression in pgo instrumentation
Xinliang David Li
2016-02-08
2
-28
/
+46
*
[PGO] Enable compression in pgo instrumentation
Xinliang David Li
2016-02-08
17
-109
/
+216
*
Fix missing space (NFC)
Rong Xu
2016-02-08
2
-3
/
+3
*
Clean up a test; get rid of hard-wired char/wchar_t code for template fns tha...
Marshall Clow
2016-02-08
1
-95
/
+56
*
math: Add frexp ported from amd-builtins
Aaron Watry
2016-02-08
7
-0
/
+151
*
Use llvm::TempDIScope instead of manually deleting a temporary MDNode.
Adrian Prantl
2016-02-08
1
-5
/
+4
*
[SCEV][LAA] Re-commit r260085 and r260086, this time with a fix for the memory
Silviu Baranga
2016-02-08
10
-41
/
+728
*
Add a unit test for r259973.
Adrian Prantl
2016-02-08
1
-0
/
+20
*
[JumpThreading] Change a return of ComputeValueKnownInPredecessors()
Haicheng Wu
2016-02-08
1
-1
/
+1
*
SelectionDAG: Lower some range metadata to AssertZext
Matt Arsenault
2016-02-08
4
-3
/
+135
*
[clang-tidy] Some improvements in 'misc-definitions-in-headers' check.
Haojian Wu
2016-02-08
1
-0
/
+4
*
[clang-tidy] Fix assertion failure on `at` function in modernize-loop-convert.
Haojian Wu
2016-02-08
4
-3
/
+12
*
Re-apply for the 2nd-time r259977 - [OpenMP] Reorganize code to allow special...
Samuel Antao
2016-02-08
7
-3
/
+92
*
[clang-tidy] Correct IncorrectRoundings namespace.
Haojian Wu
2016-02-08
2
-1
/
+4
*
Move static functions returning UDTs outside of the extern "C" block. Silence...
Aaron Ballman
2016-02-08
1
-32
/
+33
*
Fix the alignment of PT_PHDR.
Rafael Espindola
2016-02-08
4
-4
/
+5
*
[AVX512][PROLQ][PROLD] Change imm8 to int
Michael Zuckerman
2016-02-08
4
-42
/
+42
*
[clang-tidy] Reshuffled paragraphs a bit, added contents.
Alexander Kornienko
2016-02-08
1
-13
/
+19
*
[clang-tidy] Fix an error in .rst
Alexander Kornienko
2016-02-08
1
-2
/
+4
*
[clang-tidy] Update documentation
Alexander Kornienko
2016-02-08
1
-0
/
+9
*
Reverting r260096; it causes build bot failures:
Aaron Ballman
2016-02-08
4
-185
/
+171
*
Expand the simplify boolean expression check to handle implicit conversion of...
Aaron Ballman
2016-02-08
4
-171
/
+185
*
[SLP] Fix placement of debug statement (NFC)
Igor Breger
2016-02-08
1
-7
/
+7
*
clang/test/OpenMP/parallel_private_codegen.cpp: Fix an expression.
NAKAMURA Takumi
2016-02-08
1
-1
/
+1
*
[OPENMP] Fix test incompatibility with arm buildbots
Alexey Bataev
2016-02-08
1
-2
/
+2
*
[OPENMP] Fixed test incompat with MSVC
Alexey Bataev
2016-02-08
1
-1
/
+1
*
[asan] XFAIL local_alias.cc testcase on android in order to fix sanitizer-x86...
Maxim Ostapenko
2016-02-08
1
-0
/
+2
*
AVX512: Change builtin function name for scalar intrinsics. Add "mask" to fun...
Igor Breger
2016-02-08
1
-38
/
+38
*
AVX512: Change builtin function name for scalar intrinsics. Add "mask" to fun...
Igor Breger
2016-02-08
3
-96
/
+96
*
Revert r260086 and r260085. They have broken the memory
Silviu Baranga
2016-02-08
10
-727
/
+41
*
[LoopVersioning] Don't assert when there are no memchecks
Silviu Baranga
2016-02-08
2
-11
/
+10
*
[SCEV][LAA] Add no wrap SCEV predicates and use use them to improve strided p...
Silviu Baranga
2016-02-08
9
-40
/
+727
*
[clang-tidy] Move incorrect-roundings to upstream.
Haojian Wu
2016-02-08
7
-1
/
+216
*
[ELF][MIPS] Support R_MIPS_COPY relocation
Simon Atanasyan
2016-02-08
3
-0
/
+72
*
Show real error message in -data-evaluate-expression
Eugene Leviant
2016-02-08
3
-4
/
+9
*
Revert "Enable test_lldbmi_settings_set_target_run_args_before on linux"
Pavel Labath
2016-02-08
1
-0
/
+1
*
clang-format: Fix weird alignment when not aligning after brackets.
Daniel Jasper
2016-02-08
2
-1
/
+7
[next]