1. de08737 Use Instruction::eraseFromParent(). by Dan Gohman · 17 years ago
  2. 2e25137 Clean up a use of std::distance. by Dan Gohman · 17 years ago
  3. adf7978 Teach InlineFunction how to differentiate between multiple-value by Dan Gohman · 17 years ago
  4. b91ea9d Fix a bunch of 80col violations that arose from the Create API change. Tweak makefile targets to find these better. by Gabor Greif · 17 years ago
  5. d8aa33a Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 by Nick Lewycky · 17 years ago
  6. 819d91a Check type instead of no. of operands. by Devang Patel · 17 years ago
  7. 1783644 The "stacksave is not nounwind problem" no longer by Duncan Sands · 17 years ago
  8. acd3786 Mark calls to llvm.stacksave, llvm.stackrestore as by Dale Johannesen · 17 years ago
  9. d6da1d0 API changes for class Use size reduction, wave 1. by Gabor Greif · 17 years ago
  10. 59b4bc3 Restore optimization that merges blocks when inline function by Devang Patel · 17 years ago
  11. 859ff0f Simplify by Devang Patel · 17 years ago
  12. 1fd570f Update the inliner and simplifycfg to handle unwind_to. by Nick Lewycky · 17 years ago
  13. fed0441 Update inliner to handle functions that return multiple values. by Devang Patel · 17 years ago
  14. 54b8621 Use while loop. by Devang Patel · 18 years ago
  15. 98b5180 Use cast instead of dyn_cast. by Devang Patel · 18 years ago
  16. bd4e13d Handle multiple return values. by Devang Patel · 18 years ago
  17. 96ad126 Revert r46393: readonly/readnone functions are no by Duncan Sands · 18 years ago
  18. db1b10a Create an explicit copy for byval parameters even by Duncan Sands · 18 years ago
  19. 2c66386 Do this more neatly. by Duncan Sands · 18 years ago
  20. 5193954 we don't have to make an explicit copy of a byval argument when by Chris Lattner · 18 years ago
  21. 124993a When inlining a functino with a byval argument, make an explicit by Chris Lattner · 18 years ago
  22. 081ce94 Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  23. a86e919 GC poses hazards to the inliner. Consider: by Gordon Henriksen · 18 years ago
  24. 2937e35 When inlining through an 'nounwind' call, mark inlined by Duncan Sands · 18 years ago
  25. 7dc19d4 Rename isNoReturn to doesNotReturn, and isNoUnwind to doesNotThrow. by Duncan Sands · 18 years ago
  26. 1c5526c Make invokes of inline asm legal. Teach codegen by Duncan Sands · 18 years ago
  27. bb2f222 Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space. by Christopher Lamb · 18 years ago
  28. 266ef9b Revert this part of r45073 until the verifier is by Duncan Sands · 18 years ago
  29. 7868f3c Make instcombine promote inline asm calls to 'nounwind' by Duncan Sands · 18 years ago
  30. 79d2887 Rather than having special rules like "intrinsics cannot by Duncan Sands · 18 years ago
  31. f5588dc Fix PR1146: parameter attributes are longer part of by Duncan Sands · 18 years ago
  32. 8278ef5 by David Greene · 18 years ago
  33. f17a25c It's not necessary to do rounding for alloca operations when the requested by Dan Gohman · 18 years ago