index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert some tab stops into spaces.
Duncan Sands
2010-07-12
4
-4
/
+4
*
Fix up the ocaml kaleidoscope example as well.
Eric Christopher
2010-07-12
4
-12
/
+12
*
fix several bugs in the tutorial, patch by Kevin Kelley!
Chris Lattner
2010-06-21
4
-6
/
+6
*
Remove stray semi-colon.
Daniel Dunbar
2010-06-15
1
-1
/
+1
*
Make kaleidoscope use fp add/sub/mul.
Eric Christopher
2010-06-14
4
-12
/
+12
*
Remove the -enable-sjlj-eh option, which doesn't do anything.
Duncan Sands
2010-05-02
1
-1
/
+1
*
Use provided llvm-defined variables instead of twisting user-controlled knobs.
Nick Lewycky
2010-04-24
1
-2
/
+1
*
Fix -Wcast-qual warning.
Benjamin Kramer
2010-04-20
1
-2
/
+1
*
Fix the ocaml kaleidoscope tutorial to fix linking external libraries.
Erick Tryzelaar
2010-03-21
2
-2
/
+2
*
Don't always run the ocaml kaleidoscope tutorials.
Erick Tryzelaar
2010-03-08
1
-2
/
+5
*
Add OCaml tutorial to the examples.
Erick Tryzelaar
2010-03-08
64
-1
/
+3413
*
Roll back r96959 again.
Jeffrey Yasskin
2010-02-23
3
-9
/
+0
*
Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of
Jeffrey Yasskin
2010-02-23
3
-0
/
+9
*
Modified examples Makefile to only build the ExceptionDemo example for
Garrison Venn
2010-02-23
1
-1
/
+6
*
Make Kaleidoscope not link against the interpreter, since that didn't
Jeffrey Yasskin
2010-02-11
8
-12
/
+28
*
Prevented build on WINDOWS using default make system. Stopped WINDOWS build
Garrison Venn
2010-02-10
1
-2
/
+5
*
Prevented ExceptionDemo example being built on WINDOWS via if( NOT WIN32 )
Garrison Venn
2010-02-10
1
-1
/
+4
*
Adds a JIT based exception handling example to the examples directory.
Garrison Venn
2010-02-09
5
-1
/
+2053
*
Repository access test commit
Garrison Venn
2010-02-03
1
-1
/
+1
*
Kill ModuleProvider and ghost linkage by inverting the relationship between
Jeffrey Yasskin
2010-01-27
8
-32
/
+12
*
This example requires RTTI.
Daniel Dunbar
2010-01-25
1
-0
/
+1
*
fix PR5649 by making fib use the JIT instead of the interpreter, patch by Per...
Chris Lattner
2009-12-01
1
-1
/
+9
*
Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions.
Victor Hernandez
2009-11-07
1
-2
/
+5
*
Revert r86077 because it caused crashes in 179.art and 175.vpr on ARM
Victor Hernandez
2009-11-06
1
-5
/
+2
*
Update CreateMalloc so that its callers specify the size to allocate:
Victor Hernandez
2009-11-05
1
-2
/
+5
*
Remove FreeInst.
Victor Hernandez
2009-10-26
1
-2
/
+2
*
Autoupgrade malloc insts to malloc calls.
Victor Hernandez
2009-10-17
1
-1
/
+6
*
Make ParallelJIT pthreads linking with CMake slightly less broken
Douglas Gregor
2009-10-12
1
-1
/
+3
*
Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it c...
Victor Hernandez
2009-09-25
1
-6
/
+1
*
Auto-upgrade malloc instructions to malloc calls.
Victor Hernandez
2009-09-24
1
-1
/
+6
*
Add examples for Kaleidoscope chapters 2 through 6.
Erick Tryzelaar
2009-09-22
18
-3
/
+3503
*
Rename Kaleidoscope to show that it's for Chapter 7 of the tutorial.
Erick Tryzelaar
2009-09-22
5
-9
/
+25
*
Sync c++ kaleidoscope tutorial with test.
Erick Tryzelaar
2009-09-22
1
-16
/
+8
*
Allocate the module provider in the Kaleidoscope code on the heap, not the st...
Reid Kleckner
2009-08-26
1
-35
/
+33
*
Make LLVM command-line tools overwrite their output files without -f.
Dan Gohman
2009-08-25
1
-1
/
+0
*
Fixed double free in Kaleidoscope. Fixes PR4762.
Reid Kleckner
2009-08-24
1
-3
/
+4
*
eliminate the std::ostream forms of the bitcode writing APIs.
Chris Lattner
2009-08-23
2
-21
/
+22
*
CMake: LLVMConfig assigns LLVMX86 to the `native' component
Oscar Fuentes
2009-08-17
1
-1
/
+1
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
7
-71
/
+85
*
Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...
Owen Anderson
2009-07-31
2
-2
/
+2
*
Move types back to the 2.5 API.
Owen Anderson
2009-07-29
3
-6
/
+5
*
Change ConstantArray to 2.5 API.
Owen Anderson
2009-07-28
1
-1
/
+1
*
Move ConstantFP construction back to the 2.5-ish API.
Owen Anderson
2009-07-27
1
-5
/
+5
*
Revert the ConstantInt constructors back to their 2.5 forms where possible, t...
Owen Anderson
2009-07-24
6
-18
/
+18
*
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-22
1
-1
/
+1
*
PR4591: Make sure to initialize the pass manager before using it.
Eli Friedman
2009-07-20
1
-0
/
+2
*
Fix build
Daniel Dunbar
2009-07-19
1
-1
/
+1
*
Fix: Kaleidoscope link in JIT and Interpreter by including JIT.h and Interpre...
Xerxes Ranby
2009-07-19
1
-0
/
+2
*
Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...
Reid Kleckner
2009-07-18
5
-10
/
+5
*
Privatize the ConstantFP table. I'm on a roll!
Owen Anderson
2009-07-16
1
-7
/
+8
[next]