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
*
Statistic: Bring back printing on exit by default
Matthias Braun
2016-09-27
1
-2
/
+4
*
Add xxhash to llvm.
Rafael Espindola
2016-09-27
2
-0
/
+135
*
Statistic: Only print statistics on exit for -stats
Matthias Braun
2016-09-26
1
-8
/
+9
*
Triple: Add opencl environment type
Tom Stellard
2016-09-23
1
-0
/
+2
*
Speculative fix for build failures due to consumeInteger.
Zachary Turner
2016-09-22
1
-0
/
+3
*
[Support] Add StringRef::consumeInteger.
Zachary Turner
2016-09-22
1
-25
/
+55
*
Missing includes.
Vassil Vassilev
2016-09-14
5
-1
/
+5
*
Revert "[Support][CommandLine] Add cl::getRegisteredSubcommands()"
Zachary Turner
2016-09-13
1
-11
/
+0
*
[Support][CommandLine] Add cl::getRegisteredSubcommands()
Dean Michael Berris
2016-09-13
1
-0
/
+11
*
Define a dummy zlib::uncompress when zlib is not available.
Rafael Espindola
2016-09-12
1
-0
/
+4
*
ADT: Add AllocatorList, and use it for yaml::Token
Duncan P. N. Exon Smith
2016-09-11
1
-18
/
+5
*
Add a lower level zlib::uncompress.
Rafael Espindola
2016-09-09
1
-6
/
+13
*
Add an c++ itanium demangler to llvm.
Rafael Espindola
2016-09-06
2
-8
/
+3
*
[Support] - Fix possible crash in match() of llvm::Regex.
George Rimar
2016-09-02
1
-0
/
+10
*
Fix a real temp file leak in FileOutputBuffer
Reid Kleckner
2016-09-02
1
-0
/
+3
*
[Support] Fix a warning introduced in r280339 due to the member
Chandler Carruth
2016-09-01
1
-1
/
+1
*
[LLVM/Support] - Create no-arguments constructor for llvm::Regex
George Rimar
2016-09-01
1
-0
/
+2
*
ADT: Split ilist_node_traits into alloc and callback, NFC
Duncan P. N. Exon Smith
2016-08-30
1
-9
/
+2
*
Implement getRandomBytes() function
Eugene Leviant
2016-08-26
2
-0
/
+38
*
Make some LLVM_CONSTEXPR variables const. NFC.
George Burgess IV
2016-08-25
1
-1
/
+1
*
Preserve a pointer to the newly allocated signal stack as well. That too
Chandler Carruth
2016-08-24
1
-4
/
+6
*
Increase the size of the sigaltstack used by LLVM signal handlers. 8KB is not
Richard Smith
2016-08-24
1
-1
/
+1
*
Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...
Eugene Zelenko
2016-08-23
5
-18
/
+31
*
ADT: Remove ilist_*sentinel_traits, NFC
Duncan P. N. Exon Smith
2016-08-22
1
-4
/
+0
*
Add ADT headers to the cmake headers directory for LLVMSupport. NFC.
Pete Cooper
2016-08-22
1
-0
/
+1
*
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
3
-9
/
+9
*
Support the DW_AT_noreturn DWARF flag.
Adrian Prantl
2016-08-17
1
-0
/
+1
*
Remove excessive padding from LineNoCacheTy
Benjamin Kramer
2016-08-16
1
-1
/
+1
*
ADT: Share code for embedded sentinel traits, NFC
Duncan P. N. Exon Smith
2016-08-12
1
-14
/
+3
*
Use the range variant of find/find_if instead of unpacking begin/end
David Majnemer
2016-08-12
2
-2
/
+2
*
Use the range variant of find_if instead of unpacking begin/end
David Majnemer
2016-08-12
2
-5
/
+4
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
2
-3
/
+3
*
Fix UB in APInt::ashr
Jonathan Roelofs
2016-08-10
1
-5
/
+1
*
Add unittests to {ARM | AArch64}TargetParser.
Zijiao Ma
2016-07-28
1
-48
/
+51
*
[CommandLine] Use Process::GetEnv instead of _wgetenv
David Majnemer
2016-07-24
1
-21
/
+4
*
Use RValue refs in APInt add/sub methods.
Pete Cooper
2016-07-22
1
-38
/
+16
*
[llvm-cov] - Improve llvm-cov error message
Ying Yi
2016-07-22
1
-1
/
+2
*
Properly ifdef the use of cpuid.
Alina Sbirlea
2016-07-20
1
-1
/
+6
*
[cpu-detection] Cleanup of Host.cpp.
Alina Sbirlea
2016-07-20
1
-46
/
+48
*
Get rid of call to StringRef::substr that's never used.
Justin Lebar
2016-07-19
1
-1
/
+0
*
Add AIX support to Path.inc, Host.h, and CMake.
Chandler Carruth
2016-07-19
1
-2
/
+3
*
Use posix_fallocate instead of ftruncate.
Rafael Espindola
2016-07-19
1
-0
/
+9
*
[mips] Recognise the triple used by Debian stretch for mips64el.
Daniel Sanders
2016-07-19
1
-0
/
+2
*
[Object] Re-apply r275316 now that I have the corresponding LLD patch ready.
Lang Hames
2016-07-14
1
-0
/
+11
*
Synchronize LLVM and clang's ObjCDeclSpec::ObjCPropertyAttributeKind.
Adrian Prantl
2016-07-14
1
-0
/
+6
*
[Object] Revert r275316, Archive::child_iterator changes, while I update lld.
Lang Hames
2016-07-14
1
-11
/
+0
*
[Object] Change Archive::child_iterator for better interop with Error/Expected.
Lang Hames
2016-07-13
1
-0
/
+11
*
[Support] Make helper function static. NFC.
Benjamin Kramer
2016-07-10
1
-2
/
+2
*
IR: Set a TargetPrefix for nvvm intrinsics
Justin Bogner
2016-07-08
1
-2
/
+3
*
[Support][Error] Make logAllUnhandledErrors take a Twine for the banner, rather
Lang Hames
2016-07-04
1
-0
/
+9
[next]