OSDN Git Service

Update aosp/master LLVM for rebase to r256229
[android-x86/external-llvm.git] / examples / HowToUseJIT / HowToUseJIT.cpp
2016-03-21 Pirama Arumuga NainarUpdate aosp/master LLVM for rebase to r256229
2015-06-08 Stephen HinesMerge "add aarch64 codegen for x86_64 LLVM if specified"
2015-04-10 Pirama Arumuga Nainaram 31195f0b: Merge "Update aosp/master llvm for rebase...
2015-04-10 Pirama Arumuga NainarMerge "Update aosp/master llvm for rebase to r233350"
2015-04-09 Pirama Arumuga NainarUpdate aosp/master llvm for rebase to r233350
2014-12-10 Stephen Hinesam 50721a7a: (-s ours) Merge in the following upstream...
2014-12-10 Tim Murrayam 22c310d7: (-s ours) Revert "Revert "Bring in fixes...
2014-12-10 Tim Murrayam 6eeae0cf: Revert "Apply rL216114 from upstream LLVM."
2014-12-04 Stephen Hinesam a21bbdfa: am 876d6995: Merge "Update aosp/master...
2014-12-04 Stephen Hinesam 876d6995: Merge "Update aosp/master LLVM for rebase...
2014-12-04 Stephen HinesMerge "Update aosp/master LLVM for rebase to r222494."
2014-12-03 Stephen HinesUpdate aosp/master LLVM for rebase to r222494.
2013-01-21 Stephen HinesMerge remote-tracking branch 'upstream/master' into...
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-08-17 Joe Onoratoam c0944da4: Merge "Host tools don\'t need LOCAL_MODULE...
2012-08-03 Shih-wei LiaoMerge with LLVM upstream r160668 (Jul 24th 2012)
2012-06-29 Chandler CarruthMove llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
2011-10-19 Logan ChienMerge with LLVM upstream 2011/10/20 (r142530)
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-06-20 Nowar GuMerge upstream to r133240 at Fri. 17th Jun 2011.
2011-06-09 Johnny ChenModify comment.
2011-06-09 Eric ChristopherHave the JIT tutorial use IRBuilder for the IR.
2010-02-10 Shih-wei LiaoCheck in LLVM r95781.
2010-02-03 Garrison VennRepository access test commit
2010-02-03 Garrison VennRepository access test commit
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-18 Reid KlecknerAdd EngineBuilder to ExecutionEngine in favor of the...
2009-07-18 Reid KlecknerAdd EngineBuilder to ExecutionEngine in favor of the...
2009-07-14 Owen AndersonMove EVER MORE stuff over to LLVMContext.
2009-07-14 Owen AndersonMove EVER MORE stuff over to LLVMContext.
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-06-17 Chris Lattnermake sure that JIT examples link in their appropriate...
2009-06-17 Chris Lattnermake sure that JIT examples link in their appropriate...
2009-04-07 Torok EdwinAnother attempt at fixing PR2975.
2009-04-07 Edwin TörökAnother attempt at fixing PR2975.
2009-04-06 Torok Edwinrevert r68457, its crashing in make check.
2009-04-06 Edwin Törökrevert r68457, its crashing in make check.
2009-04-06 Torok Edwinfix (part of) memory leak on shutdown. See PR2975.
2009-04-06 Edwin Törökfix (part of) memory leak on shutdown. See PR2975.
2008-08-23 Chris LattnerSwitch the asmprinter (.ll) and all the stuff it requir...
2008-08-23 Chris LattnerSwitch the asmprinter (.ll) and all the stuff it requir...
2008-08-17 Chris LattnerRework the routines that convert AP[S]Int into a string...
2008-08-17 Chris LattnerRework the routines that convert AP[S]Int into a string...
2008-05-16 Gabor GreifAPI change for {BinaryOperator|CmpInst|CastInst}::creat...
2008-05-16 Gabor GreifAPI change for {BinaryOperator|CmpInst|CastInst}::creat...
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2007-12-29 Chris Lattnerremove attributions from examples.
2007-12-29 Chris Lattnerremove attributions from examples.
2007-08-23 Chris Lattnerrename APInt::toString -> toStringUnsigned for symmetry...
2007-08-23 Chris Lattnerrename APInt::toString -> toStringUnsigned for symmetry...
2007-07-18 Dan GohmanIt's not necessary to do rounding for alloca operations...
2007-03-06 Reid SpencerAdjust for changes in GenericValue type.
2007-02-13 Chris Lattnereliminate vector-related ctors
2007-01-19 Reid SpencerAdd a #include to resolve IntegerType class.
2007-01-07 Chris Lattneradd some casts to support a change in the getOrInsertFu...
2006-12-31 Reid SpencerFor PR950:
2006-10-20 Reid SpencerFor PR950:
2006-03-24 Jeff CohenMinor corrections.
2005-10-23 Jeff CohenWhen a function takes a variable number of pointer...
2005-05-06 Chris LattnerThese are legal for tail calls
2005-04-20 Misha BrukmanRemove trailing whitespace at the end of lines
2005-03-15 Alkis EvlogimenosStop using abegin and aend.
2004-09-11 Reid SpencerCorrect the file header to reflect the new "examples...
2004-08-15 Chris LattnerSwitch to using the JIT now that it can directly call...
2004-08-15 Chris LattnerSimplify code, make it print the constructed module...
2004-08-10 Reid SpencerFix a copy & paste error .. correct the description...
2004-08-10 Reid SpencerAdding a simple example of how to use the JIT.