Speculative fix for Windows build after r220932
[oota-llvm.git] / examples /
2014-09-10 Rafael EspindolaAdd doInitialization/doFinalization to DataLayoutPass.
2014-09-03 Iain SandoeFix configure and make build of llvm examples.
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-25 Rafael EspindolaModernize raw_fd_ostream's constructor a bit.
2014-08-19 Rafael EspindolaMake it explicit that ExecutionEngine takes ownership...
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-07-22 Dan LiewAdded LLVM_ENABLE_RTTI and LLVM_ENABLE_EH options that...
2014-07-14 NAKAMURA Takumi[CMake] Update libdeps.
2014-04-29 Benjamin KramerTry to fix the msvc build.
2014-03-06 Ahmed CharlesFix warnings about an variable only used in asserts.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-02-25 Rafael EspindolaUse DataLayout from the module when easily available.
2014-02-25 Rafael EspindolaMake DataLayout a plain object, not a pass.
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-02-19 Rafael EspindolaAdd back r201608, r201622, r201624 and r201625
2014-02-19 Rafael EspindolaThis reverts commit r201625 and r201624.
2014-02-19 Rafael EspindolaUse PrivateLinkage now that it is safe.
2014-02-12 Rafael EspindolaDon't try to build ExceptionDemo on ARM.
2014-01-13 Chandler Carruth[cleanup] Re-sort the examples #include lines with...
2014-01-13 Chandler Carruth[cleanup] Fix the includes in the examples for r199082.
2013-12-10 NAKAMURA Takumi[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
2013-11-19 Juergen Ributzka[weak vtables] Place class definitions into anonymous...
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-10-12 Will DietzAdd missing #include's to cctype when using isdigit...
2013-07-29 NAKAMURA TakumiExceptionDemo.cpp: Tweak a @param. [-Wdocumentation]
2013-07-22 Andrew KaylorAdding example source to support MCJIT/Kaleidoscope...
2013-07-21 Rafael EspindolaRemove unused fields.
2013-07-21 Logan ChienFix exception demo: Add mcjit to link component.
2013-07-16 Rafael EspindolaUpdate the examples for an API change.
2013-05-14 NAKAMURA TakumiExceptionDemo: Corresponding to r181820, SectionMemoryM...
2013-05-07 Rafael EspindolaRemove exception handling support from the old JIT.
2013-05-05 Rafael EspindolaPort ExceptionDemo to MCJIT.
2013-05-01 Rafael EspindolaAdd support for other typeinfo encodings in the Excepti...
2013-04-26 Rafael EspindolaThe exception demo needs its symbols exported.
2013-01-13 Dmitri GribenkoUpdate links to "Itanium C++ ABI: Exception Handling...
2013-01-02 Chandler CarruthUpdate the examples for the new header file locations.
2012-12-04 Chandler CarruthSort the #include lines of the examples/... tree.
2012-11-26 Rafael EspindolaFix gcc's -Wunused-but-set-variable warnings.
2012-10-24 Micah VillmowBack out r166591, not sure why this made it through...
2012-10-24 Micah VillmowDelete a directory that wasn't supposed to be checked...
2012-10-23 Quentin ColombetTest commit access
2012-10-12 NAKAMURA TakumiExceptionDemo.cpp: Use Function::setDoesNotReturn(...
2012-10-12 NAKAMURA TakumiExceptionDemo.cpp: Whitespace.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-06-29 Chandler CarruthMove llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
2012-06-21 Arnaud A. de Grand... Remove trailing whitespaces
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-04-19 Michael J. SpencerRemove llvm-ld and llvm-stub (which is only used by...
2012-02-20 Chandler CarruthSwitch to a more idiomatic way of silencing unused...
2012-02-06 Peter CollingbourneUpdate ExceptionDemo to use ConstantDataArray.
2012-02-04 Bill WendlingUpdate to the new EH system...remove OLD EH code.
2012-01-31 Francois PichetFix BrainF compilation.
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-12-07 Peter CollingbourneEngineBuilder: support for custom TargetOptions. Fixes the
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-09-28 Garrison VennChanged comments on foreign C++ exceptions (generated...
2011-09-23 Garrison VennModified demo to use 3.0 resume instruction vs calling...
2011-09-22 Garrison VennConverted Exception demo over to using new 3.0 landingp...
2011-09-22 Garrison VennThis is a hack to get the demo working with the new...
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-07-21 Jay FoadConvert ConstantExpr::getGetElementPtr and
2011-07-18 Chris Lattnerupdate for recent api changes. I have a hard time...
2011-07-18 Chris Lattnerupdate this to build with a recent IRBuilder change...
2011-07-15 Francois PichetConvert CallInst and InvokeInst APIs to use ArrayRef...
2011-07-14 Benjamin KramerChange Intrinsic::getDeclaration and friends to take...
2011-07-12 Francois PichetRemove the const from Type after of Jay deconstify...
2011-07-12 Garrison VennReverted 134901 because of 134959. Did not use svn...
2011-07-12 Francois PichetFix the BrainF build.
2011-07-11 John Wiegleyfix some examples
2011-07-11 Garrison VennModified demo to work with non const Type parameters...
2011-06-09 Johnny ChenModify comment.
2011-06-09 Eric ChristopherHave the JIT tutorial use IRBuilder for the IR.
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-12 Garrison VennAdded new FIXME note
2011-04-11 Eli FriedmanGet rid of useless comment; if a file uses functions...
2011-04-11 Garrison VennBecause some systems have reported that this example...
2011-04-10 Garrison VennFixed more best practices, and explicit/implicit style...
2011-04-08 Chris Lattnerreindent this whole file and do a variety of stylistic...
2011-04-08 Chris Lattnerfix this to build with the recent StructType changes.
2011-03-30 Jay FoadRemove PHINode::reserveOperandSpace(). Instead, add...
2011-03-30 Jay Foad(Almost) always call reserveOperandSpace() on newly...
2011-02-09 Erick TryzelaarFix compiling the ocaml kaleidoscope tutorials
2010-12-23 Oscar FuentesDo not re-test for the existence of pthread.h.
2010-11-16 Dan GohmanFix missing includes of "llvm/Analysis/Passes.h" in...
2010-11-15 Dan GohmanUpdate examples and documentation to explicitly add...
2010-10-17 Oscar FuentesBuild with RTTI and exceptions disabled. Only in GCC...
2010-09-29 Duncan SandsConvert a bunch of uses of 'bytecode' into 'bitcode...
2010-09-15 Garrison VennRemoved TracingBrainF from examples Makefile.
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2010-09-05 Chris Lattnerfit in 80 columns and don't crash on exit, fixes PR8080
2010-08-30 Owen AndersonRemove this from the main tree. I'll host it out of...
2010-08-30 Owen AndersonAdd a new example to the LLVM distribution: a trace...
2010-08-19 Mikhail GlushenkovTrailing whitespace.
2010-08-10 Chris Lattnerupgrade to use new intrinsics, patch by Dan Hipschman!
2010-07-12 Duncan SandsConvert some tab stops into spaces.
2010-07-12 Eric ChristopherFix up the ocaml kaleidoscope example as well.
next