1. d2ae9a9 Fix some code to make it actually work. by Owen Anderson · 18 years ago
  2. 8c6c72d Put correct link in example by Bill Wendling · 18 years ago
  3. c38ef54 add part 1, review appreciated. by Chris Lattner · 18 years ago
  4. 9de3c39 add an outline for "part 2". by Chris Lattner · 18 years ago
  5. 7d63bea rename tutorial 1 -> JITTutorial1, make unimplemented links not be dead links. by Chris Lattner · 18 years ago
  6. 42b08be Fix an unfolding bug. by Evan Cheng · 18 years ago
  7. cbfb9b2 - Only perform the unfolding optimization when the folding in question is modref. by Evan Cheng · 18 years ago
  8. d958a5a add a mechanism for the JIT to invoke a function to lazily create functions as they are referenced. by Chris Lattner · 18 years ago
  9. ec2fcaf llvm-gcc3 is dead, along with it __main. by Chris Lattner · 18 years ago
  10. a024e8c Reg2Mem cleanup and optimizations: by Anton Korobeynikov · 18 years ago
  11. c618503 LoadLibraryPermanently doesn't throw. by Chris Lattner · 18 years ago
  12. 8b5295b Add a convenience method for creating EE's. by Chris Lattner · 18 years ago
  13. 61c7ef3 Allow for copysign having f80 second argument. Fixes 5550319. by Dale Johannesen · 18 years ago
  14. d0e908e Add promote operand support for [su]int_to_fp. by Chris Lattner · 18 years ago
  15. 0ec16ee Some improvements based on feedback from Anders. by Owen Anderson · 18 years ago
  16. 7d69c95 Fix some weird indenting in code. by Owen Anderson · 18 years ago
  17. 2d279f8 Use getOrInsertFunction() in tutorial 1. This makes for shorter, simpler, and better example code. by Owen Anderson · 18 years ago
  18. 6f1fd94 Add the beginnings of an LLVM tutorial. If anyone has suggestions, comments, by Owen Anderson · 18 years ago
  19. be5a0a4 Add result promotion of FP_TO_*INT, fixing CodeGen/X86/trunc-to-bool.ll by Chris Lattner · 18 years ago
  20. aaeb0c8 simplify some code. by Chris Lattner · 18 years ago
  21. d20154c Implement promote and expand for operands of memcpy and friends. by Chris Lattner · 18 years ago
  22. b9d5e7c Added missing curly braces which renders the if clause useless in debug build. by Evan Cheng · 18 years ago
  23. e526962 Fix a few places vector operations were not getting by Dale Johannesen · 18 years ago
  24. f7c9695 Resolve unfold tables ambiguity. by Evan Cheng · 18 years ago
  25. 40eaa99 New test case. by Evan Cheng · 18 years ago
  26. 66f7163 Local spiller optimization: by Evan Cheng · 18 years ago
  27. 80629c8 Don't branch fold inline asm statements. by Bill Wendling · 18 years ago
  28. 7f5f685 Add support for a few more nodes. by Duncan Sands · 18 years ago
  29. b6210fc Redo "last ppc long double fix" as Chris wants. by Dale Johannesen · 18 years ago
  30. 4f78af8 Removed "-arch i386" by popular demand... by Bill Wendling · 18 years ago
  31. 2205895 Now with RUN line! by Bill Wendling · 18 years ago
  32. 8c0247d Remove the Foundation.h file because not everyone has that. by Bill Wendling · 18 years ago
  33. 3305aaa This test now passes. by Devang Patel · 18 years ago
  34. a98c7b3 Update this file for 2.0 syntax. Contributed by Jan Rehders by Anton Korobeynikov · 18 years ago
  35. f185e67 Fix a really nasty vector miscompilation bill recently introduced. by Chris Lattner · 18 years ago
  36. b38e795 Updated VC++ build system by Hartmut Kaiser · 18 years ago
  37. 1c4d492 rename ExpandOperation to ExpandOperationResult, as suggested by Duncan by Chris Lattner · 18 years ago
  38. 7b73a5d split LowerMEMCPY into LowerMEMCPYCall and LowerMEMCPYInline in the ARM backend. by Rafael Espindola · 18 years ago
  39. c8ca236 Support for expanding ADDE and SUBE. by Duncan Sands · 18 years ago
  40. 5d868b1 If the value types are equal then this routine by Duncan Sands · 18 years ago
  41. 618b0d5 Test byval with a 8 bit aligned struct by Rafael Espindola · 18 years ago
  42. 5c0d6ed Add support for byval function whose argument is not 32 bit aligned. by Rafael Espindola · 18 years ago
  43. 1f39dc4 Implement a few new operations. by Chris Lattner · 18 years ago
  44. 50f4395 Implement expansion of SINT_TO_FP and UINT_TO_FP operands. by Chris Lattner · 18 years ago
  45. c99df1b implement support for custom expansion of any node type, in one place. by Chris Lattner · 18 years ago
  46. 26cb286 comment fixes by Chris Lattner · 18 years ago
  47. 597ab48 Make use of TLI.ExpandOperation, remove softfloat stuff. by Chris Lattner · 18 years ago
  48. c224a53 add expand support for bit_convert result, even allowing custom expansion. by Chris Lattner · 18 years ago
  49. f58dac3 add a new target hook. by Chris Lattner · 18 years ago
  50. 3a7c33a Add an easy microoptimization I noticed. by Chris Lattner · 18 years ago
  51. 95cf196 New test. by Devang Patel · 18 years ago
  52. 1851898 Negative indices aren't allowed here. by Bill Wendling · 18 years ago
  53. fabd32d More ppcf128 issues (maybe the last)? by Dale Johannesen · 18 years ago
  54. f0a0cdd - Added getOpcodeAfterMemoryUnfold(). It doesn't unfold an instruction, but only returns the opcode of the instruction post unfolding. by Evan Cheng · 18 years ago
  55. 58184e6 Use SmallVectorImpl instead of SmallVector with hardcoded size in MRegister public interface. by Evan Cheng · 18 years ago
  56. 99db6ad Try again. by Devang Patel · 18 years ago
  57. b388ca9 Allow GVN to eliminate redundant calls to functions without side effects. by Owen Anderson · 18 years ago
  58. c5ccbdb Add an uppercase conversion utility function. by Christopher Lamb · 18 years ago
  59. a4c7910 Fix a misnamed parameter. by Christopher Lamb · 18 years ago
  60. 91ee18c Fix a typo by Christopher Lamb · 18 years ago
  61. a0bc7fc Fix PR1735 and Transforms/DeadArgElim/2007-10-18-VarargsReturn.ll by by Chris Lattner · 18 years ago
  62. 50c26b6 Fix the command line. by Bill Wendling · 18 years ago
  63. 45211d7 Fix test. by Devang Patel · 18 years ago
  64. b7daa84 this doesn't need dynamic_cast. by Chris Lattner · 18 years ago
  65. a0d9de0 remove dead file by Chris Lattner · 18 years ago
  66. fe3e3f4 Reduce reliance on rtti info by Chris Lattner · 18 years ago
  67. 53336cb fix typo by Chris Lattner · 18 years ago
  68. 44b38f2 update comment. by Chris Lattner · 18 years ago
  69. 8dc2e28 This requires rtti info because tblgen uses commandline, by Chris Lattner · 18 years ago
  70. 6c1ba31 tblgen uses dynamic_cast heavily, so it needs rtti info by Chris Lattner · 18 years ago
  71. d904860 Updated VC++ build system by Hartmut Kaiser · 18 years ago
  72. 38ffcc9 Work around downrev gccs which do not inherit visibility of the by Gordon Henriksen · 18 years ago
  73. 9bb4ea0 Missing 'public' keyword. by Gordon Henriksen · 18 years ago
  74. 90bfc2d Pointer arithmetic should be done with the index the same size as the pointer. by Bill Wendling · 18 years ago
  75. 70ba3d4 Support for ADDC/SUBC. by Duncan Sands · 18 years ago
  76. 4ae31a5 Really fix PR1734. Carefully track which register uses are sub-register uses by by Evan Cheng · 18 years ago
  77. cf1d725 Remove unnecessary include. by Evan Cheng · 18 years ago
  78. 65a3323 legalizing the ret operation on f64 shouldn't introduce a new by Chris Lattner · 18 years ago
  79. 7b71432 Move Split<...>() into DomTreeBase. This should make the #include's of DominatorInternals.h by Owen Anderson · 18 years ago
  80. cd2858e XFAIL for now. by Devang Patel · 18 years ago
  81. 52e2d83 Changed the return type of type-specific Allocate() methods to return by Ted Kremenek · 18 years ago
  82. afa222c Reverting r43070 for now. It's causing llc test failures. by Evan Cheng · 18 years ago
  83. d941718 Test to make sure we don't generate unwind info for non-64-bit Objective-C. by Bill Wendling · 18 years ago
  84. fa47104 ImutAVLTree now allocates tree nodes from the BumpPtrAllocator using by Ted Kremenek · 18 years ago
  85. 129d7d3 Removed inclusion of cassert, which is no longer needed. by Ted Kremenek · 18 years ago
  86. 6740463 Minor cosmetic cleanups in the calculation of alignments for by Ted Kremenek · 18 years ago
  87. 87f3870 Added template function alignof() which provides a clean by Ted Kremenek · 18 years ago
  88. 774577c Reverting unnecessary commit of generated files. by Gordon Henriksen · 18 years ago
  89. 4b2b940 Switching TargetMachineRegistry to use the new generic Registry. by Gordon Henriksen · 18 years ago
  90. 9080aab Updated StringMap to use llvm::AlignOf to compute the alignment of map entries. by Ted Kremenek · 18 years ago
  91. 601f5cf Ignoring test/Transforms/LoopIndexSplit/Output. by Gordon Henriksen · 18 years ago
  92. 869a334 Added member template functions to MallocAllocator and by Ted Kremenek · 18 years ago
  93. a4d9869 Added llvm::AlignOf, a template class whose purpose is to portably by Ted Kremenek · 18 years ago
  94. 8445832 Do not raise free() call that is called through invoke instruction. by Devang Patel · 18 years ago
  95. 469b7a4 Fixed linker errors (unresolved externals: split<>(...)) when compiling with VC++. Please review. by Hartmut Kaiser · 18 years ago
  96. ba83b7e Don't mention -enable-unsafe-fp-math in LangRef.html, as that option is by Dan Gohman · 18 years ago
  97. 3b7cf0a Define a helper function ConstantVector::getSplatValue for testing for by Dan Gohman · 18 years ago
  98. efd4a51 Updated VC++ build system. Silenced some VC warnings. by Hartmut Kaiser · 18 years ago
  99. c623096 Add support for ISD::SELECT in SplitVectorOp. by Dan Gohman · 18 years ago
  100. f411b83 Return Expand from getOperationAction for all extended by Duncan Sands · 18 years ago