1. a98c7b3 Update this file for 2.0 syntax. Contributed by Jan Rehders by Anton Korobeynikov · 18 years ago
  2. f185e67 Fix a really nasty vector miscompilation bill recently introduced. by Chris Lattner · 18 years ago
  3. b38e795 Updated VC++ build system by Hartmut Kaiser · 18 years ago
  4. 1c4d492 rename ExpandOperation to ExpandOperationResult, as suggested by Duncan by Chris Lattner · 18 years ago
  5. 7b73a5d split LowerMEMCPY into LowerMEMCPYCall and LowerMEMCPYInline in the ARM backend. by Rafael Espindola · 18 years ago
  6. c8ca236 Support for expanding ADDE and SUBE. by Duncan Sands · 18 years ago
  7. 5d868b1 If the value types are equal then this routine by Duncan Sands · 18 years ago
  8. 618b0d5 Test byval with a 8 bit aligned struct by Rafael Espindola · 18 years ago
  9. 5c0d6ed Add support for byval function whose argument is not 32 bit aligned. by Rafael Espindola · 18 years ago
  10. 1f39dc4 Implement a few new operations. by Chris Lattner · 18 years ago
  11. 50f4395 Implement expansion of SINT_TO_FP and UINT_TO_FP operands. by Chris Lattner · 18 years ago
  12. c99df1b implement support for custom expansion of any node type, in one place. by Chris Lattner · 18 years ago
  13. 26cb286 comment fixes by Chris Lattner · 18 years ago
  14. 597ab48 Make use of TLI.ExpandOperation, remove softfloat stuff. by Chris Lattner · 18 years ago
  15. c224a53 add expand support for bit_convert result, even allowing custom expansion. by Chris Lattner · 18 years ago
  16. f58dac3 add a new target hook. by Chris Lattner · 18 years ago
  17. 3a7c33a Add an easy microoptimization I noticed. by Chris Lattner · 18 years ago
  18. 95cf196 New test. by Devang Patel · 18 years ago
  19. 1851898 Negative indices aren't allowed here. by Bill Wendling · 18 years ago
  20. fabd32d More ppcf128 issues (maybe the last)? by Dale Johannesen · 18 years ago
  21. 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
  22. 58184e6 Use SmallVectorImpl instead of SmallVector with hardcoded size in MRegister public interface. by Evan Cheng · 18 years ago
  23. 99db6ad Try again. by Devang Patel · 18 years ago
  24. b388ca9 Allow GVN to eliminate redundant calls to functions without side effects. by Owen Anderson · 18 years ago
  25. c5ccbdb Add an uppercase conversion utility function. by Christopher Lamb · 18 years ago
  26. a4c7910 Fix a misnamed parameter. by Christopher Lamb · 18 years ago
  27. 91ee18c Fix a typo by Christopher Lamb · 18 years ago
  28. a0bc7fc Fix PR1735 and Transforms/DeadArgElim/2007-10-18-VarargsReturn.ll by by Chris Lattner · 18 years ago
  29. 50c26b6 Fix the command line. by Bill Wendling · 18 years ago
  30. 45211d7 Fix test. by Devang Patel · 18 years ago
  31. b7daa84 this doesn't need dynamic_cast. by Chris Lattner · 18 years ago
  32. a0d9de0 remove dead file by Chris Lattner · 18 years ago
  33. fe3e3f4 Reduce reliance on rtti info by Chris Lattner · 18 years ago
  34. 53336cb fix typo by Chris Lattner · 18 years ago
  35. 44b38f2 update comment. by Chris Lattner · 18 years ago
  36. 8dc2e28 This requires rtti info because tblgen uses commandline, by Chris Lattner · 18 years ago
  37. 6c1ba31 tblgen uses dynamic_cast heavily, so it needs rtti info by Chris Lattner · 18 years ago
  38. d904860 Updated VC++ build system by Hartmut Kaiser · 18 years ago
  39. 38ffcc9 Work around downrev gccs which do not inherit visibility of the by Gordon Henriksen · 18 years ago
  40. 9bb4ea0 Missing 'public' keyword. by Gordon Henriksen · 18 years ago
  41. 90bfc2d Pointer arithmetic should be done with the index the same size as the pointer. by Bill Wendling · 18 years ago
  42. 70ba3d4 Support for ADDC/SUBC. by Duncan Sands · 18 years ago
  43. 4ae31a5 Really fix PR1734. Carefully track which register uses are sub-register uses by by Evan Cheng · 18 years ago
  44. cf1d725 Remove unnecessary include. by Evan Cheng · 18 years ago
  45. 65a3323 legalizing the ret operation on f64 shouldn't introduce a new by Chris Lattner · 18 years ago
  46. 7b71432 Move Split<...>() into DomTreeBase. This should make the #include's of DominatorInternals.h by Owen Anderson · 18 years ago
  47. cd2858e XFAIL for now. by Devang Patel · 18 years ago
  48. 52e2d83 Changed the return type of type-specific Allocate() methods to return by Ted Kremenek · 18 years ago
  49. afa222c Reverting r43070 for now. It's causing llc test failures. by Evan Cheng · 18 years ago
  50. d941718 Test to make sure we don't generate unwind info for non-64-bit Objective-C. by Bill Wendling · 18 years ago
  51. fa47104 ImutAVLTree now allocates tree nodes from the BumpPtrAllocator using by Ted Kremenek · 18 years ago
  52. 129d7d3 Removed inclusion of cassert, which is no longer needed. by Ted Kremenek · 18 years ago
  53. 6740463 Minor cosmetic cleanups in the calculation of alignments for by Ted Kremenek · 18 years ago
  54. 87f3870 Added template function alignof() which provides a clean by Ted Kremenek · 18 years ago
  55. 774577c Reverting unnecessary commit of generated files. by Gordon Henriksen · 18 years ago
  56. 4b2b940 Switching TargetMachineRegistry to use the new generic Registry. by Gordon Henriksen · 18 years ago
  57. 9080aab Updated StringMap to use llvm::AlignOf to compute the alignment of map entries. by Ted Kremenek · 18 years ago
  58. 601f5cf Ignoring test/Transforms/LoopIndexSplit/Output. by Gordon Henriksen · 18 years ago
  59. 869a334 Added member template functions to MallocAllocator and by Ted Kremenek · 18 years ago
  60. a4d9869 Added llvm::AlignOf, a template class whose purpose is to portably by Ted Kremenek · 18 years ago
  61. 8445832 Do not raise free() call that is called through invoke instruction. by Devang Patel · 18 years ago
  62. 469b7a4 Fixed linker errors (unresolved externals: split<>(...)) when compiling with VC++. Please review. by Hartmut Kaiser · 18 years ago
  63. ba83b7e Don't mention -enable-unsafe-fp-math in LangRef.html, as that option is by Dan Gohman · 18 years ago
  64. 3b7cf0a Define a helper function ConstantVector::getSplatValue for testing for by Dan Gohman · 18 years ago
  65. efd4a51 Updated VC++ build system. Silenced some VC warnings. by Hartmut Kaiser · 18 years ago
  66. c623096 Add support for ISD::SELECT in SplitVectorOp. by Dan Gohman · 18 years ago
  67. f411b83 Return Expand from getOperationAction for all extended by Duncan Sands · 18 years ago
  68. afc407e Apply "Instead of loading small c string constant, use integer constant directly" transformation while processing load instruction. by Devang Patel · 18 years ago
  69. a5bfc97 Apply Chris' suggestions. by Evan Cheng · 18 years ago
  70. 7ef1a4b Change fp to sint legalization on x86-32 to do 2 x i32 by Chris Lattner · 18 years ago
  71. 2ff75ee fix some funny indentation, add comments. by Chris Lattner · 18 years ago
  72. 95f0ab6 One more extract_subreg coalescing bug fix. by Evan Cheng · 18 years ago
  73. 28e9a5f Update comments. by Evan Cheng · 18 years ago
  74. 234c6c6 Yet another test case for extract_subreg coalescing crash. by Evan Cheng · 18 years ago
  75. 3c1f4a4 Fix MergeValueInAsValue(). It allows overlapping live ranges but should replace by Evan Cheng · 18 years ago
  76. 3f4b80e Clean up code that calculate MBB live-in's. by Evan Cheng · 18 years ago
  77. 4ca980e Clean up code that calculate MBB live-in's. by Evan Cheng · 18 years ago
  78. 05d2318 Move splitBlock into DomTreeBase from DomTree. by Owen Anderson · 18 years ago
  79. 16a04f3 Use immediate stores. by Devang Patel · 18 years ago
  80. db44bf8 Disable attempts to constant fold PPC f128. by Dale Johannesen · 18 years ago
  81. 280f8a2 Fix some formatting. by Owen Anderson · 18 years ago
  82. 11923cc Some clean up. by Evan Cheng · 18 years ago
  83. 49b653a Template DominatorTreeBase by node type. This is the next major step towards by Owen Anderson · 18 years ago
  84. dcd8f78 Fix PR1734. by Evan Cheng · 18 years ago
  85. cef254f New test for svn rev 43033, radar 5538745. by Dale Johannesen · 18 years ago
  86. c274f54 Check for invalid cc's in f80 select. by Dale Johannesen · 18 years ago
  87. f602a25 Fix a bug handling frame references in ppc inline asm when the frame offset by Chris Lattner · 18 years ago
  88. 67c18d5 Document the fact that the verifier currently requires the by Duncan Sands · 18 years ago
  89. af47b11 Initial infrastructure for arbitrary precision integer by Duncan Sands · 18 years ago
  90. a7c97a7 Fixes due to lack of type-safety for ValueType: (1) ValueType by Duncan Sands · 18 years ago
  91. 448175f Correction to tail call optimization code. The new return address by Arnold Schwaighofer · 18 years ago
  92. 8b0b874 Code clean up. by Evan Cheng · 18 years ago
  93. 59e8425 implement promotion of select and select_cc, allowing MallocBench/gs to by Chris Lattner · 18 years ago
  94. c4c9660 Teach IntrinsicLowering.cpp about the sin, cos, and pow intrinsics. by Dan Gohman · 18 years ago
  95. 4859e27 Make CalcLatency() non-recursive. by Evan Cheng · 18 years ago
  96. 82f209e Fix a typo in a comment. by Dan Gohman · 18 years ago
  97. e9bb13d Document the -view-sunit-dags option. by Dan Gohman · 18 years ago
  98. 91c284c Document the new llvm.sin, llvm.cos, and llvm.pow intrinsics. Feedback by Dan Gohman · 18 years ago
  99. 1de7c1d Change LowerFP_TO_SINT to create the specific code it needs instead of by Chris Lattner · 18 years ago
  100. 87c8935 LowerFP_TO_SINT must not create a stack object if it's not needed. by Evan Cheng · 18 years ago