index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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
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