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
/
Target
/
ARM
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2010-04-16
Add skeleton target-specific SelectionDAGInfo files.
Dan Gohman
2010-04-13
Unbreak CMake build by improving the EnhancedDisassembly makefile a
Douglas Gregor
2010-03-09
The ARM EH experiment worked!
Bill Wendling
2009-11-07
Update CMake file.
Ted Kremenek
2009-11-03
Update CMake file.
Ted Kremenek
2009-08-31
Normalize makefile comments and sort cmake file lists.
Benjamin Kramer
2009-08-22
Forgot to update some CMakeLists.
Benjamin Kramer
2009-08-08
Update CMake
Daniel Dunbar
2009-08-05
Add a new pre-allocation pass to assign adjacent registers for Neon instructions
Bob Wilson
2009-07-10
Add Thumb2ITBlockPass.cpp to CMakeLists.txt, fixing
Duncan Sands
2009-07-08
Fix cmake build.
Xerxes Ranby
2009-07-08
Checkpoint Thumb2 Instr info work. Generalized base code so that it can be sh...
David Goodwin
2009-07-02
Checkpoint refactoring of ThumbInstrInfo and ThumbRegisterInfo into Thumb1Ins...
David Goodwin
2009-07-02
CMake build fixes, from Xerxes Ranby
Douglas Gregor
2009-06-29
Include the new file ThumbRegisterInfo.cpp to CMakeLists.txt
Duncan Sands
2009-06-27
Add ThumbInstrInfo.cpp to the CMake makefiles
Douglas Gregor
2009-04-17
Use CallConvLower.h and TableGen descriptions of the calling conventions
Bob Wilson
2008-10-22
CMake: Turned some libraries into partially linked objects. Corrected
Oscar Fuentes
2008-09-26
CMake: Builds all targets.
Oscar Fuentes