- Nov 03, 2011
-
-
Daniel Dunbar authored
llvm-svn: 143634
-
- Sep 28, 2011
-
-
Garrison Venn authored
handling with references to http://sourcery.mentor.com/public/cxx-abi/abi-eh.html (r 1.22). llvm-svn: 140695
-
- Sep 23, 2011
-
-
Garrison Venn authored
Also conducted some reformatting. As the LLVM coding standard doc does not seem to touch on how to align function arguments, and format code longer than 80 cols in general, the confusion persists. There is the golden rule, but as this code has gone through several styles to deal with this, the golden rule seems to be ignored. The latest reformatting effort tries to match the other source files as much as possible. Tested on OS X 10.7.1 with, and without the OLD_EXC_SYSTEM defined. Have NOT tested on LINUX. llvm-svn: 140379
-
- Sep 22, 2011
-
-
Garrison Venn authored
was compiled and tested on OS X 10.7.1. It was not tested on LINUX. In addition the defined OLD_EXC_SYSTEM was not tested with this version. llvm-svn: 140303
-
Garrison Venn authored
infrastructure. As this makes the demo no longer a demo, and especially not a demo on how to use the llvm exception mechanism, this hack will shortly be changed to use the new 3.0 exception infrastructure. However for the time being this demo is an example on how to use the AutoUpgrade UpgradeExceptionHandling(...) function on < 3.0 exception handling code. llvm-svn: 140301
-
- Aug 24, 2011
-
-
Evan Cheng authored
These are strictly utilities for registering targets and components. llvm-svn: 138450
-
- Jul 21, 2011
-
-
Jay Foad authored
ConstantExpr::getInBoundsGetElementPtr to use ArrayRef. llvm-svn: 135673
-
- Jul 18, 2011
-
-
Chris Lattner authored
update for recent api changes. I have a hard time believing that this is actually a useful example. llvm-svn: 135374
-
Chris Lattner authored
llvm-svn: 135373
-
- Jul 15, 2011
-
-
Francois Pichet authored
llvm-svn: 135266
-
- Jul 14, 2011
-
-
Benjamin Kramer authored
llvm-svn: 135154
-
- Jul 13, 2011
-
-
Francois Pichet authored
llvm-svn: 135000
-
- Jul 12, 2011
-
-
Garrison Venn authored
1,$s/llvm::Type::getInt\(..\)Ty(builder.getContext())/builder.getInt\1Ty()/g 1,$s/builder.getInt\(..*\)Ty()->getPointerTo()/builder.getInt\1PtrTy()/g vi sub commands (second one was not a reversion but requested by Tobias Grosser. Mod was tested, but other examples have failed to build as they are currently being thrashed with the const qualifier removal change. llvm-svn: 134985
-
Francois Pichet authored
llvm-svn: 134975
-
John Wiegley authored
llvm-svn: 134933
-
- Jul 11, 2011
-
-
Garrison Venn authored
type system. However most of these modifications were due to IRBuilder (IRBuilderBase), not having been modified to NOT return such const qualified free types. If IRBuilder does not change, as can also be seen in its instruction creation methods, to use const free types, it may be useful to have ExceptionDemo drop IRBuilder usage. Modifying builder.getInt32Ty() to llvm::Type::getInt32Ty(builder.getContext()) is pretty ugly. llvm-svn: 134901
-
- Jun 09, 2011
-
-
Johnny Chen authored
llvm-svn: 132800
-
Eric Christopher authored
Patch by Jake Waskett! llvm-svn: 132770
-
- Apr 15, 2011
-
-
Chris Lattner authored
Luis Felipe Strano Moraes! llvm-svn: 129558
-
- Apr 12, 2011
-
-
Garrison Venn authored
llvm-svn: 129360
-
- Apr 11, 2011
-
-
Eli Friedman authored
it is obvious that it should be included. llvm-svn: 129295
-
Garrison Venn authored
header file cstdio was added as an include. llvm-svn: 129291
-
- Apr 10, 2011
-
-
Garrison Venn authored
llvm-svn: 129245
-
- Apr 08, 2011
-
-
Chris Lattner authored
This code is still a long way from following best practices. llvm-svn: 129140
-
Chris Lattner authored
llvm-svn: 129139
-
- Mar 30, 2011
- Feb 09, 2011
-
-
Erick Tryzelaar authored
llvm-svn: 125202
-
- Dec 23, 2010
-
-
Oscar Fuentes authored
It was causing problems on the MinGW build. See PR8849. llvm-svn: 122518
-
- Nov 16, 2010
-
-
Dan Gohman authored
for Arnaud Allard de Grandmaison for preparing a patch. llvm-svn: 119351
-
- Nov 15, 2010
-
-
Dan Gohman authored
no longer included by default. llvm-svn: 119169
-
- Oct 17, 2010
-
-
Oscar Fuentes authored
llvm-svn: 116682
-
- Sep 29, 2010
-
-
Duncan Sands authored
is not everything, but the remaining cases are less trivial. llvm-svn: 115080
-
- Sep 15, 2010
-
-
Garrison Venn authored
llvm-svn: 113970
-
- Sep 14, 2010
-
-
Michael J. Spencer authored
This reverts commit r113632 Conflicts: cmake/modules/AddLLVM.cmake llvm-svn: 113819
-
- Sep 10, 2010
-
-
Michael J. Spencer authored
llvm-svn: 113632
-
- Sep 06, 2010
-
-
Chris Lattner authored
llvm-svn: 113123
-
- Aug 30, 2010
-
-
Owen Anderson authored
llvm-svn: 112529
-
Owen Anderson authored
Add a new example to the LLVM distribution: a trace-based Brainfuck compiler that uses LLVM as its code generator. llvm-svn: 112465
-
- Aug 19, 2010
-
-
Mikhail Glushenkov authored
llvm-svn: 111552
-