- Mar 12, 2009
-
-
Bill Wendling authored
llvm-svn: 66770
-
Nick Lewycky authored
Remove the explicit if OS = Darwin test around the setting of -m32/-m64. llvm-svn: 66765
-
- Mar 10, 2009
-
-
Rafael Espindola authored
65834. llvm-svn: 66553
-
Chris Lattner authored
Tiger. PR3743 llvm-svn: 66550
-
- Mar 09, 2009
-
-
Evan Cheng authored
llvm-svn: 66427
-
Chris Lattner authored
by stripping off any versions past the "10.4". llvm-svn: 66392
-
- Mar 07, 2009
-
-
Nick Lewycky authored
llvm-svn: 66350
-
Evan Cheng authored
If ARCH is x86_64, pass -m64 to the host compiler. -m32 for i386. This makes sure the JIT work correctly. llvm-svn: 66315
-
- Mar 06, 2009
-
-
Daniel Dunbar authored
llvm-svn: 66294
-
- Mar 03, 2009
-
-
Mikhail Glushenkov authored
From the code: "There are "Proj" libs (defined by the user's project) and "LLVM" libs (defined by the LLVM project)." LINK_COMPONENTS are clearly defined by the LLVM project. Additionally, this fixes an issue with llvmc's build process:-) llvm-svn: 65940
-
Nick Lewycky authored
llvm-svn: 65927
-
Nick Lewycky authored
llvm-svn: 65922
-
- Mar 02, 2009
-
-
Mikhail Glushenkov authored
Merge common bits from the LLVMC and TABLEGEN sections. llvm-svn: 65834
-
Mikhail Glushenkov authored
llvm-svn: 65827
-
- Feb 26, 2009
-
-
Chris Lattner authored
libtool doesn't exist. llvm-svn: 65561
-
Chris Lattner authored
llvm-svn: 65554
-
Chris Lattner authored
llvm-svn: 65552
-
Chris Lattner authored
llvm-svn: 65543
-
Chris Lattner authored
substantially happier on some versions of Mac OS/X. llvm-svn: 65542
-
Nick Lewycky authored
llvm-svn: 65521
-
Nick Lewycky authored
llvm-svn: 65520
-
Nick Lewycky authored
llvm-svn: 65517
-
- Feb 21, 2009
-
-
Daniel Dunbar authored
value/definition/origin of FOO. llvm-svn: 65245
-
Nick Lewycky authored
llvm-svn: 65229
-
- Feb 13, 2009
-
-
Mike Stump authored
llvm-svn: 64412
-
- Feb 05, 2009
-
-
Dale Johannesen authored
llvm-svn: 63812
-
- Feb 04, 2009
-
-
Dale Johannesen authored
and llvm-gcc. llvm-svn: 63786
-
Nate Begeman authored
target directories themselves. This also means that VMCore no longer needs to know about every target's list of intrinsics. Future work will include converting the PowerPC target to this interface as an example implementation. llvm-svn: 63765
-
- Jan 24, 2009
-
-
Mike Stump authored
llvm-svn: 62895
-
- Jan 22, 2009
-
-
Mike Stump authored
order-only dependancies for installation directories. llvm-svn: 62746
-
- Jan 09, 2009
-
-
Mikhail Glushenkov authored
llvm-svn: 61990
-
- Jan 08, 2009
-
-
Misha Brukman authored
llvm-svn: 61904
-
- Jan 05, 2009
-
-
Bill Wendling authored
run the tests. Most of this was stolen from the llvm/test Makefiles. llvm-svn: 61648
-
- Jan 03, 2009
-
-
Bill Wendling authored
llvm-svn: 61614
-
Bill Wendling authored
llvm-svn: 61598
-
- Jan 02, 2009
-
-
Chris Lattner authored
llvm-svn: 61562
-
Bill Wendling authored
llvm-svn: 61551
-
- Dec 09, 2008
-
-
Duncan Sands authored
essential problem was that the DAG can contain random unused nodes which were never analyzed. When remapping a value of a node being processed, such a node may become used and need to be analyzed; however due to operands being transformed during analysis the node may morph into a different one. Users of the morphing node need to be updated, and this wasn't happening. While there I added a bunch of documentation and sanity checks, so I (or some other poor soul) won't have to scratch their head over this stuff so long trying to remember how it was all supposed to work next time some obscure problem pops up! The extra sanity checking exposed a few places where invariants weren't being preserved, so those are fixed too. Since some of the sanity checking is expensive, I added a flag to turn it on. It is also turned on when building with ENABLE_EXPENSIVE_CHECKS=1. llvm-svn: 60797
-
- Nov 24, 2008
-
-
Evan Cheng authored
Move target independent td files from lib/Target/ to include/llvm/Target so they can be distributed along with the header files. llvm-svn: 59953
-
- Nov 10, 2008
-
-
Anton Korobeynikov authored
Patch by Jim Grosbach! llvm-svn: 58981
-