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
*
[Transforms] Use asserts instead of ifs around llvm_unreachable. NFC
Craig Topper
2015-12-25
1
-34
/
+20
*
Nonnull elements in OperandBundleCallSites are not all Instructions
Sanjoy Das
2015-12-19
1
-3
/
+2
*
Clean up the processing of dbg.value in various places
Keno Fischer
2015-12-19
1
-4
/
+13
*
[WinEH] Update LCSSA to handle catchswitch with handlers inside and outside a...
Andrew Kaylor
2015-12-18
1
-0
/
+7
*
[ThinLTO/LTO] Don't link in unneeded metadata
Teresa Johnson
2015-12-18
1
-0
/
+4
*
[ThinLTO] Metadata linking for imported functions
Teresa Johnson
2015-12-17
1
-20
/
+54
*
LPM: Make callers of LPM.deleteLoopFromQueue update LoopInfo directly. NFC
Justin Bogner
2015-12-16
1
-8
/
+5
*
[SimplifyCFG] Don't create unnecessary PHIs
James Molloy
2015-12-16
1
-0
/
+5
*
[WinEH] Use operand bundles to describe call sites
David Majnemer
2015-12-15
2
-35
/
+62
*
LPM: Stop threading `Pass *` through all of the loop utility APIs. NFC
Justin Bogner
2015-12-15
5
-100
/
+67
*
[SimplifyCFG] allow speculation of exactly one expensive instruction (PR24818)
Sanjay Patel
2015-12-15
1
-4
/
+19
*
Revert "Don't create unnecessary PHIs"
Reid Kleckner
2015-12-14
1
-5
/
+0
*
[IR] Remove terminatepad
David Majnemer
2015-12-14
3
-21
/
+3
*
getParent() ^ 3 == getModule() ; NFCI
Sanjay Patel
2015-12-14
2
-5
/
+3
*
Don't create unnecessary PHIs
James Molloy
2015-12-14
1
-0
/
+5
*
[IR] Reformulate LLVM's EH funclet IR
David Majnemer
2015-12-12
5
-62
/
+135
*
[Mem2Reg] Respect optnone
James Molloy
2015-12-11
1
-0
/
+3
*
Add arg_begin() and arg_end() to CallInst and InvokeInst; NFCI
Sanjoy Das
2015-12-10
2
-5
/
+3
*
Use WeakVH to keep track of calls with operand bundles in CloneCodeInfo
Sanjoy Das
2015-12-09
1
-1
/
+3
*
Delete trailing whitespace; NFC
Sanjoy Das
2015-12-09
1
-1
/
+1
*
Revert "Revert r253253 and r253126: "Don't recompute LCSSA after loop-unrolli...
Michael Zolotukhin
2015-12-09
1
-2
/
+12
*
Re-commit r255115, with the PredicatedScalarEvolution class moved to
Silviu Baranga
2015-12-09
1
-2
/
+2
*
Revert r255115 until we figure out how to fix the bot failures.
Silviu Baranga
2015-12-09
2
-45
/
+2
*
[LV][LAA] Add a layer over SCEV to apply run-time checked knowledge on SCEV e...
Silviu Baranga
2015-12-09
2
-2
/
+45
*
Return a std::unique_ptr from CloneModule. NFC.
Rafael Espindola
2015-12-08
1
-13
/
+15
*
[OperandBundles] Fix a transform in simplifycfg
Sanjoy Das
2015-12-08
1
-2
/
+6
*
[OperandBundles] Remove unncessary constructor
Sanjoy Das
2015-12-08
1
-1
/
+1
*
Create llvm.global_ctors in the new format.
Rafael Espindola
2015-12-06
1
-2
/
+2
*
[SimplifyLibCalls] Optimization for pow(x, n) where n is some constant
Weiming Zhao
2015-12-04
1
-0
/
+51
*
Move EH-specific helper functions to a more appropriate place
David Majnemer
2015-12-02
1
-1
/
+1
*
Bring r254336 back:
Rafael Espindola
2015-12-01
1
-3
/
+3
*
[safestack] Protect byval function arguments.
Evgeniy Stepanov
2015-12-01
1
-5
/
+11
*
This reverts commit r254336 and r254344.
Rafael Espindola
2015-11-30
1
-3
/
+3
*
Start deciding earlier what to link.
Rafael Espindola
2015-11-30
1
-3
/
+3
*
[SimplifyLibCalls] Transform log(exp2(y)) to y*log(2) under fast-math.
Davide Italiano
2015-11-30
1
-1
/
+9
*
[SimplifyLibCalls] Don't crash if the function doesn't have a name.
Davide Italiano
2015-11-29
1
-3
/
+2
*
[SimplifyLibCalls] Cross out implemented transformations.
Davide Italiano
2015-11-29
1
-2
/
+0
*
[SimplifyLibCalls] Tranform log(pow(x, y)) -> y*log(x).
Davide Italiano
2015-11-29
1
-5
/
+50
*
[SimplifyLibCalls] Use any_of(). Suggested by David Blaikie!
Davide Italiano
2015-11-28
1
-4
/
+3
*
[SimplifyLibCalls] Fix inverted condition that lead to an uninitialized memor...
Benjamin Kramer
2015-11-28
1
-2
/
+2
*
Simplify the linking of recursive data.
Rafael Espindola
2015-11-27
1
-2
/
+10
*
[SimplifyLibCalls] Use range-based loop. NFC.
Davide Italiano
2015-11-27
1
-4
/
+2
*
[SimplifyLibCalls] Don't depend on a called function having a name, it might ...
Benjamin Kramer
2015-11-26
1
-11
/
+8
*
[OperandBundles] Extract duplicated code into a helper function, NFC
Sanjoy Das
2015-11-25
1
-5
/
+1
*
[Utils] Put includes in correct order. NFC.
Weiming Zhao
2015-11-24
8
-10
/
+8
*
[SimplifyLibCalls] Removed some TODOs which are already implemented. NFC.
Weiming Zhao
2015-11-21
1
-4
/
+0
*
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
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
2
-12
/
+11
[next]