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
*
DebugInfo: Remove DITypedArray<>, replace with typedefs
Duncan P. N. Exon Smith
2015-04-07
2
-19
/
+9
*
Transforms: Stop using DIDescriptor::is*() and auto-casting
Duncan P. N. Exon Smith
2015-04-06
5
-31
/
+21
*
ArgPromo: Bail out earlier for varargs functions
David Blaikie
2015-04-06
1
-6
/
+7
*
Move `checkInterfaceFunction` to ModuleUtils
Ismail Pazarbasi
2015-04-06
4
-91
/
+77
*
DebugInfo: Remove DIDescriptor::Verify()
Duncan P. N. Exon Smith
2015-04-06
1
-4
/
+0
*
[SLSR] consider &B[S << i] as &B[(1 << i) * S]
Jingyue Wu
2015-04-06
1
-2
/
+7
*
clang-format my last commit
David Blaikie
2015-04-05
1
-1
/
+2
*
[opaque pointer type] The last of the GEP IRBuilder API migrations
David Blaikie
2015-04-05
1
-6
/
+5
*
[opaque pointer type] More GEP API migrations
David Blaikie
2015-04-04
1
-3
/
+4
*
[opaque pointer type] More GEP IRBuilder API migrations
David Blaikie
2015-04-03
3
-7
/
+11
*
[opaque pointer type] More GEP IRBuilder API migrations...
David Blaikie
2015-04-03
6
-30
/
+38
*
Use early returns to reduce indentation.
David Blaikie
2015-04-03
1
-18
/
+18
*
[InstCombine] Use DataLayout to determine vector element width
David Majnemer
2015-04-03
1
-3
/
+2
*
[opaque pointer type] More GEP API migrations in IRBuilder uses
David Blaikie
2015-04-03
8
-21
/
+27
*
[ASan] Don't use stack malloc for 32-bit functions using inline asm
Reid Kleckner
2015-04-02
1
-2
/
+4
*
[SLSR] handles off bounds GEPs
Jingyue Wu
2015-04-02
1
-5
/
+12
*
[opaque pointer type] API migration for GEP constant factories
David Blaikie
2015-04-02
5
-13
/
+20
*
Fix a bug indicated by -fsanitize=shift-exponent.
Alexey Samsonov
2015-04-02
1
-1
/
+1
*
[SimplifyLibCalls] Ignore nobuiltin/unavailable fortified libcalls.
Ahmed Bougacha
2015-04-01
1
-3
/
+13
*
[opaque pointer type] Change GetElementPtrInst::getIndexedType to take the po...
David Blaikie
2015-03-30
2
-4
/
+7
*
[opaque pointer type] More IRBuilder::createGEP (non-inbounds) migrations: Co...
David Blaikie
2015-03-30
1
-9
/
+9
*
Transforms: Use the new DebugLoc API, NFC
Duncan P. N. Exon Smith
2015-03-30
7
-28
/
+30
*
Constrain the type of a parameter now that callers without this constraint ha...
David Blaikie
2015-03-27
2
-5
/
+3
*
Recommit r233116 better: Remove a redundant instcombine involving bitcasts of...
David Blaikie
2015-03-27
1
-36
/
+0
*
[asan] Speed up isInterestingAlloca check
Anna Zaks
2015-03-27
1
-10
/
+19
*
Remove superfluous .str() and replace std::string concatenation with Twine.
Yaron Keren
2015-03-27
2
-3
/
+3
*
Reapply r233175 and r233183: float2int.
James Molloy
2015-03-27
4
-0
/
+549
*
[NFC] Fix typo in comment.
Sanjoy Das
2015-03-27
1
-1
/
+1
*
Code cleanup [NFC]
Philip Reames
2015-03-27
1
-14
/
+12
*
More code cleanup [NFC]
Philip Reames
2015-03-27
1
-14
/
+7
*
More code cleanup [NFC]
Philip Reames
2015-03-27
1
-12
/
+13
*
Code simplification and style cleanup
Philip Reames
2015-03-27
1
-97
/
+36
*
Refactor Code inside LoopVectorizer's function isInductionVariable.
Karthik Bhat
2015-03-27
1
-9
/
+23
*
Revert r233175 and r233183 with it. This pulls float2int back out of the tree...
Nick Lewycky
2015-03-27
4
-549
/
+0
*
InstCombine: fold (A << C) == (B << C) --> ((A^B) & (~0U >> C)) == 0
Benjamin Kramer
2015-03-26
1
-0
/
+15
*
[SLSR] handle candidate form &B[i * S]
Jingyue Wu
2015-03-26
1
-67
/
+328
*
[optnone] Skip pass Float2Int on optnone functions.
Andrea Di Biagio
2015-03-25
1
-0
/
+3
*
Reapply r233062: "float2int": Add a new pass to demote from float to int wher...
James Molloy
2015-03-25
4
-0
/
+546
*
Opaque Pointer Types: GEP API migrations to specify the gep type explicitly
David Blaikie
2015-03-24
1
-3
/
+5
*
optimize the AVX2 (integer) version of vperm2 into a shuffle
Sanjay Patel
2015-03-24
1
-1
/
+1
*
Opaque Pointer Types: GEP API migrations to specify the gep type explicitly
David Blaikie
2015-03-24
3
-13
/
+22
*
Merge empty landing pads in SimplifyCFG
Philip Reames
2015-03-24
1
-0
/
+85
*
Revert "Remove an InstCombine that seems to have become redundant."
David Blaikie
2015-03-24
1
-13
/
+28
*
Remove an InstCombine that seems to have become redundant.
David Blaikie
2015-03-24
1
-28
/
+13
*
[X86, AVX] instcombine vperm2 intrinsics with zero inputs into shuffles
Sanjay Patel
2015-03-24
1
-28
/
+42
*
Revert r233062 ""float2int": Add a new pass to demote from float to int where...
Hans Wennborg
2015-03-24
4
-545
/
+0
*
[IRCE] Fix how IRCE checks for no-sign-overflow.
Sanjoy Das
2015-03-24
1
-14
/
+24
*
[IRCE] Fix a regression introduced in r232444.
Sanjoy Das
2015-03-24
1
-9
/
+20
*
[float2int] Sort includes and add missing raw_ostream include.
Benjamin Kramer
2015-03-24
1
-6
/
+7
*
"float2int": Add a new pass to demote from float to int where possible.
James Molloy
2015-03-24
4
-0
/
+544
[next]