1. 3da59db For PR950: by Reid Spencer · 18 years ago
  2. 3ed469c For PR786: by Reid Spencer · 18 years ago
  3. b83eb64 For PR950: by Reid Spencer · 18 years ago
  4. 97d2dbd Fix Duraid's changes to work when TLI is null. This fixes the failing by Chris Lattner · 18 years ago
  5. 2a0013f add setJumpBufSize() and setJumpBufAlignment() to target-lowering. by Duraid Madina · 18 years ago
  6. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  7. a4f0b3a s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| by Chris Lattner · 18 years ago
  8. f4b5461 Shrink libllvmgcc.dylib by another 23K by Chris Lattner · 18 years ago
  9. ed96fe8 Declare that lowerinvoke doesn't interact with other lowering passes. by Chris Lattner · 18 years ago
  10. 14b0529 Add support alignment of allocation instructions. by Nate Begeman · 19 years ago
  11. 66c5fd6 When a function takes a variable number of pointer arguments, with a zero by Jeff Cohen · 19 years ago
  12. 2aeaf4e Fix VC++ warnings. by Jeff Cohen · 19 years ago
  13. 93e50ce Insert stores after phi nodes in the normal dest. This fixes by Chris Lattner · 19 years ago
  14. 5b3c702 add a note about a way to improve this code further, that I won't be getting by Chris Lattner · 19 years ago
  15. 4531371 Avoid spilling stack slots... to stack slots. by Chris Lattner · 19 years ago
  16. f4e6c3a Completely rewrite 'correct' eh support. This changes how setjmp insertion by Chris Lattner · 19 years ago
  17. f1adce4 The correct fix for PR612, which also fixes by Chris Lattner · 19 years ago
  18. 6e459bf When inserting code, make sure not to insert it before PHI nodes. This by Chris Lattner · 19 years ago
  19. 71fae10 Fix a 64-bit problem, passing (int)0 through ... instead of (void*)0 by Chris Lattner · 19 years ago
  20. efd9168 When lowering invokes to calls, amke sure to preserve the calling conv. This by Chris Lattner · 19 years ago
  21. 1381dd8 Prefer int 0 instead of long 0 for GEP arguments. by Chris Lattner · 19 years ago
  22. a9e9211 Preserve tail marker by Chris Lattner · 19 years ago
  23. fe3706a Fixed a comment. by John Criswell · 19 years ago
  24. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  25. 0c3b390 Lazily create the abort message, so only translation units that use unwind by Chris Lattner · 20 years ago
  26. 44c94b9 Simplify handling of constant initializers by Chris Lattner · 20 years ago
  27. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  28. 518310c bug 122: - Replace ConstantPointerRef usage with GlobalValue usage by Reid Spencer · 20 years ago
  29. 11b9be5 Fix one of the major things that is causing the C Backend to infinite loop by Chris Lattner · 20 years ago
  30. 28977af Support getelementptr instructions which use uint's to index into structure by Chris Lattner · 20 years ago
  31. 0e28eca Add warning by Chris Lattner · 20 years ago
  32. 99cca7d Disable tail duplication in a case that breaks on Olden/tsp by Chris Lattner · 20 years ago
  33. 860a161 Instead of producing calls to setjmp/longjmp, produce uses of the by Chris Lattner · 20 years ago
  34. cefc18e Expose a pass ID that can be 'required' by Chris Lattner · 21 years ago
  35. f1d0d35 Only add the global variable with the abort message if an unwind actually by Chris Lattner · 21 years ago
  36. b9806e0 Fix grammar-o. by Misha Brukman · 21 years ago
  37. 501825e Improve compatibility with programs that already have a prototype for 'write', by Chris Lattner · 21 years ago
  38. aeb2a1d rename the "exceptional" destination of an invoke instruction to the 'unwind' dest by Chris Lattner · 21 years ago
  39. 6d78457 Implement proper invoke/unwind lowering. by Chris Lattner · 21 years ago
  40. e1c0930 Add a call to 'write' right before the call to abort() in the unwind path. by Chris Lattner · 21 years ago
  41. dead993 Finegrainify namespacification Fix bug: LowerInvoke/2003-12-10-Crash.llx by Chris Lattner · 21 years ago
  42. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  43. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  44. 86e4445 Initial checkin of the LLVM->LLVM transform to support code generators which by Chris Lattner · 21 years ago