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
/
IPO
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert int to Twine instead of using utostr since it was already being added...
Craig Topper
2016-01-31
1
-1
/
+1
*
Avoid overly large SmallPtrSet/SmallSet
Matthias Braun
2016-01-30
2
-3
/
+3
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-15
/
+0
*
[cfi] Cross-DSO CFI diagnostic mode (LLVM part).
Evgeniy Stepanov
2016-01-25
1
-15
/
+14
*
[PruneEH] Don't try to insert a terminator after another terminator
David Majnemer
2016-01-23
1
-1
/
+2
*
[PruneEH] FuncletPads must not have undef operands
David Majnemer
2016-01-23
1
-5
/
+16
*
[PruneEH] Unify invoke and call handling in DeleteBasicBlock
David Majnemer
2016-01-23
1
-5
/
+9
*
[PruneEH] Reuse code from removeUnwindEdge
David Majnemer
2016-01-23
1
-25
/
+2
*
Make sure that any new and optimized objects created during GlobalOPT copy al...
Sergei Larin
2016-01-22
1
-0
/
+4
*
[ThinLTO] Do metadata linking during batch function importing
Teresa Johnson
2016-01-22
1
-27
/
+7
*
[PGO] Passmanagerbuilder change that enable IR level PGO instrumentation
Rong Xu
2016-01-21
2
-1
/
+30
*
[opaque pointer types] [NFC] GEP: replace get(Pointer)ElementType uses with g...
Eduard Burtescu
2016-01-19
1
-1
/
+1
*
[opaque pointer types] Alloca: use getAllocatedType() instead of getType()->g...
Eduard Burtescu
2016-01-18
1
-1
/
+1
*
GlobalValue: use getValueType() instead of getType()->getPointerElementType().
Manuel Jacob
2016-01-16
2
-11
/
+10
*
Refactor threshold computation for inline cost analysis
Easwaran Raman
2016-01-14
3
-107
/
+15
*
Update to use new name alignTo().
Rui Ueyama
2016-01-14
1
-1
/
+1
*
[LTO] Add a run of LoopUnroll
James Molloy
2016-01-14
1
-0
/
+5
*
[ThinLTO] Handle an external call from an import to an alias in dest
Teresa Johnson
2016-01-12
1
-0
/
+2
*
LoopInfo: Simplify ownership of Loop objects
Justin Bogner
2016-01-08
1
-2
/
+2
*
[ThinLTO] Use new in-place symbol changes for exporting module
Teresa Johnson
2016-01-08
1
-2
/
+7
*
[ThinLTO] Delay metadata materializtion in function importer
Teresa Johnson
2016-01-08
1
-4
/
+9
*
[attrs] Split the late-revisit pattern for deducing norecurse in
Chandler Carruth
2016-01-08
3
-64
/
+117
*
Fix option desc in FunctionAttrs; NFC
Weiming Zhao
2016-01-06
1
-1
/
+1
*
[BasicAA] Remove special casing of memset_pattern16 in favor of generic attri...
Philip Reames
2016-01-06
1
-0
/
+24
*
[MemoryBuiltins] Remove isOperatorNewLike by consolidating non-null inference...
Philip Reames
2016-01-04
1
-1
/
+28
*
Refactor inline costs analysis by removing the InlineCostAnalysis class
Easwaran Raman
2015-12-28
3
-34
/
+24
*
[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
*
[FunctionImport] Move pass into anonymous namespace.
Benjamin Kramer
2015-12-24
1
-0
/
+2
*
[OperandBundles] Have DeadArgElim play nice with operand bundles
David Majnemer
2015-12-23
1
-0
/
+4
*
Provide a way to specify inliner's attribute compatibility and merging.
Akira Hatanaka
2015-12-22
1
-34
/
+1
*
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
*
Determine callee's hotness and adjust threshold based on that. NFC.
Easwaran Raman
2015-12-22
1
-7
/
+31
*
[cfi] Fix LowerBitSets on 32-bit targets.
Evgeniy Stepanov
2015-12-21
1
-1
/
+1
*
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
*
Reapply "[IR] Move optional data in llvm::Function into a hungoff uselist"
Vedant Kumar
2015-12-19
1
-8
/
+2
*
Revert "[IR] Move optional data in llvm::Function into a hungoff uselist"
Vedant Kumar
2015-12-19
1
-2
/
+8
*
[IR] Move optional data in llvm::Function into a hungoff uselist
Vedant Kumar
2015-12-19
1
-8
/
+2
*
[ThinLTO] Metadata linking for imported functions
Teresa Johnson
2015-12-17
1
-1
/
+23
*
Change linkInModule to take a std::unique_ptr.
Rafael Espindola
2015-12-16
1
-13
/
+22
*
LPM: Make callers of LPM.deleteLoopFromQueue update LoopInfo directly. NFC
Justin Bogner
2015-12-16
1
-3
/
+5
*
Remove one of the void casts used to suppress unused variable warning.
Richard Trieu
2015-12-15
1
-1
/
+0
*
Suppress unused variable warning in the no-asserts build.
Evgeniy Stepanov
2015-12-15
1
-0
/
+1
[next]