Age | Commit message (Expand) | Author | Files | Lines |
2014-02-20 | [CMake] Move intrinsics_gen to lib/Target out of add_public_tablegen_target. | NAKAMURA Takumi | 1 | -0/+2 |
2014-01-07 | Move the llvm mangler to lib/IR. | Rafael Espindola | 1 | -1/+0 |
2013-10-15 | Revert "Add AllTargetsBindings sublibrary" as it breaks cmake build on (atlea... | Anders Waldenborg | 1 | -2/+0 |
2013-10-15 | Add AllTargetsBindings sublibrary instead of having static inlines in the llv... | Anders Waldenborg | 1 | -0/+2 |
2013-10-09 | Revert "llvm-c: Make target initializer functions external functions in lib." | Rui Ueyama | 1 | -1/+0 |
2013-10-09 | llvm-c: Make target initializer functions external functions in lib. | Anders Waldenborg | 1 | -0/+1 |
2013-01-07 | Switch TargetTransformInfo from an immutable analysis pass that requires | Chandler Carruth | 1 | -1/+0 |
2012-11-28 | Move Target{Instr,Register}Info.cpp into lib/CodeGen. | Jakob Stoklund Olesen | 1 | -2/+0 |
2012-10-28 | Remove TargetELFWriterInfo. | Rafael Espindola | 1 | -1/+0 |
2012-10-18 | Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin... | Nadav Rotem | 1 | -0/+1 |
2012-10-18 | Temporarily revert the TargetTransform changes. | Bob Wilson | 1 | -1/+0 |
2012-10-10 | Add a new interface to allow IR-level passes to access codegen-specific infor... | Nadav Rotem | 1 | -0/+1 |
2012-10-05 | Implement TargetData with the DataLayout class, this will allow LLVM projects... | Micah Villmow | 1 | -1/+0 |
2012-04-11 | Add a C binding to the Target and TargetMachine classes to allow for emitting | Duncan Sands | 1 | -0/+1 |
2011-12-20 | Fix up the CMake build for the new files added in r146960, they're | Chandler Carruth | 1 | -0/+1 |
2011-12-15 | Move parts of lib/Target that use CodeGen into lib/CodeGen. | Nick Lewycky | 1 | -2/+0 |
2011-12-10 | Refactor the implementation of the TargetOptions out of TargetMachine, taking | Nick Lewycky | 1 | -0/+1 |
2011-11-29 | build/CMake: Finish removal of add_llvm_library_dependencies. | Daniel Dunbar | 1 | -6/+0 |
2011-11-04 | build/cmake: Coalesce the configuration time header include fragment generation | Daniel Dunbar | 1 | -36/+1 |
2011-08-24 | Move TargetRegistry and TargetSelect from Target to Support where they belong. | Evan Cheng | 1 | -1/+0 |
2011-07-29 | Rewrite the CMake build to use explicit dependencies between libraries, | Chandler Carruth | 1 | -0/+6 |
2011-07-23 | Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th... | Evan Cheng | 1 | -1/+0 |
2011-07-22 | Move TargetRegistry.cpp from lib/Support to lib/Target where it belongs. | Chandler Carruth | 1 | -0/+1 |
2011-07-20 | Fix cmake again :) | Benjamin Kramer | 1 | -1/+0 |
2011-07-09 | Revert accidental commit. | Evan Cheng | 1 | -6/+0 |
2011-07-09 | Change createAsmParser to take a MCSubtargetInfo instead of triple, | Evan Cheng | 1 | -0/+6 |
2011-07-01 | Rename TargetSubtarget to TargetSubtargetInfo for consistency. | Evan Cheng | 1 | -1/+1 |
2011-06-29 | Fix CMake build. | NAKAMURA Takumi | 1 | -1/+0 |
2011-02-20 | Use explicit add_subdirectory's for LLVM target sublibraries instead | Oscar Fuentes | 1 | -10/+0 |
2011-02-18 | Move library stuff out of the toplevel CMakeLists.txt file. | Oscar Fuentes | 1 | -0/+50 |
2011-02-18 | introduce a new TargetLibraryInfo pass, which transformations can use to | Chris Lattner | 1 | -0/+1 |
2011-01-10 | Update CMake stuff | Anton Korobeynikov | 1 | -1/+1 |
2010-12-10 | Fixed version of 121434 with no new memory leaks. | Rafael Espindola | 1 | -0/+1 |
2010-12-10 | Fix cmake build. | Rafael Espindola | 1 | -1/+0 |
2010-12-10 | lib/Target/CMakeLists.txt: Add missing lib/Target/TargetAsmInfo.cpp, followin... | NAKAMURA Takumi | 1 | -0/+1 |
2010-09-13 | Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." | Michael J. Spencer | 1 | -2/+0 |
2010-09-10 | CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. | Michael J. Spencer | 1 | -0/+2 |
2010-02-02 | remove the remnants of TargetMachOWriterInfo. | Chris Lattner | 1 | -1/+0 |
2010-01-22 | add new file | Chris Lattner | 1 | -0/+1 |
2010-01-16 | Update CMake files for Mangler move. | Benjamin Kramer | 1 | -0/+1 |
2009-08-26 | CMake: Removed outdated TODO. | Oscar Fuentes | 1 | -2/+0 |
2009-08-22 | Update CMake build, unbreak linux build. | Benjamin Kramer | 1 | -3/+0 |
2009-08-02 | remove the dead ELFTargetAsmInfo.h/cpp file. TargetAsmInfo | Chris Lattner | 1 | -1/+0 |
2009-07-28 | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner | 1 | -0/+1 |
2009-07-27 | Fix build. | Mike Stump | 1 | -0/+1 |
2009-07-21 | Update CMake files. | Ted Kremenek | 1 | -0/+1 |
2009-07-15 | Update CMakeLists for reapplication. | Daniel Dunbar | 1 | -1/+0 |
2009-07-15 | Fix cmake build, add TargetMachineRegistry.cpp that got restored in r75807 | Xerxes Ranby | 1 | -0/+1 |
2009-07-15 | Fix cmake build lib/Target/TargetMachineRegistry.cpp removed. | Xerxes Ranby | 1 | -1/+0 |
2009-06-11 | Use forward declarations and move TargetELFWriterInfo impl to a new file. | Bruno Cardoso Lopes | 1 | -1/+2 |