1. 7c1483b Expose ExecutionEngine::getTargetData() to c and ocaml bindings. by Erick Tryzelaar · 16 years ago
  2. 5b0c855 Updating win32 VStudio project files with new file references and removing dead references. by Chuck Rose III · 16 years ago
  3. d9ffd4c Fix a bug in Darwin EH: FDE->CIE pointer must by Dale Johannesen · 16 years ago
  4. 4d9c9e9 Another test commit (with git-svn) by Mikhail Glushenkov · 16 years ago
  5. 56ba12c Test commit by Mikhail Glushenkov · 16 years ago
  6. 0c28432 One more coalescer fix wrt deadness propagation. by Evan Cheng · 16 years ago
  7. ed70cbb3 Avoid commuting a def MI in order to coalesce a copy instruction away if any use of the same val# is a copy instruction that has already been coalesced. by Evan Cheng · 16 years ago
  8. e326332 Use a linked data structure for the uses lists of an SDNode, just like by Roman Levenstein · 16 years ago
  9. 8dba9af Fixed some spelling errors. Thanks, Duncan! by Roman Levenstein · 16 years ago
  10. e513ba4 Some improvements related to the computation of isReachable. by Roman Levenstein · 16 years ago
  11. 7aae876 Fix some SSE4.1 instruction encoding bugs. by Evan Cheng · 16 years ago
  12. d382f8a Dead PHI instructions need to be handled specially. by Owen Anderson · 16 years ago
  13. 8a64d5e Test commit (removed trailing whitespace) by Erick Tryzelaar · 16 years ago
  14. 27c3105 Use ## for comment delimiter on darwin x86-32, so by Dale Johannesen · 16 years ago
  15. e22e62b Smaller function alignment when optimizing for size. by Evan Cheng · 16 years ago
  16. 2659343 Rename option -optimizefor-size to -optimize-size. by Evan Cheng · 16 years ago
  17. e4ded89 Remove some debugging code. by Owen Anderson · 16 years ago
  18. 403dad6 StrongPHIElimination doesn't support swapping live intervals like the coalescer does. by Owen Anderson · 16 years ago
  19. 950a4c4 Add explicit keywords. by Dan Gohman · 16 years ago
  20. cfbb2f0 A quick nm audit turned up several fixed tables and objects that were by Dan Gohman · 16 years ago
  21. 62c7b8c Avoid outputing spaces at the ends of lines. by Dan Gohman · 16 years ago
  22. 73ee9c3 Do not align loops if optimizing for size. by Devang Patel · 16 years ago
  23. 55c666a Add optimize-for-size knob. by Devang Patel · 16 years ago
  24. 26471c4 Handle a special case xor undef, undef -> 0. Technically this should be transformed to undef. But this is such a common idiom (misuse) we are going to handle it. by Evan Cheng · 16 years ago
  25. d34af78 Handle a special case xor undef, undef -> 0. Technically this should be transformed to undef. But this is such a common idiom (misuse) we are going to handle it. by Evan Cheng · 16 years ago
  26. 1cf962b Fix the Cygwin/Mingw-On-Cygwin build. Patch by Alain Frisch! by Anton Korobeynikov · 16 years ago
  27. 3ee3267 De-constify the input to the "operator >>" method as it is modified. by Bill Wendling · 16 years ago
  28. cffbd25 Fix typos. by Dan Gohman · 16 years ago
  29. 2784536 Add CMP32mr and friends to the load-unfolding table. Among by Dan Gohman · 16 years ago
  30. 1d21395 Tests for the instruction iterator bindings. by Gordon Henriksen · 16 years ago
  31. 033d778 Extend the builder interface to use the new instruction positioning code. by Gordon Henriksen · 16 years ago
  32. 92e73d7 Fix PR2062: Don't build Intrinsics.gen in the source directory. Do it in the by Bill Wendling · 16 years ago
  33. 6fefa6a Disable building llvm-upgrade. by Tanya Lattner · 16 years ago
  34. e62683d Make a note of the fact that EmitOwnedPtr() has nothing to do with the by Sam Bishop · 16 years ago
  35. 6f729d6 Byebye llvm-upgrade! by Tanya Lattner · 16 years ago
  36. a2fb634 lastRegisterUse() should ignore identity copies. Those will be erased. by Evan Cheng · 16 years ago
  37. d804f8f check struct layout by Devang Patel · 16 years ago
  38. ea10046 Remove an unneeded test. by Evan Cheng · 16 years ago
  39. 0661145 Add \t after .set. Fix by Jay Freeman. by Evan Cheng · 16 years ago
  40. 6f83fc8 If the coalescer commuted a def MI to allow coalescing, it can changed a previously coalesced copy into an non-identity copy. by Evan Cheng · 16 years ago
  41. af8c563 Add an assertion to catch register of illegal class. by Evan Cheng · 16 years ago
  42. 3e98c30 Use the bit size of the operand instead of the hard-coded 32 to generate the by Bill Wendling · 16 years ago
  43. df4613c With debug info, there are nameless constant global values. do not crash when we hit one by Andrew Lenharth · 16 years ago
  44. b96af47 Add file to project. by Steve Naroff · 16 years ago
  45. 62a3f15 - SSE4.1 extractfps extracts a f32 into a gr32 register. Very useful! Not. Fix the instruction specification and teaches lowering code to use it only when the only use is a store instruction. by Evan Cheng · 16 years ago
  46. aec9600 Oops. I wanted the compile flags for C++, not the C preprocessor flags. by Owen Anderson · 16 years ago
  47. 19cfd73 Revert r48676. I had plans for using it, but now it's just dead code. by Owen Anderson · 16 years ago
  48. 7a3ad1a void type is also a valid function return type. by Devang Patel · 16 years ago
  49. 9a31444 Remove #include<iostream>, which I was using for debugging. by Owen Anderson · 16 years ago
  50. 60a1290 Add incoming value from header only if phi node has any use inside the loop. by Devang Patel · 16 years ago
  51. 20b7bda Added Passes.html to the documentation list. by Tanya Lattner · 16 years ago
  52. 3a5bff8 Fix typo. Clarify underlying message. by Devang Patel · 16 years ago
  53. fb0f583 Fix test name. by Devang Patel · 16 years ago
  54. 0b26a31 apparently tclsh doesn't lex like bash. Weird. by Chris Lattner · 16 years ago
  55. 263250b pass the option so this test tests the right thing. by Chris Lattner · 16 years ago
  56. eee4f84 Add new test. by Devang Patel · 16 years ago
  57. 40ca230 Remove an unnecessary #include. by Dan Gohman · 16 years ago
  58. 648deab Remove incorrect comment. by Devang Patel · 16 years ago
  59. 5283707 Shrink the size of AllocationInst by using its SubclassData by Dan Gohman · 16 years ago
  60. 4c931fc APIntify SelectionDAG's EXTRACT_ELEMENT code. by Dan Gohman · 16 years ago
  61. 8d84d5b Increasing the inline limit from (overly conservative) 200 to 300. Given each BB costs 20 and each instruction costs 5, 200 means a 4 BB function + 24 instructions (actually less because caller's size also contributes to it). by Evan Cheng · 16 years ago
  62. 16b412c Small format/grammar changes. by Bill Wendling · 16 years ago
  63. ae851b6 Grammar Nazi strikes! :-) by Bill Wendling · 16 years ago
  64. a582f40 Update Function type documentation to clarify how multiple return values are supported. by Devang Patel · 16 years ago
  65. 88ffddd Temporarily disabling memset forming optimization. Add an option. by Evan Cheng · 16 years ago
  66. e46611e Be sure to remove intervals after we've joined them. Also, remove some duplicated code. by Owen Anderson · 16 years ago
  67. ba1d13b Ignoring per-user file. by Gordon Henriksen · 16 years ago
  68. b2cda67 Ignoring generated files. by Gordon Henriksen · 16 years ago
  69. b98a10e Transform (zext (or (icmp), (icmp))) to (or (zext (cimp), (zext icmp))) if at least one of the (zext icmp) can be transformed to eliminate an icmp. by Evan Cheng · 16 years ago
  70. 3d5cd61 Remove duplicated entries. by Evan Cheng · 16 years ago
  71. f440691 Another typo. by Gordon Henriksen · 16 years ago
  72. 224fceb Fix a typo. by Gordon Henriksen · 16 years ago
  73. 4733be3 Objective Caml bindings for basic block, function, global, and arg iterators. by Gordon Henriksen · 16 years ago
  74. 82818eb Minor typo fixes. Also add another FIXME. by Anton Korobeynikov · 16 years ago
  75. c18c945 Update project to reflect deleted files. by Gordon Henriksen · 16 years ago
  76. 9e49f1b Preserve calling convention during function cloning by Anton Korobeynikov · 16 years ago
  77. f8e7416 Add license header by Anton Korobeynikov · 16 years ago
  78. 231e964 Add Win64 compilation callback. This allows easy examples to be JITed on Win64! by Anton Korobeynikov · 16 years ago
  79. 8568507 Use C-style comments :) by Anton Korobeynikov · 16 years ago
  80. 8c27829 Provide a JIT selector on win64 by Anton Korobeynikov · 16 years ago
  81. c15b81b Hack out the PIC mode on Win64 targets. This needs to be investigated later. by Anton Korobeynikov · 16 years ago
  82. fd9d976 Code cleanup. Provide generic way of selecting JIT pointer bitwidth regardless by Anton Korobeynikov · 16 years ago
  83. 6aeedfd Remove old-standing obsolete code. by Anton Korobeynikov · 16 years ago
  84. f5e941b Add Mikhail to credits file by Anton Korobeynikov · 16 years ago
  85. ac67b7e Add first proof-of-concept universal compiler driver framework based by Anton Korobeynikov · 16 years ago
  86. d59c517 New testcase. by Bill Wendling · 16 years ago
  87. 28ecd49 Don't strip things when we're doing a debug build. by Bill Wendling · 16 years ago
  88. 2b4f780 Honour built-in defines on win64 targets for automatically subtarget recognize. by Anton Korobeynikov · 16 years ago
  89. 508f0fd Recognize "windows" in target triple, not only "win32" by Anton Korobeynikov · 16 years ago
  90. 8562540 Use normal naming convention for test. by Owen Anderson · 16 years ago
  91. 1dcce21 Add information about callee-saved registers on Win64 by Anton Korobeynikov · 16 years ago
  92. 1a979d9 Add convenient helper for win64 check. Simplify things slightly. by Anton Korobeynikov · 16 years ago
  93. 8f88cb0 Initial support for Win64 calling conventions. Still in early state. by Anton Korobeynikov · 16 years ago
  94. 299d9d7 Register EH frames emitted in JIT when using gcc unwinding runtime by Anton Korobeynikov · 16 years ago
  95. 4a0a001 Fix merge error by Anton Korobeynikov · 16 years ago
  96. ef30c1d Add testcase for prev. commit. Minor fixes by Anton Korobeynikov · 16 years ago
  97. 726d45c Aliasing chains cleanups: update langref, add check into verifier by Anton Korobeynikov · 16 years ago
  98. 591858a Support chained aliases for LLVM IR printing. This fixes PR2145 by Anton Korobeynikov · 16 years ago
  99. c73ede0 Another comments fixing by Anton Korobeynikov · 16 years ago
  100. 89a3d3f Slightly increase default set size. It's cheap and won't hurt. by Anton Korobeynikov · 16 years ago