- Nov 27, 2010
-
-
Daniel Dunbar authored
llvm-svn: 120191
-
- Nov 22, 2010
-
-
Mikhail Glushenkov authored
llvm-svn: 119976
-
Mikhail Glushenkov authored
llvm-svn: 119975
-
- Nov 18, 2010
-
-
Wesley Peck authored
llvm-svn: 119589
-
- Nov 17, 2010
-
-
Daniel Dunbar authored
llvm-svn: 119509
-
Daniel Dunbar authored
llvm-svn: 119508
-
- Nov 14, 2010
-
-
Chris Lattner authored
looking for lib/Target/*AsmPrinter.cpp. Fix llvm-config to handle targets that don't have an explicit AsmPrinter library. llvm-svn: 119057
-
- Nov 13, 2010
-
-
Daniel Dunbar authored
llvm-svn: 118953
-
Daniel Dunbar authored
- Also, switch tests to not using llvm-as. They run 20% faster now, not that it matters. llvm-svn: 118952
-
- Nov 09, 2010
-
-
Dan Gohman authored
llvm-svn: 118464
-
- Nov 08, 2010
-
-
Che-Liang Chiou authored
llvm-svn: 118394
-
- Nov 03, 2010
-
-
Mikhail Glushenkov authored
Makes it more clear that it is just a path manipulation function. llvm-svn: 118174
-
Mikhail Glushenkov authored
llvm-svn: 118173
-
Jakob Stoklund Olesen authored
clang are using. llvm-svn: 118118
-
- Nov 02, 2010
-
-
Mikhail Glushenkov authored
This allows using GetDLLSuffix() with appendSuffix(). llvm-svn: 118051
-
Mikhail Glushenkov authored
llvm-svn: 118050
-
- Oct 30, 2010
-
-
Jim Grosbach authored
feature lists for instruction pattern predicates. llvm-svn: 117788
-
Tobias Grosser authored
Update the cmake and autoconf build system to compile polly as a shared library if it is checked out into tools/polly. In case polly is not checked out, nothing changes. This models the way clang can be added to llvm if checked out to tools/clang. Also rebuild configure. Patch contributed by ether. llvm-svn: 117755
-
- Oct 29, 2010
-
-
Dan Gohman authored
llvm-svn: 117658
-
Dan Gohman authored
PATH isn't actually searched, and to not mention the executable directory when it isn't actually searched. llvm-svn: 117657
-
Dan Gohman authored
llvm-svn: 117655
-
- Oct 28, 2010
-
-
NAKAMURA Takumi authored
Thanks to Yuri Gribov and Vladimir Kirillov! *BSD(s) have environ(7) in CRT startup and cannot resolve "environ" at linking llvm.so. environ(7) is used inlib/System/Unix/Program.inc. llvm-svn: 117528
-
- Oct 25, 2010
-
-
Daniel Dunbar authored
llvm-svn: 117296
-
- Oct 23, 2010
-
-
Mikhail Glushenkov authored
llvm-svn: 117198
-
Mikhail Glushenkov authored
llvm-svn: 117196
-
- Oct 22, 2010
-
-
NAKAMURA Takumi authored
llvm-svn: 117095
-
- Oct 20, 2010
-
-
Rafael Espindola authored
llvm-svn: 116910
-
Tobias Grosser authored
A RegionPass is executed like a LoopPass but on the regions detected by the RegionInfo pass instead of the loops detected by the LoopInfo pass. llvm-svn: 116905
-
- Oct 19, 2010
-
-
Owen Anderson authored
Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which must be called in the pass's constructor. This function uses static dependency declarations to recursively initialize the pass's dependencies. Clients that only create passes through the createFooPass() APIs will require no changes. Clients that want to use the CommandLine options for passes will need to manually call the appropriate initialization functions in PassInitialization.h before parsing commandline arguments. I have tested this with all standard configurations of clang and llvm-gcc on Darwin. It is possible that there are problems with the static dependencies that will only be visible with non-standard options. If you encounter any crash in pass registration/creation, please send the testcase to me directly. llvm-svn: 116820
-
- Oct 16, 2010
-
-
Benjamin Kramer authored
llvm-svn: 116671
-
Daniel Dunbar authored
spaces gives tests fits and shell escaping is an art best left to jabberwockies. llvm-svn: 116632
-
- Oct 14, 2010
-
-
Mikhail Glushenkov authored
Also includes some cosmetic changes. llvm-svn: 116475
-
- Oct 13, 2010
-
-
Rafael Espindola authored
llvm-svn: 116387
-
- Oct 11, 2010
-
-
Chris Lattner authored
it comes back, it will be largely a rewrite, so keeping the old codebase in tree isn't helping anyone. llvm-svn: 116190
-
- Oct 07, 2010
-
-
Dan Gohman authored
llvm-svn: 115976
-
Dan Gohman authored
llvm-svn: 115973
-
Michael J. Spencer authored
llvm-svn: 115959
-
Michael J. Spencer authored
llvm-svn: 115958
-
- Oct 06, 2010
-
-
Bill Wendling authored
drastically reduce the linking time during LTO. Patch by Shantonu Sen! llvm-svn: 115728
-
- Oct 02, 2010
-
-
Oscar Fuentes authored
llvm-svn: 115405
-