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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LibCallSimplifier] propagate FMF when shrinking binary calls
Sanjay Patel
2015-12-31
1
-0
/
+4
*
[LibCallSimplifier] propagate FMF when shrinking unary calls
Sanjay Patel
2015-12-31
1
-0
/
+4
*
Variable names start with an upper case letter; NFC
Sanjay Patel
2015-12-31
1
-4
/
+4
*
fix formatting; NFC
Sanjay Patel
2015-12-31
1
-17
/
+22
*
[ThinLTO] Rename variables used in metadata linking (NFC)
Teresa Johnson
2015-12-30
1
-5
/
+5
*
fix formatting; NFC
Sanjay Patel
2015-12-30
1
-8
/
+8
*
[RS4GC] Use DenseMap::count() instead of DenseMap::find()/DenseMap::end(). NFC.
Manuel Jacob
2015-12-29
1
-1
/
+1
*
[PlaceSafepoints] Assert that the gc.safepoint_poll function is present in th...
Manuel Jacob
2015-12-29
1
-0
/
+1
*
[JumpThreading] Fix opcode bonus in getJumpThreadDuplicationCost()
Geoff Berry
2015-12-29
1
-10
/
+16
*
Refactor inline costs analysis by removing the InlineCostAnalysis class
Easwaran Raman
2015-12-28
3
-34
/
+24
*
[RS4GC] Fix rematerialization of bitcast of bitcast.
Manuel Jacob
2015-12-28
1
-6
/
+2
*
Refactor: Simplify boolean conditional return statements in lib/Transforms/Ob...
Alexander Kornienko
2015-12-28
1
-4
/
+1
*
[attrs] Extract the pure inference of function attributes into
Chandler Carruth
2015-12-27
5
-860
/
+954
*
[attrs] Split off the forced attributes utility into its own pass that
Chandler Carruth
2015-12-27
5
-66
/
+130
*
[gc.statepoint] Change gc.statepoint intrinsic's return type to token type in...
Chen Li
2015-12-26
1
-5
/
+2
*
[Transforms] Use asserts instead of ifs around llvm_unreachable. NFC
Craig Topper
2015-12-25
1
-34
/
+20
*
[InstCombine] transform more extract/insert pairs into shuffles (PR2109)
Sanjay Patel
2015-12-24
1
-3
/
+50
*
[FunctionImport] Move pass into anonymous namespace.
Benjamin Kramer
2015-12-24
1
-0
/
+2
*
Revert r256336, it caused PR25939
Nico Weber
2015-12-24
1
-113
/
+61
*
[LIR] General refactoring to simplify code and the ease future code review.
Chad Rosier
2015-12-23
1
-61
/
+113
*
[OperandBundles] Have TailCallElim play nice with operand bundles
David Majnemer
2015-12-23
1
-2
/
+2
*
[OperandBundles] Have InstCombine play nice with operand bundles
David Majnemer
2015-12-23
1
-4
/
+6
*
[OperandBundles] Have DeadArgElim play nice with operand bundles
David Majnemer
2015-12-23
1
-0
/
+4
*
[GC] Make GCStrategy::isGCManagedPointer a type predicate not a value predica...
Philip Reames
2015-12-23
1
-1
/
+1
*
[RS4GC] Fix base pair printing for constants.
Manuel Jacob
2015-12-23
1
-5
/
+12
*
Provide a way to specify inliner's attribute compatibility and merging.
Akira Hatanaka
2015-12-22
1
-34
/
+1
*
[BPI] Fix two potential divide-by-zero operations that are introduced in r256...
Cong Hou
2015-12-22
1
-7
/
+12
*
Also add unnamed_addr to functions.
Rafael Espindola
2015-12-22
1
-13
/
+24
*
Revert r256277 and r256279.
Akira Hatanaka
2015-12-22
1
-1
/
+34
*
Provide a way to specify inliner's attribute compatibility and merging.
Akira Hatanaka
2015-12-22
1
-34
/
+1
*
Delete dead GlobalAliases.
Rafael Espindola
2015-12-22
1
-1
/
+8
*
Merge duplicated code.
Rafael Espindola
2015-12-22
1
-21
/
+28
*
Use early continue to reduce indentation.
Rafael Espindola
2015-12-22
1
-19
/
+21
*
Simplify iterator management. NFC.
Rafael Espindola
2015-12-22
1
-45
/
+27
*
[BPI] Replace weights by probabilities in BPI.
Cong Hou
2015-12-22
1
-10
/
+18
*
Remove deprecated llvm.experimental.gc.result.{int,float,ptr} intrinsics.
Manuel Jacob
2015-12-22
1
-4
/
+1
*
[RS4GC] Fix crash in the case that a live variable has a constant base.
Manuel Jacob
2015-12-22
1
-0
/
+13
*
Determine callee's hotness and adjust threshold based on that. NFC.
Easwaran Raman
2015-12-22
1
-7
/
+31
*
[safestack] Add option for non-TLS unsafe stack pointer.
Evgeniy Stepanov
2015-12-22
1
-3
/
+20
*
[PGO] Fix another comdat related issue for COFF
Xinliang David Li
2015-12-22
1
-2
/
+4
*
[cfi] Fix LowerBitSets on 32-bit targets.
Evgeniy Stepanov
2015-12-21
1
-1
/
+1
*
Resubmit r256193 with test fix: assertion failure analyzed
Xinliang David Li
2015-12-21
1
-2
/
+11
*
Revert r256193: build bot failure triggered
Xinliang David Li
2015-12-21
1
-11
/
+2
*
[PGO] Fix profile var comdat generation problem with COFF
Xinliang David Li
2015-12-21
1
-2
/
+11
*
[LIR] Refactor code to enable future patch. NFC.
Chad Rosier
2015-12-21
1
-41
/
+41
*
[RS4GC] Add an assert which fails if there is a (yet unsupported) addrspacecast.
Manuel Jacob
2015-12-21
1
-0
/
+5
*
[InstCombine] Fix indentation. NFC.
Craig Topper
2015-12-21
1
-2
/
+2
*
Nonnull elements in OperandBundleCallSites are not all Instructions
Sanjoy Das
2015-12-19
1
-3
/
+2
*
Re-reapply "[IR] Move optional data in llvm::Function into a hungoff uselist"
Vedant Kumar
2015-12-19
1
-8
/
+2
*
Revert "Reapply "[IR] Move optional data in llvm::Function into a hungoff use...
Vedant Kumar
2015-12-19
1
-2
/
+8
[next]