Use absolute path to exportsfile in gold plugin CMake build.
[oota-llvm.git] / examples /
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.
2010-06-21 Chris Lattnerfix several bugs in the tutorial, patch by Kevin Kelley!
2010-06-15 Daniel DunbarRemove stray semi-colon.
2010-06-14 Eric ChristopherMake kaleidoscope use fp add/sub/mul.
2010-05-02 Duncan SandsRemove the -enable-sjlj-eh option, which doesn't do...
2010-04-24 Nick LewyckyUse provided llvm-defined variables instead of twisting...
2010-04-20 Benjamin KramerFix -Wcast-qual warning.
2010-03-21 Erick TryzelaarFix the ocaml kaleidoscope tutorial to fix linking...
2010-03-08 Erick TryzelaarDon't always run the ocaml kaleidoscope tutorials.
2010-03-08 Erick TryzelaarAdd OCaml tutorial to the examples.
2010-02-23 Jeffrey YasskinRoll back r96959 again.
2010-02-23 Jeffrey YasskinRoll r96559 forward again, adding libLLVM-2.7svn.so...
2010-02-23 Garrison VennModified examples Makefile to only build the ExceptionD...
2010-02-11 Jeffrey YasskinMake Kaleidoscope not link against the interpreter...
2010-02-10 Garrison VennPrevented build on WINDOWS using default make system...
2010-02-10 Garrison VennPrevented ExceptionDemo example being built on WINDOWS...
2010-02-09 Garrison VennAdds a JIT based exception handling example to the...
2010-02-03 Garrison VennRepository access test commit
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-25 Daniel DunbarThis example requires RTTI.
2009-12-01 Chris Lattnerfix PR5649 by making fib use the JIT instead of the...
2009-11-07 Victor HernandezRe-commit r86077 now that r86290 fixes the 179.art...
2009-11-06 Victor HernandezRevert r86077 because it caused crashes in 179.art...
2009-11-05 Victor HernandezUpdate CreateMalloc so that its callers specify the...
2009-10-26 Victor HernandezRemove FreeInst.
2009-10-17 Victor HernandezAutoupgrade malloc insts to malloc calls.
2009-10-12 Douglas GregorMake ParallelJIT pthreads linking with CMake slightly...
2009-09-25 Victor HernandezRevert 82694 "Auto-upgrade malloc instructions to mallo...
2009-09-24 Victor HernandezAuto-upgrade malloc instructions to malloc calls.
2009-09-22 Erick TryzelaarAdd examples for Kaleidoscope chapters 2 through 6.
2009-09-22 Erick TryzelaarRename Kaleidoscope to show that it's for Chapter 7...
2009-09-22 Erick TryzelaarSync c++ kaleidoscope tutorial with test.
2009-08-26 Reid KlecknerAllocate the module provider in the Kaleidoscope code...
2009-08-25 Dan GohmanMake LLVM command-line tools overwrite their output...
2009-08-24 Reid KlecknerFixed double free in Kaleidoscope. Fixes PR4762.
2009-08-23 Chris Lattnereliminate the std::ostream forms of the bitcode writing...
2009-08-17 Oscar FuentesCMake: LLVMConfig assigns LLVMX86 to the `native' component
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-28 Owen AndersonChange ConstantArray to 2.5 API.
2009-07-27 Owen AndersonMove ConstantFP construction back to the 2.5-ish API.
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-20 Eli FriedmanPR4591: Make sure to initialize the pass manager before...
2009-07-19 Daniel DunbarFix build
2009-07-19 Xerxes RanbyFix: Kaleidoscope link in JIT and Interpreter by includ...
2009-07-18 Reid KlecknerAdd EngineBuilder to ExecutionEngine in favor of the...
2009-07-16 Owen AndersonPrivatize the ConstantFP table. I'm on a roll!
2009-07-16 Owen AndersonMove the ConstantInt uniquing table into LLVMContextImp...
2009-07-14 Owen AndersonMove EVER MORE stuff over to LLVMContext.
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-09 Owen AndersonThis started as a small change, I swear. Unfortunately...
2009-07-08 Owen AndersonPush LLVMContext _back_ through IRBuilder.
2009-07-08 Owen AndersonSwitch GlobalVariable ctors to a sane API, where *eithe...
2009-07-08 Owen AndersonPush LLVMContext through GlobalVariables and IRBuilder.
2009-07-01 Owen AndersonMake the use of const with respect to LLVMContext sane...
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
next