summaryrefslogtreecommitdiffstats
path: root/llvm/examples
Commit message (Expand)AuthorAgeFilesLines
* ExceptionDemo: Let setMCJITMemoryManager() take unique_ptr, since r223183.NAKAMURA Takumi2014-12-031-2/+2
* [CMake] llvm/examples: Update libdeps for unoptimized builds.NAKAMURA Takumi2014-10-312-0/+2
* Add doInitialization/doFinalization to DataLayoutPass.Rafael Espindola2014-09-105-5/+5
* Fix configure and make build of llvm examples.Iain Sandoe2014-09-039-9/+9
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-0223-145/+9
* Modernize raw_fd_ostream's constructor a bit.Rafael Espindola2014-08-251-3/+2
* Make it explicit that ExecutionEngine takes ownership of the modules.Rafael Espindola2014-08-199-24/+37
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-0723-9/+145
* Nuke the old JIT.Rafael Espindola2014-08-0723-145/+9
* Added LLVM_ENABLE_RTTI and LLVM_ENABLE_EH options that allow RTTI and EHDan Liew2014-07-221-0/+2
* [CMake] Update libdeps.NAKAMURA Takumi2014-07-147-0/+7
* Try to fix the msvc build.Benjamin Kramer2014-04-291-0/+1
* Fix warnings about an variable only used in asserts.Ahmed Charles2014-03-061-0/+3
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-063-3/+3
* Use DataLayout from the module when easily available.Rafael Espindola2014-02-255-5/+10
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-255-5/+5
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-241-1/+1
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-191-2/+2
* This reverts commit r201625 and r201624.Rafael Espindola2014-02-191-2/+2
* Use PrivateLinkage now that it is safe.Rafael Espindola2014-02-191-2/+2
* Don't try to build ExceptionDemo on ARM.Rafael Espindola2014-02-121-1/+1
* [cleanup] Re-sort the examples #include lines with my sort_includesChandler Carruth2014-01-1311-14/+14
* [cleanup] Fix the includes in the examples for r199082.Chandler Carruth2014-01-1314-14/+14
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-1011-11/+91
* [weak vtables] Place class definitions into anonymous namespaces to prevent w...Juergen Ributzka2013-11-197-44/+21
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-197-7/+35
* Revert r194865 and r194874.Alexey Samsonov2013-11-187-33/+7
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-157-7/+33
* Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-1212-0/+12
* ExceptionDemo.cpp: Tweak a @param. [-Wdocumentation]NAKAMURA Takumi2013-07-291-1/+1
* Adding example source to support MCJIT/Kaleidoscope blog posts.Andrew Kaylor2013-07-2220-0/+9374
* Remove unused fields.Rafael Espindola2013-07-211-11/+3
* Fix exception demo: Add mcjit to link component.Logan Chien2013-07-211-1/+1
* Update the examples for an API change.Rafael Espindola2013-07-161-1/+1
* ExceptionDemo: Corresponding to r181820, SectionMemoryManager should belong t...NAKAMURA Takumi2013-05-141-2/+2
* Remove exception handling support from the old JIT.Rafael Espindola2013-05-071-1/+0
* Port ExceptionDemo to MCJIT.Rafael Espindola2013-05-052-3/+10
* Add support for other typeinfo encodings in the ExceptionDemo.Rafael Espindola2013-05-011-9/+41
* The exception demo needs its symbols exported.Rafael Espindola2013-04-261-0/+2
* Update links to "Itanium C++ ABI: Exception Handling" documentDmitri Gribenko2013-01-131-9/+9
* Update the examples for the new header file locations.Chandler Carruth2013-01-0213-58/+58
* Sort the #include lines of the examples/... tree.Chandler Carruth2012-12-0413-54/+54
* Fix gcc's -Wunused-but-set-variable warnings.Rafael Espindola2012-11-261-5/+0
* Back out r166591, not sure why this made it through since I cancelled the com...Micah Villmow2012-10-241-1/+1
* Delete a directory that wasn't supposed to be checked in yet.Micah Villmow2012-10-241-1/+1
* Test commit accessQuentin Colombet2012-10-231-1/+1
* ExceptionDemo.cpp: Use Function::setDoesNotReturn(). Attributes stuff was upd...NAKAMURA Takumi2012-10-121-2/+2
* ExceptionDemo.cpp: Whitespace.NAKAMURA Takumi2012-10-121-587/+586
* Move TargetData to DataLayout.Micah Villmow2012-10-089-14/+14
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-298-10/+10
OpenPOWER on IntegriCloud