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
Commit message (
Expand
)
Author
Age
Files
Lines
*
IR: Add MDNode::getDistinct()
Duncan P. N. Exon Smith
2015-01-07
1
-0
/
+38
*
IR: Add MDNode::isDistinct()
Duncan P. N. Exon Smith
2015-01-07
1
-0
/
+27
*
IR: Don't drop MDNode uniquing on null operands
Duncan P. N. Exon Smith
2015-01-05
1
-0
/
+20
*
Make DIE.h a public CodeGen header.
Frederic Riss
2015-01-05
1
-1
/
+1
*
[PM] Add names and debug logging for analysis passes to the new pass
Chandler Carruth
2015-01-05
1
-0
/
+5
*
[PM] Switch the new pass manager to use a reference-based API for IR
Chandler Carruth
2015-01-05
1
-15
/
+15
*
[APFloat][ADT] Fix sign handling logic for FMA results that truncate to zero.
Lang Hames
2015-01-04
1
-0
/
+41
*
Revert r225053: Add an ArrayRef upcasting constructor from ArrayRef<U*> -> Ar...
Chandler Carruth
2015-01-01
1
-35
/
+0
*
Add 2x constructors for TinyPtrVector, one that takes in one elemenet and the...
Michael Gottesman
2014-12-31
1
-0
/
+26
*
Add a SmallMapVector class that is a MapVector with a Map of SmallDenseMap an...
Michael Gottesman
2014-12-31
1
-0
/
+218
*
Add an ArrayRef upcasting constructor from ArrayRef<U*> -> ArrayRef<T*> where...
Michael Gottesman
2014-12-31
1
-0
/
+35
*
[cmake] Start making LLVM_LIBDIR_SUFFIX effective by adding it to
Chandler Carruth
2014-12-29
1
-1
/
+1
*
Fix a leak found by asan.
Rafael Espindola
2014-12-23
1
-2
/
+3
*
[C API] Expose LLVMGetGlobalValueAddress and LLVMGetFunctionAddress.
Peter Zotov
2014-12-22
1
-0
/
+38
*
The leak detector is dead, long live asan and valgrind.
Rafael Espindola
2014-12-22
2
-32
/
+0
*
Remove 'metadata' from comments
Duncan P. N. Exon Smith
2014-12-16
1
-4
/
+4
*
IR: Stop printing 'metadata' in Metadata::print()
Duncan P. N. Exon Smith
2014-12-16
1
-4
/
+4
*
IR: Make MDNode::dump() useful by adding addresses
Duncan P. N. Exon Smith
2014-12-16
1
-0
/
+39
*
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
*
IR: Don't track nullptr on metadata RAUW
Duncan P. N. Exon Smith
2014-12-12
1
-0
/
+47
*
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
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
2
-24
/
+71
*
IR: Drop uniquing for self-referencing MDNodes
Duncan P. N. Exon Smith
2014-12-07
1
-0
/
+40
*
IR: Remove reference to ENABLE_MDNODE_UNIQUING
Duncan P. N. Exon Smith
2014-12-07
1
-4
/
+0
*
Remove dead code. NFC.
Rafael Espindola
2014-12-04
2
-21
/
+1
*
Silencing several "multiple copy constructors" warnings from MSVC; NFC.
Aaron Ballman
2014-12-03
1
-1
/
+0
*
ADT: Add SmallVector<>::emplace_back()
Duncan P. N. Exon Smith
2014-12-03
1
-0
/
+131
*
[MCJIT] Unique-ptrify the RTDyldMemoryManager member of MCJIT. NFC.
Lang Hames
2014-12-03
2
-4
/
+4
*
DebugIR: Delete -debug-ir
Duncan P. N. Exon Smith
2014-11-29
5
-334
/
+1
*
Cleaning out google tests from MC.
Colin LeMahieu
2014-11-25
3
-73
/
+0
*
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
*
Compilation test for PostOrderIterator.
Michael Ilseman
2014-11-20
2
-0
/
+38
*
Remove support for undocumented SpecialCaseList entries.
Alexey Samsonov
2014-11-20
1
-19
/
+1
*
[ADT] Fix PR20728 - Incorrect APFloat::fusedMultiplyAdd results for x86_fp80.
Lang Hames
2014-11-19
1
-0
/
+12
*
Remove StringMap::GetOrCreateValue in favor of StringMap::insert
David Blaikie
2014-11-19
1
-6
/
+4
*
CallGraphTest.cpp: Remove invalid tests. ++S might step over F if S == F.
NAKAMURA Takumi
2014-11-18
1
-3
/
+0
*
Fix the autoconf build.
Rafael Espindola
2014-11-17
1
-1
/
+1
*
Factor common code it Linker::init.
Rafael Espindola
2014-11-17
2
-0
/
+21
*
Fix GraphTraits for "const CallGraphNode *" and "const CallGraph *"
Rafael Espindola
2014-11-17
3
-1
/
+65
*
Dispose disassembler after use in unit test.
Benjamin Kramer
2014-11-15
1
-0
/
+2
*
StringMap: Test and finish off supporting perfectly forwarded values in Strin...
David Blaikie
2014-11-14
1
-1
/
+15
*
Fix the other build system.
Rafael Espindola
2014-11-13
1
-1
/
+1
*
Fix a regression on the disassembling C API.
Rafael Espindola
2014-11-13
2
-0
/
+65
[next]