1. 777d230 Rename PaddedSize to AllocSize, in the hope that this by Duncan Sands · 16 years ago
  2. 98a366d Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 16 years ago
  3. be8cc2a Second attempt: by Bill Wendling · 16 years ago
  4. c69d56f r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 16 years ago
  5. 2e9d5f9 Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to by Bill Wendling · 16 years ago
  6. 9062d9a Fix some failures in targets on available_externally functions, by Chris Lattner · 16 years ago
  7. 9c0f146 Remove strange extra semicolons. by Nick Lewycky · 16 years ago
  8. bb46f52 Add the private linkage. by Rafael Espindola · 17 years ago
  9. ceb4d1a Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. by Duncan Sands · 17 years ago
  10. 92adc19 Adds extern "C" ints to the .cpp files that use RegisterTarget, as by Oscar Fuentes · 17 years ago
  11. b8cab92 Fix command-line option printing to print two spaces where needed, by Dan Gohman · 17 years ago
  12. 7111b02 Rename APFloat::convertToAPInt to bitcastToAPInt to by Dale Johannesen · 17 years ago
  13. 0598866 Large mechanical patch. by Devang Patel · 17 years ago
  14. eaf42ab s/ParameterAttributes/Attributes/g by Devang Patel · 17 years ago
  15. cb37188 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 17 years ago
  16. 5eca075 Rename some GC classes so that their roll will hopefully be clearer. by Gordon Henriksen · 17 years ago
  17. 844731a Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  18. d27c991 Fix "Control reaches the end of non-void function" warnings, by Chris Lattner · 17 years ago
  19. 85db3a9 De-tabify by Bill Wendling · 17 years ago
  20. 7c1c261 Remove bunch of gcc 4.3-related warnings from Target by Anton Korobeynikov · 17 years ago
  21. ce22477 Enabling the target-independent garbage collection infrastructure by hooking it by Gordon Henriksen · 18 years ago
  22. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  23. 43ad6b3 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
  24. a3355ff Rather than having special rules like "intrinsics cannot by Duncan Sands · 18 years ago
  25. afa3b6d Add some convenience methods for querying attributes, and use them. by Duncan Sands · 18 years ago
  26. dc02467 Fix PR1146: parameter attributes are longer part of by Duncan Sands · 18 years ago
  27. ca0ed74 Eliminate the remaining uses of getTypeSize. This by Duncan Sands · 18 years ago
  28. 9d5f456 Revise previous patch per review comments. by Dale Johannesen · 18 years ago
  29. 3f6eb74 Add APInt interfaces to APFloat (allows directly by Dale Johannesen · 18 years ago
  30. 43421b3 Next round of APFloat changes. by Dale Johannesen · 18 years ago
  31. 31c2ec3 add this back by Chris Lattner · 18 years ago
  32. f13090c Update MSIL BE. This patch fixes most weird glitches outlined in by Anton Korobeynikov · 18 years ago
  33. 1997473 Drop 'const' by Devang Patel · 18 years ago
  34. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 18 years ago
  35. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 18 years ago
  36. bed2946 Removed tabs everywhere except autogenerated & external files. Add make by Anton Korobeynikov · 18 years ago
  37. 18da072 For PR1146: by Reid Spencer · 18 years ago
  38. 5694b6e For PR1146: by Reid Spencer · 18 years ago
  39. 099883f Let the new backend begin! by Anton Korobeynikov · 18 years ago