| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove autoconf support | Chris Bieneman | 2016-01-26 | 1 | -20/+0 |
| | | | | | | | | | | | | | | | | | Summary: This patch is provided in preparation for removing autoconf on 1/26. The proposal to remove autoconf on 1/26 was discussed on the llvm-dev thread here: http://lists.llvm.org/pipermail/llvm-dev/2016-January/093875.html "I felt a great disturbance in the [build system], as if millions of [makefiles] suddenly cried out in terror and were suddenly silenced. I fear something [amazing] has happened." - Obi Wan Kenobi Reviewers: chandlerc, grosbach, bob.wilson, tstellarAMD, echristo, whitequark Subscribers: chfast, simoncook, emaste, jholewinski, tberghammer, jfb, danalbert, srhines, arsenm, dschuff, jyknight, dsanders, joker.eph, llvm-commits Differential Revision: http://reviews.llvm.org/D16471 llvm-svn: 258861 | ||||
| * | Revert "Add AllTargetsBindings sublibrary" as it breaks cmake build on ↵ | Anders Waldenborg | 2013-10-15 | 1 | -1/+1 |
| | | | | | | | (atleast) windows and darwin. llvm-svn: 192697 | ||||
| * | Add AllTargetsBindings sublibrary instead of having static inlines in the ↵ | Anders Waldenborg | 2013-10-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | llvm-c headers. This new library will be linked in when using the "all-targets" component and contains the LLVMInitializeAll* functions. This means that those functions will exist as real symbols in the shared library, and can therefore can be called from bindings that are using ffi the shared library. llvm-svn: 192690 | ||||
| * | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner | 2010-01-24 | 1 | -1/+0 |
| | | | | | llvm-svn: 94378 | ||||
| * | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner | 2010-01-22 | 1 | -0/+1 |
| | | | | | | | | | | | | missing ones are libsupport, libsystem and libvmcore. libvmcore is currently blocked on bugpoint, which uses EH. Once it stops using EH, we can switch it off. This #if 0's out 3 unit tests, because gtest requires RTTI information. Suggestions welcome on how to fix this. llvm-svn: 94164 | ||||
| * | Removed trailing whitespace from Makefiles. | Misha Brukman | 2009-01-09 | 1 | -2/+2 |
| | | | | | llvm-svn: 61991 | ||||
| * | remove attribution from lib Makefiles. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | | llvm-svn: 45415 | ||||
| * | Doh | Evan Cheng | 2007-07-05 | 1 | -1/+2 |
| | | | | | llvm-svn: 37917 | ||||
| * | Unbreak the build. | Evan Cheng | 2007-07-05 | 1 | -2/+0 |
| | | | | | llvm-svn: 37915 | ||||
| * | the arm backend is not building, temporarily disable it. | Chris Lattner | 2007-07-05 | 1 | -1/+1 |
| | | | | | llvm-svn: 37911 | ||||
| * | don't dist internal readme | Chris Lattner | 2006-10-28 | 1 | -1/+0 |
| | | | | | llvm-svn: 31247 | ||||
| * | Add the README files to the distribution. | Reid Spencer | 2006-04-13 | 1 | -0/+1 |
| | | | | | llvm-svn: 27651 | ||||
| * | DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now | Chris Lattner | 2005-10-24 | 1 | -1/+1 |
| | | | | | llvm-svn: 23940 | ||||
| * | only build .a version of this library | Chris Lattner | 2005-10-24 | 1 | -0/+1 |
| | | | | | llvm-svn: 23938 | ||||
| * | Implement the --enable-targets= feature of the configure script. The make | Reid Spencer | 2005-04-22 | 1 | -2/+8 |
| | | | | | | | | | | variable TARGETS_TO_BUILD is used to determine which targets in lib/Target are built and which libraries are linked into llc. This effectively implements the feature. One item remains: disabling targets in the dejagnu test suite. llvm-svn: 21450 | ||||
| * | build the IA64 target as a .so for now | Duraid Madina | 2005-03-17 | 1 | -1/+1 |
| | | | | | llvm-svn: 20654 | ||||
| * | Build Alpha by default. | Chris Lattner | 2005-01-23 | 1 | -1/+1 |
| | | | | | llvm-svn: 19777 | ||||
| * | Add SparcV8 target back into the build | Brian Gaeke | 2004-12-10 | 1 | -1/+1 |
| | | | | | llvm-svn: 18738 | ||||
| * | Fix file comment header | Misha Brukman | 2004-11-19 | 1 | -1/+1 |
| | | | | | llvm-svn: 18018 | ||||
| * | Change Library Names Not To Conflict With Others When Installed | Reid Spencer | 2004-10-27 | 1 | -1/+1 |
| | | | | | llvm-svn: 17286 | ||||
| * | Fix fix fix | Chris Lattner | 2004-10-16 | 1 | -1/+1 |
| | | | | | llvm-svn: 17057 | ||||
| * | Targets are independent of each other, so compile them in parallel | Misha Brukman | 2004-09-15 | 1 | -1/+1 |
| | | | | | llvm-svn: 16351 | ||||
| * | PowerPC is a real target now. | Misha Brukman | 2004-08-05 | 1 | -1/+1 |
| | | | | | llvm-svn: 15522 | ||||
| * | Build the skeleton target | Chris Lattner | 2004-07-16 | 1 | -1/+1 |
| | | | | | llvm-svn: 14875 | ||||
| * | Remove ghostly directory from the build | Brian Gaeke | 2004-03-11 | 1 | -1/+1 |
| | | | | | llvm-svn: 12285 | ||||
| * | SparcV8 now builds. | Chris Lattner | 2004-02-28 | 1 | -1/+1 |
| | | | | | llvm-svn: 11960 | ||||
| * | Great renaming part II: Sparc --> SparcV9 (also includes command-line ↵ | Brian Gaeke | 2004-02-25 | 1 | -1/+1 |
| | | | | | | | options and Makefiles) llvm-svn: 11827 | ||||
| * | CBackend now lives here | Chris Lattner | 2004-02-13 | 1 | -1/+1 |
| | | | | | llvm-svn: 11415 | ||||
| * | Build the PowerPC directory, so it is less likely to bit-rot (again) | Brian Gaeke | 2004-01-21 | 1 | -1/+1 |
| | | | | | llvm-svn: 10938 | ||||
| * | Added LLVM copyright notice to Makefiles. | John Criswell | 2003-10-20 | 1 | -0/+8 |
| | | | | | llvm-svn: 9312 | ||||
| * | X86 target builds fine now | Chris Lattner | 2002-11-20 | 1 | -1/+1 |
| | | | | | llvm-svn: 4786 | ||||
| * | Don't build X86 target yet | Chris Lattner | 2002-11-20 | 1 | -1/+1 |
| | | | | | llvm-svn: 4780 | ||||
| * | Reenable X86 backend, even though it doesn't do much, at least it compiles | Chris Lattner | 2002-10-29 | 1 | -1/+1 |
| | | | | | llvm-svn: 4404 | ||||
| * | Don't build X86 target until it builds properly again | Chris Lattner | 2002-10-28 | 1 | -1/+1 |
| | | | | | llvm-svn: 4369 | ||||
| * | Build the X86 target as well | Chris Lattner | 2002-10-25 | 1 | -1/+1 |
| | | | | | llvm-svn: 4283 | ||||
| * | *** empty log message *** | Chris Lattner | 2002-07-23 | 1 | -0/+1 |
| | | | | | llvm-svn: 3002 | ||||
| * | Make a new llvm/Target #include directory. | Chris Lattner | 2001-09-14 | 1 | -1/+1 |
| | | | | | | | | | Move files from lib/CodeGen/TargetMachine to lib/Target Move TargetData.h and TargetMachine.h to Target/{Data.h|Machine.h} Prepare to split TargetMachine.h into several smaller files llvm-svn: 566 | ||||
| * | Move files to new sparc directory | Chris Lattner | 2001-09-14 | 1 | -0/+5 |
| llvm-svn: 563 | |||||

