index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
build/cmake: Use tblgen macro directly instead of llvm_tablegen, which just
Daniel Dunbar
2011-11-14
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
*
MC/X86: Add stub AsmBackend.
Daniel Dunbar
2010-02-21
1
-0
/
+1
*
add an x86 implementation of MCTargetExpr for
Chris Lattner
2010-02-08
1
-0
/
+1
*
stub out a new X86 encoder, which can be tried with
Chris Lattner
2010-02-03
1
-0
/
+1
*
Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit
Sean Callanan
2009-12-19
1
-0
/
+1
*
split random COFF asmprinter state out to X86COFFMachineModuleInfo.h.
Chris Lattner
2009-09-20
1
-0
/
+1
*
fix cmake build
Shantonu Sen
2009-09-16
1
-0
/
+1
*
Normalize makefile comments and sort cmake file lists.
Benjamin Kramer
2009-08-31
1
-1
/
+1
*
Forgot to update some CMakeLists.
Benjamin Kramer
2009-08-22
1
-1
/
+1
*
CMake: Corrected variable check.
Oscar Fuentes
2009-08-14
1
-1
/
+1
*
CMake: Added asm file to x86_64 MSVC build.
Oscar Fuentes
2009-08-12
1
-1
/
+8
*
Start generating AsmMatcher.inc for X86.
Daniel Dunbar
2009-07-17
1
-0
/
+1
*
CMake build fixes, from Xerxes Ranby
Douglas Gregor
2009-07-02
1
-0
/
+2
*
Move the code that inserts X87 FP_REG_KILL instructions from a
Dan Gohman
2008-11-12
1
-0
/
+1
*
CMake: Builds all targets.
Oscar Fuentes
2008-09-26
1
-42
/
+13
*
CMake build system: support for parallel builds.
Oscar Fuentes
2008-09-22
1
-1
/
+2
*
Initial support for the CMake build system.
Oscar Fuentes
2008-09-22
1
-0
/
+56