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
/
unittests
/
Support
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Allocator] Lift the slab size and size threshold into template
Chandler Carruth
2014-03-30
1
-1
/
+1
*
[Allocator] Simplify unittests by using the default size parameters in
Chandler Carruth
2014-03-30
1
-5
/
+5
*
Fix these tests on windows.
Rafael Espindola
2014-03-25
1
-15
/
+10
*
SupportTests.LockFileManagerTest: Add assertions for Win32.
NAKAMURA Takumi
2014-03-23
1
-2
/
+16
*
Suppress SupportTests.LockFileManagerTest on win32 for investigating.
NAKAMURA Takumi
2014-03-22
1
-0
/
+2
*
[Support] Make sure LockFileManager works correctly with relative paths.
Argyrios Kyrtzidis
2014-03-21
1
-0
/
+37
*
[Support] Make sure sys::fs::remove can remove symbolic links and make sure L...
Argyrios Kyrtzidis
2014-03-21
1
-0
/
+32
*
support: add a utility function to normalise path separators
Saleem Abdulrasool
2014-03-11
1
-0
/
+37
*
Cleanup the interface for creating soft or hard links.
Rafael Espindola
2014-03-11
1
-2
/
+2
*
[C++11] Replace LLVM-style type traits with C++11 standard ones.
Benjamin Kramer
2014-03-07
1
-4
/
+8
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
3
-20
/
+19
*
Fix an inconsistency in treatment of trailing / in path::const_iterator
Ben Langmuir
2014-03-05
1
-0
/
+29
*
[C++11] Add overloads for externally used OwningPtr functions.
Ahmed Charles
2014-03-05
1
-1
/
+1
*
Hey, we can stop depending on the IR library from the Support unittests
Chandler Carruth
2014-03-04
1
-1
/
+0
*
[Modules] Move the LeakDetector header into the IR library where the
Chandler Carruth
2014-03-04
2
-32
/
+0
*
[Modules] Move the ConstantRange class into the IR library. This is
Chandler Carruth
2014-03-04
2
-513
/
+0
*
[Modules] Move ValueHandle into the IR library where Value itself lives.
Chandler Carruth
2014-03-04
2
-409
/
+0
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-1
/
+1
*
[C++11] Switch all uses of the llvm_move macro to use std::move
Chandler Carruth
2014-03-02
1
-1
/
+1
*
[C++11] Remove LLVM_HAS_CXX11_STDLIB now that it is just on.
Chandler Carruth
2014-03-01
1
-6
/
+0
*
[C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from the unittests.
Chandler Carruth
2014-03-01
2
-4
/
+0
*
Use the overloaded std::abs rather than C's abs(int) to address Clang's -Wabs...
David Blaikie
2014-02-26
1
-1
/
+1
*
Replace the F_Binary flag with a F_Text one.
Rafael Espindola
2014-02-24
1
-3
/
+3
*
Fix windows unittest I missed in the raw_fd_ostream constructor change.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
Simplify remove, create_directory and create_directories.
Rafael Espindola
2014-02-23
1
-17
/
+24
*
Move get[S|U]LEB128Size() to LEB128.h.
Logan Chien
2014-02-22
2
-0
/
+312
*
Remove TimeValue::toPosixTime() -- it is buggy, semantics are unclear, and its
Dmitri Gribenko
2014-02-11
1
-1
/
+2
*
Fix layering StringRef copy using BumpPtrAllocator.
Nick Kledzik
2014-02-05
1
-28
/
+0
*
Silence a warning:
Chandler Carruth
2014-02-04
1
-1
/
+1
*
Implemented support for Process::GetRandomNumber on Windows.
Aaron Ballman
2014-02-04
1
-0
/
+7
*
Introduce llvm::sys::path::home_directory.
Peter Collingbourne
2014-01-31
1
-0
/
+13
*
Remove C++11ism from r200407.
Jordan Rose
2014-01-29
1
-1
/
+1
*
[CommandLine] Aliases require an value if their target requires a value.
Jordan Rose
2014-01-29
1
-2
/
+53
*
Add BumpPtrAllocator::allocateCopy() utilities
Nick Kledzik
2014-01-28
1
-0
/
+28
*
Fix known typos
Alp Toker
2014-01-24
2
-38
/
+38
*
Use LLVM_EXPLICIT instead of a function pointer as bool.
Rafael Espindola
2014-01-16
1
-1
/
+3
*
Remove remove_all. A compiler has no need for recursively deleting a directory.
Rafael Espindola
2014-01-10
3
-5
/
+22
*
Add a unit test for the copy constructor.
Rafael Espindola
2014-01-09
1
-0
/
+3
*
Use getError and remove the error_code operator.
Rafael Espindola
2014-01-08
1
-1
/
+1
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
6
-8
/
+3
*
Make llvm::Regex non-copyable but movable.
David Blaikie
2014-01-02
1
-0
/
+15
*
Introduce a simple line-by-line iterator type into the Support library.
Chandler Carruth
2013-12-27
2
-0
/
+116
*
unittests/Support/ProcessTest.cpp: Don't use "windows.h". Use <windows.h> ins...
NAKAMURA Takumi
2013-12-25
1
-1
/
+1
*
Make sys::ThreadLocal<> zero-initialized on non-thread builds (PR18205)
Hans Wennborg
2013-12-19
2
-0
/
+39
*
[block-freq] Add a right shift to BlockFrequency that saturates at 1.
Michael Gottesman
2013-12-14
1
-0
/
+8
*
Swap around EXPECT_EQ() arguments orders for more natural gtest Failure messages
Alp Toker
2013-12-12
1
-8
/
+8
*
Add missing escape characters to the new Regex::escape() function
Alp Toker
2013-12-12
1
-0
/
+5
*
[block-freq] Update data in test case to be unsigned long long to fix mingw b...
Michael Gottesman
2013-11-22
1
-80
/
+80
*
YAML I/O add support for validate()
Nick Kledzik
2013-11-21
1
-3
/
+43
*
revert r194655
Nick Kledzik
2013-11-21
1
-70
/
+0
[next]