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
...
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
3
-6
/
+6
*
[FileCheck] Store line numbers as optional values
Thomas Preud'homme
2019-07-15
1
-10
/
+12
*
[TargetParser][ARM] Account dependencies when processing target features
Alexandros Lamprineas
2019-07-14
1
-6
/
+20
*
[clang][Driver][ARM] Favor -mfpu over default CPU features
Alexandros Lamprineas
2019-07-14
1
-24
/
+6
*
FileCheck [7/12]: Arbitrary long numeric expressions
Thomas Preud'homme
2019-07-13
1
-84
/
+124
*
[SystemZ] Add support for new cpu architecture - arch13
Ulrich Weigand
2019-07-12
1
-0
/
+2
*
[Support] Move the static initializer install_out_memory_new_handler to InitLLVM
Fangrui Song
2019-07-12
2
-17
/
+6
*
Add missing <atomic> include to appease MSVC builds.
Simon Pilgrim
2019-07-12
1
-0
/
+1
*
Support for dumping current PrettyStackTrace on SIGINFO (Ctrl-T)
Jordan Rose
2019-07-12
3
-17
/
+119
*
[YAMLIO] Remove trailing spaces when outputting maps
Fangrui Song
2019-07-12
1
-11
/
+23
*
[llvm-objcopy] Don't change permissions of non-regular output files
Fangrui Song
2019-07-11
2
-7
/
+13
*
Revert Recommit "[CommandLine] Remove OptionCategory and SubCommand caches fr...
Haojian Wu
2019-07-11
1
-53
/
+59
*
Recommit "[CommandLine] Remove OptionCategory and SubCommand caches from the ...
Don Hinton
2019-07-10
1
-59
/
+53
*
[FileCheck] Simplify numeric variable interface
Thomas Preud'homme
2019-07-10
1
-9
/
+5
*
[FileCheck] Fix @LINE value after match failure
Thomas Preud'homme
2019-07-10
1
-1
/
+3
*
[Support] Move llvm::MemoryBuffer to sys::fs::file_t
Reid Kleckner
2019-07-10
5
-78
/
+170
*
[AMDGPU] gfx908 target
Stanislav Mekhanoshin
2019-07-09
1
-1
/
+3
*
Revert "[FileCheck] Simplify numeric variable interface"
Michael Liao
2019-07-05
1
-5
/
+9
*
[FileCheck] Simplify numeric variable interface
Thomas Preud'homme
2019-07-05
1
-9
/
+5
*
[FileCheck] Share variable instance among uses
Thomas Preud'homme
2019-07-05
1
-28
/
+39
*
[FileCheck] Don't diagnose undef vars at parse time
Thomas Preud'homme
2019-07-05
1
-5
/
+11
*
[AMDGPU] Added a new metadata for multi grid sync implicit argument
Yaxun Liu
2019-07-05
1
-0
/
+2
*
[FileCheck] Fix comment in parseNumericVariableUse
Thomas Preud'homme
2019-07-05
1
-6
/
+6
*
[FileCheck] Factor some parsing checks out
Thomas Preud'homme
2019-07-05
1
-35
/
+14
*
[FileCheck] Add missing final dot in comment
Thomas Preud'homme
2019-07-05
1
-1
/
+1
*
Remove some autoconf references from docs and comments
Sven van Haastregt
2019-07-03
3
-3
/
+3
*
[triple] Use 'macabi' environment name for the Mac Catalyst triples
Alex Lorenz
2019-07-03
1
-2
/
+2
*
[triple] add 'macCatalyst' environment type
Alex Lorenz
2019-07-02
1
-0
/
+2
*
[C++2a] Add __builtin_bit_cast, used to implement std::bit_cast
Erik Pilkington
2019-07-02
1
-0
/
+53
*
getMainExecutable: handle realpath() failure, falling back to getprogpath().
Sam McCall
2019-07-02
1
-10
/
+10
*
[llvm] [Support] Clean PrintStackTrace() ptr arithmetic up
Michal Gorny
2019-07-02
1
-5
/
+2
*
[APInt] Fix getBitsNeeded for INT_MIN values
Dmitry Venikov
2019-06-29
1
-1
/
+4
*
[Support] Add fs::getUmask() function and change fs::setPermissions
Alex Brachet
2019-06-28
2
-2
/
+19
*
[CodeGen] [SelectionDAG] More efficient code for X % C == 0 (UREM case) (try 3)
Roman Lebedev
2019-06-27
1
-0
/
+2
*
DataExtractor: use decodeSLEB128 to implement getSLEB128
David Blaikie
2019-06-24
1
-21
/
+10
*
NFC: DataExtractor: use decodeULEB128 to implement getULEB128
David Blaikie
2019-06-24
1
-17
/
+11
*
[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
[prev]
[next]