[AVX512] Implemented AVX512VL FP bnary packed instructions (VADDP*, VSUBP*, VMULP...
[oota-llvm.git] / lib / Target / CMakeLists.txt
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-02-20 NAKAMURA Takumi[CMake] Move intrinsics_gen to lib/Target out of add_pu...
2014-01-07 Rafael EspindolaMove the llvm mangler to lib/IR.
2013-10-15 Anders WaldenborgRevert "Add AllTargetsBindings sublibrary" as it breaks...
2013-10-15 Anders WaldenborgAdd AllTargetsBindings sublibrary instead of having...
2013-10-09 Rui UeyamaRevert "llvm-c: Make target initializer functions exter...
2013-10-09 Anders Waldenborgllvm-c: Make target initializer functions external...
2013-01-07 Chandler CarruthSwitch TargetTransformInfo from an immutable analysis...
2012-11-28 Jakob Stoklund OlesenMove Target{Instr,Register}Info.cpp into lib/CodeGen.
2012-10-28 Rafael EspindolaRemove TargetELFWriterInfo.
2012-10-18 Nadav RotemReapply the TargerTransformInfo changes, minus the...
2012-10-18 Bob WilsonTemporarily revert the TargetTransform changes.
2012-10-10 Nadav RotemAdd a new interface to allow IR-level passes to access...
2012-10-05 Micah VillmowImplement TargetData with the DataLayout class, this...
2012-04-11 Duncan SandsAdd a C binding to the Target and TargetMachine classes...
2011-12-20 Chandler CarruthFix up the CMake build for the new files added in r1469...
2011-12-15 Nick LewyckyMove parts of lib/Target that use CodeGen into lib...
2011-12-10 Nick LewyckyRefactor the implementation of the TargetOptions out...
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-04 Daniel Dunbarbuild/cmake: Coalesce the configuration time header...
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-23 Evan ChengMove TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
2011-07-22 Chandler CarruthMove TargetRegistry.cpp from lib/Support to lib/Target...
2011-07-20 Benjamin KramerFix cmake again :)
2011-07-09 Evan ChengRevert accidental commit.
2011-07-09 Evan ChengChange createAsmParser to take a MCSubtargetInfo instea...
2011-07-01 Evan ChengRename TargetSubtarget to TargetSubtargetInfo for consi...
2011-06-29 NAKAMURA TakumiFix CMake build.
2011-02-20 Oscar FuentesUse explicit add_subdirectory's for LLVM target sublibr...
2011-02-18 Oscar FuentesMove library stuff out of the toplevel CMakeLists.txt...
2011-02-18 Chris Lattnerintroduce a new TargetLibraryInfo pass, which transform...
2011-01-10 Anton KorobeynikovUpdate CMake stuff
2010-12-10 Rafael EspindolaFixed version of 121434 with no new memory leaks.
2010-12-10 Rafael EspindolaFix cmake build.
2010-12-10 NAKAMURA Takumilib/Target/CMakeLists.txt: Add missing lib/Target/Targe...
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2010-02-02 Chris Lattnerremove the remnants of TargetMachOWriterInfo.
2010-01-22 Chris Lattneradd new file
2010-01-16 Benjamin KramerUpdate CMake files for Mangler move.
2009-08-26 Oscar FuentesCMake: Removed outdated TODO.
2009-08-22 Benjamin KramerUpdate CMake build, unbreak linux build.
2009-08-02 Chris Lattnerremove the dead ELFTargetAsmInfo.h/cpp file. TargetAsmInfo
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...
2009-07-27 Mike StumpFix build.
2009-07-21 Ted KremenekUpdate CMake files.
2009-07-15 Daniel DunbarUpdate CMakeLists for reapplication.
2009-07-15 Xerxes RanbyFix cmake build, add TargetMachineRegistry.cpp that...
2009-07-15 Xerxes RanbyFix cmake build lib/Target/TargetMachineRegistry.cpp...
2009-06-11 Bruno Cardoso LopesUse forward declarations and move TargetELFWriterInfo...
2008-09-22 Oscar FuentesInitial support for the CMake build system.