1. e15c2db Oops, should be part of 41664; won't work very well without this piece. by Dale Johannesen · 18 years ago
  2. c4dd3c3 Add mod, copysign, abs operations to APFloat. by Dale Johannesen · 18 years ago
  3. fadfb5b std::map -> DenseMap for slight compile time benefit. by Evan Cheng · 18 years ago
  4. c5a879c Allow the configure options to be set according to the llvm-top options. by Reid Spencer · 18 years ago
  5. ee84768 Revise per review of previous patch. by Dale Johannesen · 18 years ago
  6. 1b5dcc3 Initial support for calling functions with byval arguments on x86-64 by Rafael Espindola · 18 years ago
  7. 7240ae3 Align i64 and f64 at 8 byte on x86-64. by Rafael Espindola · 18 years ago
  8. d4e4937 Remove an unnecessary element, saving 4 bytes per LiveInterval. by Evan Cheng · 18 years ago
  9. c14b144 Use std::map instead of a (potentially very sparse) array to track val# defined by copy from the other live range. Minor compile time win when number of val# is large. by Evan Cheng · 18 years ago
  10. 144451f Update test case to reflect Dale's change. by Evan Cheng · 18 years ago
  11. eaf0894 Enhance APFloat to retain bits of NaNs (fixes oggenc). by Dale Johannesen · 18 years ago
  12. 8c13263 Instruction formats added used to generate multiply instructions of V5TE. by Raul Herbster · 18 years ago
  13. b94e608 Unused relocation type reloc_arm_absolute removed. by Raul Herbster · 18 years ago
  14. 9c1a382 Comments added. It now generates V5TE multiply instructions. However, it is still necessary to model PUWLSH bits more clearly. by Raul Herbster · 18 years ago
  15. 37fb5b1 ARM instruction table was modified by adding information to generate multiply instruction of V5TE. by Raul Herbster · 18 years ago
  16. d05c04c JITInfo now resolves function addrs and also relocations. It always emits a stub. by Raul Herbster · 18 years ago
  17. 1a0190f Added Graphviz escaping for the '|' character. by Ted Kremenek · 18 years ago
  18. cad6280 Do not run on darwin. by Tanya Lattner · 18 years ago
  19. f4c3a59 Added support to fold X86 load / store instructions. This allow rematerialized loads to be folded into their uses. by Evan Cheng · 18 years ago
  20. 34c2a9f Try fold re-materialized load instructions into its uses. by Evan Cheng · 18 years ago
  21. 35b35c5 Add a variant of foldMemoryOperand to fold any load / store, not just load / store from / to stack slots. by Evan Cheng · 18 years ago
  22. 42a0f9a Added CreateFrameIndex to create a FrameIndex MachineOperand without a MachineInstr. by Evan Cheng · 18 years ago
  23. 2f39426 Mark load instructions with isLoad = 1. by Evan Cheng · 18 years ago
  24. b8a80f0 Use i64 on a PPC64 machine by Bill Wendling · 18 years ago
  25. f04afdb Change LegalFPImmediates to use APFloat. by Dale Johannesen · 18 years ago
  26. 055c544 Fix use of declaration inside case block by Anton Korobeynikov · 18 years ago
  27. 7ecb38b Change LiveRange so it keeps a pointer to the VNInfo rather than an index. by Evan Cheng · 18 years ago
  28. 066f7b4 Lower FRAME_TO_ADDR_OFFSET to zero by default (if not custom lowered) by Anton Korobeynikov · 18 years ago
  29. ee46574 Move getX86RegNum into X86RegisterInfo and use it by Duncan Sands · 18 years ago
  30. 30b0f2f Alphabetize Raul's entry. by Raul Herbster · 18 years ago
  31. ff9b369 New contributor added by Raul Herbster · 18 years ago
  32. dde567f Updating configure script to enable MIPS. by Tanya Lattner · 18 years ago
  33. a5c0d1e Silence implicit 64->32-bit conversion warnings. by Chris Lattner · 18 years ago
  34. cd3c4ca getMinSignedBits needs to take into consider the sign bit when the value is positive. by Chris Lattner · 18 years ago
  35. d80fb8b update these by Chris Lattner · 18 years ago
  36. 3e1a7ae Add an option, -view-sunit-dags, for viewing the actual SUnit DAGs used by by Dan Gohman · 18 years ago
  37. f5a69fe Update win32 VStudio project files to keep pace with recently added and deleted files by Chuck Rose III · 18 years ago
  38. 1a66f0a Recover most of the compile time regression due to recent live interval changes. by Evan Cheng · 18 years ago
  39. 51195af Added method to get Mips register numbers by Bruno Cardoso Lopes · 18 years ago
  40. a2b1bb5 Changed stack allocation On LowerFORMAL_ARGUMENTS. by Bruno Cardoso Lopes · 18 years ago
  41. dc0c04c Mask directive completed with CalleeSave info by Bruno Cardoso Lopes · 18 years ago
  42. 2d4575e Added methods to record SPOffsets from LowerFORMAL_ARGUMENTS by Bruno Cardoso Lopes · 18 years ago
  43. 92103de Cut off crazy computation. This helps PR1622 slightly. by Chris Lattner · 18 years ago
  44. 1cd39a4 Use simpler test to filter loops. by Devang Patel · 18 years ago
  45. 9bd8a56 Add explicit triples to avoid default behavior that varies by host. by Dan Gohman · 18 years ago
  46. f1355a5 by David Greene · 18 years ago
  47. 44c8265 Add a comment about using libc memset/memcpy or generating inline code. by Rafael Espindola · 18 years ago
  48. 56fe9b7 Remove this test as it is too hard to fix after the by Duncan Sands · 18 years ago
  49. d58cf12 Fix this test: llvm-gcc-4.2 optimizes almost everything away, by Duncan Sands · 18 years ago
  50. e9c8fa0 Make DAGCombiner's global alias analysis query more precise in the case by Dan Gohman · 18 years ago
  51. e22814b Now that we don't output cleanups by default, the action by Duncan Sands · 18 years ago
  52. 5f43f92 If the source and destination pointers in an llvm.memmove are known by Dan Gohman · 18 years ago
  53. e378495 Change comments to refer to @malloc and @free instead of %malloc and %free. by Dan Gohman · 18 years ago
  54. 6590b04 There is an impedance matching problem between LLVM and by Duncan Sands · 18 years ago
  55. 81975f6 Add explicit keywords and remove spurious trailing semicolons. by Dan Gohman · 18 years ago
  56. 6b83b5d call libc memcpy/memset if array size is bigger then threshold. by Rafael Espindola · 18 years ago
  57. 9f528e6 Don't promote volatile loads/stores. This is needed (for example) to handle setjmp/longjmp properly. by Anton Korobeynikov · 18 years ago
  58. 5dfcf43 Don't DSe volatile stores. by Owen Anderson · 18 years ago
  59. e6c1742 Revise per review comments. by Dale Johannesen · 18 years ago
  60. 87503a6 Add APFloat interface to ConstantFPSDNode. Change by Dale Johannesen · 18 years ago
  61. d79faee Move exit condition and exit branch from exiting block into loop header and dominator info. This avoid execution of dead iteration. Loop is already filter in the beginning such that this change is safe. by Devang Patel · 18 years ago
  62. be97c98 Constant split values needs upper bound and lower bound check, just like any other split value. by Devang Patel · 18 years ago
  63. 09ec1b0 Allow target constants to be illegal types. The target should by Chris Lattner · 18 years ago
  64. 4a69da9 While calculating upper loop bound for first loop and lower loop bound for second loop, take care of edge cases. by Devang Patel · 18 years ago
  65. 7df31dc Teach the dag scheduler to handle inline asm nodes with multi-value immediate operands. by Chris Lattner · 18 years ago
  66. cf4bb31 The personality function might need to be declared as: by Bill Wendling · 18 years ago
  67. 48884cd rename isOperandValidForConstraint to LowerAsmOperandForConstraint, by Chris Lattner · 18 years ago
  68. 21dcae1 Comment out declaration of operator== (undefined). by Dale Johannesen · 18 years ago
  69. 3e025dc Test by Neil Booth · 18 years ago
  70. 0b061363 Add self by Neil Booth · 18 years ago
  71. 5efa7e9 Rename llvm-gcc4 to llvm-gcc. by Tanya Lattner · 18 years ago
  72. 12595d7 Poison APFloat::operator==. Replace existing uses with bitwiseIsEqual. by Dale Johannesen · 18 years ago
  73. 8bb369b Use APFloat internally for ConstantFPSDNode. by Dale Johannesen · 18 years ago
  74. cd406fe sink clone() down the class hierarchy from CmpInst into ICmpInst/FCmpInst. by Chris Lattner · 18 years ago
  75. 7097e9a Fix regression that I caused yesterday night while adding logic to select appropriate split condition branch. by Devang Patel · 18 years ago
  76. 90e167a Disable EH generation until PPC works 100%. by Chris Lattner · 18 years ago
  77. b23f4c5 add a note by Chris Lattner · 18 years ago
  78. 4259fe3 It is not safe to execute split condition's true branch first all the time. If split by Devang Patel · 18 years ago
  79. c830aee Reject ICMP_NE as index split condition. by Devang Patel · 18 years ago
  80. b88e420 Tightenup loop filter. by Devang Patel · 18 years ago
  81. 7237d11 Remove incomplete cost analysis. by Devang Patel · 18 years ago
  82. d3b51fd Revised per review feedback from previous patch. by Dale Johannesen · 18 years ago
  83. ada530b silence some warnings in an optimized build. by Chris Lattner · 18 years ago
  84. 343e770 Change internal representation of ConstantFP to use APFloat. by Dale Johannesen · 18 years ago
  85. 57e4785 Fix this testcase: there are two matches for by Duncan Sands · 18 years ago
  86. 9e43d63 add some notes on really poor codegen. by Chris Lattner · 18 years ago
  87. aabd035 new example by Chris Lattner · 18 years ago
  88. 2f597bd Perform correct codegen for eh_dwarf_cfa intrinsic. by Anton Korobeynikov · 18 years ago
  89. 006f5a3 default this to radix 10 like the toString(Un)Signed methods. by Chris Lattner · 18 years ago
  90. 028760f Avoid hiding issues. by Chris Lattner · 18 years ago
  91. 9132a2b rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned() by Chris Lattner · 18 years ago
  92. c00c2ba Implement review feedback on trampoline documentation. by Duncan Sands · 18 years ago
  93. 40fc353 Remove dead code. by Devang Patel · 18 years ago
  94. a24d918 Fix typo. by Devang Patel · 18 years ago
  95. 16adc23 update test to check that codegen works with llvm.used in llvm.metadata section by Andrew Lenharth · 18 years ago
  96. a8644e3 Cosmetic change by Devang Patel · 18 years ago
  97. b753a9b move this check. ppc outputs .no_dead_strip properly by Andrew Lenharth · 18 years ago
  98. adbda02 Add the PCSymbol for Darwin x86 platforms. by Bill Wendling · 18 years ago
  99. dc52395 Refactor loop condition check in a separate function. by Devang Patel · 18 years ago
  100. ea0fa97 Fix thinko. by Devang Patel · 18 years ago