| Commit message (Expand) | Author | Age | Files | Lines |
* | Update aosp/master LLVM for rebase to r230699. | Stephen Hines | 2015-03-23 | 1 | -1/+2 |
* | Update aosp/master LLVM for rebase to r222494. | Stephen Hines | 2014-12-02 | 1 | -3/+0 |
* | Update LLVM for rebase to r212749. | Stephen Hines | 2014-07-21 | 1 | -0/+1 |
* | Update LLVM for 3.5 rebase (r209712). | Stephen Hines | 2014-05-29 | 1 | -1/+0 |
* | Update to LLVM 3.5a. | Stephen Hines | 2014-04-24 | 1 | -7/+0 |
* | Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for ... | NAKAMURA Takumi | 2013-08-06 | 1 | -1/+1 |
* | This patch adds the X86FixupLEAs pass, which will reduce instruction | Preston Gurd | 2013-04-25 | 1 | -0/+1 |
* | Pad Short Functions for Intel Atom | Preston Gurd | 2013-01-08 | 1 | -0/+1 |
* | Switch TargetTransformInfo from an immutable analysis pass that requires | Chandler Carruth | 2013-01-07 | 1 | -0/+1 |
* | Revert revision 171524. Original message: | Nadav Rotem | 2013-01-05 | 1 | -1/+0 |
* | The current Intel Atom microarchitecture has a feature whereby when a function | Preston Gurd | 2013-01-04 | 1 | -0/+1 |
* | Remove edis - the enhanced disassembler. Fixes PR14654. | Roman Divacky | 2012-12-19 | 1 | -1/+0 |
* | Remove TargetELFWriterInfo. | Rafael Espindola | 2012-10-28 | 1 | -1/+0 |
* | llvm/lib: [CMake] Add explicit dependency to intrinsics_gen. | NAKAMURA Takumi | 2012-06-24 | 1 | -0/+2 |
* | Fix up the CMake build for the new files added in r146960, they're | Chandler Carruth | 2011-12-20 | 1 | -0/+1 |
* | build/CMake: Finish removal of add_llvm_library_dependencies. | Daniel Dunbar | 2011-11-29 | 1 | -15/+0 |
* | build: Attempt to rectify inconsistencies between CMake and LLVMBuild version... | Daniel Dunbar | 2011-11-12 | 1 | -0/+2 |
* | build/cmake: Use tblgen macro directly instead of llvm_tablegen, which just | Daniel Dunbar | 2011-11-04 | 1 | -11/+11 |
* | Build system infrastructure for multiple tblgens. | Peter Collingbourne | 2011-10-06 | 1 | -11/+11 |
* | Rename SSEDomainFix -> lib/CodeGen/ExecutionDepsFix. | Jakob Stoklund Olesen | 2011-09-28 | 1 | -1/+0 |
* | Introduce a pass to insert vzeroupper instructions to avoid AVX to | Bruno Cardoso Lopes | 2011-08-23 | 1 | -0/+1 |
* | Rewrite the CMake build to use explicit dependencies between libraries, | Chandler Carruth | 2011-07-29 | 1 | -0/+13 |
* | Clean up a pile of hacks in our CMake build relating to TableGen. | Chandler Carruth | 2011-07-26 | 1 | -0/+1 |
* | More refactoring. | Evan Cheng | 2011-07-25 | 1 | -3/+0 |
* | Major update to CMake build to reflect changes in r135219 in the | Chandler Carruth | 2011-07-15 | 1 | -1/+0 |
* | Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency. | Evan Cheng | 2011-07-01 | 1 | -1/+1 |
* | Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc | Evan Cheng | 2011-06-28 | 1 | -2/+1 |
* | Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc | Evan Cheng | 2011-06-27 | 1 | -3/+0 |
* | Rename TargetDesc to MCTargetDesc | Evan Cheng | 2011-06-24 | 1 | -0/+1 |
* | Starting to refactor Target to separate out code that's needed to fully describe | Evan Cheng | 2011-06-24 | 1 | -2/+3 |
* | Use explicit add_subdirectory's for LLVM target sublibraries instead | Oscar Fuentes | 2011-02-20 | 1 | -0/+5 |
* | Update CMake stuff | Anton Korobeynikov | 2011-01-10 | 1 | -1/+1 |
* | A workaround for a bug in cmake 2.8.3 diagnosed on PR 8885. | Oscar Fuentes | 2011-01-02 | 1 | -0/+5 |
* | Add to the list of cmake files the object file, not the asm file. This | Oscar Fuentes | 2010-12-31 | 1 | -1/+1 |
* | X86/MC/Mach-O: Split out createX86MachObjectWriter(). | Daniel Dunbar | 2010-12-20 | 1 | -0/+1 |
* | Fix assembling X86CompilationCallback_Win64.asm on VS 10. | Oscar Fuentes | 2010-11-16 | 1 | -2/+2 |
* | Attempt to unbreak cmake-based builds | Anton Korobeynikov | 2010-11-15 | 1 | -0/+1 |
* | Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." | Michael J. Spencer | 2010-09-13 | 1 | -12/+2 |
* | CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. | Michael J. Spencer | 2010-09-10 | 1 | -2/+12 |
* | CMake: eliminated unnecessary target_link_libraries. | Oscar Fuentes | 2010-08-09 | 1 | -1/+0 |
* | Attempt to fix linking issues with CMake. Please review other CMake users, | Chandler Carruth | 2010-07-22 | 1 | -1/+1 |
* | Update CMake files. | Daniel Dunbar | 2010-07-20 | 1 | -3/+5 |
* | Remove the X86::FP_REG_KILL pseudo-instruction and the X86FloatingPointRegKill | Jakob Stoklund Olesen | 2010-07-16 | 1 | -1/+0 |
* | CMake: fixes 64 bit Visual Studio IDE build. Fixes bug 4936. | Oscar Fuentes | 2010-05-13 | 1 | -1/+6 |
* | Add skeleton target-specific SelectionDAGInfo files. | Dan Gohman | 2010-04-16 | 1 | -0/+1 |
* | Unbreak CMake build by improving the EnhancedDisassembly makefile a | Douglas Gregor | 2010-04-13 | 1 | -0/+1 |
* | Add a late SSEDomainFix pass that twiddles SSE instructions to avoid domain c... | Jakob Stoklund Olesen | 2010-03-25 | 1 | -0/+1 |
* | Revert "Add a late SSEDomainFix pass that twiddles SSE instructions to avoid ... | Jakob Stoklund Olesen | 2010-03-23 | 1 | -1/+0 |
* | Add a late SSEDomainFix pass that twiddles SSE instructions to avoid domain c... | Jakob Stoklund Olesen | 2010-03-23 | 1 | -0/+1 |
* | MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr. | Daniel Dunbar | 2010-03-15 | 1 | -1/+0 |