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
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move VectorUtils from Transforms to Analysis to correct layering violation
David Blaikie
2015-06-26
1
-0
/
+1
*
[PM/AA] Start refactoring AliasAnalysis to remove the analysis group and
Chandler Carruth
2015-06-04
1
-0
/
+1
*
Move IDF Calculation to a separate file, expose an interface to it.
Daniel Berlin
2015-04-21
1
-0
/
+1
*
Divergence analysis for GPU programs
Jingyue Wu
2015-04-10
1
-0
/
+1
*
Remove the Forward Control Flow Integrity pass and its dependencies.
Eric Christopher
2015-02-27
1
-1
/
+0
*
Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
Zachary Turner
2015-02-11
1
-0
/
+3
*
Introduce print-memderefs to test isDereferenceablePointer
Ramkumar Ramachandra
2015-02-06
1
-0
/
+1
*
[LoopVectorize] Move LoopAccessAnalysis to its own module
Adam Nemet
2015-02-01
1
-0
/
+1
*
[multiversion] Kill FunctionTargetTransformInfo, TTI itself is now
Chandler Carruth
2015-02-01
1
-1
/
+0
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-0
/
+1
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
1
-1
/
+1
*
Add file to CMake build as well.
Eric Christopher
2014-09-18
1
-0
/
+1
*
Add an Assumption-Tracking Pass
Hal Finkel
2014-09-07
1
-0
/
+1
*
Add a CFL Alias Analysis implementation
Hal Finkel
2014-09-02
1
-0
/
+1
*
Add scoped-noalias metadata
Hal Finkel
2014-07-24
1
-0
/
+1
*
Add a new attribute called 'jumptable' that creates jump-instruction tables f...
Tom Roeder
2014-06-05
1
-0
/
+1
*
Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
Duncan P. N. Exon Smith
2014-04-21
1
-0
/
+1
*
[PM] Add a new-PM-style CGSCC pass manager using the newly added
Chandler Carruth
2014-04-21
1
-0
/
+1
*
Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"
Duncan P. N. Exon Smith
2014-04-19
1
-1
/
+0
*
Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
Duncan P. N. Exon Smith
2014-04-19
1
-0
/
+1
*
Revert "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)
Duncan P. N. Exon Smith
2014-04-19
1
-1
/
+0
*
Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)
Duncan P. N. Exon Smith
2014-04-18
1
-0
/
+1
*
Revert "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)
Duncan P. N. Exon Smith
2014-04-18
1
-1
/
+0
*
Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
Duncan P. N. Exon Smith
2014-04-18
1
-0
/
+1
*
Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"
Duncan P. N. Exon Smith
2014-04-18
1
-1
/
+0
*
blockfreq: Rewrite BlockFrequencyInfoImpl
Duncan P. N. Exon Smith
2014-04-18
1
-0
/
+1
*
[PM] Add a new "lazy" call graph analysis pass for the new pass manager.
Chandler Carruth
2014-02-06
1
-0
/
+1
*
delinearization of arrays
Sebastian Pop
2013-11-12
1
-0
/
+1
*
Remove the very substantial, largely unmaintained legacy PGO
Chandler Carruth
2013-10-02
1
-10
/
+0
*
Also update CMakeLists.txt for r187283.
Nick Lewycky
2013-07-27
1
-0
/
+1
*
Remove -print-dbginfo as it is unused & bitrotten.
David Blaikie
2013-03-08
1
-1
/
+0
*
Sink InlineCost.cpp into IPA -- it is now officially an interprocedural
Chandler Carruth
2013-01-21
1
-1
/
+0
*
Move TargetTransformInfo to live under the Analysis library. This no
Chandler Carruth
2013-01-07
1
-0
/
+1
*
Add a new visitor for walking the uses of a pointer value.
Chandler Carruth
2012-12-10
1
-0
/
+1
*
Add a cost model analysis that allows us to estimate the cost of IR-level ins...
Nadav Rotem
2012-11-02
1
-0
/
+1
*
Remove LoopDependenceAnalysis.
Benjamin Kramer
2012-10-26
1
-1
/
+0
*
dependence analysis
Sebastian Pop
2012-10-11
1
-0
/
+1
*
Profile: set branch weight metadata with data generated from profiling.
Manman Ren
2012-08-28
1
-0
/
+2
*
Update the CMake files.
Bill Wendling
2012-06-29
1
-1
/
+0
*
Fix cmake failure from moving files around.
Bill Wendling
2012-06-28
1
-1
/
+0
*
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
NAKAMURA Takumi
2012-06-24
1
-0
/
+2
*
Pull the implementation of the code metrics out of the inline cost
Chandler Carruth
2012-03-16
1
-0
/
+1
*
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-29
1
-6
/
+0
*
Rewrite the CMake build to use explicit dependencies between libraries,
Chandler Carruth
2011-07-29
1
-0
/
+6
*
Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency to
Jakub Staszak
2011-07-25
1
-1
/
+1
*
Introduce BlockFrequency analysis for BasicBlocks.
Jakub Staszak
2011-06-23
1
-0
/
+1
*
New BranchProbabilityInfo analysis. Patch by Jakub Staszak!
Andrew Trick
2011-06-04
1
-0
/
+1
*
Unbreak CMake build.
Ted Kremenek
2011-03-01
1
-5
/
+4
*
Move library stuff out of the toplevel CMakeLists.txt file.
Oscar Fuentes
2011-02-18
1
-0
/
+2
*
Implementation of path profiling.
Andrew Trick
2011-01-29
1
-0
/
+3
[next]