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
*
Assert when trying to seek un-seekable raw_fd_ostream.
Yaron Keren
2016-02-23
1
-0
/
+1
*
Fix LLVM's handling and detection of skylake and cannonlake CPUs
Sanjoy Das
2016-02-21
1
-0
/
+1
*
When printing MIR, output to errs() rather than outs().
Justin Lebar
2016-02-19
1
-3
/
+4
*
Remove uses of builtin comma operator.
Richard Trieu
2016-02-18
5
-10
/
+21
*
Simplify users of StringRef::{l,r}trim (NFC)
Vedant Kumar
2016-02-16
1
-1
/
+1
*
SmallPtrSet: Avoid initializing Array in the small case.
Matthias Braun
2016-02-15
1
-53
/
+50
*
APInt: Slightly simplify countLeadingZerosSlowCase()
Matthias Braun
2016-02-15
1
-19
/
+8
*
APInt: Further simplify APInt::EqualSlowCase as suggested by Duncan
Matthias Braun
2016-02-15
1
-4
/
+1
*
Add AMDGPU related triple vendors/OSes
Matt Arsenault
2016-02-13
1
-0
/
+6
*
ARMv7k: use Cortex-A7 by default even for tvOS
Tim Northover
2016-02-11
1
-0
/
+1
*
[lanai] Add Lanai triple.
Jacques Pienaar
2016-02-11
1
-0
/
+10
*
APInt: Simplify EqualSlowCase
Matthias Braun
2016-02-10
1
-15
/
+2
*
llvm-config: Add preliminary Windows support
Ehsan Akhgari
2016-02-09
1
-27
/
+25
*
[Support] Use hexdigit. NFC
Craig Topper
2016-02-08
1
-3
/
+2
*
[Support] Use range-based for loop. NFC
Craig Topper
2016-02-04
1
-3
/
+1
*
[Support] Use hexdigit instead of manually coding the same thing. NFC
Craig Topper
2016-02-04
1
-2
/
+2
*
Fix undefined behavior when compiling in C++14 mode (with sized deletion
Richard Smith
2016-02-04
1
-0
/
+8
*
Shrink character buffer size in raw_ostream::write_hex to 16 characters intea...
Craig Topper
2016-01-31
1
-1
/
+1
*
Use std::end instead of repeating buffer sizes.
Craig Topper
2016-01-31
1
-2
/
+2
*
Avoid overly large SmallPtrSet/SmallSet
Matthias Braun
2016-01-30
1
-1
/
+1
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
3
-3
/
+3
*
Don't mention a command line option in an error.
Rafael Espindola
2016-01-28
1
-2
/
+1
*
SmallPtrSet: Make destructor available for inlining
Matthias Braun
2016-01-28
1
-5
/
+0
*
SmallPtrSet: Share some code between copy/move constructor/assignment operator
Matthias Braun
2016-01-28
1
-33
/
+13
*
SmallPtrSet: Remove trailing whitespace, fix indentation
Matthias Braun
2016-01-28
1
-13
/
+13
*
SmallPtrSet: Inline the part of insert_imp in the small case
Matthias Braun
2016-01-27
1
-16
/
+1
*
Fix identify_magic() to check that a file that starts with MH_MAGIC is
Kevin Enderby
2016-01-26
1
-2
/
+15
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-23
/
+0
*
Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; oth...
Eugene Zelenko
2016-01-26
1
-2
/
+2
*
[ARM] Add DSP build attribute and extension targeting
Bradley Smith
2016-01-25
1
-0
/
+1
*
Added Skylake client to X86 targets and features
Elena Demikhovsky
2016-01-24
1
-3
/
+12
*
AMDGPU: Fix getArchTypePrefix
Matt Arsenault
2016-01-22
1
-2
/
+2
*
parseArch() supports more variations of arch names for PowerPC builds
Kelvin Li
2016-01-19
1
-4
/
+4
*
[AVX512] adding AVXVBMI feature flag
Michael Zuckerman
2016-01-18
1
-1
/
+1
*
[AVX512] adding AVXVBMI feature flag
Michael Zuckerman
2016-01-17
1
-0
/
+1
*
# This is a combination of 2 commits.
Reid Kleckner
2016-01-15
1
-1
/
+0
*
[ARM] Add DSP build attribute and extension targeting
Bradley Smith
2016-01-15
1
-0
/
+1
*
[ARM] Add ARMv8-M Baseline/Mainline LLVM targeting
Bradley Smith
2016-01-15
2
-0
/
+10
*
Update to use new name alignTo().
Rui Ueyama
2016-01-14
1
-1
/
+1
*
Auto-link with ole32.dll to simplify building LLVM.dll
Reid Kleckner
2016-01-12
1
-0
/
+1
*
The --debug-only option now takes a comma separated list of debug types.
Christof Douma
2016-01-12
1
-3
/
+5
*
Avoid the deprecated GetVersionEx API
Reid Kleckner
2016-01-11
2
-10
/
+19
*
Revert "[Windows] Simplify assertion code. NFC."
Reid Kleckner
2016-01-11
1
-1
/
+4
*
Use ::GetVersionEx directly rather than the Win8.1 SDK helpers
Reid Kleckner
2016-01-11
1
-6
/
+4
*
IntEqClasses: Let join() return the new leader
Matthias Braun
2016-01-08
1
-1
/
+3
*
Mark arm as the 32bit variant of aarch64 in Triple
Tamas Berghammer
2016-01-07
1
-28
/
+28
*
Do not define NOGDI. Mingw defines LOGFONTW type in wingdi.h and the mingw
Yunzhong Gao
2016-01-06
1
-1
/
+0
*
Another attempt at fixing the i686-mingw32-RA-on-linux buildbot. I am getting
Yunzhong Gao
2016-01-06
1
-4
/
+2
*
Another attempt at fixing the i686-mingw32-RA-on-linux buildbot.
Yunzhong Gao
2016-01-06
1
-2
/
+3
*
Hopefully fix a mingw32 buildbot (i686-mingw32-RA-on-linux) which does not have
Yunzhong Gao
2016-01-06
1
-1
/
+5
[next]