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][SSE] Added variable index tests for 128-bit integer vector types
Simon Pilgrim
2016-05-15
1
-0
/
+66
*
Fixed typo in test
Simon Pilgrim
2016-05-15
1
-8
/
+16
*
add test to show missing optimization
Sanjay Patel
2016-05-15
1
-0
/
+37
*
[X86][SSE] Added extra extractelement tests
Simon Pilgrim
2016-05-15
1
-29
/
+288
*
Symbol: fix -Wcovered-switch warning
Saleem Abdulrasool
2016-05-15
1
-101
/
+107
*
Fix a few -Wformat-pedantic warnings
Saleem Abdulrasool
2016-05-15
2
-3
/
+3
*
[ELF][MIPS] Rename R_MIPS_GOT_xxx relocation expression kinds
Simon Atanasyan
2016-05-15
4
-11
/
+12
*
regenerate checks
Sanjay Patel
2016-05-15
1
-10
/
+16
*
[X86][SSE] Regenerate extractelement tests
Simon Pilgrim
2016-05-15
1
-22
/
+98
*
[CostModel][X86] Added scalar bitreverse tests
Simon Pilgrim
2016-05-15
1
-0
/
+51
*
Reorganize the cpio archiver as CpioFile class. NFC.
Rui Ueyama
2016-05-15
5
-67
/
+81
*
Use __builtin_alloca with __GNUC__
Xinliang David Li
2016-05-15
2
-7
/
+3
*
Move helper classes into anonymous namespaces. NFC.
Benjamin Kramer
2016-05-15
6
-2
/
+10
*
Vector GEP - fixed a crash on InstSimplify Pass.
Elena Demikhovsky
2016-05-15
2
-7
/
+25
*
[PM/SCCP] Fix pass dependencies.
Davide Italiano
2016-05-15
1
-1
/
+4
*
ThinLTOCodeGenerator: fix race condition found using TSAN
Mehdi Amini
2016-05-15
1
-0
/
+5
*
Fix FreeBSD build failure
Xinliang David Li
2016-05-15
1
-0
/
+2
*
Rename pass name to prepare to new PM porting /NFC
Xinliang David Li
2016-05-15
6
-14
/
+16
*
Disable LIBCXX_ENABLE_ABI_LINKER_SCRIPT for static library builds.
Asiri Rathnayake
2016-05-14
1
-1
/
+5
*
Revert "Revert "Revert 220932.": "Removing the static initializer in ManagedS...
Mehdi Amini
2016-05-14
5
-83
/
+4
*
[PM] Add newline at the end of the file, for consistency. NFC.
Davide Italiano
2016-05-14
1
-1
/
+1
*
[PM] Refactor cross-registration of AM into an helper.
Davide Italiano
2016-05-14
3
-10
/
+24
*
[clang-tidy] TypeTraits - Type is not expensive to copy when it has a deleted...
Felix Berger
2016-05-14
3
-3
/
+31
*
[AVX512] Make the permd builtins take a 32-bit immediate to match the softwar...
Craig Topper
2016-05-14
1
-4
/
+4
*
[AVX512] Make the permd intrinsics take a 32-bit immediate to match the softw...
Craig Topper
2016-05-14
4
-28
/
+28
*
[SCCP] Use range-based for loops. NFC.
Davide Italiano
2016-05-14
1
-10
/
+10
*
Revert "Revert 220932.": "Removing the static initializer in ManagedStatic.cp...
Mehdi Amini
2016-05-14
5
-4
/
+83
*
[profile] Eliminate dynamic memory allocation for vp writing
Xinliang David Li
2016-05-14
6
-151
/
+226
*
Revert r269546 "Added support to the ASTImporter for C++ constructor initiali...
Oleksiy Vyalov
2016-05-14
4
-118
/
+0
*
ARM: support export directives for Windows
Saleem Abdulrasool
2016-05-14
2
-0
/
+98
*
[AArch64] Update local variable names to conform to coding standard. NFC.
Chad Rosier
2016-05-14
1
-31
/
+31
*
Warn when a reference is bound to an empty l-value (dereferenced null pointer).
Nick Lewycky
2016-05-14
8
-15
/
+34
*
[mips][ias] Two XFAIL's now pass on 32-bit MIPS.
Daniel Sanders
2016-05-14
2
-2
/
+2
*
[AVX512] Immediate for permd builtins should be an ICE.
Craig Topper
2016-05-14
1
-4
/
+4
*
Fixed lowering of _comi_ intrinsics from all sets - SSE/SSE2/AVX/AVX-512
Elena Demikhovsky
2016-05-14
6
-242
/
+227
*
Revert "[llc] New diagnostic handler"
Renato Golin
2016-05-14
31
-70
/
+34
*
Re-enable llvm/test/ThinLTO/X86/cache.ll.
NAKAMURA Takumi
2016-05-14
1
-3
/
+0
*
[Docs] Add some requirements to the Testing Guide
Renato Golin
2016-05-14
1
-0
/
+6
*
CachePruning.cpp: Don't use errno.
NAKAMURA Takumi
2016-05-14
1
-2
/
+3
*
Revert changes after test commit.
Dima Stepanov
2016-05-14
1
-0
/
+1
*
[llc] New diagnostic handler
Renato Golin
2016-05-14
31
-34
/
+70
*
[LLDB] Adding lldb_private namespace to DiagnosticSeverity. NFC.
Renato Golin
2016-05-14
1
-1
/
+1
*
Rework r269548, "XFAIL ThinLTO Caching test on Windows.", not to use XFAIL, f...
NAKAMURA Takumi
2016-05-14
1
-1
/
+1
*
[mips] Enable IAS by default for 32-bit MIPS targets (O32).
Daniel Sanders
2016-05-14
7
-31
/
+98
*
ModuleMap.h: Fix a \param. [-Wdocumentation]
NAKAMURA Takumi
2016-05-14
1
-1
/
+1
*
Test commt: remove a blank line.
Dima Stepanov
2016-05-14
1
-1
/
+0
*
MSVCToolChain.cpp: Make version.dll generic for win32.
NAKAMURA Takumi
2016-05-14
2
-2
/
+6
*
MSVCToolChain.cpp: Use explicit constructor for SmallString from std::string,...
NAKAMURA Takumi
2016-05-14
1
-1
/
+1
*
llvm/Support/MachO.h: Fix warnings. [-Wpedantic]
NAKAMURA Takumi
2016-05-14
1
-8
/
+8
*
Update identifiers as needed when loading macros from serialized ASTs.
Sean Callanan
2016-05-14
1
-2
/
+5
[next]