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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[RemoveDuplicatePHINodes] Start over after removing a PHI.
Benjamin Kramer
2015-09-02
1
-0
/
+37
*
Linker: Move distinct MDNodes instead of cloning
Duncan P. N. Exon Smith
2015-08-03
1
-0
/
+31
*
DI: Rewrite the DIBuilder local variable API
Duncan P. N. Exon Smith
2015-07-31
1
-2
/
+2
*
[Cloning] Teach CloneModule about personality functions
David Majnemer
2015-06-30
1
-0
/
+35
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-13
/
+13
*
DebugInfo: Remove DIArray and DITypeArray typedefs
Duncan P. N. Exon Smith
2015-04-21
1
-1
/
+1
*
DebugInfo: Drop rest of DIDescriptor subclasses
Duncan P. N. Exon Smith
2015-04-21
1
-3
/
+3
*
DebugInfo: Delete subclasses of DIScope
Duncan P. N. Exon Smith
2015-04-20
1
-9
/
+10
*
DebugInfo: Remove DIType
Duncan P. N. Exon Smith
2015-04-20
1
-2
/
+2
*
DebugInfo: Remove DIDescriptor from the DIBuilder API
Duncan P. N. Exon Smith
2015-04-16
1
-1
/
+2
*
DebugInfo: Gut DICompileUnit and DIFile
Duncan P. N. Exon Smith
2015-04-15
1
-2
/
+2
*
DebugInfo: Require a DebugLoc in DIBuilder::insertDeclare()
Duncan P. N. Exon Smith
2015-04-15
1
-2
/
+4
*
DebugInfo: Gut DISubprogram and DILexicalBlock*
Duncan P. N. Exon Smith
2015-04-14
1
-18
/
+19
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-8
/
+4
*
DebugInfo: Remove DITypedArray<>, replace with typedefs
Duncan P. N. Exon Smith
2015-04-07
1
-2
/
+2
*
IR: Stop using DIDescriptor::is*() and auto-casting
Duncan P. N. Exon Smith
2015-04-06
1
-20
/
+18
*
Transforms: Update unit tests to use verifyModule()
Duncan P. N. Exon Smith
2015-03-30
1
-6
/
+15
*
Transforms: Fix a use of the old DebugLoc in unittests
Duncan P. N. Exon Smith
2015-03-30
1
-3
/
+3
*
MapMetadata: Allow unresolved metadata if it won't change
Duncan P. N. Exon Smith
2015-03-17
2
-0
/
+28
*
[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
*
Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics.
Alexey Samsonov
2014-07-09
2
-233
/
+0
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-08
2
-8
/
+8
*
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
*
[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
1
-11
/
+12
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
2
-2
/
+2
*
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.
NAKAMURA Takumi
2013-12-10
1
-0
/
+2
*
[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
[next]