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
*
StringPool: Cleanup typos in unittest comments
David Majnemer
2014-12-15
1
-2
/
+2
*
ThreadLocal: Return a mutable pointer if templated with a non-const type
David Majnemer
2014-12-15
1
-2
/
+21
*
Move the resize file feature from mapped_file_region to the only user.
Rafael Espindola
2014-12-12
1
-3
/
+6
*
Pass a FD to resise_file and add a testcase.
Rafael Espindola
2014-12-12
1
-0
/
+10
*
Remove unused feature. NFC.
Rafael Espindola
2014-12-12
1
-3
/
+2
*
Remove a convoluted way of calling close by moving the call to the only caller.
Rafael Espindola
2014-12-11
1
-12
/
+3
*
Remove dead code. NFC.
Rafael Espindola
2014-12-11
1
-10
/
+7
*
Remove dead code. NFC.
Rafael Espindola
2014-12-04
2
-21
/
+1
*
More long path name support on Windows, this time in program execution.
Paul Robinson
2014-11-24
1
-0
/
+50
*
Support: Add *cast_or_null<> for pointer wrappers
Duncan P. N. Exon Smith
2014-11-24
1
-0
/
+96
*
Fix a silly bug in StreamingMemoryObject.cpp.
Rafael Espindola
2014-11-21
2
-0
/
+31
*
Remove support for undocumented SpecialCaseList entries.
Alexey Samsonov
2014-11-20
1
-19
/
+1
*
Fixing some sign comparison warnings from MSVC; NFC.
Aaron Ballman
2014-11-13
1
-3
/
+3
*
Drop a few unneeded ctor calls (missed code review comment).
Paul Robinson
2014-11-13
1
-4
/
+4
*
Improve long path name support on Windows.
Paul Robinson
2014-11-13
1
-2
/
+59
*
[CMake] LLVMSupport: Give system_libs PRIVATE scope when LLVMSupport is built...
NAKAMURA Takumi
2014-11-07
1
-0
/
+5
*
[Support] Add MemoryBuffer::getFileSlice()
Nick Kledzik
2014-10-08
1
-0
/
+50
*
[Support] Add type-safe alternative to llvm::format()
Nick Kledzik
2014-09-25
1
-0
/
+37
*
LineIterator: Provide a variant that keeps blank lines
Justin Bogner
2014-09-17
1
-9
/
+87
*
Fix identify_magic() with mach-o stub dylibs.
Nick Kledzik
2014-09-17
1
-0
/
+3
*
[Support] add decodeSLEB128()
Nick Kledzik
2014-09-15
1
-0
/
+36
*
Support: Use llvm::COFF::BigObjMagic
Rui Ueyama
2014-09-11
1
-1
/
+1
*
Support: improve identify_magic to recognize COFF bigobj
Rui Ueyama
2014-09-11
1
-0
/
+3
*
Misc cleanups to the FileSytem api.
Rafael Espindola
2014-09-11
2
-8
/
+7
*
Use simpler version of sys::fs::exists. NFC.
Rafael Espindola
2014-09-11
1
-3
/
+2
*
Try to unflake AllocatorTest.TestAlignmentPastSlab
Hans Wennborg
2014-09-07
1
-3
/
+4
*
BumpPtrAllocator: do the size check without moving any pointers
Hans Wennborg
2014-09-07
1
-0
/
+12
*
Add writeFileWithSystemEncoding to LibLLVMSuppor.
Rafael Espindola
2014-09-03
1
-0
/
+50
*
Ensure ErrorOr cannot implicitly invoke explicit ctors of the underlying type.
David Blaikie
2014-09-03
1
-0
/
+31
*
BumpPtrAllocator: use uintptr_t when aligning addresses to avoid undefined be...
Hans Wennborg
2014-09-02
1
-1
/
+1
*
unique_ptrify the result of SpecialCaseList::create
David Blaikie
2014-09-02
1
-17
/
+18
*
Cleaning up static initializers in TimeValue.
Chris Bieneman
2014-08-29
1
-6
/
+6
*
Convert a few more cases of direct intialization of unique_ptrs from MemoryBu...
David Blaikie
2014-08-27
2
-10
/
+10
*
Return a std::unique_ptr when creating a new MemoryBuffer.
Rafael Espindola
2014-08-27
3
-11
/
+11
*
yaml::Stream doesn't need to take ownership of the buffer.
Rafael Espindola
2014-08-27
1
-1
/
+1
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
2
-16
/
+16
*
Fix Path unittests on Windows after raw_fd_ostream changes
Reid Kleckner
2014-08-26
1
-7
/
+7
*
Modernize raw_fd_ostream's constructor a bit.
Rafael Espindola
2014-08-25
1
-6
/
+6
*
Fix PR17239 by changing the semantics of the RemainingArgsClass Option kind
Reid Kleckner
2014-08-22
1
-3
/
+3
*
[Support] Fix the overflow bug in ULEB128 decoding.
Alex Lorenz
2014-08-22
1
-0
/
+1
*
Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std...
David Blaikie
2014-08-21
1
-2
/
+3
*
BumpPtrAllocator: don't accept 0 for the alignment parameter
Hans Wennborg
2014-08-19
1
-14
/
+14
*
Convert an ownership comment with std::uinque_ptr.
Rafael Espindola
2014-08-17
1
-2
/
+3
*
BumpPtrAllocator: remove 'no slabs allocated yet' check
Hans Wennborg
2014-08-17
1
-1
/
+1
*
Revert "[Support] Promote cl::StringSaver to a separate utility"
Sean Silva
2014-08-15
1
-2
/
+9
*
[Support] Promote cl::StringSaver to a separate utility
Sean Silva
2014-08-15
1
-9
/
+2
*
Test commit, remove trailing whitespace
Benjamin Foster
2014-08-13
1
-1
/
+1
*
Asserting that the call to chdir succeeds in this test. Fixes some -Wunused-r...
Aaron Ballman
2014-08-13
1
-2
/
+2
*
Fix expected windows result.
Rafael Espindola
2014-08-09
1
-1
/
+1
*
Remove dead code. Fixes pr20544.
Rafael Espindola
2014-08-08
1
-6
/
+6
[next]