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
*
[LIR] Put includes in correct order. NFC.
Chad Rosier
2015-11-23
1
-1
/
+1
*
SamplePGO - Add coverage tracking for samples.
Diego Novillo
2015-11-23
1
-26
/
+85
*
[WinEH] Fix a case where GVN could incorrectly PRE a load into an EH pad.
Andrew Kaylor
2015-11-23
1
-0
/
+10
*
[PGO] Introduce alignment macro for instr-prof control data(NFC)
Xinliang David Li
2015-11-23
1
-1
/
+1
*
SamplePGO - Clear coverage tracking when clearing per-function data.
Diego Novillo
2015-11-23
1
-0
/
+2
*
SamplePGO - Use newly introduced local variable. NFC.
Diego Novillo
2015-11-23
1
-2
/
+2
*
[LoopStrengthReduce] Mark dump() definitions as LLVM_DUMP_METHOD.
Davide Italiano
2015-11-23
1
-14
/
+7
*
[PGO] move names of runtime sections definitions to InstrProfData.inc
Xinliang David Li
2015-11-22
1
-1
/
+1
*
[PGO] Define value profiling updater API signature in InstrProfData.inc (NFC)
Xinliang David Li
2015-11-22
1
-6
/
+7
*
Use modulo operator instead of multiplying result of a divide and subtracting...
Craig Topper
2015-11-21
1
-1
/
+1
*
use ternary ops; NFC
Sanjay Patel
2015-11-21
1
-8
/
+2
*
remove unnecessary temp variables; NFC
Sanjay Patel
2015-11-21
1
-4
/
+2
*
fix typo; NFC
Sanjay Patel
2015-11-21
1
-1
/
+1
*
[SimplifyLibCalls] Removed some TODOs which are already implemented. NFC.
Weiming Zhao
2015-11-21
1
-4
/
+0
*
SamplePGO - Do not count never-executed inlined functions when computing cove...
Diego Novillo
2015-11-20
1
-5
/
+24
*
Revert "[FunctionAttrs] Remove redundant assignment."
Tilmann Scheller
2015-11-20
1
-0
/
+2
*
SamplePGO - Add line offset and discriminator information to sample reports.
Diego Novillo
2015-11-20
1
-3
/
+5
*
[FunctionAttrs] Remove redundant assignment.
Tilmann Scheller
2015-11-20
1
-2
/
+0
*
Fix a pair of issues that caused an infinite loop in reassociate.
Owen Anderson
2015-11-20
1
-1
/
+1
*
Use range-based for loops. NFC
Craig Topper
2015-11-20
1
-12
/
+8
*
Follow up to r253591. Turn into an assertion.
Davide Italiano
2015-11-19
1
-2
/
+1
*
[LIR] Update some comments. NFC.
Chad Rosier
2015-11-19
1
-5
/
+4
*
Fix the debug build breakage that getDiscriminator is called by mistake.
Dehao Chen
2015-11-19
1
-1
/
+2
*
Revert r253253 and r253126: "Don't recompute LCSSA after loop-unrolling when ...
Michael Zolotukhin
2015-11-19
1
-12
/
+2
*
Reimplement discriminator assignment algorithm.
Dehao Chen
2015-11-19
1
-52
/
+37
*
[AddressSanitizer] assert(false) -> llvm_unreachable and remove return.
Davide Italiano
2015-11-19
1
-4
/
+2
*
[LIR] Fix 80-column from previous commit.
Chad Rosier
2015-11-19
1
-1
/
+2
*
[LIR] Sink checks into function to enable future refactoring. NFC.
Chad Rosier
2015-11-19
1
-15
/
+17
*
[GlobalOpt] Localize some globals that have non-instruction users
James Molloy
2015-11-19
1
-1
/
+60
*
[LIR] Use the more appropriate method. NFC.
Chad Rosier
2015-11-19
1
-1
/
+1
*
[LV] Add a helper function, isReductionVariable. NFC.
Chad Rosier
2015-11-19
1
-5
/
+7
*
[FunctionAttrs] Provide a mechanism for adding function attributes from the c...
James Molloy
2015-11-19
1
-0
/
+67
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
12
-117
/
+90
*
Fix bug 25440: GVN assertion after coercing loads
Weiming Zhao
2015-11-19
1
-1
/
+12
*
Fix several long lines (>80) in LoopVectorize.cpp. NFC.
Cong Hou
2015-11-19
1
-13
/
+19
*
[SimplifyLibCalls] New trick: pow(x, 0.5) -> sqrt(x) under -ffast-math.
Davide Italiano
2015-11-18
1
-2
/
+9
*
Fix returned value for GVN: could return "false" even after modifying the IR
Mehdi Amini
2015-11-18
1
-1
/
+1
*
[BuildLibCalls] EmitStrNLen() is dead code. Garbage collect.
Davide Italiano
2015-11-18
1
-26
/
+0
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
12
-90
/
+117
*
Disable gvn non-local speculative loads under asan.
Mike Aizatsky
2015-11-18
1
-0
/
+4
*
[PGO] Value profiling support
Betul Buyukkurt
2015-11-18
1
-21
/
+122
*
Revert "Revert "Strip metadata when speculatively hoisting instructions (r252...
Igor Laevsky
2015-11-18
2
-0
/
+9
*
[LTO] Add an early run of functionattrs
James Molloy
2015-11-18
1
-0
/
+1
*
[OperandBundles] Tighten OperandBundleDef's interface; NFC
Sanjoy Das
2015-11-18
1
-1
/
+1
*
Replace dyn_cast with isa in places that weren't using the returned value for...
Craig Topper
2015-11-18
1
-3
/
+3
*
Teach the inliner to track deoptimization state
Sanjoy Das
2015-11-18
2
-6
/
+92
*
[InstCombine] refactor optimizeIntToFloatBitCast() ; NFCI
Sanjay Patel
2015-11-18
1
-38
/
+29
*
[EH] Keep filter clauses for types that have been caught.
Andrew Kaylor
2015-11-17
1
-4
/
+18
*
Vector of pointers in function attributes calculation
Elena Demikhovsky
2015-11-17
1
-1
/
+1
*
fix typos; NFC
Sanjay Patel
2015-11-17
1
-2
/
+2
[next]