projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[InstCombine] Fix indentation. NFC.
[oota-llvm.git]
/
lib
/
Support
/
2015-12-18
Eric Christopher
Reorganize the C API headers to improve build times.
tree
|
commitdiff
2015-12-17
Dan Gohman
[WebAssembly] Experimental ELF writer support
tree
|
commitdiff
2015-12-16
Rafael Espindola
Drop an unnecessary use of writev.
tree
|
commitdiff
2015-12-16
Rafael Espindola
Simplify memory management with std::unique_ptr.
tree
|
commitdiff
2015-12-16
Keno Fischer
[SectionMemoryManager] Make better use of virtual memory
tree
|
commitdiff
2015-12-15
Asaf Badouh
[x86] adding PKU feature flag
tree
|
commitdiff
2015-12-15
Mehdi Amini
Fix MSVC build with LLVM_ENABLE_THREADS=OFF
tree
|
commitdiff
2015-12-15
Mehdi Amini
Add a C++11 ThreadPool implementation in LLVM
tree
|
commitdiff
2015-12-15
Mehdi Amini
Revert "Add a C++11 ThreadPool implementation in LLVM"
tree
|
commitdiff
2015-12-15
Mehdi Amini
Add a C++11 ThreadPool implementation in LLVM
tree
|
commitdiff
2015-12-14
Ben Craig
Reordering fields to reduce padding in LLVM. NFC
tree
|
commitdiff
2015-12-13
Nico Weber
Revert r255444.
tree
|
commitdiff
2015-12-12
Mehdi Amini
Add a C++11 ThreadPool implementation in LLVM
tree
|
commitdiff
2015-12-11
Rafael Espindola
Avoid buffered reads of /dev/urandom
tree
|
commitdiff
2015-12-10
Amjad Aboud
Macro debug info support in LLVM IR
tree
|
commitdiff
2015-12-03
Matthias Braun
Revert "raw_ostream: << operator for callables with...
tree
|
commitdiff
2015-12-03
Matthias Braun
raw_ostream: << operator for callables with raw_stream...
tree
|
commitdiff
2015-12-01
Oliver Stannard
[ARM] Add ARMv8.2-A to TargetParser
tree
|
commitdiff
2015-12-01
Craig Topper
Use array_lengthof instead of manually calculating...
tree
|
commitdiff
2015-12-01
Davide Italiano
[Windows] Partially revert r254363 until I can test...
tree
|
commitdiff
2015-12-01
Cong Hou
Replace all weight-based interfaces in MBB with probabi...
tree
|
commitdiff
2015-12-01
Hans Wennborg
Revert r254348: "Replace all weight-based interfaces...
tree
|
commitdiff
2015-12-01
Davide Italiano
[Windows] Follow-up r254363, remove return.
tree
|
commitdiff
2015-12-01
Davide Italiano
[Windows] Simplify assertion code. NFC.
tree
|
commitdiff
2015-12-01
Cong Hou
Replace all weight-based interfaces in MBB with probabi...
tree
|
commitdiff
2015-11-23
Paul Robinson
Add Windows error code and tidy formatting for system...
tree
|
commitdiff
2015-11-20
Artyom Skrobov
Avoid duplicate entry for cortex-a7 in the TargetParser...
tree
|
commitdiff
2015-11-20
Artyom Skrobov
Handle ARMv6-J as an alias, instead of fake architecture
tree
|
commitdiff
2015-11-19
NAKAMURA Takumi
TargetParser.cpp: Fixup -- StringRef::startswith()...
tree
|
commitdiff
2015-11-19
NAKAMURA Takumi
llvm/lib/Support/TargetParser.cpp: Rework llvm::ARM...
tree
|
commitdiff
2015-11-18
Bradley Smith
[ARM] Add +feature names to TargetParser extensions...
tree
|
commitdiff
2015-11-17
David Blaikie
StringRef-ify some Option APIs
tree
|
commitdiff
2015-11-17
Pawel Bylica
[Support] Tweak path::system_temp_directory() on Windows.
tree
|
commitdiff
2015-11-17
Davide Italiano
[JIT/Memory] Fix up semantic of setExecutable().
tree
|
commitdiff
2015-11-16
Stephen Canon
Add isInteger() to APFloat.
tree
|
commitdiff
2015-11-16
Artyom Skrobov
Handle ARMv6KZ naming
tree
|
commitdiff
2015-11-16
Artyom Skrobov
NFC refactorings in lib/Support/TargetParser.cpp
tree
|
commitdiff
2015-11-16
Bradley Smith
[ARM] Allow TargetParser to accurately target architectures
tree
|
commitdiff
2015-11-12
Artyom Skrobov
Cull non-standard variants of ARM architectures (NFC)
tree
|
commitdiff
2015-11-12
Amjad Aboud
dwarfdump: Added macro support to llvm-dwarfdump tool.
tree
|
commitdiff
2015-11-11
Paul Robinson
Report Windows error code in a fatal error after a...
tree
|
commitdiff
2015-11-11
Dawn Perchik
Support: Recognize Borland DWARF extensions.
tree
|
commitdiff
2015-11-11
Dehao Chen
Emit discriminator for inlined callsites.
tree
|
commitdiff
2015-11-09
Reid Kleckner
Combine ifdefs around dl_iterate_phdr in Unix/Signals.inc
tree
|
commitdiff
2015-11-09
Mike Aizatsky
Moving FileManager::removeDotPaths to llvm::sys::path...
tree
|
commitdiff
2015-11-08
NAKAMURA Takumi
Appease hosts without HAVE_BACKTRACE nor ENABLE_BACKTRACES.
tree
|
commitdiff
2015-11-06
Pawel Bylica
Revert r252366: [Support] Use GetTempDir to get the...
tree
|
commitdiff
2015-11-06
Pawel Bylica
[Support] Use GetTempDir to get the temporary dir path...
tree
|
commitdiff
2015-11-05
Aaron Ballman
Fix a signed/unsigned mismatch warning; NFC.
tree
|
commitdiff
2015-11-05
Mehdi Amini
Fix OSX build after r252118 (missing parameter for...
tree
|
commitdiff
2015-11-05
Mehdi Amini
Remove empty lines
tree
|
commitdiff
2015-11-05
Reid Kleckner
[Windows] Symbolize with llvm-symbolizer instead of...
tree
|
commitdiff
2015-11-04
Eugene Zelenko
Fix some Clang-tidy modernize warnings, other minor...
tree
|
commitdiff
2015-11-02
Pawel Bylica
Use static instead of anonymous namespace for helper...
tree
|
commitdiff
2015-11-02
Pawel Bylica
[Support] Extend sys::path with user_cache_directory...
tree
|
commitdiff
2015-10-28
Tim Northover
ARM: add watchOS default version support function.
tree
|
commitdiff
2015-10-28
Tim Northover
ARM: support .watchos_version_min and .tvos_version_min.
tree
|
commitdiff
2015-10-27
Michael Kuperstein
[X86] Make elfiamcu an OS, not an environment.
tree
|
commitdiff
2015-10-25
Michael Kuperstein
[X86] Add support for elfiamcu triple
tree
|
commitdiff
2015-10-24
Yaron Keren
Add libuuid to required system libraries list for mingw.
tree
|
commitdiff
2015-10-23
Artyom Skrobov
[ARM] Renaming +t2dsp feature into +dsp, as discussed...
tree
|
commitdiff
2015-10-22
Pawel Bylica
Use range-based for loop in sys::path::append(). NFC.
tree
|
commitdiff
2015-10-18
Craig Topper
Use array_lengthof. NFC
tree
|
commitdiff
2015-10-18
Craig Topper
Make a bunch of static arrays const.
tree
|
commitdiff
2015-10-16
Pawel Bylica
Use Windows Vista API to get the user's home directory
tree
|
commitdiff
2015-10-16
Dylan McKay
Initial migration of AVR backend
tree
|
commitdiff
2015-10-15
Adrian Prantl
Add a missing include of cstddef needed for size_t.
tree
|
commitdiff
2015-10-15
Pawel Bylica
Require Windows API of version 6.1 (Windows 7).
tree
|
commitdiff
2015-10-15
David Majnemer
[llvm-pdbdump] Provide a mechanism to dump the raw...
tree
|
commitdiff
2015-10-14
Craig Topper
[X86] Update CPU detection to only enable XSAVE feature...
tree
|
commitdiff
2015-10-12
Cong Hou
Add - and -= operators to BlockFrequency using saturati...
tree
|
commitdiff
2015-10-12
Cong Hou
Turn const/const& into value type for BlockFrequency...
tree
|
commitdiff
2015-10-12
Greg Bedwell
Fix rename() sometimes failing if another process uses...
tree
|
commitdiff
2015-10-12
Amjad Aboud
[X86] Add XSAVE intrinsic family
tree
|
commitdiff
2015-10-08
Duncan P. N. Exon...
Support: Stop relying on iterator auto-conversion, NFC
tree
|
commitdiff
2015-10-08
George Rimar
Windows: Fixed sys::findProgramByName to work with...
tree
|
commitdiff
2015-10-06
Hans Wennborg
Fix Clang-tidy modernize-use-nullptr warnings in source...
tree
|
commitdiff
2015-10-05
Benjamin Kramer
[Support] Add a version of fs::make_absolute with a...
tree
|
commitdiff
2015-09-26
Benjamin Kramer
[BranchProbability] Manually round the floating point...
tree
|
commitdiff
2015-09-25
Cong Hou
Use fixed-point representation for BranchProbability.
tree
|
commitdiff
2015-09-24
Artyom Skrobov
[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTar...
tree
|
commitdiff
2015-09-22
NAKAMURA Takumi
Untabify.
tree
|
commitdiff
2015-09-21
Stephen Canon
Remove roundingMode argument in APFloat::mod
tree
|
commitdiff
2015-09-21
James Molloy
Revert "[ARM] Handle +t2dsp feature as an ArchExtKind...
tree
|
commitdiff
2015-09-21
Artyom Skrobov
[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTar...
tree
|
commitdiff
2015-09-18
Rafael Espindola
Remove temporary file on signal.
tree
|
commitdiff
2015-09-18
Michael Kruse
[Support] Reapply r245289 "Always wait for GraphViz...
tree
|
commitdiff
2015-09-15
Daniel Sanders
Revert r247692: Replace Triple with a new TargetTuple...
tree
|
commitdiff
2015-09-15
Daniel Sanders
Re-commit r247683: Replace Triple with a new TargetTupl...
tree
|
commitdiff
2015-09-15
Daniel Sanders
Revert r247684 - Replace Triple with a new TargetTuple ...
tree
|
commitdiff
2015-09-15
Daniel Sanders
Replace Triple with a new TargetTuple in MCTargetDesc...
tree
|
commitdiff
2015-09-11
Yaron Keren
Add #include llvm-config.h to Locale.cpp which depends...
tree
|
commitdiff
2015-09-11
Cong Hou
Fixed a bug that BranchProbability is not defined in...
tree
|
commitdiff
2015-09-10
Reid Kleckner
Add .exe check to Execute to fix clang-modernize tests...
tree
|
commitdiff
2015-09-10
Reid Kleckner
ScanDirForExecutable on Windows fails to find executabl...
tree
|
commitdiff
2015-09-10
Cong Hou
Pass BranchProbability/BlockMass by value instead of...
tree
|
commitdiff
2015-09-10
Chandler Carruth
[ADT] Rewrite the StringRef::find implementation to...
tree
|
commitdiff
2015-09-10
Chandler Carruth
[ADT] Micro-optimize the Triple constructor by doing...
tree
|
commitdiff
2015-09-10
Chandler Carruth
[ADT] Fix a confusing interface spec and some annoying...
tree
|
commitdiff
2015-09-10
Chandler Carruth
[ADT] Switch a bunch of places in LLVM that were doing...
tree
|
commitdiff
next