index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2013-01-08
Pad Short Functions for Intel Atom
Preston Gurd
2013-01-07
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2013-01-05
Revert revision 171524. Original message:
Nadav Rotem
2013-01-04
The current Intel Atom microarchitecture has a feature whereby when a function
Preston Gurd
2012-12-19
Remove edis - the enhanced disassembler. Fixes PR14654.
Roman Divacky
2012-10-28
Remove TargetELFWriterInfo.
Rafael Espindola
2012-06-24
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
NAKAMURA Takumi
2011-12-20
Fix up the CMake build for the new files added in r146960, they're
Chandler Carruth
2011-11-29
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-12
build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...
Daniel Dunbar
2011-11-04
build/cmake: Use tblgen macro directly instead of llvm_tablegen, which just
Daniel Dunbar
2011-10-06
Build system infrastructure for multiple tblgens.
Peter Collingbourne
2011-09-28
Rename SSEDomainFix -> lib/CodeGen/ExecutionDepsFix.
Jakob Stoklund Olesen
2011-08-23
Introduce a pass to insert vzeroupper instructions to avoid AVX to
Bruno Cardoso Lopes
2011-07-29
Rewrite the CMake build to use explicit dependencies between libraries,
Chandler Carruth
2011-07-26
Clean up a pile of hacks in our CMake build relating to TableGen.
Chandler Carruth
2011-07-25
More refactoring.
Evan Cheng
2011-07-15
Major update to CMake build to reflect changes in r135219 in the
Chandler Carruth
2011-07-01
Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.
Evan Cheng
2011-06-28
Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
Evan Cheng
2011-06-27
Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc
Evan Cheng
2011-06-24
Rename TargetDesc to MCTargetDesc
Evan Cheng
2011-06-24
Starting to refactor Target to separate out code that's needed to fully describe
Evan Cheng
2011-02-20
Use explicit add_subdirectory's for LLVM target sublibraries instead
Oscar Fuentes
2011-01-10
Update CMake stuff
Anton Korobeynikov
2011-01-02
A workaround for a bug in cmake 2.8.3 diagnosed on PR 8885.
Oscar Fuentes
2010-12-31
Add to the list of cmake files the object file, not the asm file. This
Oscar Fuentes
2010-12-20
X86/MC/Mach-O: Split out createX86MachObjectWriter().
Daniel Dunbar
2010-11-16
Fix assembling X86CompilationCallback_Win64.asm on VS 10.
Oscar Fuentes
2010-11-15
Attempt to unbreak cmake-based builds
Anton Korobeynikov
2010-09-13
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
Michael J. Spencer
2010-09-10
CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
Michael J. Spencer
2010-08-09
CMake: eliminated unnecessary target_link_libraries.
Oscar Fuentes
2010-07-22
Attempt to fix linking issues with CMake. Please review other CMake users,
Chandler Carruth
2010-07-20
Update CMake files.
Daniel Dunbar
2010-07-16
Remove the X86::FP_REG_KILL pseudo-instruction and the X86FloatingPointRegKill
Jakob Stoklund Olesen
2010-05-13
CMake: fixes 64 bit Visual Studio IDE build. Fixes bug 4936.
Oscar Fuentes
2010-04-16
Add skeleton target-specific SelectionDAGInfo files.
Dan Gohman
2010-04-13
Unbreak CMake build by improving the EnhancedDisassembly makefile a
Douglas Gregor
2010-03-25
Add a late SSEDomainFix pass that twiddles SSE instructions to avoid domain c...
Jakob Stoklund Olesen
2010-03-23
Revert "Add a late SSEDomainFix pass that twiddles SSE instructions to avoid ...
Jakob Stoklund Olesen
2010-03-23
Add a late SSEDomainFix pass that twiddles SSE instructions to avoid domain c...
Jakob Stoklund Olesen
2010-03-15
MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr.
Daniel Dunbar
2010-02-21
MC/X86: Add stub AsmBackend.
Daniel Dunbar
2010-02-08
add an x86 implementation of MCTargetExpr for
Chris Lattner
2010-02-03
stub out a new X86 encoder, which can be tried with
Chris Lattner
2009-12-19
Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit
Sean Callanan
2009-09-20
split random COFF asmprinter state out to X86COFFMachineModuleInfo.h.
Chris Lattner
2009-09-16
fix cmake build
Shantonu Sen
2009-08-31
Normalize makefile comments and sort cmake file lists.
Benjamin Kramer
[next]