hanchenye-llvm-project/llvm/lib
Dan Gohman fca43c21c3 Don't mark objc_retainBlock as nounwind. It calls user copy constructors
which could theoretically throw.

llvm-svn: 139710
2011-09-14 18:33:34 +00:00
..
Analysis Fix typo. 2011-09-12 19:58:22 +00:00
Archive
AsmParser Auto upgrade the old EH scheme to use the new one. This is on a trial basis. If 2011-08-27 06:11:03 +00:00
Bitcode Don't forget to add the landingpad and resume instructions to the InstructionList. 2011-09-01 00:50:20 +00:00
CodeGen Ignore the cloning of unknown registers. 2011-09-14 17:34:37 +00:00
CompilerDriver
DebugInfo DWARF: Improve indentation of DIE dumping so it's easier to see the structure. 2011-09-14 17:54:56 +00:00
ExecutionEngine Fix the asserts in lib/Target/X86/X86ELFWriterInfo.cpp and 2011-09-10 01:42:07 +00:00
Linker switch to the new struct api. 2011-08-12 18:07:26 +00:00
MC Move state var to private class member. 2011-09-14 16:37:04 +00:00
Object Object: make the following changes into SymbolRef 2011-09-14 01:22:52 +00:00
Support Add APInt support for converting to/from hexatridecimal strings 2011-09-14 15:54:46 +00:00
Target ARM fix assembly parser handling of ranges in register lists. 2011-09-14 18:08:35 +00:00
Transforms Don't mark objc_retainBlock as nounwind. It calls user copy constructors 2011-09-14 18:33:34 +00:00
VMCore Add a check to make sure schedulePass() has not deleted stale RequiredPass. 2011-09-13 21:13:29 +00:00
CMakeLists.txt Sketch out a DWARF parser. 2011-09-13 19:42:23 +00:00
Makefile Sketch out a DWARF parser. 2011-09-13 19:42:23 +00:00