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
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Reduce dyn_cast<> to isa<> or cast<> where possible.
Benjamin Kramer
2015-04-10
1
-3
/
+2
*
Divergence analysis for GPU programs
Jingyue Wu
2015-04-10
4
-0
/
+343
*
[LoopAccesses] Allow analysis to complete in the presence of uniform stores
Adam Nemet
2015-04-08
1
-11
/
+8
*
Revert "[LoopAccesses] Allow analysis to complete in the presence of uniform ...
Adam Nemet
2015-04-08
1
-8
/
+11
*
[LoopAccesses] Allow analysis to complete in the presence of uniform stores
Adam Nemet
2015-04-07
1
-11
/
+8
*
[LoopAccesses] New API to query if memchecks are necessary after partitioning
Adam Nemet
2015-04-07
1
-0
/
+11
*
Transforms: Stop using DIDescriptor::is*() and auto-casting
Duncan P. N. Exon Smith
2015-04-06
1
-4
/
+2
*
[opaque pointer type] More GEP API migrations in IRBuilder uses
David Blaikie
2015-04-03
1
-1
/
+1
*
[opaque pointer type] API migration for GEP constant factories
David Blaikie
2015-04-02
4
-21
/
+29
*
[LoopAccesses] Handle case when no memchecks are needed after partitioning
Adam Nemet
2015-04-02
1
-2
/
+4
*
[SCEV] Look at backedge dominating conditions (re-land r233447).
Sanjoy Das
2015-04-01
1
-2
/
+62
*
Remove 4,096 loop scale limitation.
Diego Novillo
2015-04-01
1
-21
/
+33
*
[WinEH] Run cleanup handlers when an exception is thrown
David Majnemer
2015-03-30
1
-3
/
+1
*
[opaque pointer type] Change GetElementPtrInst::getIndexedType to take the po...
David Blaikie
2015-03-30
3
-5
/
+7
*
Revert "[SCEV] Look at backedge dominating conditions."
Daniel Jasper
2015-03-30
1
-40
/
+0
*
[SCEV] Look at backedge dominating conditions.
Sanjoy Das
2015-03-27
1
-0
/
+40
*
Remove superfluous .str() and replace std::string concatenation with Twine.
Yaron Keren
2015-03-27
2
-3
/
+3
*
[SCEV] Revert bailout added in r75511.
Sanjoy Das
2015-03-26
1
-12
/
+11
*
[ValueTracking] Fix PR23011.
Sanjoy Das
2015-03-25
1
-7
/
+16
*
[APInt] Add an isSplat helper and use it in some places.
Benjamin Kramer
2015-03-25
1
-3
/
+1
*
!invariant.load semantics with potentially clobbering calls
Philip Reames
2015-03-24
1
-0
/
+9
*
Opaque Pointer Types: GEP API migrations to specify the gep type explicitly
David Blaikie
2015-03-24
1
-2
/
+3
*
Refactor: Simplify boolean expressions in lib/Analysis
David Blaikie
2015-03-24
1
-6
/
+3
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
6
-2
/
+8
*
Purge unused includes throughout libSupport.
Benjamin Kramer
2015-03-23
2
-0
/
+2
*
ValueTracking: Forward getConstantStringInfo's TrimAtNul param into recursive...
Benjamin Kramer
2015-03-21
1
-2
/
+3
*
MemoryDependenceAnalysis: Don't miscompile atomics
David Majnemer
2015-03-21
1
-11
/
+4
*
Correctly estimate SROA savings for store operands in inline cost analysis.
Wei Mi
2015-03-20
1
-2
/
+2
*
Small optimization to avoid getting pass info when we will not run loop
Daniel Berlin
2015-03-20
1
-0
/
+3
*
Fix comment from r232794. NFC
Nick Lewycky
2015-03-20
1
-1
/
+1
*
When simplifying a SCEV truncate by distributing, consider it a simplificatio...
Nick Lewycky
2015-03-20
1
-4
/
+6
*
[SCEV] Make isImpliedCond smarter.
Sanjoy Das
2015-03-18
1
-0
/
+44
*
[ConstantRange] Split makeICmpRegion in two.
Sanjoy Das
2015-03-18
1
-2
/
+2
*
TLI: Add addVectorizableFunctionsFromVecLib.
Michael Zolotukhin
2015-03-17
1
-0
/
+34
*
LoopVectorize: teach loop vectorizer to vectorize calls.
Michael Zolotukhin
2015-03-17
1
-0
/
+7
*
TTI: Add getCallInstrCost.
Michael Zolotukhin
2015-03-17
1
-0
/
+5
*
TLI: Add interface for querying whether a function is vectorizable.
Michael Zolotukhin
2015-03-17
1
-0
/
+70
*
Fix doxygen comments from r232268
Duncan P. N. Exon Smith
2015-03-16
1
-8
/
+8
*
Made CFLAA agree with clang-format. NFC.
George Burgess IV
2015-03-15
1
-9
/
+7
*
[opaque pointer type] more gep API migration
David Blaikie
2015-03-14
1
-4
/
+3
*
Recover the ability to 'b CheckFailed' after r231577
Duncan P. N. Exon Smith
2015-03-14
1
-7
/
+14
*
[SCEV] Fix PR22856.
Sanjoy Das
2015-03-13
1
-3
/
+6
*
Teach TBAA analysis to report errors on cyclic TBAA metadata rather than hang...
Owen Anderson
2015-03-13
1
-4
/
+9
*
When forming an addrec out of a phi don't just look at the last computation a...
Nick Lewycky
2015-03-13
1
-5
/
+7
*
Stop calling DwarfEHPrepare from WinEHPrepare
Reid Kleckner
2015-03-12
1
-12
/
+0
*
Infer known bits from dominating conditions
Philip Reames
2015-03-10
1
-0
/
+212
*
[LoopAccesses] Add debug message to indicate the result of the analysis
Adam Nemet
2015-03-10
1
-4
/
+7
*
LoopAccessAnalysis: Silence -Wreturn-type diagnostic from GCC
David Majnemer
2015-03-10
1
-0
/
+3
*
[LAA-memchecks] Comment improvement
Adam Nemet
2015-03-10
1
-2
/
+2
*
[LAA-memchecks 3/3] Introduce pointer partitions for memchecks
Adam Nemet
2015-03-10
1
-10
/
+36
[prev]
[next]