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
/
Scalar
/
PlaceSafepoints.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
Change TargetLibraryInfo analysis passes to always require Function
Teresa Johnson
2019-09-07
1
-2
/
+2
*
[SCEV] Rename getMaxBackedgeTakenCount to getConstantMaxBackedgeTakenCount [NFC]
Philip Reames
2019-08-14
1
-1
/
+1
*
[CallSite removal] Migrate the statepoint GC infrastructure to use the
Chandler Carruth
2019-02-11
1
-19
/
+16
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[TI removal] Make variables declared as `TerminatorInst` and initialized
Chandler Carruth
2018-10-15
1
-3
/
+3
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-1
/
+1
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-3
/
+5
*
[Transforms] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-13
1
-1
/
+1
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
All libcalls should be considered to be GC-leaf functions.
Daniel Neilson
2017-07-27
1
-9
/
+20
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
1
-4
/
+4
*
Avoid duplicated map lookups. No functionality change intended.
Benjamin Kramer
2016-06-17
1
-2
/
+1
*
[PlaceSafepoints] Use DEBUG() instead of TraceLSP
Sanjoy Das
2016-01-28
1
-11
/
+3
*
[PlaceSafepoints] Misc. minor cleanups; NFC
Sanjoy Das
2016-01-28
1
-111
/
+89
*
[PlaceSafepoints] Remvoe unused headers, and sort #includes; NFC
Sanjoy Das
2016-01-28
1
-19
/
+4
*
[PlaceSafepoints] Eliminate dead code; NFC
Sanjoy Das
2016-01-28
1
-238
/
+0
*
[PlaceSafepoints] Clamp NoStatepoints to true
Sanjoy Das
2016-01-28
1
-4
/
+1
*
[PlaceSafepoints] Introduce a -spp-no-statepoints flag
Sanjoy Das
2016-01-22
1
-0
/
+14
*
GlobalValue: use getValueType() instead of getType()->getPointerElementType().
Manuel Jacob
2016-01-16
1
-1
/
+1
*
Remove static global GCNames from Function.cpp and move it to the Context
Mehdi Amini
2016-01-08
1
-1
/
+1
*
[PlaceSafepoints] Assert that the gc.safepoint_poll function is present in th...
Manuel Jacob
2015-12-29
1
-0
/
+1
*
LPM: Stop threading `Pass *` through all of the loop utility APIs. NFC
Justin Bogner
2015-12-15
1
-4
/
+3
*
getParent() ^ 3 == getModule() ; NFCI
Sanjay Patel
2015-12-14
1
-2
/
+1
*
Scalar: Remove remaining ilist iterator implicit conversions
Duncan P. N. Exon Smith
2015-10-13
1
-3
/
+3
*
[PlaceSafeopints] Extract out `callsGCLeafFunction`, NFC
Sanjoy Das
2015-10-08
1
-28
/
+1
*
[PlaceSafepoints] Make the width of a counted loop settable.
Sanjoy Das
2015-09-15
1
-18
/
+11
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
1
-3
/
+3
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-7
/
+7
*
Rename inst_range() to instructions() for consistency. NFC
Nico Rieck
2015-08-06
1
-1
/
+1
*
[Statepoints] Let patchable statepoints have a symbolic call target.
Sanjoy Das
2015-07-28
1
-7
/
+2
*
Rename llvm.frameescape and llvm.framerecover to localescape and localrecover
Reid Kleckner
2015-07-07
1
-2
/
+2
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
Remove global std::string. NFC.
Benjamin Kramer
2015-06-07
1
-1
/
+1
*
[PlaceSafepoints] Entry safepoint location doesn't need to be a terminator
Philip Reames
2015-05-26
1
-17
/
+1
*
[PlaceSafepoints] Cleanup InsertSafepointPoll function
Philip Reames
2015-05-26
1
-20
/
+17
*
Reformat.
NAKAMURA Takumi
2015-05-25
1
-1
/
+1
*
Prune CRLFs.
NAKAMURA Takumi
2015-05-25
1
-14
/
+14
*
Add a GCStrategy for CoreCLR
Swaroop Sridhar
2015-05-20
1
-2
/
+6
*
[PlaceSafepoints] Stop special casing some intrinsics
Philip Reames
2015-05-19
1
-17
/
+36
*
[PlaceSafepoints] Assertion on that gc_result can not have preceding phis sho...
Chen Li
2015-05-18
1
-2
/
+2
*
[PlaceSafepoints] Fix a bug that came in with rL236672.
Sanjoy Das
2015-05-15
1
-0
/
+2
*
[PlaceSafepoints] Fix a bug that came in with rL236672.
Sanjoy Das
2015-05-15
1
-1
/
+1
*
[PlaceSafepoints] New attributes for patchable statepoints.
Sanjoy Das
2015-05-13
1
-12
/
+40
*
[PlaceSafepoints] Reduce dominator tree recalculation
Philip Reames
2015-05-13
1
-42
/
+24
*
[Statepoints] Support for "patchable" statepoints.
Sanjoy Das
2015-05-12
1
-3
/
+3
*
[PlaceSafepoints] Followup to commit L237172
Philip Reames
2015-05-12
1
-10
/
+5
*
[PlaceSafepoints] Add missing "override" to PlaceBackedgeSafepointsImpl::runO...
Justin Bogner
2015-05-12
1
-2
/
+2
[next]