1. 051a950 API changes for class Use size reduction, wave 1. by Gabor Greif · 16 years ago
  2. 58d7491 Reimplement the parameter attributes support, phase #1. hilights: by Chris Lattner · 16 years ago
  3. 9be3c97 Turn unwind_to into "unwinds to". by Nick Lewycky · 16 years ago
  4. 3c4a262 And again. by Nick Lewycky · 16 years ago
  5. f336983 Braces belong here. No functionality change. by Nick Lewycky · 16 years ago
  6. c0d025f Prune the unwind_to labels on BBs that don't need them. Another step in the by Nick Lewycky · 16 years ago
  7. 22c3979 Split ParameterAttributes.h, putting the complicated by Dale Johannesen · 16 years ago
  8. 0d51e7e Expand ParameterAttributes to 32 bits (in preparation by Dale Johannesen · 16 years ago
  9. a114b14 add missing #include by Chris Lattner · 17 years ago
  10. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  11. f0c3354 When inlining through an 'nounwind' call, mark inlined by Duncan Sands · 17 years ago
  12. 2b0e899 Rename isNoReturn to doesNotReturn, and isNoUnwind to doesNotThrow. by Duncan Sands · 17 years ago
  13. cbb8bad Make PruneEH update the nounwind/noreturn attributes by Duncan Sands · 17 years ago
  14. dc02467 Fix PR1146: parameter attributes are longer part of by Duncan Sands · 17 years ago
  15. 52eec54 by David Greene · 17 years ago
  16. ecd94c8 Fix typo in comment. by Nick Lewycky · 17 years ago
  17. 1997473 Drop 'const' by Devang Patel · 17 years ago
  18. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  19. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  20. 93e985f Eliminate use of ctors that take vectors. by Chris Lattner · 17 years ago
  21. 046800a simplify name juggling through the use of Value::takeName. by Chris Lattner · 18 years ago
  22. 9133fe2 Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in by Reid Spencer · 18 years ago
  23. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 18 years ago
  24. c71ca3c Inherit CallGraphSCCPass directly from Pass. by Devang Patel · 18 years ago
  25. 86453c5 Eliminate static ctors due to Statistic objects by Chris Lattner · 18 years ago
  26. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 18 years ago
  27. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  28. 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 19 years ago
  29. f201dbc Preserve calling conventions when doing IPO by Chris Lattner · 19 years ago
  30. 209a0ae remove 'statement with no effect' warning by Chris Lattner · 19 years ago
  31. d651f44 detect functions that never return, and turn the instruction following a by Chris Lattner · 19 years ago
  32. bc9fa58 This analysis doesn't take 'throwing' into consideration, it looks at by Chris Lattner · 19 years ago
  33. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  34. f26801b Get this file compiling with VC++, patch contributed by Morten Ofstad. Thanks Morten! by Chris Lattner · 20 years ago
  35. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 20 years ago
  36. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  37. 47b14a4 Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 20 years ago
  38. d08ddd3 Simplify code a bit, and be sure to mark the external node as potentially throwing by Chris Lattner · 20 years ago
  39. 0db085b Intrinsic functions cannot throw by Chris Lattner · 20 years ago
  40. aeb2a1d rename the "exceptional" destination of an invoke instruction to the 'unwind' dest by Chris Lattner · 21 years ago
  41. e0def04 Fix PR225: [pruneeh] -pruneeh pass removes invoke instructions it shouldn't by Chris Lattner · 21 years ago
  42. ab25f5a Delete dead line by Chris Lattner · 21 years ago
  43. 3788c24 Fix bug: Transforms/PruneEH/2003-11-21-PHIUpdate.llx by Chris Lattner · 21 years ago
  44. 1e2385b Finegrainify namespacification by Chris Lattner · 21 years ago
  45. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  46. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  47. ad9b5f3 Fix bug: PruneEH/2003-09-14-ExternalCall.llx by Chris Lattner · 21 years ago
  48. ee5457c Eliminate support for the llvm.unwind intrinisic, using the Unwind instruction instead by Chris Lattner · 21 years ago
  49. f6fb96f Add accessor function by Chris Lattner · 21 years ago
  50. 3e64b2e Initial checkin of the -prune-eh pass, a very simple exception handling removal pass by Chris Lattner · 21 years ago