index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-04-18
Fix CMake build
Derek Schuff
2013-03-08
Remove -print-dbginfo as it is unused & bitrotten.
David Blaikie
2013-01-21
Sink InlineCost.cpp into IPA -- it is now officially an interprocedural
Chandler Carruth
2013-01-07
Move TargetTransformInfo to live under the Analysis library. This no
Chandler Carruth
2012-12-10
Add a new visitor for walking the uses of a pointer value.
Chandler Carruth
2012-11-02
Add a cost model analysis that allows us to estimate the cost of IR-level ins...
Nadav Rotem
2012-10-26
Remove LoopDependenceAnalysis.
Benjamin Kramer
2012-10-11
dependence analysis
Sebastian Pop
2012-08-28
Profile: set branch weight metadata with data generated from profiling.
Manman Ren
2012-06-29
Update the CMake files.
Bill Wendling
2012-06-28
Fix cmake failure from moving files around.
Bill Wendling
2012-06-24
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
NAKAMURA Takumi
2012-03-16
Pull the implementation of the code metrics out of the inline cost
Chandler Carruth
2011-11-29
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-07-29
Rewrite the CMake build to use explicit dependencies between libraries,
Chandler Carruth
2011-07-25
Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency to
Jakub Staszak
2011-06-23
Introduce BlockFrequency analysis for BasicBlocks.
Jakub Staszak
2011-06-04
New BranchProbabilityInfo analysis. Patch by Jakub Staszak!
Andrew Trick
2011-03-01
Unbreak CMake build.
Ted Kremenek
2011-02-18
Move library stuff out of the toplevel CMakeLists.txt file.
Oscar Fuentes
2011-01-29
Implementation of path profiling.
Andrew Trick
2011-01-18
Move DominanceFrontier from VMCore to Analysis.
Cameron Zwarich
2010-11-04
Introduce DIBuilder. It is intended to be a front-end friendly interface to e...
Devang Patel
2010-10-20
Add RegionPass support.
Tobias Grosser
2010-10-20
Fix CMake build
Douglas Gregor
2010-09-29
Remove PointerTracking from cmakelists …
Benjamin Kramer
2010-09-28
Removed a bunch of unnecessary target_link_libraries.
Oscar Fuentes
2010-09-16
Update CMake build.
Benjamin Kramer
2010-09-13
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
Michael J. Spencer
2010-09-10
CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
Michael J. Spencer
2010-08-03
Fix CMake build
Michael J. Spencer
2010-07-22
Add new RegionInfo pass.
Tobias Grosser
2010-05-28
Move FindAvailableLoadedValue isSafeToLoadUnconditionally out of
Dan Gohman
2010-05-07
Add a simple module-level debug info printer. It just sets up a
Dan Gohman
2010-04-08
Update CMake build.
Ted Kremenek
2010-04-07
Update cmake build.
Benjamin Kramer
2009-12-04
add to cmake
Chris Lattner
2009-11-11
Stub out a new lazy value info pass, which will eventually
Chris Lattner
2009-11-09
stub out a new libanalysis "instruction simplify" interface that
Chris Lattner
2009-10-27
Rename MallocFreeHelper as MemoryBuiltins
Victor Hernandez
2009-10-26
Rename MallocHelper as MallocFreeHelper, since it now also identifies calls t...
Victor Hernandez
2009-10-18
add function passes for printing various dominator datastructures
Chris Lattner
2009-10-13
Update the other CMake file.
Benjamin Kramer
2009-10-08
Update CMake build yet again after a source file was removed
Douglas Gregor
2009-09-10
Add some braces to make newer GCCs happy and update CMakeLists.
Benjamin Kramer
2009-09-01
Update CMakeLists.
Benjamin Kramer
2009-08-26
Unbreak CMake build
Douglas Gregor
2009-08-08
Add a basic static ProfileInfo provider (ProfileEstimatorPass).
Daniel Dunbar
2009-07-15
Lexically order files in CMakeLists.txt files.
Ted Kremenek
[next]