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
/
tools
/
llvm-config
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reenable asmparser dependency generation, now with improved Perl foo.
Daniel Dunbar
2009-07-17
1
-0
/
+4
*
Disable llvm-config magic for AsmParser, it is isn't right & is breaking the ...
Daniel Dunbar
2009-07-17
1
-5
/
+0
*
Sketch support for target specific assembly parser.
Daniel Dunbar
2009-07-17
1
-0
/
+5
*
Teach Makefiles & CMake to link in the <TARGET>Info library when linking the
Daniel Dunbar
2009-07-15
1
-1
/
+6
*
Fix http://llvm.org/PR4481: Make llvm-config print the right include paths when
Jeffrey Yasskin
2009-07-07
1
-3
/
+6
*
CMake: Implements and documents option LLVM_ENABLE_ASSERTS.
Oscar Fuentes
2009-06-03
1
-1
/
+0
*
CMake: Set LIBS on llvm-config so we can query the system libraries
Oscar Fuentes
2009-05-27
1
-1
/
+6
*
Accommodate empty string for build type. This was previously causing an error
Ted Kremenek
2009-04-08
1
-1
/
+1
*
CMake: defines and uses macro add_llvm_definitions for keeping track
Oscar Fuentes
2009-04-04
1
-3
/
+8
*
CMake: tools/llvm-config/CMakeLists.txt: Use ! instead of comma as
Oscar Fuentes
2009-04-03
1
-7
/
+7
*
CMake: Build system fixes for XCode. llvm-config still causes us some serious...
Douglas Gregor
2009-03-16
1
-1
/
+1
*
Change these sed lines to behave correctly when the input string
Dan Gohman
2009-03-10
1
-5
/
+10
*
CMake: replace `rm' with portable invocations of cmake.
Oscar Fuentes
2009-01-07
1
-4
/
+4
*
CMake: Removed some cruft.
Oscar Fuentes
2008-11-15
1
-8
/
+3
*
CMake: Recursively invokes cmake using the right directories.
Oscar Fuentes
2008-11-15
1
-1
/
+1
*
CMake: forces rebuild of llvm-config's library dependency info when a
Oscar Fuentes
2008-11-11
1
-0
/
+1
*
CMake: Corrected detection of `nm'.
Oscar Fuentes
2008-11-09
1
-1
/
+3
*
CMake: Support for cross-compiling. For now, requires a previously
Oscar Fuentes
2008-11-09
1
-1
/
+9
*
Revert 58687. This breaks mingw.
Tanya Lattner
2008-11-04
1
-5
/
+12
*
Don't "shell out" to resolve paths. Using pure perl makes llvm-config
Nick Lewycky
2008-11-04
1
-12
/
+5
*
CMake: GetTargetTriple: new module for determining the target
Oscar Fuentes
2008-10-26
1
-11
/
+4
*
CMake: `make install' for libraries, executables and header files.
Oscar Fuentes
2008-10-22
1
-0
/
+5
*
CMake: Builds all targets.
Oscar Fuentes
2008-09-26
1
-1
/
+4
*
CMake build system: support for parallel builds.
Oscar Fuentes
2008-09-22
1
-2
/
+3
*
Initial support for the CMake build system.
Oscar Fuentes
2008-09-22
1
-0
/
+102
*
Move X86 assembler printers into separate directory. This allows JIT-only use...
Anton Korobeynikov
2008-08-17
1
-0
/
+9
*
remove attribution from a variety of miscellaneous files.
Chris Lattner
2007-12-29
1
-2
/
+2
*
remove attributions from tools/utils makefiles.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Added quotes around $(NM_PATH) argument to GenLibDeps.pl script so that
Ted Kremenek
2007-11-27
1
-1
/
+1
*
Fix PR1739.
Chris Lattner
2007-10-24
1
-4
/
+10
*
Simplify the handling of the --*flags options. The makefile already gets it
Reid Spencer
2007-07-10
1
-45
/
+24
*
Makesure the -cppflags also uses the CPP.BaseFlags as the CPP.Defines only
Reid Spencer
2007-07-10
1
-2
/
+2
*
Convert .cvsignore files
John Criswell
2007-06-29
1
-7
/
+0
*
Add support for building with _GLIBCXX_DEBUG. New configure option
David Greene
2007-06-28
2
-3
/
+30
*
Add new option to usage help.
Jeff Cohen
2007-04-22
1
-0
/
+1
*
Add the --host-target option.
Reid Spencer
2007-04-22
1
-0
/
+2
*
Fix problem with llvm-config that prevented JIT from being used on x86_64
Jeff Cohen
2007-03-28
1
-0
/
+4
*
Fix grammaro in output message.
Reid Spencer
2007-02-04
1
-1
/
+1
*
Run GenLibDeps.pl with the configured PERL path to handle different install
Reid Spencer
2007-01-21
1
-1
/
+1
*
Fixing a ">" redirect to be a ">>" redirect, so a sed command doesn't get clo...
Chandler Carruth
2007-01-09
1
-1
/
+1
*
Add an option for getting the C compiler flags, --cflags.
Reid Spencer
2007-01-06
2
-0
/
+6
*
Ignore the LibDeps.txt.tmp file.
Reid Spencer
2006-12-22
1
-0
/
+1
*
Fix PR1040:
Reid Spencer
2006-12-12
1
-3
/
+8
*
reword message
Chris Lattner
2006-12-06
1
-1
/
+1
*
Allow things like --libs CBackend
Chris Lattner
2006-09-04
1
-0
/
+3
*
If a cycle exists, don't succeed building the second time around.
Chris Lattner
2006-09-04
1
-1
/
+1
*
remove message
Chris Lattner
2006-09-04
1
-1
/
+0
*
Don't print double newline for --src-root and --obj-root as it tends to
Reid Spencer
2006-08-11
1
-2
/
+2
*
Fixed typo. Thanks, Reid.
Anton Korobeynikov
2006-08-04
1
-1
/
+1
*
Removed usage of "sort", which can lead to undeterministic behavior on mingw ...
Anton Korobeynikov
2006-08-04
3
-3
/
+3
[next]