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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace llvm::error_code with std::error_code.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Use std::error_code instead of llvm::error_code.
Rafael Espindola
2014-06-11
1
-1
/
+1
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-08
3
-9
/
+9
*
Use create methods since msvc doesn't handle delegating constructors.
Rafael Espindola
2014-05-17
1
-1
/
+1
*
Reduce abuse of default values in the GlobalAlias constructor.
Rafael Espindola
2014-05-17
1
-3
/
+1
*
Fix most of PR10367.
Rafael Espindola
2014-05-16
1
-1
/
+1
*
Change the GlobalAlias constructor to look a bit more like GlobalVariable.
Rafael Espindola
2014-05-16
1
-2
/
+3
*
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
*
DebugIRTests: Fixup for r204130.
NAKAMURA Takumi
2014-03-18
1
-1
/
+1
*
[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
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
2
-13
/
+14
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[Layering] Move DIBuilder.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
Simplify remove, create_directory and create_directories.
Rafael Espindola
2014-02-23
1
-3
/
+4
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
3
-6
/
+5
*
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.
NAKAMURA Takumi
2013-12-10
2
-0
/
+4
*
[asan] rewrite asan's stack frame layout
Kostya Serebryany
2013-12-06
2
-0
/
+103
*
Add support for software expansion of 64-bit integer division instructions.
Michael Ilseman
2013-11-19
1
-0
/
+122
*
Introduce SpecialCaseList::isIn overload for GlobalAliases.
Peter Collingbourne
2013-08-19
1
-0
/
+46
*
Remove SpecialCaseList::findCategory.
Peter Collingbourne
2013-08-19
1
-2
/
+0
*
Relax conditions of test added in r188156 to fix it on Windows
Alexey Samsonov
2013-08-12
1
-1
/
+1
*
Introduce factory methods for SpecialCaseList
Alexey Samsonov
2013-08-12
1
-2
/
+32
*
Make SpecialCaseList match full strings, as documented, using anchors.
Peter Collingbourne
2013-07-16
1
-0
/
+16
*
Implement categories for special case lists.
Peter Collingbourne
2013-07-09
1
-8
/
+33
*
Add some SpecialCaseList unit tests.
Peter Collingbourne
2013-07-09
2
-0
/
+118
*
Replace UNIXy path with os-independent one in DebugIR unit test
Daniel Malea
2013-06-28
1
-7
/
+8
*
Fix Windows/Darwin build error in DebugIR unit tests
Daniel Malea
2013-06-28
1
-9
/
+19
*
Adding tests for DebugIR pass
Daniel Malea
2013-06-28
5
-1
/
+320
*
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
3
-13
/
+13
*
Sort the #include lines for unittest/...
Chandler Carruth
2012-12-04
3
-9
/
+8
*
Remove unneeded and invalid SetInsertPoint calls from unittest.
Benjamin Kramer
2012-09-26
1
-8
/
+0
*
Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...
Michael Ilseman
2012-09-26
1
-0
/
+96
*
Revert r164614 to appease the buildbots.
Chad Rosier
2012-09-25
1
-97
/
+0
*
Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...
Michael Ilseman
2012-09-25
1
-0
/
+97
*
Unit tests for IntegerDivision. Currently, just a basic sanity check to ensur...
Michael Ilseman
2012-09-25
2
-0
/
+55
*
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-29
1
-2
/
+3
*
llvm/unittests: Simplify LINK_COMPONENTS.
NAKAMURA Takumi
2012-06-21
1
-1
/
+1
*
Completely refactor the structuring of unittest CMake files to match the
Chandler Carruth
2012-06-21
2
-0
/
+9
*
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
*
Remove PHINode::reserveOperandSpace(). Instead, add a parameter to
Jay Foad
2011-03-30
1
-4
/
+3
[next]