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
*
[X86] Make elfiamcu an OS, not an environment.
Michael Kuperstein
2015-10-27
1
-2
/
+2
*
[X86] Add support for elfiamcu triple
Michael Kuperstein
2015-10-25
1
-0
/
+2
*
Add libuuid to required system libraries list for mingw.
Yaron Keren
2015-10-24
1
-1
/
+2
*
[ARM] Renaming +t2dsp feature into +dsp, as discussed on llvm-dev
Artyom Skrobov
2015-10-23
1
-2
/
+2
*
Use range-based for loop in sys::path::append(). NFC.
Pawel Bylica
2015-10-22
1
-8
/
+6
*
Use array_lengthof. NFC
Craig Topper
2015-10-18
1
-1
/
+1
*
Make a bunch of static arrays const.
Craig Topper
2015-10-18
1
-4
/
+6
*
Use Windows Vista API to get the user's home directory
Pawel Bylica
2015-10-16
1
-7
/
+11
*
Initial migration of AVR backend
Dylan McKay
2015-10-16
1
-0
/
+10
*
Add a missing include of cstddef needed for size_t.
Adrian Prantl
2015-10-15
1
-0
/
+1
*
Require Windows API of version 6.1 (Windows 7).
Pawel Bylica
2015-10-15
1
-3
/
+3
*
[llvm-pdbdump] Provide a mechanism to dump the raw contents of a PDB
David Majnemer
2015-10-15
1
-2
/
+3
*
[X86] Update CPU detection to only enable XSAVE features if the OS has enable...
Craig Topper
2015-10-14
1
-14
/
+16
*
Add - and -= operators to BlockFrequency using saturating arithmetic.
Cong Hou
2015-10-12
1
-0
/
+15
*
Turn const/const& into value type for BlockFrequency in functions of this cla...
Cong Hou
2015-10-12
1
-8
/
+6
*
Fix rename() sometimes failing if another process uses openFileForRead()
Greg Bedwell
2015-10-12
1
-10
/
+28
*
[X86] Add XSAVE intrinsic family
Amjad Aboud
2015-10-12
1
-0
/
+9
*
Support: Stop relying on iterator auto-conversion, NFC
Duncan P. N. Exon Smith
2015-10-08
1
-6
/
+6
*
Windows: Fixed sys::findProgramByName to work with files containing dot in th...
George Rimar
2015-10-08
1
-2
/
+9
*
Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...
Hans Wennborg
2015-10-06
1
-20
/
+20
*
[Support] Add a version of fs::make_absolute with a custom CWD.
Benjamin Kramer
2015-10-05
1
-2
/
+15
*
[BranchProbability] Manually round the floating point output.
Benjamin Kramer
2015-09-26
1
-28
/
+7
*
Use fixed-point representation for BranchProbability.
Cong Hou
2015-09-25
1
-5
/
+51
*
[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.def
Artyom Skrobov
2015-09-24
1
-0
/
+5
*
Untabify.
NAKAMURA Takumi
2015-09-22
1
-3
/
+2
*
Remove roundingMode argument in APFloat::mod
Stephen Canon
2015-09-21
1
-3
/
+3
*
Revert "[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.def"
James Molloy
2015-09-21
1
-3
/
+0
*
[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.def
Artyom Skrobov
2015-09-21
1
-0
/
+3
*
Remove temporary file on signal.
Rafael Espindola
2015-09-18
1
-1
/
+6
*
[Support] Reapply r245289 "Always wait for GraphViz before opening the viewer"
Michael Kruse
2015-09-18
1
-1
/
+1
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
2
-316
/
+0
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
2
-0
/
+316
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
2
-316
/
+0
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
2
-0
/
+316
*
Add #include llvm-config.h to Locale.cpp which depends on LLVM_ON_WIN32.
Yaron Keren
2015-09-11
1
-0
/
+1
*
Fixed a bug that BranchProbability is not defined in BlockFrequency.cpp. NFC.
Cong Hou
2015-09-11
1
-1
/
+0
*
Add .exe check to Execute to fix clang-modernize tests broken in r247358
Reid Kleckner
2015-09-10
1
-0
/
+8
*
ScanDirForExecutable on Windows fails to find executables with the "exe" exte...
Reid Kleckner
2015-09-10
2
-0
/
+9
*
Pass BranchProbability/BlockMass by value instead of const& as they are small...
Cong Hou
2015-09-10
1
-4
/
+4
*
[ADT] Rewrite the StringRef::find implementation to be simpler, clearer,
Chandler Carruth
2015-09-10
1
-16
/
+23
*
[ADT] Micro-optimize the Triple constructor by doing a single split and
Chandler Carruth
2015-09-10
1
-8
/
+21
*
[ADT] Fix a confusing interface spec and some annoying peculiarities
Chandler Carruth
2015-09-10
1
-31
/
+43
*
[ADT] Switch a bunch of places in LLVM that were doing single-character
Chandler Carruth
2015-09-10
2
-3
/
+3
*
[ADT] Add a single-character version of the small vector split routine
Chandler Carruth
2015-09-10
2
-1
/
+21
*
Added arch extensions and default target features in TargetParser.
Alexandros Lamprineas
2015-09-05
1
-5
/
+30
*
Add Myriad into enum VendorType
Douglas Katzman
2015-09-02
1
-0
/
+2
*
Move twice-repeated clang path operation into a new function.
Douglas Katzman
2015-09-02
1
-2
/
+10
*
[MC] Add support for generating COFF CRCs
David Majnemer
2015-09-01
2
-0
/
+97
*
Stop calling the flat out insane ARM target parsing code unless the
Chandler Carruth
2015-08-30
1
-8
/
+20
*
Remove a linear walk to find the default FPU for a given CPU by directly
Chandler Carruth
2015-08-30
1
-7
/
+6
[next]