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
/
IR
/
ValueTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MIR] Making MIR Printing, opt -dot-cfg, and -debug printing faster
Roman Tereshin
2018-03-22
1
-1
/
+14
*
Re-sort #include lines for unittests. This uses a slightly modified
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Remove getArgumentList() in favor of arg_begin(), args(), etc
Reid Kleckner
2017-03-16
1
-1
/
+1
*
Remove every uses of getGlobalContext() in LLVM (but the C API)
Mehdi Amini
2016-04-14
1
-2
/
+2
*
unittests: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-20
1
-9
/
+9
*
IR: Expose the method 'getLocalSlot' in the module slot tracker.
Alex Lorenz
2015-07-27
1
-0
/
+60
*
IR: Expose ModuleSlotTracker in Value::print()
Duncan P. N. Exon Smith
2015-06-27
1
-0
/
+69
*
Add unittest for extreme alignments.
Rafael Espindola
2014-10-23
1
-0
/
+23
*
Modernize the .ll parsing interface.
Rafael Espindola
2014-08-19
1
-1
/
+1
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-08
1
-3
/
+3
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-1
/
+1
*
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Fix getOrInsertGlobal dropping the address space.
Matt Arsenault
2013-09-30
1
-0
/
+40
*
Fix a disconcerting bug in Value::isUsedInBasicBlock, which gave wrong answer...
Benjamin Kramer
2013-04-12
1
-0
/
+46