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
/
Transforms
/
Utils
/
Cloning.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Transforms: Fix a use of the old DebugLoc in unittests
Duncan P. N. Exon Smith
2015-03-30
1
-3
/
+3
*
[opaque pointer type] gep API migration
David Blaikie
2015-03-14
1
-1
/
+2
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-3
/
+2
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-2
/
+3
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
1
-3
/
+2
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-2
/
+3
*
[Debug Info] add DISubroutineType and its creation takes DITypeArray.
Manman Ren
2014-07-28
1
-1
/
+1
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-08
1
-2
/
+2
*
This reverts r206828 until David has time to figure out that is going on.
Quentin Colombet
2014-04-22
1
-25
/
+19
*
Use unique_ptr to handle ownership of Value*s in Cloning unit tests.
David Blaikie
2014-04-21
1
-19
/
+25
*
CloneFunction: Clone all attributes, including the CC
Reid Kleckner
2014-03-26
1
-0
/
+23
*
[C++11] Change DebugInfoFinder to use range-based loops
Alon Mishne
2014-03-18
1
-2
/
+2
*
unittests: Fix -Werror build
Justin Bogner
2014-03-12
1
-2
/
+2
*
Add parens around && clauses in a || to appease the compiler.
Eli Bendersky
2014-03-12
1
-2
/
+2
*
Cloning a function now also clones its debug metadata if 'ModuleLevelChanges'...
Alon Mishne
2014-03-12
1
-1
/
+211
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Delete the functions F1 and F2 to appease the valgrind bot.
Joey Gouly
2013-04-10
1
-0
/
+3
*
Change CloneFunctionInto to always clone Argument attributes induvidually,
Joey Gouly
2013-04-10
1
-1
/
+28
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-4
/
+4
*
Sort the #include lines for unittest/...
Chandler Carruth
2012-12-04
1
-4
/
+4
*
Fix inappropriate use of anonymous namespaces in unittests.
Chandler Carruth
2012-06-20
1
-1
/
+3
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+2
*
Convert GetElementPtrInst to use ArrayRef.
Jay Foad
2011-07-25
1
-1
/
+1
*
Don't include Operator.h from InstrTypes.h.
Jay Foad
2011-04-11
1
-0
/
+1
*
Teach this test not to leak. Also, clean up all the cast<BinaryOperator> cruft.
Nick Lewycky
2010-03-13
1
-36
/
+89
*
Factor out redundancy from clone() implementations.
Devang Patel
2009-10-27
1
-28
/
+28
*
Type.h doesn't need to #include LLVMContext.h
Chris Lattner
2009-10-27
1
-0
/
+1
*
Introduce and use convenience methods for getting pointer types
Duncan Sands
2009-10-06
1
-1
/
+1
*
New unit test for the cloning module, which so far only covers cloning of
Nick Lewycky
2009-09-27
1
-0
/
+87
[prev]