- Oct 17, 2011
-
-
Michael J. Spencer authored
llvm-svn: 142204
-
- Aug 31, 2011
-
-
Rafael Espindola authored
ssa, so it has to be run really early in the pipeline. Any replacement should probably use the SSAUpdater. llvm-svn: 138841
-
- Jul 29, 2011
-
-
Chandler Carruth authored
specified in the same file that the library itself is created. This is more idiomatic for CMake builds, and also allows us to correctly specify dependencies that are missed due to bugs in the GenLibDeps perl script, or change from compiler to compiler. On Linux, this returns CMake to a place where it can relably rebuild several targets of LLVM. I have tried not to change the dependencies from the ones in the current auto-generated file. The only places I've really diverged are in places where I was seeing link failures, and added a dependency. The goal of this patch is not to start changing the dependencies, merely to move them into the correct location, and an explicit form that we can control and change when necessary. This also removes a serialization point in the build because we don't have to scan all the libraries before we begin building various tools. We no longer have a step of the build that regenerates a file inside the source tree. A few other associated cleanups fall out of this. This isn't really finished yet though. After talking to dgregor he urged switching to a single CMake macro to construct libraries with both sources and dependencies in the arguments. Migrating from the two macros to that style will be a follow-up patch. Also, llvm-config is still generated with GenLibDeps.pl, which means it still has slightly buggy dependencies. The internal CMake 'llvm-config-like' macro uses the correct explicitly specified dependencies however. A future patch will switch llvm-config generation (when using CMake) to be based on these deps as well. This may well break Windows. I'm getting a machine set up now to dig into any failures there. If anyone can chime in with problems they see or ideas of how to solve them for Windows, much appreciated. llvm-svn: 136433
-
- Jun 16, 2011
-
-
John McCall authored
llvm-svn: 133108
-
- Mar 01, 2011
-
-
Ted Kremenek authored
llvm-svn: 126715
-
- Feb 28, 2011
-
-
Chris Lattner authored
llvm-svn: 126694
-
- Jan 03, 2011
-
-
Michael J. Spencer authored
llvm-svn: 122724
-
Cameron Zwarich authored
of instcombine that is currently in the middle of the loop pass pipeline. This commit only checks in the pass; it will hopefully be enabled by default later. llvm-svn: 122719
-
- Dec 26, 2010
-
-
Chris Lattner authored
No functionality yet. llvm-svn: 122562
-
- Oct 08, 2010
-
-
Daniel Dunbar authored
llvm-svn: 116034
-
- Sep 29, 2010
-
-
Oscar Fuentes authored
llvm-svn: 114999
-
- Sep 14, 2010
-
-
Michael J. Spencer authored
This reverts commit r113632 Conflicts: cmake/modules/AddLLVM.cmake llvm-svn: 113819
-
- Sep 10, 2010
-
-
Michael J. Spencer authored
llvm-svn: 113632
-
- Aug 31, 2010
-
-
Owen Anderson authored
llvm-svn: 112590
-
- Aug 28, 2010
-
-
Chris Lattner authored
I'm aware of, aren't maintained, and LVI will be replacing their value. nlewycky approved this on irc. llvm-svn: 112355
-
Benjamin Kramer authored
llvm-svn: 112332
-
- Aug 03, 2010
-
-
Peter Collingbourne authored
llvm-svn: 110113
-
- May 07, 2010
-
-
Ted Kremenek authored
llvm-svn: 103266
-
- Apr 13, 2010
-
-
Owen Anderson authored
llvm-svn: 101125
-
- Feb 09, 2010
-
-
Eric Christopher authored
consuming for a simple optimization. llvm-svn: 95671
-
Eric Christopher authored
llvm-svn: 95641
-
- Jan 04, 2010
-
-
Chris Lattner authored
llvm-svn: 92459
-
- Nov 11, 2009
-
-
Chris Lattner authored
llvm-svn: 86810
-
- Oct 31, 2009
-
-
Dan Gohman authored
llvm-svn: 85660
-
Dan Gohman authored
to unfold loop-invariant loads. llvm-svn: 85657
-
- Oct 28, 2009
-
-
Benjamin Kramer authored
llvm-svn: 85389
-
- Oct 27, 2009
-
-
Mike Stump authored
llvm-svn: 85197
-
- Oct 26, 2009
-
-
Ted Kremenek authored
llvm-svn: 85161
-
- Oct 06, 2009
-
-
Ted Kremenek authored
llvm-svn: 83404
-
- Oct 01, 2009
-
-
Douglas Gregor authored
llvm-svn: 83194
-
- Sep 17, 2009
-
-
Daniel Dunbar authored
llvm-svn: 82097
-
- Jun 26, 2009
-
-
Douglas Gregor authored
llvm-svn: 74285
-
- Nov 05, 2008
-
-
Oscar Fuentes authored
llvm-svn: 58736
-
- Sep 22, 2008
-
-
Oscar Fuentes authored
llvm-svn: 56419
-