summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/CMakeLists.txt
AgeCommit message (Expand)Author
2017-08-03[GlobalISel] Make GlobalISel a non-optional library.Quentin Colombet
2017-07-19[ARM] Unify handling of M-Class system registersJaved Absar
2017-06-22[ARM] Add macro fusion for AES instructions.Florian Hahn
2017-05-02[ARM] GlobalISel: Use TableGen instruction selectorDiana Picus
2017-02-05[globalisel][arm] Tablegen-erate current Register Bank Information.Daniel Sanders
2016-11-11[ARM] Add plumbing for GlobalISelDiana Picus
2016-07-22This refactoring of ARM machine block size computation creates two utilitySjoerd Meijer
2015-03-12In preparation for moving ARM's TargetRegisterInfo to the TargetMachineEric Christopher
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher
2014-08-07Nuke the old JIT.Rafael Espindola
2014-04-17Atomics: promote ARM's IR-based atomics pass to CodeGen.Tim Northover
2014-04-03ARM: expand atomic ldrex/strex loops in IRTim Northover
2014-04-02Remove duplicated DMB instructionsRenato Golin
2014-03-04Cleaning up a bunch of pre-Visual C++ 2012 build hacks.Yaron Keren
2013-11-28[CMake] Let add_public_tablegen_target() provide intrinsics_gen, too.NAKAMURA Takumi
2013-11-28[CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi
2013-08-06Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for ...NAKAMURA Takumi
2013-03-15Adding an A15 specific optimization pass for interactions between S/D/Q regis...Silviu Baranga
2013-01-07Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth
2012-12-19Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky
2012-10-28Remove TargetELFWriterInfo.Rafael Espindola
2012-06-24llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi
2011-12-20Fix up the CMake build for the new files added in r146960, they'reChandler Carruth
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar
2011-11-16lib/Target/ARM/CMakeLists.txt: Disable optimization in ARMISelLowering.cpp al...NAKAMURA Takumi
2011-11-04build/cmake: Use tblgen macro directly instead of llvm_tablegen, which justDaniel Dunbar
2011-10-17Fix CMake build.Michael J. Spencer
2011-10-06Build system infrastructure for multiple tblgens.Peter Collingbourne
2011-09-29Target/ARM: Unbreak! CMake! Build!NAKAMURA Takumi
2011-09-29Delete NEONMoveFix, now unused.Jakob Stoklund Olesen
2011-09-27Unbreak CMake build.Ted Kremenek
2011-08-09Don't generate the old-style disassembler in CMake builds either.Owen Anderson
2011-08-09Attempt to fix CMake build.Owen Anderson
2011-07-29Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth
2011-07-26Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth
2011-07-23Sink ARM mc routines into MCTargetDesc.Evan Cheng
2011-07-20Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...Evan Cheng
2011-07-15Major update to CMake build to reflect changes in r135219 in theChandler Carruth
2011-07-08Add CMake support for the new TableGen file introduced in r134705.Chandler Carruth
2011-07-07Update CMake library dependenciesOscar Fuentes
2011-07-07Fix CMake buildDouglas Gregor
2011-07-06Add ARM MC registry routines.Evan Cheng
2011-07-01Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng
2011-06-28Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng
2011-06-27Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng
2011-06-24Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng
2011-06-22Move ARMMachObjectWriter to its own file.Jim Grosbach
2011-02-20Use explicit add_subdirectory's for LLVM target sublibraries insteadOscar Fuentes
2011-01-13Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a stepEvan Cheng