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
/
InlineFunction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[tsan] Add support for C++ exceptions into TSan (call __tsan_func_exit during...
Kuba Brecka
2016-11-14
1
-31
/
+1
*
Inliner: Don't mark swifterror allocas with lifetime markers
Arnold Schwaighofer
2016-09-09
1
-0
/
+3
*
Fix inliner funclet unwind memoization
Joseph Tremoulet
2016-09-04
1
-7
/
+79
*
[PM] Port the always inliner to the new pass manager in a much more
Chandler Carruth
2016-08-17
1
-1
/
+1
*
Preserve the assumption cache more often
David Majnemer
2016-08-16
1
-12
/
+22
*
[Inliner] Don't treat inalloca allocas as static
Reid Kleckner
2016-08-12
1
-3
/
+10
*
Avoid using a raw AssumptionCacheTracker in various inliner functions.
Sean Silva
2016-07-23
1
-5
/
+5
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
1
-13
/
+10
*
Revert "[SimplifyCFG] Stop inserting calls to llvm.trap for UB"
David Majnemer
2016-06-25
1
-1
/
+1
*
[SimplifyCFG] Stop inserting calls to llvm.trap for UB
David Majnemer
2016-06-25
1
-1
/
+1
*
Switch more loops to be range-based
David Majnemer
2016-06-24
1
-2
/
+1
*
Run clang-tidy's performance-unnecessary-copy-initialization over LLVM.
Benjamin Kramer
2016-06-12
1
-1
/
+1
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-1
/
+2
*
All llvm.deoptimize declarations must use the same calling convention
Sanjoy Das
2016-05-12
1
-1
/
+7
*
[Inliner] Preserve llvm.mem.parallel_loop_access metadata
Hal Finkel
2016-04-28
1
-0
/
+31
*
Maintain calling convention when inling calls to llvm.deoptimize
Sanjoy Das
2016-04-09
1
-1
/
+3
*
Don't insert stackrestore on deoptimizing returns
Sanjoy Das
2016-04-01
1
-2
/
+4
*
Don't insert lifetime end markers on deoptimizing returns
Sanjoy Das
2016-04-01
1
-2
/
+5
*
Introduce a @llvm.experimental.guard intrinsic
Sanjoy Das
2016-03-31
1
-5
/
+7
*
Introduce @llvm.experimental.deoptimize
Sanjoy Das
2016-03-11
1
-1
/
+64
*
Revert revisions 262636, 262643, 262679, and 262682.
Easwaran Raman
2016-03-08
1
-6
/
+3
*
Fix a use-after-free bug introduced in r262636
Easwaran Raman
2016-03-04
1
-1
/
+4
*
Infrastructure for PGO enhancements in inliner
Easwaran Raman
2016-03-03
1
-2
/
+2
*
[WinEH] Don't inline an 'unwinds to caller' cleanupret into funclets which lo...
David Majnemer
2016-02-23
1
-0
/
+21
*
[Inliner/WinEH] Honor implicit nounwinds
Joseph Tremoulet
2016-01-20
1
-17
/
+314
*
[OperandBundles] Copy DebugLoc with calls/invokes
Joseph Tremoulet
2016-01-14
1
-1
/
+0
*
hasNUses(0) == use_empty() ; NFCI
Sanjay Patel
2016-01-13
1
-4
/
+3
*
rangify; NFCI
Sanjay Patel
2016-01-13
1
-6
/
+5
*
Nonnull elements in OperandBundleCallSites are not all Instructions
Sanjoy Das
2015-12-19
1
-3
/
+2
*
[WinEH] Use operand bundles to describe call sites
David Majnemer
2015-12-15
1
-32
/
+61
*
[IR] Remove terminatepad
David Majnemer
2015-12-14
1
-13
/
+2
*
[IR] Reformulate LLVM's EH funclet IR
David Majnemer
2015-12-12
1
-34
/
+108
*
Add arg_begin() and arg_end() to CallInst and InvokeInst; NFCI
Sanjoy Das
2015-12-10
1
-3
/
+2
*
Use WeakVH to keep track of calls with operand bundles in CloneCodeInfo
Sanjoy Das
2015-12-09
1
-1
/
+3
*
[OperandBundles] Remove unncessary constructor
Sanjoy Das
2015-12-08
1
-1
/
+1
*
[OperandBundles] Extract duplicated code into a helper function, NFC
Sanjoy Das
2015-11-25
1
-5
/
+1
*
[Utils] Put includes in correct order. NFC.
Weiming Zhao
2015-11-24
1
-1
/
+1
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
1
-1
/
+1
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
1
-1
/
+1
*
[OperandBundles] Tighten OperandBundleDef's interface; NFC
Sanjoy Das
2015-11-18
1
-1
/
+1
*
Teach the inliner to track deoptimization state
Sanjoy Das
2015-11-18
1
-5
/
+80
*
[Inliner] Don't inline through callsites with operand bundles
Sanjoy Das
2015-10-23
1
-0
/
+4
*
[InlineFunction] Correctly inline TerminatePadInst
David Majnemer
2015-10-13
1
-5
/
+10
*
TransformUtils: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-42
/
+46
*
Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...
Hans Wennborg
2015-10-06
1
-3
/
+3
*
[Inline] Use AssumptionCache from the right Function
Vedant Kumar
2015-09-23
1
-1
/
+1
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-9
/
+9
*
[WinEH] Add cleanupendpad instruction
Joseph Tremoulet
2015-09-03
1
-0
/
+6
*
[WinEH] Require token linkage in EH pad/ret signatures
Joseph Tremoulet
2015-08-23
1
-2
/
+1
*
[IR] Add token types
David Majnemer
2015-08-14
1
-7
/
+1
[prev]
[next]