projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
MC: Use @IMGREL instead of @IMGREL32, which we can't parse
[oota-llvm.git]
/
lib
/
Support
/
2014-09-24
Chris Bieneman
Adding #ifdef around TermColorMutex based on feedback...
tree
|
commitdiff
2014-09-24
NAKAMURA Takumi
Windows/Host.inc: Reformat the header to fit 80-col.
tree
|
commitdiff
2014-09-24
NAKAMURA Takumi
Unix/Host.inc: Remove <cstdlib>. It has been unused...
tree
|
commitdiff
2014-09-24
NAKAMURA Takumi
Unix/Host.inc: Wrap a comment line in 80-col.
tree
|
commitdiff
2014-09-24
NAKAMURA Takumi
Unix/Host.inc: Remove leading whitespace. It had been...
tree
|
commitdiff
2014-09-23
NAKAMURA Takumi
Windows/DynamicLibrary.inc: Remove 'extern "C"' in...
tree
|
commitdiff
2014-09-22
Chris Bieneman
Converting terminalHasColors mutex to a global ManagedS...
tree
|
commitdiff
2014-09-22
Yaron Keren
In this callback ModuleName includes the file path.
tree
|
commitdiff
2014-09-19
Matt Arsenault
Add hsail and amdil64 to Triple
tree
|
commitdiff
2014-09-17
Justin Bogner
LineIterator: Provide a variant that keeps blank lines
tree
|
commitdiff
2014-09-17
Nick Kledzik
Fix identify_magic() with mach-o stub dylibs.
tree
|
commitdiff
2014-09-15
David Blaikie
Fix memory leak in error paths in YAMLTraits by using...
tree
|
commitdiff
2014-09-12
JF Bastien
Add support for le64.
tree
|
commitdiff
2014-09-12
Evgeniy Stepanov
Add CMake check for libatomic.
tree
|
commitdiff
2014-09-11
Rui Ueyama
Support: Use llvm::COFF::BigObjMagic
tree
|
commitdiff
2014-09-11
Rui Ueyama
Support: improve identify_magic to recognize COFF bigobj
tree
|
commitdiff
2014-09-11
Rafael Espindola
Misc cleanups to the FileSytem api.
tree
|
commitdiff
2014-09-11
Sanjay Patel
typo
tree
|
commitdiff
2014-09-09
Ed Maste
Use armv6k default for FreeBSD/ARM
tree
|
commitdiff
2014-09-06
Nick Lewycky
Check whether the iterator p == the end iterator before...
tree
|
commitdiff
2014-09-06
Alexey Samsonov
Fix right shift by 64 bits detected on CXX/lex/lex...
tree
|
commitdiff
2014-09-05
Frederic Riss
Reapply "[dwarfdump] Add missing DW_LANG_Mips_Assembler...
tree
|
commitdiff
2014-09-05
Matthew Gardiner
Removed white-space
tree
|
commitdiff
2014-09-05
Matthew Gardiner
Adding kalimba variants as Triple sub-architectures.
tree
|
commitdiff
2014-09-04
Frederic Riss
[ dwarfdump ] Add symbolic dump of known DWARF attribut...
tree
|
commitdiff
2014-09-04
Frederic Riss
Revert "[dwarfdump] Add missing DW_LANG_Mips_Assembler...
tree
|
commitdiff
2014-09-04
Frederic Riss
[dwarfdump] Add missing DW_LANG_Mips_Assembler case...
tree
|
commitdiff
2014-09-03
Rafael Espindola
Add writeFileWithSystemEncoding to LibLLVMSuppor.
tree
|
commitdiff
2014-09-03
Chris Bieneman
Removing static initializer from Debug.cpp by convertin...
tree
|
commitdiff
2014-09-02
Chris Bieneman
Cleaning up remaining static initializers in Signals.inc
tree
|
commitdiff
2014-09-02
David Blaikie
unique_ptrify the result of SpecialCaseList::create
tree
|
commitdiff
2014-09-02
David Blaikie
unique_ptrify FileOutputBuffer::FileOutputBuffer
tree
|
commitdiff
2014-09-02
Andrea Di Biagio
Revert: [APFloat] Fixed a bug in method 'fusedMultiplyAdd'.
tree
|
commitdiff
2014-09-02
Andrea Di Biagio
[APFloat] Fixed a bug in method 'fusedMultiplyAdd'.
tree
|
commitdiff
2014-08-30
Craig Topper
Fix some cases where StringRef was being passed by...
tree
|
commitdiff
2014-08-29
Chris Bieneman
Cleaning up static initializers in Signals.inc
tree
|
commitdiff
2014-08-29
Chris Bieneman
Cleaning up static initializers in TimeValue.
tree
|
commitdiff
2014-08-27
Rafael Espindola
Return a std::unique_ptr when creating a new MemoryBuffer.
tree
|
commitdiff
2014-08-27
Rafael Espindola
yaml::Stream doesn't need to take ownership of the...
tree
|
commitdiff
2014-08-27
Zachary Turner
Revert "Limit the symbol search in DynamicLibrary to...
tree
|
commitdiff
2014-08-27
Zachary Turner
Limit the symbol search in DynamicLibrary to the module...
tree
|
commitdiff
2014-08-27
Benjamin Kramer
Add an explicit cast to pacify implicit boolean convers...
tree
|
commitdiff
2014-08-27
Craig Topper
Simplify creation of a bunch of ArrayRefs by using...
tree
|
commitdiff
2014-08-26
Rafael Espindola
Pass a MemoryBufferRef when we can avoid taking ownership.
tree
|
commitdiff
2014-08-26
Rafael Espindola
Merge TempDir and system_temp_directory.
tree
|
commitdiff
2014-08-26
Dylan Noblesmith
Revert "Support/APFloat: unique_ptr-ify temp arrays"
tree
|
commitdiff
2014-08-26
Dylan Noblesmith
Revert "Support/Path: remove raw delete"
tree
|
commitdiff
2014-08-25
Rafael Espindola
Fix bug in llvm::sys::argumentsFitWithinSystemLimits().
tree
|
commitdiff
2014-08-25
Rafael Espindola
Refactor argument serialization logic when executing...
tree
|
commitdiff
2014-08-25
Rafael Espindola
Modernize raw_fd_ostream's constructor a bit.
tree
|
commitdiff
2014-08-25
Dylan Noblesmith
Support/Path: remove raw delete
tree
|
commitdiff
2014-08-25
Dylan Noblesmith
Support/APFloat: unique_ptr-ify temp arrays
tree
|
commitdiff
2014-08-23
Dylan Noblesmith
Support: add llvm::unique_lock
tree
|
commitdiff
2014-08-23
Dylan Noblesmith
Support: make LLVM Mutexes STL-compatible
tree
|
commitdiff
2014-08-23
Dylan Noblesmith
Support/Unix: use ScopedLock wherever possible
tree
|
commitdiff
2014-08-22
Reid Kleckner
Fix PR17239 by changing the semantics of the RemainingA...
tree
|
commitdiff
2014-08-21
David Blaikie
Explicitly pass ownership of the MemoryBuffer to AddNew...
tree
|
commitdiff
2014-08-21
Craig Topper
Remove custom implementations of max/min in StringRef...
tree
|
commitdiff
2014-08-20
Alexey Samsonov
Fix undefined behavior (left shift by 64 bits) in Scale...
tree
|
commitdiff
2014-08-20
Craig Topper
Fix an off by 1 bug that prevented SmallPtrSet from...
tree
|
commitdiff
2014-08-19
Rafael Espindola
Don't own the buffer in object::Binary.
tree
|
commitdiff
2014-08-17
Rafael Espindola
Convert an ownership comment with std::uinque_ptr.
tree
|
commitdiff
2014-08-15
Sean Silva
Revert "[Support] Promote cl::StringSaver to a separate...
tree
|
commitdiff
2014-08-15
Sean Silva
[Support] Promote cl::StringSaver to a separate utility
tree
|
commitdiff
2014-08-14
Rafael Espindola
Delete support for AuroraUX.
tree
|
commitdiff
2014-08-13
Benjamin Kramer
Canonicalize header guards into a common format.
tree
|
commitdiff
2014-08-09
Saleem Abdulrasool
ADT: remove MinGW32 and Cygwin OSType enum
tree
|
commitdiff
2014-08-09
Eric Christopher
Fix typo.
tree
|
commitdiff
2014-08-08
Rafael Espindola
Fix the windows build.
tree
|
commitdiff
2014-08-08
Eric Christopher
Reword comment slightly.
tree
|
commitdiff
2014-08-08
Rafael Espindola
Remove dead code. Fixes pr20544.
tree
|
commitdiff
2014-08-08
Rafael Espindola
Convert from Windows to Unix paths in sys::path::native.
tree
|
commitdiff
2014-08-08
Rafael Espindola
Fix bug 20125 - clang-format segfaults on bad config.
tree
|
commitdiff
2014-08-07
Richard Smith
Remove Support/IncludeFile.h and its only user. This...
tree
|
commitdiff
2014-08-06
Yaron Keren
getNewMemBuffer memsets the buffer to zeros,
tree
|
commitdiff
2014-08-04
Justin Bogner
Path: Stop claiming path::const_iterator is bidirectional
tree
|
commitdiff
2014-08-04
NAKAMURA Takumi
MemoryBuffer: Don't use mmap when FileSize is multiple...
tree
|
commitdiff
2014-08-01
Rafael Espindola
Remove some calls to std::move.
tree
|
commitdiff
2014-07-25
Rafael Espindola
Remove dead code.
tree
|
commitdiff
2014-07-24
Hans Wennborg
Windows: Don't wildcard expand /? or -?
tree
|
commitdiff
2014-07-23
Tim Northover
AArch64: remove "arm64_be" support in favour of "aarch6...
tree
|
commitdiff
2014-07-23
Tim Northover
AArch64: remove arm64 triple enumerator.
tree
|
commitdiff
2014-07-19
David Blaikie
Remove uses of the redundant ".reset(nullptr)" of uniqu...
tree
|
commitdiff
2014-07-18
Daniel Sanders
Add MIPS Technologies to the vendors in llvm::Triple.
tree
|
commitdiff
2014-07-18
Renato Golin
Refactor ARM subarchitecture parsing
tree
|
commitdiff
2014-07-17
Alp Toker
Drop the udis86 wrapper from llvm::sys
tree
|
commitdiff
2014-07-17
Hans Wennborg
Typo: exists -> exits
tree
|
commitdiff
2014-07-17
Yi Kong
Fix the prefix for arm64 triple
tree
|
commitdiff
2014-07-16
Hans Wennborg
Perform wildcard expansion in Process::GetArgumentVecto...
tree
|
commitdiff
2014-07-14
Alp Toker
Fix a -Wunused-local-typedefs warning
tree
|
commitdiff
2014-07-14
Justin Bogner
Support: Use a range-based for
tree
|
commitdiff
2014-07-11
Argyrios Kyrtzidis
Move the API and implementation of clang::driver::getAR...
tree
|
commitdiff
2014-07-11
Alp Toker
Simplify the raw_svector_ostream tweak from r212816
tree
|
commitdiff
2014-07-11
Alp Toker
raw_svector_ostream: grow and reserve atomically
tree
|
commitdiff
2014-07-10
Eric Christopher
Add the CSR company and the Kalimba DSP processor to...
tree
|
commitdiff
2014-07-10
Peter Collingbourne
Remove move assignment operator to appease older GCCs.
tree
|
commitdiff
2014-07-10
Peter Collingbourne
Explicitly define move constructor and move assignment...
tree
|
commitdiff
2014-07-10
Peter Collingbourne
SpecialCaseList: use std::unique_ptr.
tree
|
commitdiff
2014-07-09
Alexey Samsonov
Decouple llvm::SpecialCaseList text representation...
tree
|
commitdiff
2014-07-09
Daniel Sanders
Add Imagination Technologies to the vendors in llvm...
tree
|
commitdiff
next