- Jul 21, 2013
-
-
Logan Chien authored
Fix exception demo when we are building the examples with configure/make. This commit updates the link components in the Makefile. llvm-svn: 186785
-
- May 15, 2013
-
-
NAKAMURA Takumi authored
llvm-svn: 181844
-
- May 07, 2013
-
-
Rafael Espindola authored
llvm-svn: 181354
-
- May 05, 2013
-
-
Rafael Espindola authored
llvm-svn: 181168
-
- May 01, 2013
-
-
Rafael Espindola authored
The old jit always uses DW_EH_PE_absptr, but MCJIT can use other encodings. This is in preparation for adding EH support to MCJIT, but not directly related, so I am committing it first. llvm-svn: 180883
-
- Apr 26, 2013
-
-
Rafael Espindola authored
llvm-svn: 180622
-
- Jan 13, 2013
-
-
Dmitri Gribenko authored
llvm-svn: 172356
-
- Jan 02, 2013
-
-
Chandler Carruth authored
Sorry for the fallout here, I forgot the examples aren't built by default any more. llvm-svn: 171371
-
- Dec 04, 2012
-
-
Chandler Carruth authored
llvm-svn: 169249
-
- Nov 26, 2012
-
-
Rafael Espindola authored
llvm-svn: 168576
-
- Oct 24, 2012
-
-
Micah Villmow authored
Back out r166591, not sure why this made it through since I cancelled the command. Bleh, sorry about this! llvm-svn: 166596
-
Micah Villmow authored
llvm-svn: 166591
-
- Oct 12, 2012
-
-
NAKAMURA Takumi authored
llvm-svn: 165796
-
NAKAMURA Takumi authored
llvm-svn: 165795
-
- Oct 08, 2012
-
-
Micah Villmow authored
llvm-svn: 165401
-
- Jun 29, 2012
-
-
Chandler Carruth authored
This was always part of the VMCore library out of necessity -- it deals entirely in the IR. The .cpp file in fact was already part of the VMCore library. This is just a mechanical move. I've tried to go through and re-apply the coding standard's preferred header sort, but at 40-ish files, I may have gotten some wrong. Please let me know if so. I'll be committing the corresponding updates to Clang and Polly, and Duncan has DragonEgg. Thanks to Bill and Eric for giving the green light for this bit of cleanup. llvm-svn: 159421
-
- Jun 02, 2012
-
-
- Feb 06, 2012
-
-
Peter Collingbourne authored
llvm-svn: 149867
-
- Feb 04, 2012
-
-
Bill Wendling authored
llvm-svn: 149728
-
- Dec 08, 2011
-
-
Peter Collingbourne authored
ExceptionDemo example. llvm-svn: 146108
-
- 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 18, 2011
-
-
Chris Lattner authored
llvm-svn: 135373
-
- 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
-
- 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
-
- 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
-
- Nov 15, 2010
-
-
Dan Gohman authored
no longer included by default. llvm-svn: 119169
-
- Oct 17, 2010
-
-
Oscar Fuentes authored
llvm-svn: 116682
-
- 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
-
- Jun 15, 2010
-
-
Daniel Dunbar authored
llvm-svn: 106009
-