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
*
Add ARM big endian Target (armeb, thumbeb)
Christian Pirker
2014-03-28
1
-1
/
+18
*
[Allocator Cleanup] Move generic pointer alignment helper out of an
Chandler Carruth
2014-03-28
1
-15
/
+3
*
[Allocator Cleanup] Make the growth of the "slab" size of the
Chandler Carruth
2014-03-28
1
-17
/
+17
*
Canonicalise Windows target triple spellings
Saleem Abdulrasool
2014-03-27
1
-1
/
+23
*
Disable Visual C++ warning 4722 about aborting a destructor,
Yaron Keren
2014-03-25
1
-13
/
+0
*
remove a bunch of unused private methods
Nuno Lopes
2014-03-23
1
-39
/
+0
*
[Support] Follow up to r204426, for LockFileManager, make the given path abso...
Argyrios Kyrtzidis
2014-03-21
1
-3
/
+6
*
[Support] Make sure LockFileManager works correctly with relative paths.
Argyrios Kyrtzidis
2014-03-21
1
-1
/
+3
*
[Support] Make sure sys::fs::remove can remove symbolic links and make sure L...
Argyrios Kyrtzidis
2014-03-21
2
-8
/
+5
*
Remove dead and incorrect code.
Rafael Espindola
2014-03-20
1
-14
/
+1
*
Support: add support to identify WinCOFF/ARM objects
Saleem Abdulrasool
2014-03-13
1
-0
/
+1
*
support: add a utility function to normalise path separators
Saleem Abdulrasool
2014-03-11
2
-0
/
+18
*
Cleanup the interface for creating soft or hard links.
Rafael Espindola
2014-03-11
3
-33
/
+9
*
[C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.
Craig Topper
2014-03-10
5
-22
/
+20
*
Fix inconsistent whitespace.
Bob Wilson
2014-03-09
1
-1
/
+1
*
[C++11] Revert uses of lambdas with array_pod_sort.
Benjamin Kramer
2014-03-07
1
-5
/
+6
*
[C++11] Convert sort predicates into lambdas.
Benjamin Kramer
2014-03-07
1
-6
/
+5
*
[Support/LockFileManager] Re-apply r203137 and r203138 but use symbolic links...
Argyrios Kyrtzidis
2014-03-06
1
-24
/
+56
*
Support: split object format out of environment
Saleem Abdulrasool
2014-03-06
1
-7
/
+45
*
Revert create_symbolic_link and both depending changes
Reid Kleckner
2014-03-06
3
-64
/
+24
*
[Support/LockFileManager] Make the LockFileManager more robust against races.
Argyrios Kyrtzidis
2014-03-06
1
-17
/
+34
*
[Support/LockFileManager] Use symbolic link for the lock file.
Argyrios Kyrtzidis
2014-03-06
1
-13
/
+4
*
[Support/FileSystem] Introduce llvm::sys::fs::create_symbolic_link().
Argyrios Kyrtzidis
2014-03-06
2
-0
/
+32
*
Add <cstddef> for use of std::ptrdiff_t.
Ahmed Charles
2014-03-06
1
-0
/
+1
*
Fix break by qualifying ptrdiff_t with std::.
Ahmed Charles
2014-03-06
1
-2
/
+2
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
9
-28
/
+17
*
Fix an inconsistency in treatment of trailing / in path::const_iterator
Ben Langmuir
2014-03-05
1
-8
/
+5
*
[C++11] Add overloads for externally used OwningPtr functions.
Ahmed Charles
2014-03-05
2
-23
/
+81
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
1
-1
/
+1
*
Remove unnecessary variables.
Ahmed Charles
2014-03-05
1
-2
/
+2
*
Remove dependence on std::function.
Richard Smith
2014-03-04
1
-15
/
+6
*
Add support for arbitrary functors to CrashRecoveryContext.
Richard Smith
2014-03-04
1
-6
/
+15
*
APFloat: Add a move ctor and operator=
Benjamin Kramer
2014-03-04
1
-0
/
+18
*
[Modules] Move the ConstantRange class into the IR library. This is
Chandler Carruth
2014-03-04
2
-735
/
+0
*
[C+11] Add 'override' keyword to methods in the support library.
Craig Topper
2014-03-04
1
-1
/
+1
*
Revert "[C++11] Replace LLVM atomics with std::atomic."
Benjamin Kramer
2014-03-03
4
-7
/
+8
*
[C++11] Replace LLVM atomics with std::atomic.
Benjamin Kramer
2014-03-03
4
-8
/
+7
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
2
-2
/
+2
*
[C++11] Replace LLVM_STATIC_ASSERT with static_assert, we now have
Chandler Carruth
2014-03-02
1
-2
/
+2
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
6
-20
/
+20
*
[C++11] Switch all uses of the llvm_move macro to use std::move
Chandler Carruth
2014-03-02
2
-5
/
+5
*
Now that we have C++11, turn simple functors into lambdas and remove a ton of...
Benjamin Kramer
2014-03-01
2
-27
/
+12
*
[C++11] Remove the R-value reference #if usage from the ADT and Support
Chandler Carruth
2014-03-01
3
-8
/
+0
*
Fix RWMutex to be thread-safe when pthread_rwlock is not available
Mark Seaborn
2014-03-01
1
-6
/
+14
*
CommandLine: Exit successfully for -version and -help
Justin Bogner
2014-02-28
1
-3
/
+3
*
Re-apply r200853, which should not crash after Clang plugins were converted t...
Alexander Kornienko
2014-02-27
1
-7
/
+13
*
Revert "Use StringRef in raw_fd_ostream constructor"
Ben Langmuir
2014-02-27
1
-2
/
+3
*
Remove unnecessary llvm:: qualification.
Eric Christopher
2014-02-26
1
-2
/
+2
*
[CMake] BUILD_SHARED_LIBS: Fixup for r202261: Give PULIC to system_libs in LL...
NAKAMURA Takumi
2014-02-26
1
-1
/
+9
*
[CMake] Use target_link_libraries(INTERFACE|PRIVATE) on CMake-2.8.12 to incre...
NAKAMURA Takumi
2014-02-26
1
-1
/
+1
[next]