OSDN Git Service

Give lit a --xunit-xml-output option for saving results in xunit format
[android-x86/external-llvm.git] / examples /
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-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.
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-09 Jush LuMerge upstream r129128
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-03-09 Jush LuMerge upstream r127116
2011-02-28 jushMerge LLVM upstream r119309 into honey
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-11-15 Dan GohmanUpdate examples and documentation to explicitly add...
2010-10-17 Oscar FuentesBuild with RTTI and exceptions disabled. Only in GCC...
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-29 Duncan SandsConvert a bunch of uses of 'bytecode' into 'bitcode...
2010-09-15 Garrison VennRemoved TracingBrainF from examples Makefile.
2010-09-15 Garrison VennRemoved TracingBrainF from examples Makefile.
2010-09-14 Shih-wei LiaoMerge commit 'refs/changes/82/67782/1' of ssh://android...
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-11 Shih-wei LiaoMerge commit '69494cf8102cf872e9cb76662e9960be7c112112...
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
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-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 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-30 Owen AndersonAdd a new example to the LLVM distribution: a trace...
2010-08-19 Mikhail GlushenkovTrailing whitespace.
2010-08-19 Mikhail GlushenkovTrailing whitespace.
2010-08-10 Chris Lattnerupgrade to use new intrinsics, patch by Dan Hipschman!
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 Duncan SandsConvert some tab stops into spaces.
2010-07-12 Eric ChristopherFix up the ocaml kaleidoscope example as well.
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-21 Chris Lattnerfix several bugs in the tutorial, patch by Kevin Kelley!
2010-06-15 Daniel DunbarRemove stray semi-colon.
2010-06-15 Daniel DunbarRemove stray semi-colon.
2010-06-14 Eric ChristopherMake kaleidoscope use fp add/sub/mul.
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-05-02 Duncan SandsRemove the -enable-sjlj-eh option, which doesn't do...
2010-04-28 Shih-wei LiaoSync upstream to r102410.
2010-04-24 Nick LewyckyUse provided llvm-defined variables instead of twisting...
2010-04-24 Nick LewyckyUse provided llvm-defined variables instead of twisting...
2010-04-20 Benjamin KramerFix -Wcast-qual warning.
2010-04-20 Benjamin KramerFix -Wcast-qual warning.
2010-04-07 Shih-wei Liaolibbcc
2010-03-21 Erick TryzelaarFix the ocaml kaleidoscope tutorial to fix linking...
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 TryzelaarDon't always run the ocaml kaleidoscope tutorials.
2010-03-08 Erick TryzelaarAdd OCaml tutorial to the examples.
2010-03-08 Erick TryzelaarAdd OCaml tutorial to the examples.
2010-02-23 Jeffrey YasskinRoll back r96959 again.
2010-02-23 Jeffrey YasskinRoll back r96959 again.
2010-02-23 Jeffrey YasskinRoll r96559 forward again, adding libLLVM-2.7svn.so...
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-23 Garrison VennModified examples Makefile to only build the ExceptionD...
2010-02-11 Jeffrey YasskinMake Kaleidoscope not link against the interpreter...
2010-02-11 Jeffrey YasskinMake Kaleidoscope not link against the interpreter...
2010-02-10 Shih-wei LiaoCheck in LLVM r95781.
2010-02-10 Garrison VennPrevented build on WINDOWS using default make system...
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-10 Garrison VennPrevented ExceptionDemo example being built on WINDOWS...
2010-02-09 Garrison VennAdds a JIT based exception handling example to the...
2010-02-09 Garrison VennAdds a JIT based exception handling example to the...
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...
2010-01-25 Daniel DunbarThis example requires RTTI.
2010-01-25 Daniel DunbarThis example requires RTTI.
2009-12-01 Chris Lattnerfix PR5649 by making fib use the JIT instead of the...
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-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-06 Victor HernandezRevert r86077 because it caused crashes in 179.art...
2009-11-05 Victor HernandezUpdate CreateMalloc so that its callers specify the...
2009-11-05 Victor HernandezUpdate CreateMalloc so that its callers specify the...
2009-10-26 Victor HernandezRemove FreeInst.
2009-10-26 Victor HernandezRemove FreeInst.
next