- Mar 03, 2009
-
-
Bob Wilson authored
llvm-svn: 65962
-
Bill Wendling authored
llvm-svn: 65961
-
Bill Wendling authored
llvm-svn: 65960
-
Dan Gohman authored
llvm-svn: 65953
-
Bill Wendling authored
llvm-svn: 65945
-
Mikhail Glushenkov authored
This is a template that can be used to build your own LLVMC-based drivers. It can be also useful as a "bare-bones" LLVMC. llvm-svn: 65944
-
Mikhail Glushenkov authored
llvm-svn: 65943
-
Mikhail Glushenkov authored
llvm-svn: 65942
-
Mikhail Glushenkov authored
Since this Makefile is supposed to be usable from LLVM-based projects not in the tree, LLVMLIBS should be used instead of USEDLIBS. This depends on my previous fix to Makefile.rules. llvm-svn: 65941
-
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
-
Mikhail Glushenkov authored
llvm-svn: 65939
-
Nick Lewycky authored
llvm-svn: 65938
-
Mikhail Glushenkov authored
llvm-svn: 65936
-
Zhou Sheng authored
llvm-svn: 65934
-
Nick Lewycky authored
llvm-svn: 65931
-
Nick Lewycky authored
llvm-svn: 65928
-
Nick Lewycky authored
llvm-svn: 65927
-
Nick Lewycky authored
llvm-svn: 65922
-
Dan Gohman authored
and put @file directives on their own comment line. llvm-svn: 65920
-
Dale Johannesen authored
(lest they affect codegen). llvm-svn: 65915
-
Dale Johannesen authored
llvm-svn: 65911
-
Dale Johannesen authored
info with it. Don't count debug info insns against the scan maximum in FindAvailableLoadedValue (lest they affect codegen). llvm-svn: 65910
-
Devang Patel authored
llvm-svn: 65908
-
Devang Patel authored
If branch conditions' one successor is dominating another non-latch successor then this loop's iteration space can not be restricted. In this example block bb5 is always executed. llvm-svn: 65902
-
Bob Wilson authored
arbitrary vector sizes. Add an optional MinSplatBits parameter to specify a minimum for the splat element size. Update the PPC target to use the revised interface. llvm-svn: 65899
-
Bill Wendling authored
llvm-svn: 65897
-
Bill Wendling authored
but passes the arguments to the "gcc" invocation instead of to the "llc" invocation. llvm-svn: 65896
-
Nate Begeman authored
llvm-svn: 65895
-
- Mar 02, 2009
-
-
Devang Patel authored
This is ugly, but I can't figure out a quick way out of this. llvm-svn: 65889
-
Chris Lattner authored
Ed Schouten! llvm-svn: 65882
-
Daniel Dunbar authored
llvm-svn: 65868
-
Gabor Greif authored
llvm-svn: 65864
-
Tanya Lattner authored
llvm-svn: 65859
-
Gabor Greif authored
llvm-svn: 65858
-
Gabor Greif authored
llvm-svn: 65857
-
Chris Lattner authored
llvm-svn: 65856
-
Duncan Sands authored
commented out the line about simplifylibcalls because I think this doesn't work in the release (it was fixed in svn after the release branched). llvm-svn: 65846
-
Duncan Sands authored
llvm-svn: 65845
-
John Criswell authored
No content changes. llvm-svn: 65844
-
Gabor Greif authored
of some pointless casting. This fragment logically does not belong to ilist anyway, but to "ghostly" NodeType. llvm-svn: 65843
-