summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/CMakeLists.txt
Commit message (Expand)AuthorAge
* Atomics: promote ARM's IR-based atomics pass to CodeGen.Tim Northover2014-04-17
* ARM: expand atomic ldrex/strex loops in IRTim Northover2014-04-03
* Remove duplicated DMB instructionsRenato Golin2014-04-02
* Cleaning up a bunch of pre-Visual C++ 2012 build hacks.Yaron Keren2014-03-04
* [CMake] Let add_public_tablegen_target() provide intrinsics_gen, too.NAKAMURA Takumi2013-11-28
* [CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi2013-11-28
* Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for ...NAKAMURA Takumi2013-08-06
* Adding an A15 specific optimization pass for interactions between S/D/Q regis...Silviu Baranga2013-03-15
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-07
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-19
* Remove TargetELFWriterInfo.Rafael Espindola2012-10-28
* llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi2012-06-24
* Fix up the CMake build for the new files added in r146960, they'reChandler Carruth2011-12-20
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-29
* lib/Target/ARM/CMakeLists.txt: Disable optimization in ARMISelLowering.cpp al...NAKAMURA Takumi2011-11-16
* build/cmake: Use tblgen macro directly instead of llvm_tablegen, which justDaniel Dunbar2011-11-04
* Fix CMake build.Michael J. Spencer2011-10-17
* Build system infrastructure for multiple tblgens.Peter Collingbourne2011-10-06
* Target/ARM: Unbreak! CMake! Build!NAKAMURA Takumi2011-09-29
* Delete NEONMoveFix, now unused.Jakob Stoklund Olesen2011-09-29
* Unbreak CMake build.Ted Kremenek2011-09-27
* Don't generate the old-style disassembler in CMake builds either.Owen Anderson2011-08-09
* Attempt to fix CMake build.Owen Anderson2011-08-09
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-29
* Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth2011-07-26
* Sink ARM mc routines into MCTargetDesc.Evan Cheng2011-07-23
* Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...Evan Cheng2011-07-20
* Major update to CMake build to reflect changes in r135219 in theChandler Carruth2011-07-15
* Add CMake support for the new TableGen file introduced in r134705.Chandler Carruth2011-07-08
* Update CMake library dependenciesOscar Fuentes2011-07-07
* Fix CMake buildDouglas Gregor2011-07-07
* Add ARM MC registry routines.Evan Cheng2011-07-06
* Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng2011-07-01
* Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng2011-06-28
* Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng2011-06-27
* Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng2011-06-24
* Move ARMMachObjectWriter to its own file.Jim Grosbach2011-06-22
* Use explicit add_subdirectory's for LLVM target sublibraries insteadOscar Fuentes2011-02-20
* Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a stepEvan Cheng2011-01-13
* Update CMake stuffAnton Korobeynikov2011-01-10
* CMake: Add disabling optimization on MSVC8 and MSVC10 as workaround for some ...NAKAMURA Takumi2010-12-29
* ARM/CMakeLists.txt: Add missing MLxExpansionPass.cpp since r120960.NAKAMURA Takumi2010-12-05
* Making use of VFP / NEON floating point multiply-accumulate / subtraction isEvan Cheng2010-12-05
* 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