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
*
Cull non-standard variants of ARM architectures (NFC)
Artyom Skrobov
2015-11-12
2
-20
/
+5
*
dwarfdump: Added macro support to llvm-dwarfdump tool.
Amjad Aboud
2015-11-12
1
-0
/
+1
*
Report Windows error code in a fatal error after a system call.
Paul Robinson
2015-11-11
1
-2
/
+9
*
Support: Recognize Borland DWARF extensions.
Dawn Perchik
2015-11-11
1
-0
/
+25
*
Emit discriminator for inlined callsites.
Dehao Chen
2015-11-11
1
-0
/
+1
*
Combine ifdefs around dl_iterate_phdr in Unix/Signals.inc
Reid Kleckner
2015-11-09
1
-13
/
+8
*
Moving FileManager::removeDotPaths to llvm::sys::path::remove_dots
Mike Aizatsky
2015-11-09
1
-0
/
+35
*
Appease hosts without HAVE_BACKTRACE nor ENABLE_BACKTRACES.
NAKAMURA Takumi
2015-11-08
2
-0
/
+11
*
Revert r252366: [Support] Use GetTempDir to get the temporary dir path on Win...
Pawel Bylica
2015-11-06
1
-10
/
+37
*
[Support] Use GetTempDir to get the temporary dir path on Windows.
Pawel Bylica
2015-11-06
1
-37
/
+10
*
Fix a signed/unsigned mismatch warning; NFC.
Aaron Ballman
2015-11-05
1
-1
/
+1
*
Fix OSX build after r252118 (missing parameter for findModulesAndOffsets())
Mehdi Amini
2015-11-05
1
-1
/
+2
*
Remove empty lines
Mehdi Amini
2015-11-05
1
-2
/
+2
*
[Windows] Symbolize with llvm-symbolizer instead of dbghelp in a self-host
Reid Kleckner
2015-11-05
3
-97
/
+227
*
Fix some Clang-tidy modernize warnings, other minor fixes.
Eugene Zelenko
2015-11-04
1
-3
/
+3
*
Use static instead of anonymous namespace for helper functions. NFC.
Pawel Bylica
2015-11-02
2
-9
/
+4
*
[Support] Extend sys::path with user_cache_directory function.
Pawel Bylica
2015-11-02
3
-21
/
+74
*
ARM: add watchOS default version support function.
Tim Northover
2015-10-28
1
-1
/
+26
*
ARM: support .watchos_version_min and .tvos_version_min.
Tim Northover
2015-10-28
2
-0
/
+11
*
[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
[next]