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
*
Remove custom implementations of max/min in StringRef that was originally add...
Craig Topper
2014-08-21
1
-9
/
+9
*
Fix undefined behavior (left shift by 64 bits) in ScaledNumber::toString().
Alexey Samsonov
2014-08-20
1
-0
/
+3
*
Fix an off by 1 bug that prevented SmallPtrSet from using all of its 'small' ...
Craig Topper
2014-08-20
1
-6
/
+5
*
Don't own the buffer in object::Binary.
Rafael Espindola
2014-08-19
1
-0
/
+6
*
Convert an ownership comment with std::uinque_ptr.
Rafael Espindola
2014-08-17
1
-16
/
+9
*
Revert "[Support] Promote cl::StringSaver to a separate utility"
Sean Silva
2014-08-15
1
-7
/
+27
*
[Support] Promote cl::StringSaver to a separate utility
Sean Silva
2014-08-15
1
-27
/
+7
*
Delete support for AuroraUX.
Rafael Espindola
2014-08-14
1
-2
/
+0
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
ADT: remove MinGW32 and Cygwin OSType enum
Saleem Abdulrasool
2014-08-09
1
-9
/
+13
*
Fix typo.
Eric Christopher
2014-08-09
1
-1
/
+1
*
Fix the windows build.
Rafael Espindola
2014-08-08
1
-1
/
+1
*
Reword comment slightly.
Eric Christopher
2014-08-08
1
-4
/
+3
*
Remove dead code. Fixes pr20544.
Rafael Espindola
2014-08-08
2
-18
/
+0
*
Convert from Windows to Unix paths in sys::path::native.
Rafael Espindola
2014-08-08
1
-1
/
+11
*
Fix bug 20125 - clang-format segfaults on bad config.
Rafael Espindola
2014-08-08
1
-1
/
+6
*
Remove Support/IncludeFile.h and its only user. This is actively harmful, since
Richard Smith
2014-08-07
2
-21
/
+0
*
getNewMemBuffer memsets the buffer to zeros,
Yaron Keren
2014-08-06
1
-1
/
+1
*
Path: Stop claiming path::const_iterator is bidirectional
Justin Bogner
2014-08-04
1
-12
/
+27
*
MemoryBuffer: Don't use mmap when FileSize is multiple of 4k on Cygwin.
NAKAMURA Takumi
2014-08-04
1
-0
/
+8
*
Remove some calls to std::move.
Rafael Espindola
2014-08-01
3
-13
/
+13
*
Remove dead code.
Rafael Espindola
2014-07-25
1
-28
/
+0
*
Windows: Don't wildcard expand /? or -?
Hans Wennborg
2014-07-24
1
-0
/
+5
*
AArch64: remove "arm64_be" support in favour of "aarch64_be".
Tim Northover
2014-07-23
1
-2
/
+0
*
AArch64: remove arm64 triple enumerator.
Tim Northover
2014-07-23
1
-16
/
+5
*
Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".r...
David Blaikie
2014-07-19
1
-1
/
+1
*
Add MIPS Technologies to the vendors in llvm::Triple.
Daniel Sanders
2014-07-18
1
-0
/
+2
*
Refactor ARM subarchitecture parsing
Renato Golin
2014-07-18
1
-0
/
+25
*
Drop the udis86 wrapper from llvm::sys
Alp Toker
2014-07-17
2
-75
/
+0
*
Typo: exists -> exits
Hans Wennborg
2014-07-17
1
-1
/
+1
*
Fix the prefix for arm64 triple
Yi Kong
2014-07-17
1
-3
/
+2
*
Perform wildcard expansion in Process::GetArgumentVector on Windows (PR17098)
Hans Wennborg
2014-07-16
1
-19
/
+71
*
Fix a -Wunused-local-typedefs warning
Alp Toker
2014-07-14
1
-1
/
+1
*
Support: Use a range-based for
Justin Bogner
2014-07-14
1
-5
/
+4
*
Move the API and implementation of clang::driver::getARMCPUForMArch() to llvm...
Argyrios Kyrtzidis
2014-07-11
1
-0
/
+82
*
Simplify the raw_svector_ostream tweak from r212816
Alp Toker
2014-07-11
1
-13
/
+4
*
raw_svector_ostream: grow and reserve atomically
Alp Toker
2014-07-11
1
-15
/
+17
*
Add the CSR company and the Kalimba DSP processor to Triple.
Eric Christopher
2014-07-10
1
-0
/
+9
*
Remove move assignment operator to appease older GCCs.
Peter Collingbourne
2014-07-10
1
-5
/
+0
*
Explicitly define move constructor and move assignment operator to appease MSVC.
Peter Collingbourne
2014-07-10
1
-0
/
+9
*
SpecialCaseList: use std::unique_ptr.
Peter Collingbourne
2014-07-10
1
-15
/
+3
*
Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics.
Alexey Samsonov
2014-07-09
2
-0
/
+179
*
Add Imagination Technologies to the vendors in llvm::Triple
Daniel Sanders
2014-07-09
1
-0
/
+2
*
SourceMgr: consistently use 'unsigned' for the memory buffer ID type
Dmitri Gribenko
2014-07-09
1
-3
/
+3
*
Fix some Twine locals.
Benjamin Kramer
2014-07-08
1
-3
/
+2
*
Revert "Refactor ARM subarchitecture parsing"
Renato Golin
2014-07-08
1
-23
/
+0
*
Refactor ARM subarchitecture parsing
Renato Golin
2014-07-07
1
-0
/
+23
*
Update the MemoryBuffer API to use ErrorOr.
Rafael Espindola
2014-07-06
5
-86
/
+74
*
SourceMgr: make valid buffer IDs start from one
Alp Toker
2014-07-06
1
-15
/
+16
*
Remove obsolete function TargetRegistry::getClosestTargetForJIT()
Alp Toker
2014-07-01
1
-11
/
+0
[next]