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
*
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
*
Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...
Owen Anderson
2009-07-16
1
-2
/
+2
*
Move EVER MORE stuff over to LLVMContext.
Owen Anderson
2009-07-14
6
-29
/
+32
*
Begin the painful process of tearing apart the rat'ss nest that is Constants....
Owen Anderson
2009-07-13
2
-2
/
+2
*
This started as a small change, I swear. Unfortunately, lots of things call ...
Owen Anderson
2009-07-09
3
-5
/
+4
*
Push LLVMContext _back_ through IRBuilder.
Owen Anderson
2009-07-08
1
-1
/
+1
*
Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...
Owen Anderson
2009-07-08
1
-3
/
+2
*
Push LLVMContext through GlobalVariables and IRBuilder.
Owen Anderson
2009-07-08
1
-0
/
+1
*
Make the use of const with respect to LLVMContext sane. Hopefully this is th...
Owen Anderson
2009-07-01
2
-4
/
+4
*
Hold the LLVMContext by reference rather than by pointer.
Owen Anderson
2009-07-01
8
-10
/
+11
*
Add a pointer to the owning LLVMContext to Module. This requires threading L...
Owen Anderson
2009-07-01
8
-12
/
+29
*
improve the APIs for creating struct and function types with no arguments/ele...
Chris Lattner
2009-07-01
1
-2
/
+1
*
make sure that JIT examples link in their appropriate target.
Chris Lattner
2009-06-17
4
-2
/
+14
*
silence a warning.
Chris Lattner
2009-04-15
1
-1
/
+1
*
Get rid of some compile warnings.
Bill Wendling
2009-04-13
1
-3
/
+1
*
Add Kaleidoscope to examples/ so that it gets built regularly and we'll notice
Nick Lewycky
2009-04-12
5
-1
/
+1159
*
Another attempt at fixing PR2975.
Torok Edwin
2009-04-07
1
-0
/
+4
*
revert r68457, its crashing in make check.
Torok Edwin
2009-04-06
1
-4
/
+0
*
fix (part of) memory leak on shutdown. See PR2975.
Torok Edwin
2009-04-06
1
-0
/
+4
*
reapply Sanjiv's patch to genericize memcpy/memset/memmove to take an
Chris Lattner
2008-11-21
1
-1
/
+3
*
Revert r59802. It was breaking the build of llvm-gcc:
Bill Wendling
2008-11-21
1
-3
/
+1
*
Make mem[cpy,move,set] intrinsics overloaded.
Sanjiv Gupta
2008-11-21
1
-1
/
+3
[next]