index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Support
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PathV2] In llvm::sys::fs::unique_file, make sure it doesn't fall into an inf...
Argyrios Kyrtzidis
2013-02-28
1
-1
/
+7
*
Add support for autodetection of ADM bdver2.
Roman Divacky
2013-02-26
1
-1
/
+4
*
Previously, parsing capability of the .debug_frame section was added
Eli Bendersky
2013-02-21
1
-0
/
+1
*
Provide a "None" value for convenience when using Optional<T>()
David Blaikie
2013-02-21
1
-2
/
+2
*
as the allocator is reset zero out the number of bytes allocated, this was just
Pedro Artigas
2013-02-20
1
-0
/
+1
*
Fix accidental concatenation for "outputuntil" in the -debug-buffer-size opti...
Erik Verbruggen
2013-02-20
1
-1
/
+1
*
Rewrite comments.
Dan Gohman
2013-02-20
1
-3
/
+5
*
Add comment in Memory.inc explaining r175646.
Krzysztof Parzyszek
2013-02-20
1
-0
/
+7
*
SIGQUIT is a "kill" signal, rather than an "int" signal, in this context.
Dan Gohman
2013-02-20
1
-2
/
+2
*
On PowerPC, the cache-flush instructions dcbf and icbi are treated as
Krzysztof Parzyszek
2013-02-20
1
-0
/
+4
*
Move part of APInt implementation from header to cpp file. These methods
Jakub Staszak
2013-02-20
1
-0
/
+40
*
Update a portability kludge to keep it in sync with changes in the code
Dan Gohman
2013-02-19
1
-2
/
+7
*
Whitelist files and block devices instead of blacklisting fifos and
Dan Gohman
2013-02-19
1
-3
/
+4
*
Don't trust st_size of a character device. This fixes using
Dan Gohman
2013-02-19
1
-3
/
+3
*
Fix initialization-order bug in llvm::Support::TimeValue. TimeValue::now() is...
Alexey Samsonov
2013-02-19
2
-3
/
+9
*
Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...
Benjamin Kramer
2013-02-15
1
-2
/
+2
*
Workaround an MSan false positive.
Evgeniy Stepanov
2013-02-14
1
-0
/
+2
*
Add static cast to unsigned char whenever a character classification function...
Guy Benyei
2013-02-12
4
-5
/
+7
*
More MSan/ASan annotations.
Evgeniy Stepanov
2013-02-04
2
-2
/
+7
*
Add AArch64 as an experimental target.
Tim Northover
2013-01-31
1
-0
/
+8
*
Annotate BumpPtrAllocator for MemorySanitizer.
Evgeniy Stepanov
2013-01-31
1
-0
/
+7
*
Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support
Dmitri Gribenko
2013-01-30
3
-0
/
+649
*
Fix gcc/printf/ISO C++ warning
Edwin Vane
2013-01-28
1
-1
/
+5
*
APFloat: Make sure that we get a well-formed x87 NaN when converting from a s...
Benjamin Kramer
2013-01-25
1
-0
/
+6
*
ScheduleDAG: colorize the DOT graph and improve formatting.
Andrew Trick
2013-01-25
1
-0
/
+11
*
Initial patch for x32 ABI support.
Eli Bendersky
2013-01-22
1
-0
/
+2
*
Make APFloat constructor require explicit semantics.
Tim Northover
2013-01-22
1
-16
/
+32
*
Add llvm::hexDigitValue to convert single characters to hex.
Jordan Rose
2013-01-18
1
-20
/
+1
*
Introduce llvm::sys::getProcessTriple() function.
Peter Collingbourne
2013-01-16
1
-0
/
+12
*
Revert r171829 "Split changeset_ty using iterators instead of loops" as it br...
Timur Iskhodzhanov
2013-01-14
1
-8
/
+6
*
Remove redundant 'llvm::' qualifications
Dmitri Gribenko
2013-01-13
2
-2
/
+2
*
SMDiagnostic: don't emit ranges if there are /any/ multibyte characters.
Jordan Rose
2013-01-11
1
-9
/
+12
*
Add basic fix-its to SMDiagnostic.
Jordan Rose
2013-01-10
1
-32
/
+158
*
Fix a race condition in the lock-file manager: once the lock file is
Douglas Gregor
2013-01-10
1
-3
/
+13
*
Fix a race condition in llvm::sys::path::unique_file: when we end up
Douglas Gregor
2013-01-10
1
-4
/
+7
*
Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...
Argyrios Kyrtzidis
2013-01-09
2
-11
/
+19
*
Fix memory leak in YAML I/O.
Nick Kledzik
2013-01-08
1
-9
/
+32
*
Remove the llvm-local DW_TAG_vector_type tag and add a test to
Eric Christopher
2013-01-08
1
-1
/
+0
*
Split changeset_ty using iterators instead of loops.
Lenny Maiorani
2013-01-08
1
-6
/
+8
*
Remove what appears to be a dead llvm-specific debug tag.
Eric Christopher
2013-01-08
1
-1
/
+0
*
Change SMRange to be half-open (exclusive end) instead of closed (inclusive)
Jordan Rose
2013-01-07
1
-1
/
+1
*
Implement APFloat::isDenormal()
Shuxin Yang
2013-01-07
1
-0
/
+7
*
Eric thought that Darwin was right to use -1 consistently rather than
Chandler Carruth
2013-01-05
1
-1
/
+1
*
Try to suppress the use of clock_gettime on Darwin which apparantly
Chandler Carruth
2013-01-05
1
-1
/
+1
*
Fix an obvious typo spotted by Reid Kleckner, and breaking windows builds.
Chandler Carruth
2013-01-04
1
-1
/
+1
*
Add time getters to the process interface for requesting the elapsed
Chandler Carruth
2013-01-04
3
-35
/
+103
*
Fix how YAML I/O detects flow sequences.
Nick Kledzik
2013-01-04
1
-1
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Resort the #include lines in include/... and lib/... with the
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Remove an unused method on Program.
Chandler Carruth
2012-12-31
2
-35
/
+0
[next]