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
*
Rename a few unittests/.../Foo.cpp files to FooTest.cpp
Nico Weber
2018-09-03
1
-715
/
+0
*
[CloneFunction] Support BB == PredBB in DuplicateInstructionsInSplit.
Florian Hahn
2018-03-06
1
-0
/
+98
*
Pass a module reference to CloneModule.
Rafael Espindola
2018-02-14
1
-1
/
+1
*
[Cloning] Move distinct GlobalVariable debug info metadata in CloneModule
Ewan Crawford
2017-08-03
1
-0
/
+59
*
Remove the obsolete offset parameter from @llvm.dbg.value
Adrian Prantl
2017-07-28
1
-2
/
+1
*
[cloning] Do not duplicate types when cloning functions
Gor Nishanov
2017-07-07
1
-2
/
+11
*
Reapply "[Cloning] Take another pass at properly cloning debug info"
Keno Fischer
2017-06-01
1
-1
/
+1
*
Revert "[Cloning] Take another pass at properly cloning debug info"
Keno Fischer
2017-05-30
1
-1
/
+1
*
[Cloning] Take another pass at properly cloning debug info
Keno Fischer
2017-05-30
1
-1
/
+1
*
[IR] De-virtualize ~Value to save a vptr
Reid Kleckner
2017-05-18
1
-3
/
+8
*
Make it illegal for two Functions to point to the same DISubprogram
Adrian Prantl
2017-05-09
1
-28
/
+37
*
Revert r302469 "Make it illegal for two Functions to point to the same DISubp...
Hans Wennborg
2017-05-09
1
-37
/
+28
*
Make it illegal for two Functions to point to the same DISubprogram
Adrian Prantl
2017-05-08
1
-28
/
+37
*
Prefer addAttr(Attribute::AttrKind) over the AttributeList overload
Reid Kleckner
2017-04-19
1
-3
/
+1
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-1
/
+1
*
[JumpThreading] Re-enable JumpThreading for guards
Sanjoy Das
2017-02-17
1
-0
/
+47
*
Revert "[JumpThreading] Thread through guards"
Anna Thomas
2017-02-15
1
-47
/
+0
*
[JumpThreading] Thread through guards
Sanjoy Das
2017-02-09
1
-0
/
+47
*
Cloning: Copy comdats when cloning globals.
Peter Collingbourne
2017-01-18
1
-0
/
+16
*
[DebugInfo] Changed DIBuilder::createCompileUnit() to take DIFile instead of ...
Amjad Aboud
2016-12-14
1
-7
/
+10
*
Cloning: Also clone global variable attached metadata.
Peter Collingbourne
2016-10-26
1
-0
/
+10
*
DebugInfo: preparation to implement DW_AT_alignment
Victor Leschuk
2016-10-20
1
-2
/
+1
*
Formatting with clang-format patch r280700
Leny Kholodov
2016-09-06
1
-5
/
+6
*
DebugInfo: use strongly typed enum for debug info flags
Leny Kholodov
2016-09-06
1
-2
/
+3
*
Revert "DebugInfo: use strongly typed enum for debug info flags"
Mehdi Amini
2016-09-06
1
-6
/
+4
*
DebugInfo: use strongly typed enum for debug info flags
Mehdi Amini
2016-09-06
1
-4
/
+6
*
Cloning: Clean up the interface to the CloneFunction function.
Peter Collingbourne
2016-05-10
1
-9
/
+5
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.
Adrian Prantl
2016-04-15
1
-15
/
+0
*
Cloning: Reduce complexity of debug info cloning and fix correctness issue.
Peter Collingbourne
2016-03-30
1
-0
/
+6
*
[Cloning] Clone every Function's Debug Info
Keno Fischer
2016-02-13
1
-0
/
+25
*
Return a std::unique_ptr from CloneModule. NFC.
Rafael Espindola
2015-12-08
1
-1
/
+1
*
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
2015-11-05
1
-17
/
+14
*
unittests: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-20
1
-2
/
+2
*
Remove DIFile from createSubroutineType.
Eric Christopher
2015-10-15
1
-1
/
+1
*
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
[next]