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
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-1
/
+41
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
1
-5
/
+11
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-4
/
+5
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-43
/
+100
*
Merging r195379:
Bill Wendling
2013-11-25
1
-6
/
+6
*
Revert my CMake patches concerning building with /MT (r194589, r194596)
Hans Wennborg
2013-11-13
1
-2
/
+0
*
CMake: make building with /MT an option instead of always forcing it
Hans Wennborg
2013-11-13
1
-0
/
+2
*
Modify CMakeLists.txt to work around pr17763 and bring some bots back.
Rafael Espindola
2013-10-31
1
-0
/
+1
*
Remove 2.4 from the list of supported Python versions.
Bill Wendling
2013-10-28
1
-1
/
+1
*
CMake: set stack size for MSVC in just one place
Hans Wennborg
2013-10-17
1
-9
/
+0
*
Restore LLVM_BUILD_RUNTIME option that was deleted in r191835, but is still u...
Alexey Samsonov
2013-10-04
1
-0
/
+2
*
Remove the very substantial, largely unmaintained legacy PGO
Chandler Carruth
2013-10-02
1
-10
/
+1
*
Set the minimal stack size with msvc when using cmake >= 2.8.11.
Rafael Espindola
2013-09-25
1
-0
/
+9
*
[conf] Add config variable to disable crash related overrides.
Daniel Dunbar
2013-08-30
1
-0
/
+5
*
Substitute LLVM's version into the msbuild property file at config time
Reid Kleckner
2013-08-29
1
-20
/
+21
*
cmake: Add msbuild integration to the install
Hans Wennborg
2013-08-28
1
-0
/
+5
*
CMake: move lto.h install to tools/lto/CMakeLists.txt
Hans Wennborg
2013-08-26
1
-5
/
+0
*
[autotools->cmake] Enable generation of doxygen documentation via cmake.
Michael Gottesman
2013-08-24
1
-2
/
+8
*
CMake: Add LLVM_INSTALL_TOOLCHAIN_ONLY option.
Hans Wennborg
2013-08-24
1
-21
/
+30
*
CMake: polish the Windows packaging rules
Hans Wennborg
2013-08-15
1
-1
/
+10
*
Fixed typo in CMakeLists.txt.
Michael Gottesman
2013-08-15
1
-1
/
+1
*
Target a minimal terminfo library rather than necessarily a full curses
Chandler Carruth
2013-08-12
1
-1
/
+1
*
Add support for linking against a curses library when available and
Chandler Carruth
2013-08-07
1
-0
/
+2
*
Add capability for building with -gsplit-dwarf to the cmake build.
Eric Christopher
2013-07-30
1
-0
/
+3
*
Remove the mblaze backend from llvm.
Rafael Espindola
2013-07-25
1
-1
/
+0
*
Tweak the cmake interaction between CMAKE_BUILD_TYPE and LLVM_ENABLE_ASSERTIONS.
Duncan Sands
2013-07-17
1
-1
/
+1
*
Support using "host" as a target in LLVM_TARGETS_TO_BUILD when using cmake.
Andy Gibbs
2013-06-26
1
-12
/
+11
*
Look for Python 2 before Python 3 in CMakeLists.txt
Reid Kleckner
2013-06-24
1
-1
/
+2
*
Allow duplicates in LLVM_TARGETS_TO_BUILD and LLVM_EXPERIMENTAL_TARGETS_TO_BU...
Rafael Espindola
2013-05-22
1
-0
/
+1
*
Make R600 non-experimental.
Rafael Espindola
2013-05-22
1
-0
/
+1
*
AArch64: enable MCJIT unittests
Tim Northover
2013-05-19
1
-1
/
+1
*
Change version to 3.4 in the cmake build too.
Rafael Espindola
2013-05-07
1
-1
/
+1
*
[SystemZ] Add to --enable-targets=all
Ulrich Weigand
2013-05-06
1
-0
/
+1
*
[SystemZ] Add configure bits
Ulrich Weigand
2013-05-06
1
-1
/
+1
*
Add basic zlib support to LLVM. This would allow to use compression/uncompres...
Alexey Samsonov
2013-04-23
1
-0
/
+2
*
Enable all targets by default on Visual Studio.
Tim Northover
2013-04-15
1
-6
/
+1
*
Revert "TMP"
Tim Northover
2013-04-10
1
-1
/
+6
*
TMP
Tim Northover
2013-04-10
1
-6
/
+1
*
Move yaml2obj to tools too.
Rafael Espindola
2013-04-05
1
-1
/
+0
*
Move obj2yaml to tools to sort out make's dependencies.
Rafael Espindola
2013-04-05
1
-1
/
+0
*
Don't export symbols in every binary on linux.
Rafael Espindola
2013-04-04
1
-0
/
+4
*
Add CMake option LLVM_USE_SANITIZER={Address,Memory,MemoryWithOrigins} to sim...
Alexey Samsonov
2013-03-26
1
-0
/
+3
*
Revert CMake version bump since we don't actually need 2.8.6 any more.
Tim Northover
2013-02-18
1
-1
/
+1
*
Note minimum required version of CMake
Tim Northover
2013-02-18
1
-1
/
+1
*
On FreeBSD, we need to look in /usr/local/include so that libxml2 finds iconv.h
David Chisnall
2013-02-14
1
-0
/
+7
*
Enable AArch64 as a target built by default.
Tim Northover
2013-02-04
1
-0
/
+1
*
Fix spelling
Joel Jones
2012-12-13
1
-2
/
+2
*
[CMake] TARGET_TRIPLE may be internal alias of LLVM_DEFAULT_TARGET_TRIPLE.
NAKAMURA Takumi
2012-12-10
1
-2
/
+1
*
Kick off 3.3 cycle for LLVM trunk.
Benjamin Kramer
2012-11-17
1
-1
/
+1
*
Fix CMake build.
Eric Christopher
2012-11-14
1
-1
/
+0
[next]