index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Support
Commit message (
Expand
)
Author
Age
Files
Lines
*
Windows/PathV2.inc: Retry rename() for (maximum) 2 seconds.
NAKAMURA Takumi
2012-05-08
1
-4
/
+14
*
Don't assume size_t is unsigned long long.
Matt Beaumont-Gay
2012-05-07
1
-3
/
+1
*
make SourceMgr tolerate empty SMLoc()'s better.
Chris Lattner
2012-05-06
1
-45
/
+54
*
Unix/Process.inc: Give more useful random seed to srand. Workaround for PR12743.
NAKAMURA Takumi
2012-05-06
1
-1
/
+14
*
Support/Process: Move llvm::sys::Process::GetRandomNumber() from Process.cpp ...
NAKAMURA Takumi
2012-05-06
2
-10
/
+9
*
reapply my patch, with a fix for an off-by-one error. Turned out to be a lot
Chris Lattner
2012-05-05
1
-12
/
+18
*
revert my patches, which are causing problems.
Chris Lattner
2012-05-05
1
-18
/
+12
*
refactor some code to expose column numbers more and make diagnostic printing...
Chris Lattner
2012-05-05
1
-12
/
+18
*
[Support] Add missing include.
Daniel Dunbar
2012-05-05
1
-1
/
+2
*
[Support] Fix up comments.
Daniel Dunbar
2012-05-05
1
-5
/
+3
*
[Support] Rewrite sys::fs::unique_file to not be stupid with /dev/urandom.
Daniel Dunbar
2012-05-05
1
-19
/
+5
*
[Support] Add sys::Process::GetRandomNumber().
Daniel Dunbar
2012-05-05
1
-0
/
+9
*
This patch adds a new NVPTX back-end to LLVM which supports code generation f...
Justin Holewinski
2012-05-04
1
-0
/
+18
*
Change the Intel Atom detection code to recognize
Preston Gurd
2012-05-02
1
-2
/
+3
*
YAMLParser: get rid of global ctors & dtors.
Benjamin Kramer
2012-05-01
1
-2
/
+0
*
[Support/YAMLParser] Fix ASan found bugs.
Michael J. Spencer
2012-04-27
1
-1
/
+7
*
[Support/YAML] Properly fix unitialized variable warning by inserting a
Michael J. Spencer
2012-04-26
1
-6
/
+12
*
Add a missing cpu subtype.
Evan Cheng
2012-04-23
1
-0
/
+4
*
[Support/Unix] Unconditionally include time.h.
Michael J. Spencer
2012-04-23
1
-8
/
+2
*
Conflict with st_dev/st_ino identifiers under Debian GNU/Hurd
Sylvestre Ledru
2012-04-23
1
-4
/
+4
*
Don't die with an assertion if the Result bitwidth is already correct. This
Chris Lattner
2012-04-23
1
-1
/
+1
*
Remove some potential warnings about variables used uninitialized.
Bill Wendling
2012-04-22
1
-3
/
+3
*
No need for "else if" after a return. Autosense "0o123" as octal in
Chris Lattner
2012-04-21
1
-4
/
+12
*
move Signals to .rodata
Nuno Lopes
2012-04-21
1
-1
/
+1
*
YAMLParser: silence warning about tautological comparison on unsigned-char pl...
Benjamin Kramer
2012-04-21
1
-1
/
+1
*
SourceMgr: Colorize diagnostics.
Benjamin Kramer
2012-04-18
1
-7
/
+41
*
SmallPtrSet: Reuse DenseMapInfo's pointer hash function instead of inventing ...
Benjamin Kramer
2012-04-18
1
-1
/
+2
*
fix error check in assert
Seth Cantrell
2012-04-18
1
-1
/
+1
*
C++ has newlines at the end of files (including include files).
David Blaikie
2012-04-17
1
-1
/
+1
*
platform support for counting column widths and checking isprint
Seth Cantrell
2012-04-17
5
-0
/
+104
*
Goodbye, JSONParser...
Manuel Klimek
2012-04-17
2
-303
/
+0
*
Reapply 'Add reverseColor to raw_ostream'.
Benjamin Kramer
2012-04-16
3
-0
/
+49
*
Revert r154800 which breaks windows builders.
Argyrios Kyrtzidis
2012-04-16
3
-50
/
+0
*
Add reverseColor to raw_ostream.
Argyrios Kyrtzidis
2012-04-16
3
-0
/
+50
*
Fix the build under Debian GNU/Hurd.
Sylvestre Ledru
2012-04-11
3
-2
/
+17
*
FoldingSet: Push the hash through FoldingSetTraits::Equals, so clients can us...
Benjamin Kramer
2012-04-11
1
-3
/
+3
*
In MemoryBuffer::getOpenFile() make sure that the buffer is null-terminated if
Argyrios Kyrtzidis
2012-04-05
1
-0
/
+11
*
Move yaml::Stream's dtor out of line so it can see Scanner's dtor.
Benjamin Kramer
2012-04-04
1
-0
/
+2
*
Sorry about that. MSVC seems to accept just about any random string you give ...
Michael J. Spencer
2012-04-03
1
-2
/
+2
*
Add YAML parser to Support.
Michael J. Spencer
2012-04-03
2
-0
/
+2116
*
Add triple support for the IBM BG/P and BG/Q supercomputers.
Hal Finkel
2012-04-02
1
-0
/
+6
*
Lowercase the tag name to match the rest of dwarf.
Eric Christopher
2012-03-29
1
-1
/
+1
*
Fix GetMainExecutable on kFreeBSD.
Anton Korobeynikov
2012-03-26
1
-3
/
+3
*
Fix null to integer conversion warnings.
Jean-Daniel Dupas
2012-03-24
1
-2
/
+2
*
[PathV2]: Fix bug in create_directories which caused infinite recursion on
Michael J. Spencer
2012-03-21
1
-5
/
+6
*
Move APInt::operator[] inline.
Benjamin Kramer
2012-03-14
1
-6
/
+0
*
Move APInt::operator! inline, it's small and fuses well with surrounding code...
Benjamin Kramer
2012-03-14
1
-10
/
+0
*
Add a sanity check in MemoryBuffer::getOpenFile() to make sure we don't hang
Argyrios Kyrtzidis
2012-03-13
1
-1
/
+5
*
Inline a trivial helper function.
Benjamin Kramer
2012-03-12
1
-7
/
+3
*
Don't cast away constant qualifier.
Duncan Sands
2012-03-12
1
-1
/
+1
[next]