aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Adding an A15 specific optimization pass for interactions between S/D/Q regis...Silviu Baranga2013-03-151-0/+1
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-071-0/+1
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-191-1/+0
* Remove TargetELFWriterInfo.Rafael Espindola2012-10-281-1/+0
* llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi2012-06-241-0/+2
* Fix up the CMake build for the new files added in r146960, they'reChandler Carruth2011-12-201-0/+1
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-291-14/+0
* lib/Target/ARM/CMakeLists.txt: Disable optimization in ARMISelLowering.cpp al...NAKAMURA Takumi2011-11-161-2/+2
* build/cmake: Use tblgen macro directly instead of llvm_tablegen, which justDaniel Dunbar2011-11-041-13/+13
* Fix CMake build.Michael J. Spencer2011-10-171-1/+0
* Build system infrastructure for multiple tblgens.Peter Collingbourne2011-10-061-13/+13
* Target/ARM: Unbreak! CMake! Build!NAKAMURA Takumi2011-09-291-1/+0
* Delete NEONMoveFix, now unused.Jakob Stoklund Olesen2011-09-291-1/+0
* Unbreak CMake build.Ted Kremenek2011-09-271-1/+2
* Don't generate the old-style disassembler in CMake builds either.Owen Anderson2011-08-091-1/+0
* Attempt to fix CMake build.Owen Anderson2011-08-091-0/+1
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-291-0/+14
* Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth2011-07-261-0/+1
* Sink ARM mc routines into MCTargetDesc.Evan Cheng2011-07-231-3/+0
* Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...Evan Cheng2011-07-201-1/+0
* Major update to CMake build to reflect changes in r135219 in theChandler Carruth2011-07-151-1/+0
* Add CMake support for the new TableGen file introduced in r134705.Chandler Carruth2011-07-081-0/+1
* Update CMake library dependenciesOscar Fuentes2011-07-071-2/+0
* Fix CMake buildDouglas Gregor2011-07-071-0/+2
* Add ARM MC registry routines.Evan Cheng2011-07-061-0/+1
* Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng2011-07-011-1/+1
* Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng2011-06-281-2/+1
* Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng2011-06-271-3/+0
* Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng2011-06-241-2/+3
* Move ARMMachObjectWriter to its own file.Jim Grosbach2011-06-221-0/+1
* Use explicit add_subdirectory's for LLVM target sublibraries insteadOscar Fuentes2011-02-201-0/+5
* Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a stepEvan Cheng2011-01-131-0/+1
* Update CMake stuffAnton Korobeynikov2011-01-101-2/+2
* CMake: Add disabling optimization on MSVC8 and MSVC10 as workaround for some ...NAKAMURA Takumi2010-12-291-0/+8
* ARM/CMakeLists.txt: Add missing MLxExpansionPass.cpp since r120960.NAKAMURA Takumi2010-12-051-0/+1
* Making use of VFP / NEON floating point multiply-accumulate / subtraction isEvan Cheng2010-12-051-1/+1
* Attempt to unbreak cmake-based buildsAnton Korobeynikov2010-11-151-0/+2
* Teach ARM Target to use the tblgen support for generating an MC'izedJim Grosbach2010-11-031-0/+1
* Remove explicit dependency of LLVMARMCodeGen on LLVMARMAsmPrinter. ItOscar Fuentes2010-10-141-5/+0
* grammarJim Grosbach2010-10-011-2/+2
* I added a new file ARMAsmBackend which stubs out in similar ways toJason W Kim2010-09-301-0/+1
* Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes2010-09-281-1/+4
* Add ARM Disassembler to the CMake build.Oscar Fuentes2010-09-281-0/+1
* Odd additional stub framework for the ARM MC ELF emission.Rafael Espindola2010-09-271-0/+1
* Add skeleton infrastructure for the ARMMCCodeEmitter class. Patch by Jason Kim!Jim Grosbach2010-09-171-0/+1
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-131-10/+1
* Convert some VTBL and VTBX instructions to use pseudo instructions prior toBob Wilson2010-09-131-1/+0
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-101-1/+10
* MC/ARM: Enable generation of the ARM asm matcher, not that it can do much.Daniel Dunbar2010-08-111-1/+2
* Unbreak CMake buildDouglas Gregor2010-07-251-0/+1