index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Support
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-24
Replace the F_Binary flag with a F_Text one.
Rafael Espindola
4
-7
/
+7
2014-02-24
Add AArch64 big endian Target (aarch64_be)
Christian Pirker
1
-42
/
+49
2014-02-24
Share a createUniqueEntity implementation between unix and windows.
Rafael Espindola
3
-205
/
+90
2014-02-24
Delete dead code.
Rafael Espindola
2
-12
/
+0
2014-02-23
Use static instead of an anonymous namespace.
Rafael Espindola
2
-35
/
+31
2014-02-23
Simplify remove, create_directory and create_directories.
Rafael Espindola
3
-52
/
+34
2014-02-23
Use simpler form of llvm::sys::fs::remove.
Rafael Espindola
1
-2
/
+1
2014-02-23
Simplify linking to system libraries
NAKAMURA Takumi
1
-2
/
+26
2014-02-22
Don't inline get[S|U]LEB128Size() until they are proved to be hot.
Logan Chien
2
-0
/
+45
2014-02-20
[Support] Correctly handle zero length inputs to UTF conversion functions on ...
Michael J. Spencer
1
-32
/
+30
2014-02-13
Use mkdir instead of stat+mkdir.
Rafael Espindola
1
-11
/
+18
2014-02-13
Remove dead code.
Rafael Espindola
2
-45
/
+0
2014-02-13
Use simpler version of sys::fs::exists when possible.
Rafael Espindola
1
-5
/
+3
2014-02-12
Rename Windows.h to WindowsSupport.h to avoid ambiguity
Reid Kleckner
14
-15
/
+18
2014-02-12
_CS_DARWIN_USER macros available on darwin>=9. Thanks, Dave Odell!
David Fang
1
-1
/
+2
2014-02-12
Windows/Path.inc: Move <shlobj.h> after "Windows.h" for some API available.
NAKAMURA Takumi
1
-2
/
+3
2014-02-11
Remove TimeValue::toPosixTime() -- it is buggy, semantics are unclear, and its
Dmitri Gribenko
1
-2
/
+2
2014-02-11
Using the helper API for random number generation.
Aaron Ballman
3
-14
/
+2
2014-02-11
Hopefully fixing the MinGW 32 build, which was broken by r200767. Not using r...
Aaron Ballman
2
-9
/
+11
2014-02-10
[CMake] LLVMSupport should be responsible to provide system_libs.
NAKAMURA Takumi
1
-0
/
+2
2014-02-07
Fix an invalid check for duplicate option categories.
Alexander Kornienko
1
-4
/
+10
2014-02-07
Try to unbreak the mingw32 build.
Benjamin Kramer
1
-1
/
+1
2014-02-05
Revert "Fix an invalid check for duplicate option categories."
Rafael Espindola
1
-14
/
+3
2014-02-05
Fix an invalid check for duplicate option categories.
Alexander Kornienko
1
-3
/
+14
2014-02-05
Fix configure to find arc4random via header files.
Todd Fiala
1
-2
/
+2
2014-02-04
Implemented support for Process::GetRandomNumber on Windows.
Aaron Ballman
2
-0
/
+12
2014-02-03
Undef'ing _WIN32_IE to silence an MSVC warning about redefining a macro value.
Aaron Ballman
1
-0
/
+1
2014-02-03
Rename the non-templated base class of SmallPtrSet to
Chandler Carruth
1
-13
/
+15
2014-02-01
Hopefully fix mingw32 bots.
Peter Collingbourne
1
-1
/
+1
2014-01-31
Introduce llvm::sys::path::home_directory.
Peter Collingbourne
2
-0
/
+32
2014-01-29
[CommandLine] Aliases require an value if their target requires a value.
Jordan Rose
1
-0
/
+7
2014-01-29
Remove unnecessary call to pthread_mutexattr_setpshared()
Mark Seaborn
1
-7
/
+0
2014-01-27
Fix the "#ifndef HAVE_SYS_WAIT_H" code path in Program.inc to compile
Mark Seaborn
1
-0
/
+1
2014-01-27
Roll back the ConstStringRef change for now
Alp Toker
1
-1
/
+1
2014-01-27
StringRef: Extend constexpr capabilities and introduce ConstStringRef
Alp Toker
1
-1
/
+1
2014-01-24
Fix known typos
Alp Toker
5
-18
/
+17
2014-01-20
[x86] Support i386-*-*-code16 triple for emitting 16-bit code
David Woodhouse
1
-0
/
+2
2014-01-20
[CMake] llvm_process_sources: Introduce a parameter, ADDITIONAL_HEADERS.
NAKAMURA Takumi
1
-0
/
+2
2014-01-19
ARM: update build attributes for ABI r2.09
Saleem Abdulrasool
1
-4
/
+4
2014-01-19
Move ARM build attributes into Support
Saleem Abdulrasool
2
-0
/
+96
2014-01-12
raw_fd_ostream: Don't change STDERR to O_BINARY, or w*printf() (in assert()) ...
NAKAMURA Takumi
1
-2
/
+3
2014-01-12
raw_stream formatter: [Win32] Use std::signbit() if available, instead of _fp...
NAKAMURA Takumi
1
-0
/
+6
2014-01-10
Use the simpler version of sys::fs::remove when possible.
Rafael Espindola
4
-18
/
+10
2014-01-10
Remove remove_all. A compiler has no need for recursively deleting a directory.
Rafael Espindola
1
-39
/
+0
2014-01-07
Try to fix the windows build. The comments in other files don't seem to
Chandler Carruth
2
-7
/
+8
2014-01-07
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
7
-10
/
+14
2014-01-02
Make llvm::Regex non-copyable but movable.
David Blaikie
1
-2
/
+4
2013-12-31
Silence g++ 4.9 build issue
Alp Toker
1
-2
/
+3
2013-12-27
Use two variables here rather than reusing (and abusing) one. This is
Chandler Carruth
1
-6
/
+6
2013-12-27
Introduce a simple line-by-line iterator type into the Support library.
Chandler Carruth
2
-0
/
+69
[next]