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
*
[tsan] Add support for C++ exceptions into TSan (call __tsan_func_exit during...
Kuba Brecka
2016-11-14
4
-31
/
+135
*
[ThinLTO] Only promote exported locals as marked in index
Teresa Johnson
2016-11-14
1
-16
/
+18
*
FunctionComparator: don't rely on argument evaluation order.
Erik Eckstein
2016-11-11
1
-1
/
+3
*
Make the FunctionComparator of the MergeFunctions pass a stand-alone utility.
Erik Eckstein
2016-11-11
2
-0
/
+923
*
[LibcallsShrinkWrap] This pass doesn't preserve the CFG.
Davide Italiano
2016-11-08
1
-2
/
+5
*
Use the last 7 bits to represent the discriminator to fit it in 1 byte ULEB12...
Dehao Chen
2016-11-08
1
-5
/
+7
*
[ThinLTO] Handle distributed backend case when doing renaming
Teresa Johnson
2016-11-03
1
-4
/
+19
*
DCE math library calls with a constant operand.
Eli Friedman
2016-11-02
1
-0
/
+4
*
[MemorySSA] Tighten up types to make our API prettier. NFC.
George Burgess IV
2016-11-01
1
-13
/
+12
*
Fix a typo.
Evgeniy Stepanov
2016-10-31
1
-1
/
+1
*
[ThinLTO] Use per-summary flag to prevent exporting locals used in inline asm
Teresa Johnson
2016-10-30
1
-8
/
+0
*
[ThinLTO] Rename doPromoteLocalToGlobal to shouldPromoteLocalToGlobal (NFC)
Teresa Johnson
2016-10-29
1
-3
/
+3
*
[ThinLTO] Use NoPromote flag in summary during promotion
Teresa Johnson
2016-10-29
1
-13
/
+19
*
Don't leave unused divs/rems sitting around in BypassSlowDivision.
Justin Lebar
2016-10-28
1
-0
/
+8
*
Don't claim the udiv created in BypassSlowDivision is exact.
Justin Lebar
2016-10-28
1
-2
/
+1
*
[MemorySSA] Add const to getClobberingMemoryAccess.
George Burgess IV
2016-10-28
1
-3
/
+3
*
[LCSSA] Perform LCSSA verification only for the current loop nest.
Igor Laevsky
2016-10-28
2
-4
/
+30
*
Introduce updateDiscriminator interface to DILocation to make it cleaner assi...
Dehao Chen
2016-10-26
1
-30
/
+7
*
Cloning: Also clone global variable attached metadata.
Peter Collingbourne
2016-10-26
1
-0
/
+5
*
Utility functions for appending to llvm.used/llvm.compiler.used.
Evgeniy Stepanov
2016-10-25
1
-0
/
+38
*
Add -strip-nonlinetable-debuginfo capability
Michael Ilseman
2016-10-25
3
-0
/
+44
*
Move discriminator assignment to where it is used. (NFC)
Dehao Chen
2016-10-25
1
-1
/
+1
*
Merge two if conditions into one. NFCI.
Davide Italiano
2016-10-24
1
-3
/
+2
*
add-discriminators: Fix handling of lexical scopes.
Adrian Prantl
2016-10-24
1
-9
/
+13
*
Check the number of Args in LibCallsShrinkWrap.
Rong Xu
2016-10-24
1
-0
/
+2
*
Now that VS2013 is gone, make a memoryssa structure an anonymous union again
Daniel Berlin
2016-10-22
1
-4
/
+4
*
[CtorUtils] Modernize. No functional changes intended.
Davide Italiano
2016-10-22
1
-5
/
+5
*
[StripGCRelocates] New pass to remove gc.relocates added by RS4GC
Anna Thomas
2016-10-21
3
-0
/
+82
*
[LoopUnroll] Keep the loop test only on the first iteration of max-or-zero loops
John Brawn
2016-10-21
1
-6
/
+7
*
[MSSA] Avoid unnecessary use walks when calling getClobberingMemoryAccess
Daniel Berlin
2016-10-20
1
-6
/
+37
*
Do a sweep over move ctors and remove those that are identical to the default.
Benjamin Kramer
2016-10-20
1
-20
/
+0
*
[asan] Replace std::to_string with llvm::to_string
Vitaly Buka
2016-10-19
1
-1
/
+2
*
[asan] Simplify calculation of stack frame layout extraction calculation of s...
Vitaly Buka
2016-10-18
1
-14
/
+20
*
[asan] Append line number to variable name if line is available and in the sa...
Vitaly Buka
2016-10-18
1
-2
/
+7
*
Conditionally eliminate library calls where the result value is not used
Rong Xu
2016-10-18
3
-0
/
+566
*
Ignore debug info when making optimization decisions in SimplifyCFG.
Dehao Chen
2016-10-17
1
-11
/
+18
*
[SimplifyCFG] Don't lower complex ConstantExprs to lookup tables
Oliver Stannard
2016-10-17
1
-1
/
+4
*
[SimplifyCFG] Use the error checking provided by getPrevNode.
Benjamin Kramer
2016-10-15
1
-7
/
+11
*
Memory-SSA: strengthen defClobbersUseOrDef interface
Sebastian Pop
2016-10-13
1
-19
/
+15
*
commit back "GVN-hoist: fix store past load dependence analysis (PR30216, PR3...
Sebastian Pop
2016-10-13
1
-49
/
+61
*
Revert "GVN-hoist: fix store past load dependence analysis (PR30216, PR30499)"
Reid Kleckner
2016-10-13
1
-56
/
+49
*
Reapply "[LoopUnroll] Use the upper bound of the loop trip count to fullly un...
Haicheng Wu
2016-10-12
1
-9
/
+18
*
Revert "[LoopUnroll] Use the upper bound of the loop trip count to fullly unr...
Haicheng Wu
2016-10-12
1
-18
/
+9
*
[LoopUnroll] Use the upper bound of the loop trip count to fullly unroll a loop
Haicheng Wu
2016-10-12
1
-9
/
+18
*
[SimplifyCFG] Don't create PHI nodes for constant bundle operands
Sanjoy Das
2016-10-12
1
-1
/
+10
*
Memory-SSA cleanup of clobbers interface, NFC
Sebastian Pop
2016-10-12
1
-4
/
+10
*
GVN-hoist: fix store past load dependence analysis (PR30216, PR30499)
Sebastian Pop
2016-10-12
1
-53
/
+54
*
[LCSSA] Implement linear algorithm for the isRecursivelyLCSSAForm
Igor Laevsky
2016-10-11
2
-6
/
+7
*
Invoke add-discriminator at -g0 -fsample-profile
Dehao Chen
2016-10-07
1
-4
/
+1
*
[ARM] Don't convert switches to lookup tables of pointers with ROPI/RWPI
Oliver Stannard
2016-10-07
1
-17
/
+27
[next]