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
/
lib
/
Transforms
/
Utils
/
CloneFunction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove CloningDirector and associated code
Easwaran Raman
2016-01-08
1
-65
/
+7
*
Delete trailing whitespace; NFC
Sanjoy Das
2015-12-09
1
-1
/
+1
*
Teach the inliner to track deoptimization state
Sanjoy Das
2015-11-18
1
-1
/
+12
*
Also map the personality function in CloneFunctionInto
Keno Fischer
2015-11-16
1
-0
/
+7
*
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
2015-11-05
1
-3
/
+1
*
TransformUtils: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-44
/
+42
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-1
/
+1
*
Convert a bunch of loops to foreach. NFC.
Pete Cooper
2015-08-06
1
-4
/
+4
*
[LoopDist] Move loop-versioning helper functions to Cloning, NFC
Adam Nemet
2015-07-10
1
-0
/
+66
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-5
/
+5
*
DebugInfo: Delete subclasses of DIScope
Duncan P. N. Exon Smith
2015-04-20
1
-7
/
+9
*
DebugInfo: Gut DICompileUnit and DIFile
Duncan P. N. Exon Smith
2015-04-15
1
-1
/
+1
*
DebugInfo: Update signature of DICompileUnit::replace*()
Duncan P. N. Exon Smith
2015-04-14
1
-1
/
+1
*
DebugInfo: Gut DISubprogram and DILexicalBlock*
Duncan P. N. Exon Smith
2015-04-14
1
-1
/
+2
*
[WinEH] Try to make outlining invokes work a little better
Reid Kleckner
2015-04-10
1
-1
/
+1
*
DebugInfo: Remove DITypedArray<>, replace with typedefs
Duncan P. N. Exon Smith
2015-04-07
1
-8
/
+7
*
Transforms: Stop using DIDescriptor::is*() and auto-casting
Duncan P. N. Exon Smith
2015-04-06
1
-1
/
+2
*
Fixing a bug with WinEH PHI handling
Andrew Kaylor
2015-03-20
1
-4
/
+11
*
Extended support for native Windows C++ EH outlining
Andrew Kaylor
2015-03-11
1
-0
/
+8
*
remove names from comments; NFC
Sanjay Patel
2015-03-10
1
-11
/
+9
*
fix typos; NFC
Sanjay Patel
2015-03-10
1
-2
/
+2
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-18
/
+12
*
Remap frame variables for native Windows exception handling.
Andrew Kaylor
2015-02-23
1
-2
/
+22
*
Adding implementation to outline C++ catch handlers for native Windows 64 exc...
Andrew Kaylor
2015-02-18
1
-25
/
+89
*
Rename MapValue(Metadata*) to MapMetadata()
Duncan P. N. Exon Smith
2014-12-19
1
-1
/
+1
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-2
/
+2
*
Utils: Style cleanups, NFC
Duncan P. N. Exon Smith
2014-12-06
1
-7
/
+7
*
Utils: Avoid RAUW on metadata in CloneFunction()
Duncan P. N. Exon Smith
2014-12-06
1
-4
/
+4
*
Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...
Duncan P. N. Exon Smith
2014-07-21
1
-2
/
+3
*
[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...
Manuel Jacob
2014-07-20
1
-3
/
+2
*
Revert "Patch for function cloning to inline all blocks whose address is taken"
Eric Christopher
2014-05-19
1
-106
/
+34
*
Patch for function cloning to inline all blocks whose address is taken
Gerolf Hoflehner
2014-04-30
1
-34
/
+106
*
Restore CloneFunction.cpp which got accidently
Gerolf Hoflehner
2014-04-26
1
-92
/
+33
*
Revert commit r207302 since build failures
Gerolf Hoflehner
2014-04-26
1
-33
/
+92
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-4
/
+4
*
CloneFunction: Clone all attributes, including the CC
Reid Kleckner
2014-03-26
1
-14
/
+16
*
[C++11] Change DebugInfoFinder to use range-based loops
Alon Mishne
2014-03-18
1
-8
/
+2
*
Cloning a function now also clones its debug metadata if 'ModuleLevelChanges'...
Alon Mishne
2014-03-12
1
-0
/
+58
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[Modules] Move CFG.h to the IR library as it defines graph traits over
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Rename many DataLayout variables from TD to DL.
Rafael Espindola
2014-02-21
1
-7
/
+7
*
Extend RemapInstruction and friends to take an optional new parameter, a Valu...
James Molloy
2013-05-28
1
-2
/
+3
*
Change CloneFunctionInto to always clone Argument attributes induvidually,
Joey Gouly
2013-04-10
1
-22
/
+19
*
Fixed a crash when cloning a function into a function with
Pekka Jaaskelainen
2013-03-07
1
-3
/
+6
*
Remove addRetAttributes and addFnAttributes, which aren't useful abstractions.
Bill Wendling
2013-01-30
1
-4
/
+6
*
Remove the last of uses that use the Attribute object as a collection of attr...
Bill Wendling
2013-01-23
1
-1
/
+1
*
Use AttributeSet accessor methods instead of Attribute accessor methods.
Bill Wendling
2013-01-18
1
-4
/
+2
*
Push some more methods down to hide the use of the Attribute class.
Bill Wendling
2013-01-18
1
-4
/
+2
[next]