summaryrefslogtreecommitdiffstats
path: root/llvm/projects
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove the Alpha backend.Dan Gohman2011-10-272-13/+4
| | | | llvm-svn: 143164
* projects/sample: Switch over to imported Makefile setup.Daniel Dunbar2011-10-271-2/+6
| | | | | | - This will require you to manually reconfigure the projects/sample project (by running projects/config/sample/config.status --recheck) if you haven't updated/built since the 1st part of this commit went in. llvm-svn: 143148
* Handle newer cases for freebsd which is approaching 10.0 and not 1.0.Eric Christopher2011-10-262-7/+7
| | | | | | Patch by Dimitry Andric! llvm-svn: 142995
* Remove the Blackfin backend.Dan Gohman2011-10-252-13/+4
| | | | llvm-svn: 142880
* Remove the SystemZ backend.Dan Gohman2011-10-242-13/+4
| | | | llvm-svn: 142878
* Regenerate projects/sample/configure.Daniel Dunbar2011-10-181-24/+19725
| | | | llvm-svn: 142457
* projects/sample: Import adapted form of current LLVM autoconf/Makefile setup ↵Daniel Dunbar2011-10-1832-48/+18811
| | | | | | | | | | so that projects/sample is standalone and not tied to the LLVM build setup. - This currently just moves over all of the behavior from LLVM. Eventually all of the configure checks that are directly needed by the LLVM build setup should probably go away, and the project should manage their own configuration checks if necessary. - This is the 1st half of this work, the actual Makefile.common hasn't moved over yet. I've tried to stage this in such a way that incremental builds will properly reconfigure for most active developers (the Makefiles don't handle reconfiguring in a perfectly reliable way, and I haven't found an easy way to make them do so). llvm-svn: 142456
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
| | | | | | Luis Felipe Strano Moraes! llvm-svn: 129558
* Regen configurePeter Collingbourne2010-12-121-1003/+1360
| | | | llvm-svn: 121646
* Fix paths; AutoRegen.sh changes its current working directory to be thePeter Collingbourne2010-12-122-7/+11
| | | | | | | | | | autoconf directory, but these paths need to be relative to the main source directory. Patch originally by Dan Gohman, r67655. Also, cause configure.ac to find absolute paths to LLVM source and object trees. Together, fixes PR1220. llvm-svn: 121645
* I swear I did a make clean and make before committing all this...Michael J. Spencer2010-11-291-1/+1
| | | | llvm-svn: 120304
* projects: Don't try to build libcxx if one happens to have it checked out intoDaniel Dunbar2010-09-091-1/+4
| | | | | | llvm/projects. llvm-svn: 113490
* Remove bogus link.Eric Christopher2010-07-161-1/+0
| | | | llvm-svn: 108518
* Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway.Jakob Stoklund Olesen2010-07-161-0/+1
| | | | | | TII::isMoveInstr is going tobe completely removed. llvm-svn: 108507
* Testing subversion commit accessWesley Peck2010-02-231-0/+1
| | | | llvm-svn: 96948
* CMake: Fixed syntax in conditional.Oscar Fuentes2010-02-151-1/+1
| | | | llvm-svn: 96221
* Oops.Jakob Stoklund Olesen2010-02-091-1/+0
| | | | llvm-svn: 95670
* clang test suiteJakob Stoklund Olesen2010-02-091-0/+1
| | | | llvm-svn: 95667
* Fix autoconf llvm srcdir location for generic projects.Eric Christopher2010-01-251-3/+4
| | | | | | Patch by Torvald Riegel! llvm-svn: 94405
* CMake: Don't try to descend into projects/compiler-rt, it doesn't work.Daniel Dunbar2010-01-221-1/+3
| | | | llvm-svn: 94187
* Don't try to build compiler-rt if it happens to be checked out into projects/Daniel Dunbar2010-01-181-0/+3
| | | | llvm-svn: 93729
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
| | | | | | direct inclusion edge from System to Support. llvm-svn: 85086
* install-sh chmods to 0755 by default, and this causes 'git diff' to showTorok Edwin2009-08-281-5/+5
| | | | | | | | that all the Makefiles changed mode. Fix this by tellint install-sh to chmod only to 0644, these are not executable files after all! llvm-svn: 80371
* remove dead makefile flags.Chris Lattner2009-06-241-2/+0
| | | | llvm-svn: 74065
* Revert r67655 and r67656, as they are breaking the build. I'mDan Gohman2009-03-253-1392/+1010
| | | | | | not going to persue this further at this time. llvm-svn: 67666
* LLVM's master Makefile.common is in LLVM_SRC_ROOT, not LLVM_OBJ_ROOT.Dan Gohman2009-03-251-1/+1
| | | | llvm-svn: 67658
* Regenerate configure.Dan Gohman2009-03-241-1004/+1386
| | | | llvm-svn: 67656
* Fix paths; AutoRegen.sh changes its current working directory to be theDan Gohman2009-03-242-6/+6
| | | | | | | autoconf directory, but these paths need to be relative to the main source directory. llvm-svn: 67655
* Update for autoconf 2.6x;Dan Gohman2009-03-241-3/+3
| | | | llvm-svn: 67654
* Fix bash-isms.Dan Gohman2009-03-241-2/+2
| | | | llvm-svn: 67647
* CMake: auto-discover project files under the projects/ subdirectory.Oscar Fuentes2009-03-061-0/+9
| | | | | | Patch by Viktar Zviarovich! llvm-svn: 66230
* Add "sample" documentation to sample project.Nick Lewycky2008-09-151-0/+6
| | | | | | This fixes part of PR2793. llvm-svn: 56198
* Allow the test suite to be checked out into projects/test-suite.Matthijs Kooijman2008-06-241-1/+3
| | | | | | | | | We will keep the old projects/llvm-test working for existing installs. The changes to configure are made manually, since I lack autoconf-2.6. Someone might want to run AutoGen.sh to see if that changes anything. llvm-svn: 52675
* remove attributions from the rest of the llvm makefiles.Chris Lattner2007-12-291-2/+2
| | | | llvm-svn: 45416
* Convert .cvsignore filesJohn Criswell2007-06-292-5/+0
| | | | llvm-svn: 37801
* avoid collision with /usr/bin/sample if this ever gets installed.Chris Lattner2007-02-181-1/+1
| | | | llvm-svn: 34387
* remove obsolete commentChris Lattner2007-01-171-1/+1
| | | | llvm-svn: 33292
* For PR1074:Reid Spencer2007-01-1795-43683/+0
| | | | | | | Remove the projects/Stacker directory. LLVM is now free of dependency on llvm-gcc. llvm-svn: 33278
* relax typeChris Lattner2007-01-071-1/+1
| | | | llvm-svn: 32993
* For PR950:Reid Spencer2006-12-311-44/+44
| | | | | | Convert signed integer types to signless. llvm-svn: 32786
* For PR950:Reid Spencer2006-12-231-25/+25
| | | | | | | | This patch removes the SetCC instructions and replaces them with the ICmp and FCmp instructions. The SetCondInst instruction has been removed and been replaced with ICmpInst and FCmpInst. llvm-svn: 32751
* switch statistic over, remove misspelt comment.Chris Lattner2006-12-191-6/+2
| | | | llvm-svn: 32704
* Update for llvm-gcc4 build.Reid Spencer2006-12-131-1/+1
| | | | llvm-svn: 32533
* Change createInferredCast calls to more accurate cast creation calls.Reid Spencer2006-12-131-14/+18
| | | | llvm-svn: 32520
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-4/+4
| | | | | | now cerr, cout, and NullStream resp. llvm-svn: 32298
* Detemplatize the Statistic class.Devang Patel2006-12-061-1/+1
| | | | llvm-svn: 32283
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-291-5/+6
| | | | | | | adding a temporary wrapper around the ostream to make it friendly to functions expecting an LLVM stream. This should be fixed in the future. llvm-svn: 31990
* For PR950:Reid Spencer2006-11-271-17/+19
| | | | | | | | | | The long awaited CAST patch. This introduces 12 new instructions into LLVM to replace the cast instruction. Corresponding changes throughout LLVM are provided. This passes llvm-test, llvm/test, and SPEC CPUINT2000 with the exception of 175.vpr which fails only on a slight floating point output difference. llvm-svn: 31931
* For PR950:Reid Spencer2006-11-081-1/+1
| | | | | | | | This patch converts the old SHR instruction into two instructions, AShr (Arithmetic) and LShr (Logical). The Shr instructions now are not dependent on the sign of their operands. llvm-svn: 31542
* Don't check variables before they are set.Reid Spencer2006-11-051-2/+3
| | | | | | Be careful about blanks when checking LLVMGCC variable. llvm-svn: 31455
OpenPOWER on IntegriCloud