index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Support
Commit message (
Expand
)
Author
Age
Files
Lines
*
Testing for _XCR_XFEATURE_ENABLED_MASK instead of a specific MSVC version bec...
Aaron Ballman
2013-04-23
1
-1
/
+1
*
Fixup for r180094: properly use MSan interface functions
Alexey Samsonov
2013-04-23
1
-2
/
+2
*
Tell MSan that memory initialized by libz is valid
Alexey Samsonov
2013-04-23
1
-2
/
+9
*
Add llvm_unreachable after fully covered switch to pacify GCC
Hans Wennborg
2013-04-23
1
-0
/
+1
*
Add more guards around zlib-dependent code
Alexey Samsonov
2013-04-23
1
-1
/
+1
*
Add basic zlib support to LLVM. This would allow to use compression/uncompres...
Alexey Samsonov
2013-04-23
2
-0
/
+90
*
[Support] Fix argv string escape bug on Windows
Reid Kleckner
2013-04-22
1
-4
/
+42
*
Convert windows line endings to linux/unix line endings.
Craig Topper
2013-04-22
1
-13
/
+13
*
Make the host endianness check an integer constant expression.
Rafael Espindola
2013-04-15
2
-3
/
+3
*
Add a function to check if an argument list is too long.
Rafael Espindola
2013-04-11
2
-0
/
+40
*
<rdar://problem/13551789> Fix a race in the LockFileManager.
Douglas Gregor
2013-04-05
1
-5
/
+32
*
<rdar://problem/13551789> Fix yet another race in unique_file.
Douglas Gregor
2013-04-05
1
-3
/
+1
*
[Support][FileSystem] Fix identify_magic for big endian ELF.
Michael J. Spencer
2013-04-05
1
-2
/
+5
*
[Support] Disable assertion dialogs from the MSVC debug CRT
Reid Kleckner
2013-04-05
1
-0
/
+22
*
Ensuring that both bits are set, and not just a combination of one or the other.
Aaron Ballman
2013-04-03
1
-1
/
+2
*
Testing for Visual Studio 2010 SP1 or greater before calling the _xgetbv intr...
Aaron Ballman
2013-04-03
1
-2
/
+2
*
Second pass at addressing PR15351 by explicitly checking for AVX support
Aaron Ballman
2013-04-03
1
-2
/
+25
*
Rolling back the AVX support patch due to breaking a gcc 4.6 build bot that d...
Aaron Ballman
2013-04-03
1
-23
/
+2
*
Attempting to fix the build on older GCC versions.
Aaron Ballman
2013-04-03
1
-1
/
+2
*
This patch addresses PR15351 by explicitly checking for AVX support
Aaron Ballman
2013-04-03
1
-2
/
+22
*
Put private class into an anonmyous namespace.
Benjamin Kramer
2013-03-30
1
-0
/
+2
*
SmallVector and SmallPtrSet allocations now power-of-two aligned.
Jean-Luc Duprat
2013-03-29
1
-16
/
+8
*
Revert "Fix allocations of SmallVector and SmallPtrSet so they are more prone...
Rafael Espindola
2013-03-29
1
-8
/
+16
*
Fix allocations of SmallVector and SmallPtrSet so they are more prone to
Jean-Luc Duprat
2013-03-29
1
-16
/
+8
*
Don't try to generate crash diagnostics if we had an I/O failure. It's very
Chad Rosier
2013-03-27
1
-1
/
+1
*
Add a boolean parameter to the llvm::report_fatal_error() function to indicated
Chad Rosier
2013-03-27
1
-8
/
+8
*
Add a boolean parameter to the ExecuteAndWait static function to indicated
Chad Rosier
2013-03-26
1
-4
/
+7
*
Add missing file to cmake build.
Nick Lewycky
2013-03-26
1
-0
/
+1
*
Add a new watchdog timer interface. The interface does not permit handling ti...
Nick Lewycky
2013-03-26
5
-1
/
+86
*
Revert r177543: Add timing of the IR parsing code with a new
Chandler Carruth
2013-03-22
2
-22
/
+0
*
<rdar://problem/13477190> On Darwin, use DARWIN_USER_TEMP_DIR or DARWIN_USER_...
Douglas Gregor
2013-03-21
1
-0
/
+24
*
Use pre-inc, pre-dec when possible.
Jakub Staszak
2013-03-20
1
-4
/
+4
*
Add timing of the IR parsing code with a new -time-ir-parsing flag
Eli Bendersky
2013-03-20
2
-0
/
+22
*
Fix AsmPrinter crashes with assertion. Bug 15318 in Bugzilla
Hao Liu
2013-03-20
1
-4
/
+2
*
[Support][Path][Windows] Fix dangling else. Don't call CloseHandle when Close...
Michael J. Spencer
2013-03-15
1
-10
/
+10
*
Android uses cacheflush(long start, long end, long flags) for MIPS.
Akira Hatanaka
2013-03-14
1
-0
/
+9
*
[Support] Fix lifetime of file descriptors when using MemoryBuffer.
Michael J. Spencer
2013-03-14
4
-24
/
+37
*
Don't crash if write_impl() leaves less buffer space available than expected.
Matt Beaumont-Gay
2013-03-12
1
-1
/
+6
*
[Support][Path] Don't inf loop if creating the parent directory fails.
Michael J. Spencer
2013-03-12
1
-1
/
+7
*
[Support][MemoryBuffer] Use sys::fs::mapped_file_region instead of sys::Path:...
Michael J. Spencer
2013-03-12
1
-35
/
+44
*
Remove an unused member variable from HelpPrinter. Move another member variab...
Craig Topper
2013-03-09
1
-6
/
+2
*
Disable statistics on Release builds and move tests that depend on -stats.
Jan Wen Voung
2013-03-08
1
-1
/
+17
*
In llvm::MemoryBuffer::getFile() remove an unnecessary stat call check.
Argyrios Kyrtzidis
2013-03-01
1
-0
/
+3
*
[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
[next]