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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MemorySSA] Remove unused field. NFC.
George Burgess IV
2016-08-22
1
-6
/
+1
*
MSSA: Factor out phi node placement
Daniel Berlin
2016-08-22
1
-17
/
+22
*
MSSA: Only rename accesses whose defining access is nullptr
Daniel Berlin
2016-08-22
1
-14
/
+6
*
[SimplifyCFG] Rewrite SinkThenElseCodeToEnd
James Molloy
2016-08-22
1
-150
/
+236
*
Revert "[SimplifyCFG] Rewrite SinkThenElseCodeToEnd"
James Molloy
2016-08-22
1
-236
/
+150
*
[SimplifyCFG] Rewrite SinkThenElseCodeToEnd
James Molloy
2016-08-22
1
-150
/
+236
*
[asan] Add support of lifetime poisoning into ComputeASanStackFrameLayout
Vitaly Buka
2016-08-20
1
-3
/
+10
*
Revert "[asan] Add support of lifetime poisoning into ComputeASanStackFrameLa...
Vitaly Buka
2016-08-19
1
-10
/
+3
*
Revert "[SimplifyCFG] Rewrite SinkThenElseCodeToEnd"
Reid Kleckner
2016-08-19
1
-210
/
+150
*
[CloneFunction] Don't remove unrelated nodes from the CGSSC
David Majnemer
2016-08-19
1
-0
/
+6
*
[SimplifyCFG] Rewrite SinkThenElseCodeToEnd
James Molloy
2016-08-19
1
-150
/
+210
*
[asan] Add support of lifetime poisoning into ComputeASanStackFrameLayout
Vitaly Buka
2016-08-18
1
-3
/
+10
*
[PM] Port the always inliner to the new pass manager in a much more
Chandler Carruth
2016-08-17
1
-1
/
+1
*
SimplifyCFG: Avoid dereferencing end()
Duncan P. N. Exon Smith
2016-08-16
1
-1
/
+4
*
Preserve the assumption cache more often
David Majnemer
2016-08-16
1
-12
/
+22
*
[LoopUnroll] Don't clear out the AssumptionCache on each loop
David Majnemer
2016-08-16
1
-6
/
+8
*
Revert "[SimplifyCFG] Rewrite SinkThenElseCodeToEnd"
Reid Kleckner
2016-08-15
1
-207
/
+150
*
[SimplifyCFG] Rewrite SinkThenElseCodeToEnd
James Molloy
2016-08-15
1
-150
/
+207
*
[Inliner] Don't treat inalloca allocas as static
Reid Kleckner
2016-08-12
1
-3
/
+10
*
Fixed typo.
David L Kreitzer
2016-08-12
1
-1
/
+1
*
[PM] Port LowerInvoke to the new pass manager
Michael Kuperstein
2016-08-12
2
-18
/
+33
*
[PM] Port NameAnonFunction pass to new pass manager
Teresa Johnson
2016-08-12
2
-8
/
+20
*
Use the range variant of remove_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-4
/
+4
*
Use the range variant of find/find_if instead of unpacking begin/end
David Majnemer
2016-08-12
2
-4
/
+3
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
3
-3
/
+3
*
[MSSA] Use is_contained
Daniel Berlin
2016-08-11
1
-1
/
+1
*
Use range algorithms instead of unpacking begin/end
David Majnemer
2016-08-11
6
-7
/
+8
*
Fix LCSSA increased compile time
Rong Xu
2016-08-10
1
-7
/
+7
*
[SimplifyLibCalls] Restore the old behaviour, emit a libcall.
Davide Italiano
2016-08-10
1
-3
/
+5
*
[LoopSimplify] Rebuild LCSSA for the inner loop after separating nested loops.
Michael Zolotukhin
2016-08-09
1
-32
/
+4
*
Consistently use FunctionAnalysisManager
Sean Silva
2016-08-09
6
-6
/
+6
*
[LoopUnroll] Simplify loops created by unrolling.
Michael Zolotukhin
2016-08-08
1
-0
/
+19
*
[MemorySSA] Fix windows build breakage caused by r278028
Geoff Berry
2016-08-08
1
-4
/
+4
*
[MemorySSA] Ensure address stability of MemorySSA object.
Geoff Berry
2016-08-08
1
-17
/
+13
*
Add some comments linking back to PR28400.
Sean Silva
2016-08-08
1
-0
/
+2
*
[PM] More workaround for PR28400
Sean Silva
2016-08-08
1
-0
/
+2
*
[MSSA] Fix PR28880 by fixing use optimizer's lower bound tracking behavior.
Daniel Berlin
2016-08-08
1
-4
/
+16
*
[JumpThreading] Fix handling of aliasing metadata.
Eli Friedman
2016-08-08
1
-0
/
+11
*
[SimplifyLibCalls] Emit sqrt intrinsic instead of a libcall.
Davide Italiano
2016-08-08
1
-2
/
+3
*
[SLC] Emit an intrinsic instead of a libcall for pow.
Davide Italiano
2016-08-07
1
-9
/
+13
*
Revert "Revert "[LoopSimplify] Fix updating LCSSA after separating nested loo...
Michael Zolotukhin
2016-08-07
1
-0
/
+15
*
Move helpers into anonymous namespaces. NFC.
Benjamin Kramer
2016-08-06
2
-0
/
+4
*
Revert "[LoopSimplify] Fix updating LCSSA after separating nested loops."
Michael Zolotukhin
2016-08-06
1
-15
/
+0
*
[MSSA] Use depth first iterator instead of custom version.
Daniel Berlin
2016-08-05
1
-19
/
+3
*
[LoopSimplify] Fix updating LCSSA after separating nested loops.
Michael Zolotukhin
2016-08-05
1
-0
/
+15
*
[MSSA] Match assert vs llvm_unreachable style in verification functions.
Daniel Berlin
2016-08-05
1
-11
/
+12
*
Rewrite domination verifier to handle local domination as well.
Daniel Berlin
2016-08-05
1
-38
/
+19
*
[FlattenCFG] Simplify + remove unused variable. NFCI.
Davide Italiano
2016-08-05
1
-7
/
+2
*
Do not assign new discriminator for all intrinsics.
Dehao Chen
2016-08-05
1
-2
/
+2
*
[SimplifyCFG] Make range reduction code deterministic.
Benjamin Kramer
2016-08-05
1
-2
/
+3
[next]