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
*
Reorganize the C API headers to improve build times.
Eric Christopher
2015-12-18
2
-2
/
+2
*
[WebAssembly] Experimental ELF writer support
Dan Gohman
2015-12-17
1
-5
/
+2
*
Drop an unnecessary use of writev.
Rafael Espindola
2015-12-16
1
-16
/
+2
*
Simplify memory management with std::unique_ptr.
Rafael Espindola
2015-12-16
2
-27
/
+18
*
[SectionMemoryManager] Make better use of virtual memory
Keno Fischer
2015-12-16
1
-2
/
+3
*
[x86] adding PKU feature flag
Asaf Badouh
2015-12-15
1
-0
/
+2
*
Fix MSVC build with LLVM_ENABLE_THREADS=OFF
Mehdi Amini
2015-12-15
1
-1
/
+10
*
Add a C++11 ThreadPool implementation in LLVM
Mehdi Amini
2015-12-15
2
-0
/
+147
*
Revert "Add a C++11 ThreadPool implementation in LLVM"
Mehdi Amini
2015-12-15
2
-147
/
+0
*
Add a C++11 ThreadPool implementation in LLVM
Mehdi Amini
2015-12-15
2
-0
/
+147
*
Reordering fields to reduce padding in LLVM. NFC
Ben Craig
2015-12-14
1
-4
/
+4
*
Revert r255444.
Nico Weber
2015-12-13
2
-144
/
+0
*
Add a C++11 ThreadPool implementation in LLVM
Mehdi Amini
2015-12-12
2
-0
/
+144
*
Avoid buffered reads of /dev/urandom
Rafael Espindola
2015-12-11
1
-4
/
+9
*
Macro debug info support in LLVM IR
Amjad Aboud
2015-12-10
1
-0
/
+10
*
Revert "raw_ostream: << operator for callables with raw_stream argument"
Matthias Braun
2015-12-03
1
-4
/
+0
*
raw_ostream: << operator for callables with raw_stream argument
Matthias Braun
2015-12-03
1
-0
/
+4
*
[ARM] Add ARMv8.2-A to TargetParser
Oliver Stannard
2015-12-01
2
-0
/
+5
*
Use array_lengthof instead of manually calculating it. NFC
Craig Topper
2015-12-01
1
-3
/
+2
*
[Windows] Partially revert r254363 until I can test the right fix.
Davide Italiano
2015-12-01
1
-2
/
+6
*
Replace all weight-based interfaces in MBB with probability-based interfaces,...
Cong Hou
2015-12-01
1
-2
/
+18
*
Revert r254348: "Replace all weight-based interfaces in MBB with probability-...
Hans Wennborg
2015-12-01
1
-18
/
+2
*
[Windows] Follow-up r254363, remove return.
Davide Italiano
2015-12-01
1
-3
/
+1
*
[Windows] Simplify assertion code. NFC.
Davide Italiano
2015-12-01
2
-8
/
+3
*
Replace all weight-based interfaces in MBB with probability-based interfaces,...
Cong Hou
2015-12-01
1
-2
/
+18
*
Add Windows error code and tidy formatting for system errors.
Paul Robinson
2015-11-23
4
-11
/
+15
*
Avoid duplicate entry for cortex-a7 in the TargetParser (NFC)
Artyom Skrobov
2015-11-20
1
-0
/
+6
*
Handle ARMv6-J as an alias, instead of fake architecture
Artyom Skrobov
2015-11-20
2
-2
/
+1
*
TargetParser.cpp: Fixup -- StringRef::startswith() is better here. NFC.
NAKAMURA Takumi
2015-11-19
1
-1
/
+1
*
llvm/lib/Support/TargetParser.cpp: Rework llvm::ARM::getArchExtFeature() to a...
NAKAMURA Takumi
2015-11-19
1
-3
/
+7
*
[ARM] Add +feature names to TargetParser extensions table
Bradley Smith
2015-11-18
1
-1
/
+17
*
StringRef-ify some Option APIs
David Blaikie
2015-11-17
1
-26
/
+25
*
[Support] Tweak path::system_temp_directory() on Windows.
Pawel Bylica
2015-11-17
1
-16
/
+15
*
[JIT/Memory] Fix up semantic of setExecutable().
Davide Italiano
2015-11-17
1
-4
/
+1
*
Add isInteger() to APFloat.
Stephen Canon
2015-11-16
1
-0
/
+9
*
Handle ARMv6KZ naming
Artyom Skrobov
2015-11-16
2
-4
/
+3
*
NFC refactorings in lib/Support/TargetParser.cpp
Artyom Skrobov
2015-11-16
1
-16
/
+16
*
[ARM] Allow TargetParser to accurately target architectures
Bradley Smith
2015-11-16
1
-5
/
+14
*
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
[next]