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
/
Unix
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove the old file memory mapping functions.
Rafael Espindola
2013-06-12
1
-17
/
+0
*
Remove Path::createFileOnDisk.
Rafael Espindola
2013-06-12
1
-10
/
+0
*
Remove Path::makeExecutableOnDisk.
Rafael Espindola
2013-06-12
1
-6
/
+0
*
Remove Path::getDirname.
Rafael Espindola
2013-06-11
1
-4
/
+0
*
Remove Path::getBasename.
Rafael Espindola
2013-06-11
1
-16
/
+0
*
Remove Path::getLast.
Rafael Espindola
2013-06-11
1
-22
/
+0
*
Remove GetRootDirectory.
Rafael Espindola
2013-06-11
1
-7
/
+0
*
Remove GetUserHomeDirectory.
Rafael Espindola
2013-06-11
1
-10
/
+0
*
Remove GetSystemLibraryPaths.
Rafael Espindola
2013-06-11
1
-15
/
+0
*
Remove Path::GetBitcodeLibraryPaths.
Rafael Espindola
2013-06-11
1
-17
/
+0
*
Remove declaration of __clear_cache for __APPLE__. <rdar://problem/13924072>
Bob Wilson
2013-05-19
1
-0
/
+3
*
Invalidate instruction cache when setting memory to be executable.
Tim Northover
2013-05-19
1
-0
/
+3
*
Fix __clear_cache declaration.
Rafael Espindola
2013-05-14
1
-1
/
+1
*
Declare __clear_cache.
Rafael Espindola
2013-05-14
1
-0
/
+1
*
AArch64: use __clear_cache under GCCish environments
Tim Northover
2013-05-04
1
-1
/
+1
*
[SystemZ] Support System Z as host architecture
Ulrich Weigand
2013-05-03
1
-0
/
+9
*
Inline variable into the #ifdef block where it's used.
Benjamin Kramer
2013-04-28
1
-1
/
+1
*
Fix typo. Stupid me.
Joerg Sonnenberger
2013-04-27
1
-1
/
+1
*
Only use cxxabi.h's demangler, if it is actually available.
Joerg Sonnenberger
2013-04-27
1
-2
/
+8
*
Add a function to check if an argument list is too long.
Rafael Espindola
2013-04-11
1
-0
/
+24
*
<rdar://problem/13551789> Fix yet another race in unique_file.
Douglas Gregor
2013-04-05
1
-3
/
+1
*
Add a new watchdog timer interface. The interface does not permit handling ti...
Nick Lewycky
2013-03-26
1
-0
/
+32
*
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
1
-7
/
+10
*
[PathV2] In llvm::sys::fs::unique_file, make sure it doesn't fall into an inf...
Argyrios Kyrtzidis
2013-02-28
1
-1
/
+7
*
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
*
Fix initialization-order bug in llvm::Support::TimeValue. TimeValue::now() is...
Alexey Samsonov
2013-02-19
1
-1
/
+2
*
Workaround an MSan false positive.
Evgeniy Stepanov
2013-02-14
1
-0
/
+2
*
More MSan/ASan annotations.
Evgeniy Stepanov
2013-02-04
1
-0
/
+5
*
Fix gcc/printf/ISO C++ warning
Edwin Vane
2013-01-28
1
-1
/
+5
*
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
1
-11
/
+15
*
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
*
Add time getters to the process interface for requesting the elapsed
Chandler Carruth
2013-01-04
1
-22
/
+40
*
Remove an unused method on Program.
Chandler Carruth
2012-12-31
1
-18
/
+0
*
Remove an unused method on the Program class.
Chandler Carruth
2012-12-31
1
-5
/
+0
*
Go ahead and get rid of the old page size interface and convert all the
Chandler Carruth
2012-12-31
2
-9
/
+9
*
Flesh out a page size accessor in the new API.
Chandler Carruth
2012-12-31
1
-4
/
+7
*
Remove an unused function in the old Process interface.
Chandler Carruth
2012-12-31
1
-20
/
+0
*
Switch this code to a more idiomatic double using namespace directive.
Chandler Carruth
2012-12-31
1
-1
/
+1
*
Begin sketching out the process interface.
Chandler Carruth
2012-12-31
1
-0
/
+6
*
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
1
-3
/
+3
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
2
-3
/
+3
*
Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.
Chandler Carruth
2012-11-30
1
-1
/
+1
*
PathV2: Fix a possible infinite loop.
Daniel Dunbar
2012-11-15
1
-3
/
+4
*
Support: Don't remove special files on signals.
Daniel Dunbar
2012-10-17
1
-9
/
+21
[prev]
[next]