| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use > instead of >=. We want to promote aggregates of 128-bytes. | Bill Wendling | 2009-03-03 | 3 | -3/+7 |
| | | | | | llvm-svn: 65960 | ||||
| * | Make a comment less terse. | Dan Gohman | 2009-03-03 | 1 | -1/+2 |
| | | | | | llvm-svn: 65953 | ||||
| * | Reapply r65755, but reversing "<" to ">=". | Bill Wendling | 2009-03-03 | 1 | -2/+3 |
| | | | | | llvm-svn: 65945 | ||||
| * | Add example/Skeleton. | Mikhail Glushenkov | 2009-03-03 | 9 | -3/+109 |
| | | | | | | | | 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 | ||||
| * | Comment fixes. | Mikhail Glushenkov | 2009-03-03 | 2 | -10/+17 |
| | | | | | llvm-svn: 65943 | ||||
| * | Oops. | Mikhail Glushenkov | 2009-03-03 | 1 | -1/+1 |
| | | | | | llvm-svn: 65942 | ||||
| * | Use LLVMLIBS instead of USEDLIBS. | Mikhail Glushenkov | 2009-03-03 | 1 | -1/+1 |
| | | | | | | | | | 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 | ||||
| * | LINK_COMPONENTS should be added to LLVMLibsOptions. | Mikhail Glushenkov | 2009-03-03 | 1 | -2/+2 |
| | | | | | | | | | | | 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 | ||||
| * | Move example plugins to the example/ directory. | Mikhail Glushenkov | 2009-03-03 | 5 | -0/+0 |
| | | | | | llvm-svn: 65939 | ||||
| * | ENABLE_PIC is either 0 or 1, but is always defined. | Nick Lewycky | 2009-03-03 | 1 | -1/+1 |
| | | | | | llvm-svn: 65938 | ||||
| * | 80-column violation + trailing whitespace. | Mikhail Glushenkov | 2009-03-03 | 1 | -59/+59 |
| | | | | | llvm-svn: 65936 | ||||
| * | Ignore the debug info intrinsics when adding instructions into alias sets. | Zhou Sheng | 2009-03-03 | 2 | -0/+86 |
| | | | | | llvm-svn: 65934 | ||||
| * | This bug's been fixed but a version with the fix hasn't been released yet. | Nick Lewycky | 2009-03-03 | 1 | -3/+3 |
| | | | | | llvm-svn: 65931 | ||||
| * | Regenerate. | Nick Lewycky | 2009-03-03 | 1 | -25/+33 |
| | | | | | llvm-svn: 65928 | ||||
| * | Switch to using -Wl,-R on Solaris. | Nick Lewycky | 2009-03-03 | 3 | -3/+13 |
| | | | | | llvm-svn: 65927 | ||||
| * | Fix build on Cygwin. | Nick Lewycky | 2009-03-03 | 1 | -2/+8 |
| | | | | | llvm-svn: 65922 | ||||
| * | Fix a bunch of Doxygen syntax issues. Escape special characters, | Dan Gohman | 2009-03-03 | 16 | -30/+34 |
| | | | | | | | and put @file directives on their own comment line. llvm-svn: 65920 | ||||
| * | Don't count DebugInfo instructions in another limit | Dale Johannesen | 2009-03-03 | 1 | -1/+7 |
| | | | | | | | (lest they affect codegen). llvm-svn: 65915 | ||||
| * | Testcase for line number sinking in InstCombine. | Dale Johannesen | 2009-03-03 | 1 | -0/+57 |
| | | | | | llvm-svn: 65911 | ||||
| * | When sinking an insn in InstCombine bring its debug | Dale Johannesen | 2009-03-03 | 3 | -2/+31 |
| | | | | | | | | | info with it. Don't count debug info insns against the scan maximum in FindAvailableLoadedValue (lest they affect codegen). llvm-svn: 65910 | ||||
| * | Ignore debug info intrinsics. | Devang Patel | 2009-03-03 | 1 | -1/+5 |
| | | | | | llvm-svn: 65908 | ||||
| * | If branch conditions' one successor is dominating another non-latch ↵ | Devang Patel | 2009-03-02 | 2 | -0/+79 |
| | | | | | | | successor then this loop's iteration space can not be restricted. In this example block bb5 is always executed. llvm-svn: 65902 | ||||
| * | Generalize BuildVectorSDNode::isConstantSplat to use APInts and handle | Bob Wilson | 2009-03-02 | 3 | -93/+72 |
| | | | | | | | | | 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 | ||||
| * | Document the -gcc-tool-args bugpoint option. | Bill Wendling | 2009-03-02 | 1 | -1/+6 |
| | | | | | llvm-svn: 65897 | ||||
| * | Add a "-gcc-tool-args" option. This option acts like the "-tool-args" option, | Bill Wendling | 2009-03-02 | 3 | -37/+70 |
| | | | | | | | | but passes the arguments to the "gcc" invocation instead of to the "llc" invocation. llvm-svn: 65896 | ||||
| * | Fix the calculation for how big the allocated stub needs to be. | Nate Begeman | 2009-03-02 | 1 | -1/+1 |
| | | | | | llvm-svn: 65895 | ||||
| * | Remove all dbg symobls, including those with circular references. | Devang Patel | 2009-03-02 | 1 | -3/+15 |
| | | | | | | | This is ugly, but I can't figure out a quick way out of this. llvm-svn: 65889 | ||||
| * | Fix main executable path name resolution on FreeBSD, patch by | Chris Lattner | 2009-03-02 | 1 | -1/+60 |
| | | | | | | | Ed Schouten! llvm-svn: 65882 | ||||
| * | Add some more clang related release notes. | Daniel Dunbar | 2009-03-02 | 1 | -8/+10 |
| | | | | | llvm-svn: 65868 | ||||
| * | drop support for GCC 2.x as it is hopelessly broken anyway | Gabor Greif | 2009-03-02 | 1 | -15/+4 |
| | | | | | llvm-svn: 65864 | ||||
| * | Remove incorrect information about fortran on Darwin. | Tanya Lattner | 2009-03-02 | 1 | -3/+0 |
| | | | | | llvm-svn: 65859 | ||||
| * | fix broken GCC bugzilla link | Gabor Greif | 2009-03-02 | 1 | -1/+1 |
| | | | | | llvm-svn: 65858 | ||||
| * | add a Q/A on broken GCCs | Gabor Greif | 2009-03-02 | 1 | -0/+12 |
| | | | | | llvm-svn: 65857 | ||||
| * | update blurb per Shannon Weyrick. | Chris Lattner | 2009-03-02 | 1 | -3/+3 |
| | | | | | llvm-svn: 65856 | ||||
| * | Try to make the meaning of 'nocapture' a bit clearer. I | Duncan Sands | 2009-03-02 | 1 | -7/+10 |
| | | | | | | | | | 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 | ||||
| * | Use GCC not gcc, like everywhere else in this document. | Duncan Sands | 2009-03-02 | 1 | -1/+1 |
| | | | | | llvm-svn: 65845 | ||||
| * | Grammar and punctuation fixes. | John Criswell | 2009-03-02 | 1 | -25/+27 |
| | | | | | | | No content changes. llvm-svn: 65844 | ||||
| * | Declare Sentinel fragments as mutable to get rid | Gabor Greif | 2009-03-02 | 2 | -6/+6 |
| | | | | | | | | | of some pointless casting. This fragment logically does not belong to ilist anyway, but to "ghostly" NodeType. llvm-svn: 65843 | ||||
| * | remove a deprecated interface that was pretty useless | Gabor Greif | 2009-03-02 | 1 | -7/+0 |
| | | | | | llvm-svn: 65842 | ||||
| * | note the removal of deprecated interfaces | Gabor Greif | 2009-03-02 | 1 | -1/+2 |
| | | | | | llvm-svn: 65841 | ||||
| * | fix typo | Gabor Greif | 2009-03-02 | 1 | -1/+1 |
| | | | | | llvm-svn: 65839 | ||||
| * | minor tweaks | Gabor Greif | 2009-03-02 | 1 | -4/+4 |
| | | | | | llvm-svn: 65838 | ||||
| * | minor tweaks | Gabor Greif | 2009-03-02 | 1 | -3/+3 |
| | | | | | llvm-svn: 65837 | ||||
| * | Remove duplication in Makefile.rules. | Mikhail Glushenkov | 2009-03-02 | 1 | -35/+32 |
| | | | | | | | Merge common bits from the LLVMC and TABLEGEN sections. llvm-svn: 65834 | ||||
| * | Add more notes for VMKit. | Nicolas Geoffray | 2009-03-02 | 1 | -2/+8 |
| | | | | | llvm-svn: 65833 | ||||
| * | Fix PR3694: add an instcombine micro-optimization that helps | Duncan Sands | 2009-03-02 | 2 | -5/+31 |
| | | | | | | | clean up when using variable length arrays in llvm-gcc. llvm-svn: 65832 | ||||
| * | Move the rules for building plugins to Makefile.rules. | Mikhail Glushenkov | 2009-03-02 | 6 | -51/+62 |
| | | | | | llvm-svn: 65827 | ||||
| * | Fix build with objdir != srcdir. | Mikhail Glushenkov | 2009-03-02 | 6 | -53/+46 |
| | | | | | llvm-svn: 65826 | ||||
| * | Move code from Main.cpp to the include dir. | Mikhail Glushenkov | 2009-03-02 | 2 | -114/+135 |
| | | | | | | | | | User drivers based on llvmc must all share the initialization code. Putting main() into libCompilerDriver is not a very good idea IMO (and ld gave me some strange EH-related error anyway). llvm-svn: 65825 | ||||
| * | Cosmetic fixes: include guards. | Mikhail Glushenkov | 2009-03-02 | 5 | -16/+16 |
| | | | | | llvm-svn: 65824 | ||||

