1. 0a9ff4b Regenerate. by Mikhail Glushenkov · 15 years ago
  2. 9bef1bd Cosmetic issue: more consistent naming. by Mikhail Glushenkov · 15 years ago
  3. e0b6570 Allow (set_option SwitchOption, true). by Mikhail Glushenkov · 15 years ago
  4. 76d2f9a Reapply 91904. by Sanjiv Gupta · 15 years ago
  5. 7fb0ead Added missing patterns for subtract instruction. by Sanjiv Gupta · 15 years ago
  6. e433d5e deleting empty file. by Sanjiv Gupta · 15 years ago
  7. 6d48855 Reverting back 91904. by Sanjiv Gupta · 15 years ago
  8. 9949933 Use more sensible type for flags in asms. PR 5570. by Dale Johannesen · 15 years ago
  9. d060b25 Update objectsize intrinsic and associated dependencies. Fix by Eric Christopher · 15 years ago
  10. ac105c4 really remove the instruction, don't just comment it out by Chris Lattner · 15 years ago
  11. 9e32383 completely eliminate the MOV16r0 'instruction'. The only by Chris Lattner · 15 years ago
  12. 5227cc8 More fixes for Visual C++. Replaced several very small by Sean Callanan · 15 years ago
  13. 6a38182 stop pattern matching 16-bit zero's of a register to MOV16r0, by Chris Lattner · 15 years ago
  14. 0d58013 Remove superfluous SDNode ordering. by Bill Wendling · 15 years ago
  15. b9b88ea Disable JITTest.FunctionIsRecompiledAndRelinked on ARM where it's not by Jeffrey Yasskin · 15 years ago
  16. fc67bbe Remove node ordering from inline asm nodes. It's not needed. by Bill Wendling · 15 years ago
  17. e5976b8 Suppress compiler warning. by Daniel Dunbar · 15 years ago
  18. c1d3c94 Remove node ordering from VA nodes. It's not needed. by Bill Wendling · 15 years ago
  19. 8295a0a Update docs for bitcode changes. For object size checking we won't by Eric Christopher · 15 years ago
  20. 775db97 Revert r91949 r91942 and r91936. by Bill Wendling · 15 years ago
  21. b75f145 restore 'make update' functionality by not ignoring 'clang' here by Gabor Greif · 15 years ago
  22. 122d06d Finish up node ordering in ExpandNode. by Bill Wendling · 15 years ago
  23. 4b6677f Add coalescer asserts. by Jakob Stoklund Olesen · 15 years ago
  24. 24b34f8 Add a SPR register class to the ARM target. by Jakob Stoklund Olesen · 15 years ago
  25. c5818fb Partially revert r91626. Materializing extra functions to determine whether by Jeffrey Yasskin · 15 years ago
  26. 3dbcb55 Assign ordering to nodes created in ExpandNode. Only roughly 1/2 of the function by Bill Wendling · 15 years ago
  27. 92fdf45 Fix a crash in JIT::recompileAndRelinkFunction(). It doesn't pass the MCI by Jeffrey Yasskin · 15 years ago
  28. 167bea7 Assign ordering to SDNodes in PromoteNode. Also fixing a subtle bug where BSWAP by Bill Wendling · 15 years ago
  29. 542eabc Removed the "inline" keyword from the disassembler decoder, by Sean Callanan · 15 years ago
  30. a3dcfb1 rename HexDisassembler -> Disassembler, it works on any input by Chris Lattner · 15 years ago
  31. f444c06 just discard the debug output from the disassembler. by Chris Lattner · 15 years ago
  32. a1508f9 Add testcase for PR5703 by Anton Korobeynikov · 15 years ago
  33. 18ea3a1 Remove minimal CFG sanity checks from verifier. by Jakob Stoklund Olesen · 15 years ago
  34. 5711564 Allow explicit %reg0 operands beyond what the .td file describes. by Jakob Stoklund Olesen · 15 years ago
  35. 3ea58b6 Allow 0 as an order number. Don't assign an order to formal arguments. by Bill Wendling · 15 years ago
  36. 7fb35a2 Fixes to the X86 disassembler: by Sean Callanan · 15 years ago
  37. 4935a02 Restore snprintf weirdness for VCPP only by Anton Korobeynikov · 15 years ago
  38. aadadb3 Fix the Convert to scalar to not insert dead loads in the store case. The by Chris Lattner · 15 years ago
  39. 97eee02 fix some fixme's by using twines by Chris Lattner · 15 years ago
  40. e9912dc Use proper move instructions. Make the verifier happy. by Jakob Stoklund Olesen · 15 years ago
  41. e261b0c Report an error for bad inline assembly, where the value passed for an by Bob Wilson · 15 years ago
  42. b1f4981 Remove target attribute break-sse-dep. Instead, do not fold load into sse partial update instructions unless optimizing for size. by Evan Cheng · 15 years ago
  43. 3dac3b7 Include based on the current path, since we already -I the X86 target's path. Fixes CMake build by Douglas Gregor · 15 years ago
  44. 6650020 by Sanjiv Gupta · 15 years ago
  45. a1aa8bb specify what is invalid about it by Chris Lattner · 15 years ago
  46. 516088d specify a triple to use, fixing the test on non-x86-64 hosts. by Chris Lattner · 15 years ago
  47. 5a99615 reject invalid input with a caret, e.g.: by Chris Lattner · 15 years ago
  48. f27a4cd Generalize SROA to allow the first index of a GEP to be non-zero. Add a by Bob Wilson · 15 years ago
  49. 665e947 various cleanups, make the disassemble reject lines with too much by Chris Lattner · 15 years ago
  50. c3de94f If you thought that it didn't make sense for the disassembler by Chris Lattner · 15 years ago
  51. 2adbef0 rewrite the file parser for the disassembler, implementing support for by Chris Lattner · 15 years ago
  52. 222af46 don't crash on blank lines, rename some variables. by Chris Lattner · 15 years ago
  53. 1a0e708 Implement PR5795 by merging duplicated return blocks. This could go further by Chris Lattner · 15 years ago
  54. 42385b0 convert to filecheck by Chris Lattner · 15 years ago
  55. 508355c don't run GVN at -O1, GCC doesn't do it's equivalent at that optimization level. by Chris Lattner · 15 years ago
  56. 0ee443d The phi translated pointer can be computed when returning a partially cached result by Chris Lattner · 15 years ago
  57. 3ea3c24 Add more plumbing. This time in the LowerArguments and "get" functions which by Bill Wendling · 15 years ago
  58. 06b766d Changed REG_* to MODRM_REG_* to avoid conflicts by Sean Callanan · 15 years ago
  59. baf2e35 Fix some may-be-uninitialized var warnings. by Daniel Dunbar · 15 years ago
  60. 336e06b fix unit test that I broke. by Chris Lattner · 15 years ago
  61. 651ad13 Add SDNode ordering to inlined asm and VA functions. by Bill Wendling · 15 years ago
  62. f734be2 Whitespace fixes. by Eric Christopher · 15 years ago
  63. 8a8f818 types don't need atomic inc/dec, they are local to an llvmcontext. by Chris Lattner · 15 years ago
  64. ec72e32 Adding more assignment of ordering to SDNodes. This time in the "call" and by Bill Wendling · 15 years ago
  65. 0122c90 Fixed library dependencies between the X86 disassembler and by Sean Callanan · 15 years ago
  66. 9b96eca avoid calling extractMallocCall when it's obvious we don't have by Chris Lattner · 15 years ago
  67. a25bc44 comment fix: weakvh -> tracking vh by Chris Lattner · 15 years ago
  68. e80ae83 Add ordering of SDNodes to LowerCallTo. by Bill Wendling · 15 years ago
  69. ffc0574 print pcrel immediates as signed values instead of unsigned so that we by Chris Lattner · 15 years ago
  70. d0283fa Now add ordering to SDNodes created by the massive intrinsic lowering function. by Bill Wendling · 15 years ago
  71. 856ff41 To make things interesting, I added MORE code to set the ordering of by Bill Wendling · 15 years ago
  72. 74ab5ee Changed slot index ranges for MachineBasicBlocks to be exclusive of endpoint. by Lang Hames · 15 years ago
  73. 87710f0 Add more plumbing to assign ordering to SDNodes. Have the "getValue" method by Bill Wendling · 15 years ago
  74. eddfaaf Add suggested parentheses. by Daniel Dunbar · 15 years ago
  75. d2191e5 Add a fastpath to Load GVN to special case when we have exactly one dominating by Chris Lattner · 15 years ago
  76. e1a9042 More ordering plumbing. This time for GEP. I need to remember to assign by Bill Wendling · 15 years ago
  77. 5362c54 refactor some code out to a new helper method. by Chris Lattner · 15 years ago
  78. 25bceea improve indentation avoid a pointless conversion from weakvh to trackingvh, by Chris Lattner · 15 years ago
  79. b85b6e8 Another incremental check-in for assigning ordering to SDNodes. This time for by Bill Wendling · 15 years ago
  80. 49fcff8 Assign ordering to more instructions. Incremental check-in. by Bill Wendling · 15 years ago
  81. 0777e92 - Add a bit more plumbing assigning an order to SDNodes. by Bill Wendling · 15 years ago
  82. f660802 by David Greene · 15 years ago
  83. 7b1eb8a Remove uber-gross hack. The define _snprintf to snprintf is invalid due to two reasons: 1. Accroding to C++ standard snprintf should be available in std namespace (and __gnu_cxx in case of GCC to). Such ifdef will change all snprintf's to _snprintf's, but won't bring snprintf to all necessary namespaces. Thus e.g. any locale-using code on mingw will yield an error (include this file + string to see the result) 2. MSVCRT's _snprintf does not comply with C99 standard. Standard one is snprintf. by Anton Korobeynikov · 15 years ago
  84. 7058f9c Mark FPW as allocable when frame address is taken. by Anton Korobeynikov · 15 years ago
  85. 3b7a41c First wave of plumbing for assigning an ordering to SDNodes. This takes care of by Bill Wendling · 15 years ago
  86. 102ebf1 Delete the instruction just before the function terminates for consistency sake. by Evan Cheng · 15 years ago
  87. e36025e Place SDNodeOrdering.h in the directory it's used. by Bill Wendling · 15 years ago
  88. 3c3af5d Remove special-case SROA optimization of variable indexes to one-element and by Bob Wilson · 15 years ago
  89. ff99b16 XFAIL these tests on powerpc, under the assumption that no one cares. If you care, feel free to fix. by Daniel Dunbar · 15 years ago
  90. f4f43cb Fix setting and default setting of code model for jit. Do this by Eric Christopher · 15 years ago
  91. 1f1b0f7 A couple minor README updates. by Eli Friedman · 15 years ago
  92. b6219ba improve compatibility with SWIG, patch by James Knight! by Chris Lattner · 15 years ago
  93. 3cf4d90 revert r89298, which was committed without a testcase. I think by Chris Lattner · 15 years ago
  94. 4c1e3da fix PR5837 by having SSAUpdate reuse phi nodes for the by Chris Lattner · 15 years ago
  95. 6a36378 add a helper ctor. by Chris Lattner · 15 years ago
  96. d5b1f8a Change StringRef::startswith and StringRef::endswith to versions which are a by Eli Friedman · 15 years ago
  97. 65f067f add check lines for min/max tests. by Chris Lattner · 15 years ago
  98. a0773eb really convert this to filecheck. by Chris Lattner · 15 years ago
  99. b109b5c give instcombine some helper functions for matching MIN and MAX, and by Chris Lattner · 15 years ago
  100. a278d4a filecheckize by Chris Lattner · 15 years ago