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
/
clang
/
unittests
/
Basic
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
3
-3
/
+3
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
3
-3
/
+3
*
Switch PPCallbacks to take the new MacroDefinition instead of MacroDirective*...
Richard Smith
2015-05-04
1
-1
/
+1
*
[modules] Start moving the module visibility information off the Module itself.
Richard Smith
2015-05-01
1
-2
/
+1
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
2
-8
/
+6
*
Add missing include.
Benjamin Kramer
2015-03-01
1
-0
/
+1
*
[cleanup] Re-sort the #include lines using llvm/utils/sort_includes.py
Chandler Carruth
2015-01-14
1
-1
/
+1
*
Make DiagnosticErrorTrap work even if SuppressAllDiagnostics is enabled.
Richard Smith
2014-12-05
2
-0
/
+50
*
Make VFS and FileManager match the current MemoryBuffer API.
Benjamin Kramer
2014-10-26
1
-8
/
+2
*
Adds 'override' to overriding methods. NFC.
Fariborz Jahanian
2014-10-01
1
-2
/
+2
*
Unique_ptrify PPCallbacks ownership.
Craig Topper
2014-09-10
1
-1
/
+1
*
unique_ptrify SourceManager::createFileID
David Blaikie
2014-08-29
1
-4
/
+4
*
Overload SourceManager::overrideFileContents so that unconditionally passing ...
David Blaikie
2014-08-27
1
-2
/
+2
*
Update for LLVM api change.
Rafael Espindola
2014-08-27
2
-15
/
+15
*
Create a std::unique_ptr earlier.
Rafael Espindola
2014-08-17
1
-3
/
+3
*
Convert a few ownership comments with std::unique_ptr.
Rafael Espindola
2014-08-17
1
-1
/
+2
*
unique_ptr-ify FileSystemStatCache::setNextStatCache
David Blaikie
2014-08-11
1
-13
/
+22
*
Update unit test for signature change.
Benjamin Kramer
2014-07-08
1
-2
/
+3
*
Use non-intrusive refcounting for TargetOptions
Alp Toker
2014-07-06
1
-2
/
+2
*
Track IntrusiveRefCntPtr::get() changes from LLVM r212366
Alp Toker
2014-07-05
1
-36
/
+36
*
Add vfs::recursive_directory_iterator
Ben Langmuir
2014-06-25
1
-6
/
+102
*
VirtualFileSystemTest.cpp: Get rid of initializer list on std::vector, to app...
NAKAMURA Takumi
2014-06-25
1
-21
/
+29
*
Reformat.
NAKAMURA Takumi
2014-06-25
1
-10
/
+9
*
Fix test issues from r211623 and remove test-only API
Ben Langmuir
2014-06-24
1
-18
/
+21
*
Disable the bits of r211623 that broke the bots
Ben Langmuir
2014-06-24
1
-15
/
+16
*
Add directory_iterator for (non-recursive) iteration of VFS directories
Ben Langmuir
2014-06-24
1
-0
/
+242
*
Update for llvm api change.
Rafael Espindola
2014-06-13
1
-6
/
+7
*
Refer to error_code with the std prefix.
Rafael Espindola
2014-06-12
1
-13
/
+14
*
Fix msvc unittest build.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Use std::error_code instead of llvm::error_code.
Rafael Espindola
2014-06-11
1
-5
/
+6
*
[C++11] Use 'nullptr'. Unittests edition.
Craig Topper
2014-06-08
3
-57
/
+57
*
Remove the last remaining llvm/Config/config.h includes
Alp Toker
2014-06-04
2
-2
/
+2
*
There is no std::errc:success, remove the llvm one.
Rafael Espindola
2014-05-31
1
-39
/
+39
*
Use make_error_code in preparation for making errc an enum class.
Rafael Espindola
2014-05-31
1
-1
/
+1
*
SourceManager: Use setMainFileID() consistently
Alp Toker
2014-05-21
1
-4
/
+7
*
Reformat code following Preprocessor constructor updates
Alp Toker
2014-05-02
1
-9
/
+9
*
Factor TargetInfo pointer/DelayInitialization bool pair out of Preprocessor ctor
Alp Toker
2014-05-02
1
-9
/
+9
*
Quick fix for layering that broke shared library build.
John Thompson
2014-04-23
1
-9
/
+11
*
Initial implementation of -modules-earch-all option, for searching for symbol...
John Thompson
2014-04-23
1
-0
/
+3
*
Check for LLVM_ON_WIN32 instead of _WIN32.
Hans Wennborg
2014-03-12
1
-4
/
+5
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-2
/
+3
*
Attempt to re-enable the VFS unittests on Windows
Ben Langmuir
2014-03-05
1
-72
/
+72
*
Disable BasicTests/VFS on win32 for now. Investigating.
NAKAMURA Takumi
2014-03-05
1
-0
/
+2
*
Reapply fixed "Honour 'use-external-names' in FileManager"
Ben Langmuir
2014-02-28
1
-3
/
+6
*
Revert "Honour 'use-external-names' in FileManager"
Ben Langmuir
2014-02-27
1
-1
/
+0
*
Honour 'use-external-names' in FileManager
Ben Langmuir
2014-02-27
1
-0
/
+1
*
Add a 'use-external-names' option to VFS overlay files
Ben Langmuir
2014-02-27
1
-2
/
+52
*
Allow multi-component paths in VFS file nodes
Ben Langmuir
2014-02-25
1
-0
/
+61
*
Improve some gtest assertions
Ben Langmuir
2014-02-24
1
-26
/
+26
*
Pass through context for DiagHandler in VFS
Ben Langmuir
2014-02-24
1
-27
/
+31
[next]