projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Object/Archive: Add symbol table iteration.
[oota-llvm.git]
/
examples
/
2011-09-28
Garrison Venn
Changed comments on foreign C++ exceptions (generated...
tree
|
commitdiff
2011-09-23
Garrison Venn
Modified demo to use 3.0 resume instruction vs calling...
tree
|
commitdiff
2011-09-22
Garrison Venn
Converted Exception demo over to using new 3.0 landingp...
tree
|
commitdiff
2011-09-22
Garrison Venn
This is a hack to get the demo working with the new...
tree
|
commitdiff
2011-08-24
Evan Cheng
Move TargetRegistry and TargetSelect from Target to...
tree
|
commitdiff
2011-07-21
Jay Foad
Convert ConstantExpr::getGetElementPtr and
tree
|
commitdiff
2011-07-18
Chris Lattner
update for recent api changes. I have a hard time...
tree
|
commitdiff
2011-07-18
Chris Lattner
update this to build with a recent IRBuilder change...
tree
|
commitdiff
2011-07-15
Francois Pichet
Convert CallInst and InvokeInst APIs to use ArrayRef...
tree
|
commitdiff
2011-07-14
Benjamin Kramer
Change Intrinsic::getDeclaration and friends to take...
tree
|
commitdiff
2011-07-12
Francois Pichet
Remove the const from Type after of Jay deconstify...
tree
|
commitdiff
2011-07-12
Garrison Venn
Reverted 134901 because of 134959. Did not use svn...
tree
|
commitdiff
2011-07-12
Francois Pichet
Fix the BrainF build.
tree
|
commitdiff
2011-07-11
John Wiegley
fix some examples
tree
|
commitdiff
2011-07-11
Garrison Venn
Modified demo to work with non const Type parameters...
tree
|
commitdiff
2011-06-09
Johnny Chen
Modify comment.
tree
|
commitdiff
2011-06-09
Eric Christopher
Have the JIT tutorial use IRBuilder for the IR.
tree
|
commitdiff
2011-04-15
Chris Lattner
Fix a ton of comment typos found by codespell. Patch by
tree
|
commitdiff
2011-04-12
Garrison Venn
Added new FIXME note
tree
|
commitdiff
2011-04-11
Eli Friedman
Get rid of useless comment; if a file uses functions...
tree
|
commitdiff
2011-04-11
Garrison Venn
Because some systems have reported that this example...
tree
|
commitdiff
2011-04-10
Garrison Venn
Fixed more best practices, and explicit/implicit style...
tree
|
commitdiff
2011-04-08
Chris Lattner
reindent this whole file and do a variety of stylistic...
tree
|
commitdiff
2011-04-08
Chris Lattner
fix this to build with the recent StructType changes.
tree
|
commitdiff
2011-03-30
Jay Foad
Remove PHINode::reserveOperandSpace(). Instead, add...
tree
|
commitdiff
2011-03-30
Jay Foad
(Almost) always call reserveOperandSpace() on newly...
tree
|
commitdiff
2011-02-09
Erick Tryzelaar
Fix compiling the ocaml kaleidoscope tutorials
tree
|
commitdiff
2010-12-23
Oscar Fuentes
Do not re-test for the existence of pthread.h.
tree
|
commitdiff
2010-11-16
Dan Gohman
Fix missing includes of "llvm/Analysis/Passes.h" in...
tree
|
commitdiff
2010-11-15
Dan Gohman
Update examples and documentation to explicitly add...
tree
|
commitdiff
2010-10-17
Oscar Fuentes
Build with RTTI and exceptions disabled. Only in GCC...
tree
|
commitdiff
2010-09-29
Duncan Sands
Convert a bunch of uses of 'bytecode' into 'bitcode...
tree
|
commitdiff
2010-09-15
Garrison Venn
Removed TracingBrainF from examples Makefile.
tree
|
commitdiff
2010-09-13
Michael J. Spencer
Revert "CMake: Get rid of LLVMLibDeps.cmake and export...
tree
|
commitdiff
2010-09-10
Michael J. Spencer
CMake: Get rid of LLVMLibDeps.cmake and export the...
tree
|
commitdiff
2010-09-05
Chris Lattner
fit in 80 columns and don't crash on exit, fixes PR8080
tree
|
commitdiff
2010-08-30
Owen Anderson
Remove this from the main tree. I'll host it out of...
tree
|
commitdiff
2010-08-30
Owen Anderson
Add a new example to the LLVM distribution: a trace...
tree
|
commitdiff
2010-08-19
Mikhail Glushenkov
Trailing whitespace.
tree
|
commitdiff
2010-08-10
Chris Lattner
upgrade to use new intrinsics, patch by Dan Hipschman!
tree
|
commitdiff
2010-07-12
Duncan Sands
Convert some tab stops into spaces.
tree
|
commitdiff
2010-07-12
Eric Christopher
Fix up the ocaml kaleidoscope example as well.
tree
|
commitdiff
2010-06-21
Chris Lattner
fix several bugs in the tutorial, patch by Kevin Kelley!
tree
|
commitdiff
2010-06-15
Daniel Dunbar
Remove stray semi-colon.
tree
|
commitdiff
2010-06-14
Eric Christopher
Make kaleidoscope use fp add/sub/mul.
tree
|
commitdiff
2010-05-02
Duncan Sands
Remove the -enable-sjlj-eh option, which doesn't do...
tree
|
commitdiff
2010-04-24
Nick Lewycky
Use provided llvm-defined variables instead of twisting...
tree
|
commitdiff
2010-04-20
Benjamin Kramer
Fix -Wcast-qual warning.
tree
|
commitdiff
2010-03-21
Erick Tryzelaar
Fix the ocaml kaleidoscope tutorial to fix linking...
tree
|
commitdiff
2010-03-08
Erick Tryzelaar
Don't always run the ocaml kaleidoscope tutorials.
tree
|
commitdiff
2010-03-08
Erick Tryzelaar
Add OCaml tutorial to the examples.
tree
|
commitdiff
2010-02-23
Jeffrey Yasskin
Roll back r96959 again.
tree
|
commitdiff
2010-02-23
Jeffrey Yasskin
Roll r96559 forward again, adding libLLVM-2.7svn.so...
tree
|
commitdiff
2010-02-23
Garrison Venn
Modified examples Makefile to only build the ExceptionD...
tree
|
commitdiff
2010-02-11
Jeffrey Yasskin
Make Kaleidoscope not link against the interpreter...
tree
|
commitdiff
2010-02-10
Garrison Venn
Prevented build on WINDOWS using default make system...
tree
|
commitdiff
2010-02-10
Garrison Venn
Prevented ExceptionDemo example being built on WINDOWS...
tree
|
commitdiff
2010-02-09
Garrison Venn
Adds a JIT based exception handling example to the...
tree
|
commitdiff
2010-02-03
Garrison Venn
Repository access test commit
tree
|
commitdiff
2010-01-27
Jeffrey Yasskin
Kill ModuleProvider and ghost linkage by inverting...
tree
|
commitdiff
2010-01-25
Daniel Dunbar
This example requires RTTI.
tree
|
commitdiff
2009-12-01
Chris Lattner
fix PR5649 by making fib use the JIT instead of the...
tree
|
commitdiff
2009-11-07
Victor Hernandez
Re-commit r86077 now that r86290 fixes the 179.art...
tree
|
commitdiff
2009-11-06
Victor Hernandez
Revert r86077 because it caused crashes in 179.art...
tree
|
commitdiff
2009-11-05
Victor Hernandez
Update CreateMalloc so that its callers specify the...
tree
|
commitdiff
2009-10-26
Victor Hernandez
Remove FreeInst.
tree
|
commitdiff
2009-10-17
Victor Hernandez
Autoupgrade malloc insts to malloc calls.
tree
|
commitdiff
2009-10-12
Douglas Gregor
Make ParallelJIT pthreads linking with CMake slightly...
tree
|
commitdiff
2009-09-25
Victor Hernandez
Revert 82694 "Auto-upgrade malloc instructions to mallo...
tree
|
commitdiff
2009-09-24
Victor Hernandez
Auto-upgrade malloc instructions to malloc calls.
tree
|
commitdiff
2009-09-22
Erick Tryzelaar
Add examples for Kaleidoscope chapters 2 through 6.
tree
|
commitdiff
2009-09-22
Erick Tryzelaar
Rename Kaleidoscope to show that it's for Chapter 7...
tree
|
commitdiff
2009-09-22
Erick Tryzelaar
Sync c++ kaleidoscope tutorial with test.
tree
|
commitdiff
2009-08-26
Reid Kleckner
Allocate the module provider in the Kaleidoscope code...
tree
|
commitdiff
2009-08-25
Dan Gohman
Make LLVM command-line tools overwrite their output...
tree
|
commitdiff
2009-08-24
Reid Kleckner
Fixed double free in Kaleidoscope. Fixes PR4762.
tree
|
commitdiff
2009-08-23
Chris Lattner
eliminate the std::ostream forms of the bitcode writing...
tree
|
commitdiff
2009-08-17
Oscar Fuentes
CMake: LLVMConfig assigns LLVMX86 to the `native' component
tree
|
commitdiff
2009-08-13
Owen Anderson
Push LLVMContexts through the IntegerType APIs.
tree
|
commitdiff
2009-07-31
Owen Anderson
Move a few more APIs back to 2.5 forms. The only remai...
tree
|
commitdiff
2009-07-29
Owen Anderson
Move types back to the 2.5 API.
tree
|
commitdiff
2009-07-28
Owen Anderson
Change ConstantArray to 2.5 API.
tree
|
commitdiff
2009-07-27
Owen Anderson
Move ConstantFP construction back to the 2.5-ish API.
tree
|
commitdiff
2009-07-24
Owen Anderson
Revert the ConstantInt constructors back to their 2...
tree
|
commitdiff
2009-07-22
Owen Anderson
Get rid of the Pass+Context magic.
tree
|
commitdiff
2009-07-20
Eli Friedman
PR4591: Make sure to initialize the pass manager before...
tree
|
commitdiff
2009-07-19
Daniel Dunbar
Fix build
tree
|
commitdiff
2009-07-19
Xerxes Ranby
Fix: Kaleidoscope link in JIT and Interpreter by includ...
tree
|
commitdiff
2009-07-18
Reid Kleckner
Add EngineBuilder to ExecutionEngine in favor of the...
tree
|
commitdiff
2009-07-16
Owen Anderson
Privatize the ConstantFP table. I'm on a roll!
tree
|
commitdiff
2009-07-16
Owen Anderson
Move the ConstantInt uniquing table into LLVMContextImp...
tree
|
commitdiff
2009-07-14
Owen Anderson
Move EVER MORE stuff over to LLVMContext.
tree
|
commitdiff
2009-07-13
Owen Anderson
Begin the painful process of tearing apart the rat...
tree
|
commitdiff
2009-07-09
Owen Anderson
This started as a small change, I swear. Unfortunately...
tree
|
commitdiff
2009-07-08
Owen Anderson
Push LLVMContext _back_ through IRBuilder.
tree
|
commitdiff
2009-07-08
Owen Anderson
Switch GlobalVariable ctors to a sane API, where *eithe...
tree
|
commitdiff
2009-07-08
Owen Anderson
Push LLVMContext through GlobalVariables and IRBuilder.
tree
|
commitdiff
2009-07-01
Owen Anderson
Make the use of const with respect to LLVMContext sane...
tree
|
commitdiff
2009-07-01
Owen Anderson
Hold the LLVMContext by reference rather than by pointer.
tree
|
commitdiff
2009-07-01
Owen Anderson
Add a pointer to the owning LLVMContext to Module....
tree
|
commitdiff
next