- 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
-
- Jul 16, 2013
-
-
Rafael Espindola authored
llvm-svn: 186453
-
- 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 23, 2012
-
-
Quentin Colombet authored
llvm-svn: 166481
-
- 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 22, 2012
-
-
Arnaud A. de Grandmaison authored
llvm-svn: 158943
-
- Jun 02, 2012
-
-
- Apr 19, 2012
-
-
Michael J. Spencer authored
llvm-ld is no longer useful and causes confusion and so it is being removed. * Does not work very well on Windows because it must call a gcc like driver to assemble and link. * Has lots of hard coded paths which are wrong on many systems. * Does not understand most of ld's options. * Can be partially replaced by llvm-link | opt | {llc | as, llc -filetype=obj} | ld, or fully replaced by Clang. I know of no production use of llvm-ld, and hacking use should be replaced by Clang's driver. llvm-svn: 155147
-
- Feb 20, 2012
-
-
Chandler Carruth authored
release builds. Silences clang's -Wself-assign. llvm-svn: 150942
-
- Feb 06, 2012
-
-
Peter Collingbourne authored
llvm-svn: 149867
-
- Feb 04, 2012
-
-
Bill Wendling authored
llvm-svn: 149728
-
- Jan 31, 2012
-
-
Francois Pichet authored
llvm-svn: 149375
-
- Dec 12, 2011
-
-
Daniel Dunbar authored
llvm-svn: 146409
-
- Dec 08, 2011
-
-
Peter Collingbourne authored
ExceptionDemo example. llvm-svn: 146108
-
- 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
-