summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2013-03-15Adding an A15 specific optimization pass for interactions between S/D/Q regis...Silviu Baranga1-0/+1
2013-01-07Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth1-0/+1
2012-12-19Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky1-1/+0
2012-10-28Remove TargetELFWriterInfo.Rafael Espindola1-1/+0
2012-06-24llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi1-0/+2
2011-12-20Fix up the CMake build for the new files added in r146960, they'reChandler Carruth1-0/+1
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar1-14/+0
2011-11-16lib/Target/ARM/CMakeLists.txt: Disable optimization in ARMISelLowering.cpp al...NAKAMURA Takumi1-2/+2
2011-11-04build/cmake: Use tblgen macro directly instead of llvm_tablegen, which justDaniel Dunbar1-13/+13
2011-10-17Fix CMake build.Michael J. Spencer1-1/+0
2011-10-06Build system infrastructure for multiple tblgens.Peter Collingbourne1-13/+13
2011-09-29Target/ARM: Unbreak! CMake! Build!NAKAMURA Takumi1-1/+0
2011-09-29Delete NEONMoveFix, now unused.Jakob Stoklund Olesen1-1/+0
2011-09-27Unbreak CMake build.Ted Kremenek1-1/+2
2011-08-09Don't generate the old-style disassembler in CMake builds either.Owen Anderson1-1/+0
2011-08-09Attempt to fix CMake build.Owen Anderson1-0/+1
2011-07-29Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth1-0/+14
2011-07-26Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth1-0/+1
2011-07-23Sink ARM mc routines into MCTargetDesc.Evan Cheng1-3/+0
2011-07-20Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...Evan Cheng1-1/+0
2011-07-15Major update to CMake build to reflect changes in r135219 in theChandler Carruth1-1/+0
2011-07-08Add CMake support for the new TableGen file introduced in r134705.Chandler Carruth1-0/+1
2011-07-07Update CMake library dependenciesOscar Fuentes1-2/+0
2011-07-07Fix CMake buildDouglas Gregor1-0/+2
2011-07-06Add ARM MC registry routines.Evan Cheng1-0/+1
2011-07-01Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng1-1/+1
2011-06-28Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng1-2/+1
2011-06-27Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng1-3/+0
2011-06-24Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng1-2/+3
2011-06-22Move ARMMachObjectWriter to its own file.Jim Grosbach1-0/+1
2011-02-20Use explicit add_subdirectory's for LLVM target sublibraries insteadOscar Fuentes1-0/+5
2011-01-13Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a stepEvan Cheng1-0/+1
2011-01-10Update CMake stuffAnton Korobeynikov1-2/+2
2010-12-29CMake: Add disabling optimization on MSVC8 and MSVC10 as workaround for some ...NAKAMURA Takumi1-0/+8
2010-12-05ARM/CMakeLists.txt: Add missing MLxExpansionPass.cpp since r120960.NAKAMURA Takumi1-0/+1
2010-12-05Making use of VFP / NEON floating point multiply-accumulate / subtraction isEvan Cheng1-1/+1
2010-11-15Attempt to unbreak cmake-based buildsAnton Korobeynikov1-0/+2
2010-11-03Teach ARM Target to use the tblgen support for generating an MC'izedJim Grosbach1-0/+1
2010-10-14Remove explicit dependency of LLVMARMCodeGen on LLVMARMAsmPrinter. ItOscar Fuentes1-5/+0
2010-10-01grammarJim Grosbach1-2/+2
2010-09-30I added a new file ARMAsmBackend which stubs out in similar ways toJason W Kim1-0/+1
2010-09-28Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes1-1/+4
2010-09-28Add ARM Disassembler to the CMake build.Oscar Fuentes1-0/+1
2010-09-27Odd additional stub framework for the ARM MC ELF emission.Rafael Espindola1-0/+1
2010-09-17Add skeleton infrastructure for the ARMMCCodeEmitter class. Patch by Jason Kim!Jim Grosbach1-0/+1
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer1-10/+1
2010-09-13Convert some VTBL and VTBX instructions to use pseudo instructions prior toBob Wilson1-1/+0
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer1-1/+10
2010-08-11MC/ARM: Enable generation of the ARM asm matcher, not that it can do much.Daniel Dunbar1-1/+2
2010-07-25Unbreak CMake buildDouglas Gregor1-0/+1