summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/CMakeLists.txt
Commit message (Expand)AuthorAge
* Attempt to unbreak cmake-based buildsAnton Korobeynikov2010-11-15
* Teach ARM Target to use the tblgen support for generating an MC'izedJim Grosbach2010-11-03
* Remove explicit dependency of LLVMARMCodeGen on LLVMARMAsmPrinter. ItOscar Fuentes2010-10-14
* grammarJim Grosbach2010-10-01
* I added a new file ARMAsmBackend which stubs out in similar ways toJason W Kim2010-09-30
* Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes2010-09-28
* Add ARM Disassembler to the CMake build.Oscar Fuentes2010-09-28
* Odd additional stub framework for the ARM MC ELF emission.Rafael Espindola2010-09-27
* Add skeleton infrastructure for the ARMMCCodeEmitter class. Patch by Jason Kim!Jim Grosbach2010-09-17
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-13
* Convert some VTBL and VTBX instructions to use pseudo instructions prior toBob Wilson2010-09-13
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-10
* MC/ARM: Enable generation of the ARM asm matcher, not that it can do much.Daniel Dunbar2010-08-11
* Unbreak CMake buildDouglas Gregor2010-07-25
* Fix the generated file name for CMake.Chandler Carruth2010-07-22
* Attempt to fix linking issues with CMake. Please review other CMake users,Chandler Carruth2010-07-22
* Update CMake files.Owen Anderson2010-07-22
* Baby steps towards ARM fast-isel.Eric Christopher2010-07-21
* Update CMake files.Daniel Dunbar2010-07-20
* Update cmake list.Evan Cheng2010-06-18
* Add skeleton target-specific SelectionDAGInfo files.Dan Gohman2010-04-16
* Unbreak CMake build by improving the EnhancedDisassembly makefile aDouglas Gregor2010-04-13
* The ARM EH experiment worked!Bill Wendling2010-03-09
* Update CMake file.Ted Kremenek2009-11-07
* Update CMake file.Ted Kremenek2009-11-03
* Normalize makefile comments and sort cmake file lists.Benjamin Kramer2009-08-31
* Forgot to update some CMakeLists.Benjamin Kramer2009-08-22
* Update CMakeDaniel Dunbar2009-08-08
* Add a new pre-allocation pass to assign adjacent registers for Neon instructionsBob Wilson2009-08-05
* Add Thumb2ITBlockPass.cpp to CMakeLists.txt, fixingDuncan Sands2009-07-10
* Fix cmake build.Xerxes Ranby2009-07-08
* Checkpoint Thumb2 Instr info work. Generalized base code so that it can be sh...David Goodwin2009-07-08
* Checkpoint refactoring of ThumbInstrInfo and ThumbRegisterInfo into Thumb1Ins...David Goodwin2009-07-02
* CMake build fixes, from Xerxes RanbyDouglas Gregor2009-07-02
* Include the new file ThumbRegisterInfo.cpp to CMakeLists.txtDuncan Sands2009-06-29
* Add ThumbInstrInfo.cpp to the CMake makefilesDouglas Gregor2009-06-27
* Use CallConvLower.h and TableGen descriptions of the calling conventionsBob Wilson2009-04-17
* CMake: Turned some libraries into partially linked objects. CorrectedOscar Fuentes2008-10-22
* CMake: Builds all targets.Oscar Fuentes2008-09-26