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
/
ARM
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-14
/
+0
*
lib/Target/ARM/CMakeLists.txt: Disable optimization in ARMISelLowering.cpp al...
NAKAMURA Takumi
2011-11-16
1
-2
/
+2
*
build/cmake: Use tblgen macro directly instead of llvm_tablegen, which just
Daniel Dunbar
2011-11-04
1
-13
/
+13
*
Fix CMake build.
Michael J. Spencer
2011-10-17
1
-1
/
+0
*
Build system infrastructure for multiple tblgens.
Peter Collingbourne
2011-10-06
1
-13
/
+13
*
Target/ARM: Unbreak! CMake! Build!
NAKAMURA Takumi
2011-09-29
1
-1
/
+0
*
Delete NEONMoveFix, now unused.
Jakob Stoklund Olesen
2011-09-29
1
-1
/
+0
*
Unbreak CMake build.
Ted Kremenek
2011-09-27
1
-1
/
+2
*
Don't generate the old-style disassembler in CMake builds either.
Owen Anderson
2011-08-09
1
-1
/
+0
*
Attempt to fix CMake build.
Owen Anderson
2011-08-09
1
-0
/
+1
*
Rewrite the CMake build to use explicit dependencies between libraries,
Chandler Carruth
2011-07-29
1
-0
/
+14
*
Clean up a pile of hacks in our CMake build relating to TableGen.
Chandler Carruth
2011-07-26
1
-0
/
+1
*
Sink ARM mc routines into MCTargetDesc.
Evan Cheng
2011-07-23
1
-3
/
+0
*
Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...
Evan Cheng
2011-07-20
1
-1
/
+0
*
Major update to CMake build to reflect changes in r135219 in the
Chandler Carruth
2011-07-15
1
-1
/
+0
*
Add CMake support for the new TableGen file introduced in r134705.
Chandler Carruth
2011-07-08
1
-0
/
+1
*
Update CMake library dependencies
Oscar Fuentes
2011-07-07
1
-2
/
+0
*
Fix CMake build
Douglas Gregor
2011-07-07
1
-0
/
+2
*
Add ARM MC registry routines.
Evan Cheng
2011-07-06
1
-0
/
+1
*
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
*
Starting to refactor Target to separate out code that's needed to fully describe
Evan Cheng
2011-06-24
1
-2
/
+3
*
Move ARMMachObjectWriter to its own file.
Jim Grosbach
2011-06-22
1
-0
/
+1
*
Use explicit add_subdirectory's for LLVM target sublibraries instead
Oscar Fuentes
2011-02-20
1
-0
/
+5
*
Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a step
Evan Cheng
2011-01-13
1
-0
/
+1
*
Update CMake stuff
Anton Korobeynikov
2011-01-10
1
-2
/
+2
*
CMake: Add disabling optimization on MSVC8 and MSVC10 as workaround for some ...
NAKAMURA Takumi
2010-12-29
1
-0
/
+8
*
ARM/CMakeLists.txt: Add missing MLxExpansionPass.cpp since r120960.
NAKAMURA Takumi
2010-12-05
1
-0
/
+1
*
Making use of VFP / NEON floating point multiply-accumulate / subtraction is
Evan Cheng
2010-12-05
1
-1
/
+1
*
Attempt to unbreak cmake-based builds
Anton Korobeynikov
2010-11-15
1
-0
/
+2
*
Teach ARM Target to use the tblgen support for generating an MC'ized
Jim Grosbach
2010-11-03
1
-0
/
+1
*
Remove explicit dependency of LLVMARMCodeGen on LLVMARMAsmPrinter. It
Oscar Fuentes
2010-10-14
1
-5
/
+0
*
grammar
Jim Grosbach
2010-10-01
1
-2
/
+2
*
I added a new file ARMAsmBackend which stubs out in similar ways to
Jason W Kim
2010-09-30
1
-0
/
+1
*
Removed a bunch of unnecessary target_link_libraries.
Oscar Fuentes
2010-09-28
1
-1
/
+4
*
Add ARM Disassembler to the CMake build.
Oscar Fuentes
2010-09-28
1
-0
/
+1
*
Odd additional stub framework for the ARM MC ELF emission.
Rafael Espindola
2010-09-27
1
-0
/
+1
*
Add skeleton infrastructure for the ARMMCCodeEmitter class. Patch by Jason Kim!
Jim Grosbach
2010-09-17
1
-0
/
+1
*
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
Michael J. Spencer
2010-09-13
1
-10
/
+1
*
Convert some VTBL and VTBX instructions to use pseudo instructions prior to
Bob Wilson
2010-09-13
1
-1
/
+0
*
CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
Michael J. Spencer
2010-09-10
1
-1
/
+10
*
MC/ARM: Enable generation of the ARM asm matcher, not that it can do much.
Daniel Dunbar
2010-08-11
1
-1
/
+2
*
Unbreak CMake build
Douglas Gregor
2010-07-25
1
-0
/
+1
*
Fix the generated file name for CMake.
Chandler Carruth
2010-07-22
1
-1
/
+1
*
Attempt to fix linking issues with CMake. Please review other CMake users,
Chandler Carruth
2010-07-22
1
-1
/
+1
*
Update CMake files.
Owen Anderson
2010-07-22
1
-0
/
+1
*
Baby steps towards ARM fast-isel.
Eric Christopher
2010-07-21
1
-0
/
+1
*
Update CMake files.
Daniel Dunbar
2010-07-20
1
-1
/
+3
[next]