Add LICENSE.TXT covering contributions made by ARM.
[oota-llvm.git] / lib / Target / ARM / CMakeLists.txt
2013-01-07 Chandler CarruthSwitch TargetTransformInfo from an immutable analysis...
2012-12-19 Roman DivackyRemove edis - the enhanced disassembler. Fixes PR14654.
2012-10-28 Rafael EspindolaRemove TargetELFWriterInfo.
2012-06-24 NAKAMURA Takumillvm/lib: [CMake] Add explicit dependency to intrinsics...
2011-12-20 Chandler CarruthFix up the CMake build for the new files added in r1469...
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-16 NAKAMURA Takumilib/Target/ARM/CMakeLists.txt: Disable optimization...
2011-11-04 Daniel Dunbarbuild/cmake: Use tblgen macro directly instead of llvm_...
2011-10-17 Michael J. SpencerFix CMake build.
2011-10-06 Peter CollingbourneBuild system infrastructure for multiple tblgens.
2011-09-29 NAKAMURA TakumiTarget/ARM: Unbreak! CMake! Build!
2011-09-29 Jakob Stoklund OlesenDelete NEONMoveFix, now unused.
2011-09-27 Ted KremenekUnbreak CMake build.
2011-08-09 Owen AndersonDon't generate the old-style disassembler in CMake...
2011-08-09 Owen AndersonAttempt to fix CMake build.
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-26 Chandler CarruthClean up a pile of hacks in our CMake build relating...
2011-07-23 Evan ChengSink ARM mc routines into MCTargetDesc.
2011-07-20 Evan ChengSink ARMMCExpr and ARMAddressingModes into MC layer...
2011-07-15 Chandler CarruthMajor update to CMake build to reflect changes in r1352...
2011-07-08 Chandler CarruthAdd CMake support for the new TableGen file introduced...
2011-07-07 Oscar FuentesUpdate CMake library dependencies
2011-07-07 Douglas GregorFix CMake build
2011-07-06 Evan ChengAdd ARM MC registry routines.
2011-07-01 Evan ChengRename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc...
2011-06-28 Evan ChengMerge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
2011-06-27 Evan ChengMerge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc...
2011-06-24 Evan ChengStarting to refactor Target to separate out code that...
2011-06-22 Jim GrosbachMove ARMMachObjectWriter to its own file.
2011-02-20 Oscar FuentesUse explicit add_subdirectory's for LLVM target sublibr...
2011-01-13 Evan ChengModel :upper16: and :lower16: as ARM specific MCTargetE...
2011-01-10 Anton KorobeynikovUpdate CMake stuff
2010-12-29 NAKAMURA TakumiCMake: Add disabling optimization on MSVC8 and MSVC10...
2010-12-05 NAKAMURA TakumiARM/CMakeLists.txt: Add missing MLxExpansionPass.cpp...
2010-12-05 Evan ChengMaking use of VFP / NEON floating point multiply-accumu...
2010-11-15 Anton KorobeynikovAttempt to unbreak cmake-based builds
2010-11-03 Jim GrosbachTeach ARM Target to use the tblgen support for generati...
2010-10-14 Oscar FuentesRemove explicit dependency of LLVMARMCodeGen on LLVMARM...
2010-10-01 Jim Grosbachgrammar
2010-09-30 Jason W KimI added a new file ARMAsmBackend which stubs out in...
2010-09-28 Oscar FuentesRemoved a bunch of unnecessary target_link_libraries.
2010-09-28 Oscar FuentesAdd ARM Disassembler to the CMake build.
2010-09-27 Rafael EspindolaOdd additional stub framework for the ARM MC ELF emission.
2010-09-17 Jim GrosbachAdd skeleton infrastructure for the ARMMCCodeEmitter...
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-13 Bob WilsonConvert some VTBL and VTBX instructions to use pseudo...
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2010-08-11 Daniel DunbarMC/ARM: Enable generation of the ARM asm matcher, not...
2010-07-25 Douglas GregorUnbreak CMake build
2010-07-22 Chandler CarruthFix the generated file name for CMake.
2010-07-22 Chandler CarruthAttempt to fix linking issues with CMake. Please review...
2010-07-22 Owen AndersonUpdate CMake files.
2010-07-21 Eric ChristopherBaby steps towards ARM fast-isel.
2010-07-20 Daniel DunbarUpdate CMake files.
2010-06-18 Evan ChengUpdate cmake list.
2010-04-16 Dan GohmanAdd skeleton target-specific SelectionDAGInfo files.
2010-04-13 Douglas GregorUnbreak CMake build by improving the EnhancedDisassembl...
2010-03-09 Bill WendlingThe ARM EH experiment worked!
2009-11-07 Ted KremenekUpdate CMake file.
2009-11-03 Ted KremenekUpdate CMake file.
2009-08-31 Benjamin KramerNormalize makefile comments and sort cmake file lists.
2009-08-22 Benjamin KramerForgot to update some CMakeLists.
2009-08-08 Daniel DunbarUpdate CMake
2009-08-05 Bob WilsonAdd a new pre-allocation pass to assign adjacent regist...
2009-07-10 Duncan SandsAdd Thumb2ITBlockPass.cpp to CMakeLists.txt, fixing
2009-07-08 Xerxes RanbyFix cmake build.
2009-07-08 David GoodwinCheckpoint Thumb2 Instr info work. Generalized base...
2009-07-02 David GoodwinCheckpoint refactoring of ThumbInstrInfo and ThumbRegis...
2009-07-02 Douglas GregorCMake build fixes, from Xerxes Ranby
2009-06-29 Duncan SandsInclude the new file ThumbRegisterInfo.cpp to CMakeList...
2009-06-27 Douglas GregorAdd ThumbInstrInfo.cpp to the CMake makefiles
2009-04-17 Bob WilsonUse CallConvLower.h and TableGen descriptions of the...
2008-10-22 Oscar FuentesCMake: Turned some libraries into partially linked...
2008-09-26 Oscar FuentesCMake: Builds all targets.