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
/
CodeGen
/
SelectionDAG
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2012-06-24
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
NAKAMURA Takumi
2012-03-13
Refactor the SelectionDAG's 'dump' methods into their own .cpp file.
Bill Wendling
2012-02-01
fix cmake
Andrew Trick
2012-02-01
VLIW specific scheduler framework that utilizes deterministic finite automato...
Andrew Trick
2011-11-29
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-10-24
Really unbreak CMake build
Douglas Gregor
2011-10-24
Unbreak CMake build
Douglas Gregor
2011-07-29
Rewrite the CMake build to use explicit dependencies between libraries,
Chandler Carruth
2010-09-28
Removed a bunch of unnecessary target_link_libraries.
Oscar Fuentes
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-07-07
Move CallingConvLower.cpp out of the SelectionDAG directory.
Dan Gohman
2010-04-16
Create a new TargetSelectionDAGInfo class. This will eventually acquire
Dan Gohman
2009-11-23
Rename SelectionDAGLowering to SelectionDAGBuilder, and rename
Dan Gohman
2009-11-23
Update CMake file.
Ted Kremenek
2009-10-10
Create a new InstrEmitter class for translating SelectionDAG nodes
Dan Gohman
2009-07-15
Lexically order files in CMakeLists.txt files.
Ted Kremenek
2009-07-02
CMake build fixes, from Xerxes Ranby
Douglas Gregor
2009-05-24
Update for CMakeLists; untested, so tell me if there are issues.
Eli Friedman
2008-11-19
Experimental post-pass scheduling support. Post-pass scheduling
Dan Gohman
2008-11-15
Move ScheduleDAGList's LatencyPriorityQueue class out to a separate file.
Dan Gohman
2008-09-22
Initial support for the CMake build system.
Oscar Fuentes