index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unittests
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-31
MCJIT: ensure that cygwin is identified properly
Saleem Abdulrasool
3
-2
/
+12
2014-03-31
Support: generalise object type handling for Windows
Saleem Abdulrasool
1
-5
/
+17
2014-03-30
[Allocator] Lift the slab size and size threshold into template
Chandler Carruth
1
-1
/
+1
2014-03-30
[Allocator] Simplify unittests by using the default size parameters in
Chandler Carruth
1
-5
/
+5
2014-03-30
ARM64: remove -m32/-m64 mapping with ARM.
Tim Northover
1
-4
/
+0
2014-03-30
Support: correct Windows normalisation
Saleem Abdulrasool
1
-0
/
+9
2014-03-29
ARM64: initial backend import
Tim Northover
1
-1
/
+1
2014-03-27
Canonicalise Windows target triple spellings
Saleem Abdulrasool
1
-1
/
+33
2014-03-27
Untabify.
NAKAMURA Takumi
1
-3
/
+3
2014-03-27
SmallVector<3> may be used here.
NAKAMURA Takumi
1
-1
/
+1
2014-03-27
IRTests/InstructionsTest.cpp: Avoid initializer list.
NAKAMURA Takumi
1
-4
/
+4
2014-03-26
CloneFunction: Clone all attributes, including the CC
Reid Kleckner
1
-0
/
+23
2014-03-26
Add a unit test for Invoke iteration, similar to the one for Call
Eli Bendersky
1
-11
/
+40
2014-03-26
Fix bot breakage in InstructionsTest.
Eli Bendersky
1
-1
/
+1
2014-03-26
Fix problem with r204836
Eli Bendersky
1
-0
/
+26
2014-03-25
Fix these tests on windows.
Rafael Espindola
1
-15
/
+10
2014-03-23
SupportTests.LockFileManagerTest: Add assertions for Win32.
NAKAMURA Takumi
1
-2
/
+16
2014-03-22
Suppress SupportTests.LockFileManagerTest on win32 for investigating.
NAKAMURA Takumi
1
-0
/
+2
2014-03-21
[Support] Make sure LockFileManager works correctly with relative paths.
Argyrios Kyrtzidis
1
-0
/
+37
2014-03-21
[Support] Make sure sys::fs::remove can remove symbolic links and make sure L...
Argyrios Kyrtzidis
1
-0
/
+32
2014-03-20
Object: Don't double-escape empty hexdata
David Majnemer
1
-1
/
+1
2014-03-18
DebugIRTests: Fixup for r204130.
NAKAMURA Takumi
1
-1
/
+1
2014-03-18
[C++11] Change DebugInfoFinder to use range-based loops
Alon Mishne
1
-2
/
+2
2014-03-13
[PM] As was pointed out in review, I need to define a custom swap in
Chandler Carruth
1
-3
/
+44
2014-03-12
unittests: Fix -Werror build
Justin Bogner
1
-2
/
+2
2014-03-12
Add parens around && clauses in a || to appease the compiler.
Eli Bendersky
1
-2
/
+2
2014-03-12
Cloning a function now also clones its debug metadata if 'ModuleLevelChanges'...
Alon Mishne
1
-1
/
+211
2014-03-11
support: add a utility function to normalise path separators
Saleem Abdulrasool
1
-0
/
+37
2014-03-11
Cleanup the interface for creating soft or hard links.
Rafael Espindola
1
-2
/
+2
2014-03-11
MultiJITTest.cpp: Tweak getPointerToNamedFunction() to be aware of also Windo...
NAKAMURA Takumi
1
-0
/
+8
2014-03-10
ADT/PointerIntPairTest.cpp: Appease msc17.
NAKAMURA Takumi
1
-1
/
+3
2014-03-10
[PM] While I'm here, fix a few other clang-format issues. Pulls some
Chandler Carruth
1
-4
/
+2
2014-03-09
[C++11] Now that we have C++11 and I've replaced the use of this
Chandler Carruth
2
-126
/
+0
2014-03-09
[PM] Switch new pass manager from polymorphic_ptr to unique_ptr now that
Chandler Carruth
1
-23
/
+33
2014-03-09
[C++11] Add llvm::make_unique, according to N3656.
Ahmed Charles
2
-0
/
+77
2014-03-09
Revert "Clean up SmallString a bit"
David Blaikie
2
-28
/
+7
2014-03-09
Clean up SmallString a bit
David Blaikie
2
-7
/
+28
2014-03-08
Fix 80 cols.
Ahmed Charles
1
-1
/
+1
2014-03-07
Fix EXPECT_* to not produce a compile warning.
Eli Bendersky
1
-2
/
+2
2014-03-07
[ADT] Update PointerIntPair to handle pointer types with more than 31 bits free.
Jordan Rose
2
-0
/
+75
2014-03-07
[C++11] Now that the users are gone, rip out the duplicated traits from type_...
Benjamin Kramer
1
-1
/
+2
2014-03-07
[C++11] Replace LLVM-style type traits with C++11 standard ones.
Benjamin Kramer
3
-6
/
+10
2014-03-06
Support: split object format out of environment
Saleem Abdulrasool
1
-1
/
+19
2014-03-06
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
29
-149
/
+140
2014-03-06
[Layering] Sink Linker.h into a Linker subdirectory to make it
Chandler Carruth
1
-1
/
+1
2014-03-06
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2
-2
/
+2
2014-03-06
[Layering] Move DIBuilder.h into the IR library where its implementation
Chandler Carruth
2
-2
/
+2
2014-03-05
Fix an inconsistency in treatment of trailing / in path::const_iterator
Ben Langmuir
1
-0
/
+29
2014-03-05
[C++11] Add overloads for externally used OwningPtr functions.
Ahmed Charles
1
-1
/
+1
2014-03-05
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
3
-41
/
+41
[next]