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
path:
root
/
llvm
/
lib
/
Support
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Support] Fix error handling in DataExtractor::get[US]LEB128
Pavel Labath
2019-06-24
1
-14
/
+14
*
[Support] Fix build under Emscripten
Keno Fischer
2019-06-23
1
-0
/
+3
*
Revert [CommandLine] Remove OptionCategory and SubCommand caches from the Opt...
Don Hinton
2019-06-22
1
-49
/
+58
*
[CommandLine] Remove OptionCategory and SubCommand caches from the Option class.
Don Hinton
2019-06-22
1
-58
/
+49
*
Simplify std::lower_bound with llvm::{bsearch,lower_bound}. NFC
Fangrui Song
2019-06-21
1
-8
/
+3
*
[FileCheck] Stop qualifying expressions as numeric
Thomas Preud'homme
2019-06-19
1
-40
/
+39
*
FileCheck: Return parse error w/ Error & Expected
Thomas Preud'homme
2019-06-19
1
-201
/
+214
*
[clang] Add storage for APValue in ConstantExpr
Gauthier Harnisch
2019-06-15
1
-0
/
+36
*
[BranchProbability] Delete a redundant overflow check
Fangrui Song
2019-06-15
1
-4
/
+0
*
Fix failing test on ARM buildbot
Eugene Leviant
2019-06-14
1
-1
/
+1
*
[AMDGPU] gfx1011/gfx1012 targets
Stanislav Mekhanoshin
2019-06-14
1
-1
/
+5
*
Extra error checking to ARMAttributeParser
Eugene Leviant
2019-06-13
1
-0
/
+6
*
[Path] Set FD to -1 in moved-from TempFile
Jonas Devlieghere
2019-06-11
1
-0
/
+1
*
[AArch64] Add more CPUs to host detection
Yi Kong
2019-06-11
1
-0
/
+6
*
[Support] Explicitly detect recursive response files
Shoaib Meenai
2019-06-10
1
-9
/
+50
*
[APFloat] APFloat::Storage::Storage - refix use after move
Nick Desaulniers
2019-06-07
1
-1
/
+2
*
[ARM] Fix bugs introduced by the fp64/d32 rework.
Simon Tatham
2019-06-07
1
-79
/
+55
*
[X86] -march=cooperlake (llvm)
Pengfei Wang
2019-06-07
1
-1
/
+9
*
FileCheck [6/12]: Introduce numeric variable definition
Thomas Preud'homme
2019-06-06
1
-124
/
+283
*
[ARM] Allow "-march=foo+fp" to vary with foo
Sjoerd Meijer
2019-06-05
1
-8
/
+71
*
[PowerPC] Set PROT_READ flag for MF_EXEC to prevent segfaults on PPC machines
Nemanja Ivanovic
2019-06-03
1
-3
/
+2
*
[ARM] Fix recent breakage of -mfpu=none.
Simon Tatham
2019-06-03
1
-0
/
+1
*
[X86] Resync Host.cpp with compiler-rt's cpu_model.c to enable 0x55 to be ide...
Craig Topper
2019-05-31
1
-5
/
+10
*
[ARM] add target arch definitions for 8.1-M and MVE
Sjoerd Meijer
2019-05-30
4
-1
/
+26
*
[X86] Add ENQCMD instructions
Pengfei Wang
2019-05-30
1
-0
/
+1
*
[ARM] Replace fp-only-sp and d16 with fp64 and d32.
Simon Tatham
2019-05-28
1
-17
/
+22
*
[FileCheck] Remove llvm:: prefix
Thomas Preud'homme
2019-05-23
1
-25
/
+23
*
[FileCheck] Introduce substitution subclasses
Thomas Preud'homme
2019-05-23
1
-27
/
+39
*
FileCheck: Improve FileCheck variable terminology
Thomas Preud'homme
2019-05-23
1
-69
/
+66
*
[X86] Add more icelake model numbers to getHostCPUName.
Craig Topper
2019-05-22
1
-0
/
+8
*
[VirtualFileSystem] Fix uninitialized variable warning. NFCI.
Simon Pilgrim
2019-05-22
1
-1
/
+1
*
[PPC64] Parse -elfv1 -elfv2 when specified on target triple
Fangrui Song
2019-05-22
1
-0
/
+4
*
[Support] Renamed member 'Size' to 'AllocatedSize' in MemoryBlock and OwningM...
Lang Hames
2019-05-20
4
-26
/
+32
*
[X86] Add icelake-client and tremont model numbers to getHostCPUName.
Craig Topper
2019-05-20
1
-0
/
+9
*
[CommandLine] Don't allow duplicate categories.
Don Hinton
2019-05-16
1
-1
/
+1
*
Fixes for builds that require strict X/Open and POSIX compatiblity
Xing Xue
2019-05-16
3
-11
/
+39
*
Revert rL360675 : [APFloat] APFloat::Storage::Storage - fix use after move
Simon Pilgrim
2019-05-15
1
-3
/
+3
*
[APFloat] APFloat::Storage::Storage - fix use after move
Simon Pilgrim
2019-05-14
1
-3
/
+3
*
Reinstate "FileCheck [5/12]: Introduce regular numeric variables"
Thomas Preud'homme
2019-05-14
1
-67
/
+235
*
AArch64: support binutils-like things on arm64_32.
Tim Northover
2019-05-14
2
-3
/
+18
*
Revert "FileCheck [5/12]: Introduce regular numeric variables"
Thomas Preud'homme
2019-05-14
1
-235
/
+67
*
FileCheck [5/12]: Introduce regular numeric variables
Thomas Preud'homme
2019-05-13
1
-67
/
+235
*
[AArch64][SVE2] Add SVE2 target features to backend and TargetParser
Cullen Rhodes
2019-05-13
1
-0
/
+10
*
[CommandLine] Add long option flag for cl::ParseCommandLineOptions . Part 5 of 5
Don Hinton
2019-05-11
1
-20
/
+40
*
[FileCheck] Fix code style of method comments
Thomas Preud'homme
2019-05-08
1
-47
/
+3
*
[Support] Add error handling to sys::Process::getPageSize().
Lang Hames
2019-05-08
5
-6
/
+9
*
[CommandLine] Allow Options to specify multiple OptionCategory's.
Don Hinton
2019-05-07
1
-12
/
+25
*
Guard __builtin_available() with __has_builtin to support older host compilers.
Adrian Prantl
2019-05-07
1
-1
/
+2
*
Enable AVX512_BF16 instructions, which are supported for BFLOAT16 in Cooper Lake
Luo, Yuanke
2019-05-06
1
-0
/
+3
*
[CommandLine] Enable Grouping for short options by default. Part 4 of 5
Don Hinton
2019-05-03
1
-0
/
+2
[next]