Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update examples for API change. NFC. | Rafael Espindola | 2018-02-14 | 1 | -1/+1 |
| | | | | llvm-svn: 325157 | ||||
* | Fix examples files to reflect header split in r286566. | Teresa Johnson | 2016-11-11 | 1 | -1/+1 |
| | | | | | | I missed these files in examples/ llvm-svn: 286570 | ||||
* | Fix some Include What You Use warnings in examples; other minor fixes. | Eugene Zelenko | 2016-05-25 | 1 | -0/+6 |
| | | | | | | Differential revision: http://reviews.llvm.org/D20607 llvm-svn: 270645 | ||||
* | Remove autoconf support | Chris Bieneman | 2016-01-26 | 1 | -14/+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 | ||||
* | [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt. | NAKAMURA Takumi | 2013-12-10 | 1 | -1/+5 |
| | | | | llvm-svn: 196908 | ||||
* | Update the examples for the new header file locations. | Chandler Carruth | 2013-01-02 | 1 | -5/+5 |
| | | | | | | | Sorry for the fallout here, I forgot the examples aren't built by default any more. llvm-svn: 171371 | ||||
* | Sort the #include lines of the examples/... tree. | Chandler Carruth | 2012-12-04 | 1 | -4/+4 |
| | | | | llvm-svn: 169249 | ||||
* | Convert a bunch of uses of 'bytecode' into 'bitcode'. This | Duncan Sands | 2010-09-29 | 1 | -1/+1 |
| | | | | | | is not everything, but the remaining cases are less trivial. llvm-svn: 115080 | ||||
* | Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." | Michael J. Spencer | 2010-09-13 | 1 | -2/+2 |
| | | | | | | | | | | This reverts commit r113632 Conflicts: cmake/modules/AddLLVM.cmake llvm-svn: 113819 | ||||
* | CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. | Michael J. Spencer | 2010-09-10 | 1 | -2/+2 |
| | | | | llvm-svn: 113632 | ||||
* | eliminate the std::ostream forms of the bitcode writing APIs. | Chris Lattner | 2009-08-23 | 1 | -2/+2 |
| | | | | llvm-svn: 79840 | ||||
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -5/+5 |
| | | | | llvm-svn: 78948 | ||||
* | Move types back to the 2.5 API. | Owen Anderson | 2009-07-29 | 1 | -1/+1 |
| | | | | llvm-svn: 77516 | ||||
* | Revert the ConstantInt constructors back to their 2.5 forms where possible, ↵ | Owen Anderson | 2009-07-24 | 1 | -2/+2 |
| | | | | | | thanks to contexts-on-types. More to come. llvm-svn: 77011 | ||||
* | Move EVER MORE stuff over to LLVMContext. | Owen Anderson | 2009-07-14 | 1 | -3/+4 |
| | | | | llvm-svn: 75703 | ||||
* | Hold the LLVMContext by reference rather than by pointer. | Owen Anderson | 2009-07-01 | 1 | -1/+1 |
| | | | | llvm-svn: 74640 | ||||
* | Add a pointer to the owning LLVMContext to Module. This requires threading ↵ | Owen Anderson | 2009-07-01 | 1 | -1/+4 |
| | | | | | | | | | | LLVMContext through a lot of the bitcode reader and ASM parser APIs, as well as supporting it in all of the tools. Patches for Clang and LLVM-GCC to follow. llvm-svn: 74614 | ||||
* | improve the APIs for creating struct and function types with no ↵ | Chris Lattner | 2009-07-01 | 1 | -2/+1 |
| | | | | | | | | arguments/elements to not have to create a temporary vector (in the API at least). Patch by Jay Foad! llvm-svn: 74584 | ||||
* | CMake: Builds all examples. Corrected name of CBackend target. | Oscar Fuentes | 2008-09-26 | 1 | -0/+5 |
| | | | | llvm-svn: 56682 | ||||
* | API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. ↵ | Gabor Greif | 2008-05-16 | 1 | -1/+1 |
| | | | | | | Legacy interfaces will be in place for some time. (Merge from use-diet branch.) llvm-svn: 51200 | ||||
* | API changes for class Use size reduction, wave 1. | Gabor Greif | 2008-04-06 | 1 | -3/+3 |
| | | | | | | | | Specifically, introduction of XXX::Create methods for Users that have a potentially variable number of Uses. llvm-svn: 49277 | ||||
* | remove attributions from examples. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | llvm-svn: 45420 | ||||
* | remove attributions from the rest of the llvm makefiles. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | llvm-svn: 45416 | ||||
* | Here is the bulk of the sanitizing. | Gabor Greif | 2007-07-05 | 1 | -2/+2 |
| | | | | | | Almost all occurrences of "bytecode" in the sources have been eliminated. llvm-svn: 37913 | ||||
* | switch this to bitcode instead of bytecode | Chris Lattner | 2007-05-06 | 2 | -4/+4 |
| | | | | llvm-svn: 36867 | ||||
* | For PR950: | Reid Spencer | 2006-12-31 | 1 | -3/+3 |
| | | | | | | Convert signed integer types to signless. llvm-svn: 32786 | ||||
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -1/+1 |
| | | | | | | now cerr, cout, and NullStream resp. llvm-svn: 32298 | ||||
* | Replacing std::iostreams with llvm iostreams. Some of these changes involve | Bill Wendling | 2006-11-29 | 1 | -3/+2 |
| | | | | | | | 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 Spencer | 2006-10-20 | 1 | -2/+2 |
| | | | | | | | | This patch implements the first increment for the Signless Types feature. All changes pertain to removing the ConstantSInt and ConstantUInt classes in favor of just using ConstantInt. llvm-svn: 31063 | ||||
* | Use llvm-config to determine what to link in | Chris Lattner | 2006-09-04 | 1 | -1/+1 |
| | | | | llvm-svn: 30092 | ||||
* | WriteBytecodeToFile actually can't throw. | Chris Lattner | 2006-07-28 | 2 | -7/+1 |
| | | | | llvm-svn: 29397 | ||||
* | WriteBytecodeToFile throws, so this needs EH info. | Chris Lattner | 2006-07-28 | 1 | -0/+1 |
| | | | | llvm-svn: 29392 | ||||
* | Use archive libraries instead of object files for VMCore, BCReader, | Reid Spencer | 2006-06-01 | 1 | -1/+1 |
| | | | | | | | BCWriter, and bzip2 libraries. Adjust the various makefiles to accommodate these changes. This was done to speed up link times. llvm-svn: 28610 | ||||
* | Correct some grammar and describe current reality. | Reid Spencer | 2006-05-29 | 1 | -5/+4 |
| | | | | llvm-svn: 28532 | ||||
* | Catch a potentially thrown exception. | Chris Lattner | 2006-05-14 | 1 | -1/+6 |
| | | | | llvm-svn: 28295 | ||||
* | Remove trailing whitespace at the end of lines | Misha Brukman | 2005-04-20 | 1 | -11/+11 |
| | | | | llvm-svn: 21380 | ||||
* | add missing copyright header | Chris Lattner | 2005-03-15 | 1 | -0/+7 |
| | | | | llvm-svn: 20614 | ||||
* | Add LLVMbzip2 library, now required. | Reid Spencer | 2004-11-25 | 1 | -1/+1 |
| | | | | llvm-svn: 18255 | ||||
* | Fix PR456:\ | Reid Spencer | 2004-11-18 | 1 | -0/+1 |
| | | | | | | | | | | Tools and libraries will be built into $(BUILD_OBJ_ROOT)/$(BuildMode)/bin and \ $(BUILD_OBJ_ROOT)/$(BuildMode)/lib, respectively. Furthermore, the example \ programs will go in $(BUILD_OBJ_ROOT)/$(BuildMode)/examples to keep them \ separate from the tools and hopefully out of the PATH. Install targets \ have not changed. llvm-svn: 17953 | ||||
* | Change Library Names Not To Conflict With Others When Installed | Reid Spencer | 2004-10-27 | 1 | -1/+1 |
| | | | | llvm-svn: 17286 | ||||
* | Correct the file header to reflect the new "examples" home for the file. | Reid Spencer | 2004-09-11 | 2 | -2/+2 |
| | | | | llvm-svn: 16295 | ||||
* | Add library LLVMsystem.a because the JIT now needs it. | Reid Spencer | 2004-09-11 | 1 | -1/+1 |
| | | | | llvm-svn: 16285 | ||||
* | Moved small examples from /projects/SmallExamples to /examples. | Reid Spencer | 2004-08-23 | 14 | -18074/+4 |
| | | | | | | Made the "ModuleMaker" into an example since its just one source file. llvm-svn: 16003 | ||||
* | Moved the "SmallExamples" out of the /projects directory and into a new | Reid Spencer | 2004-08-23 | 15 | -0/+18147 |
/examples directory. History was maintained. These programs do not need to be configured but things in /projects must be. llvm-svn: 16002 |