1. e2e9d8e Make sure to set stdout to binary when writing bitcode files via by Daniel Dunbar · 16 years ago
  2. ee4c619 Fix thinko - the operand number has nothing to do with the result number. by Duncan Sands · 16 years ago
  3. 39ac2cb Introduce INT64_C macro and unbreak LLVM on MSVC. by Argyrios Kyrtzidis · 16 years ago
  4. d2fda8a make this test not depend on how the system header defines memset. by Chris Lattner · 16 years ago
  5. 394f044 Change create*Pass factory functions to return Pass* instead of by Daniel Dunbar · 16 years ago
  6. 30f100e Fix incorrect testing for the end of the both strings in CStrInCStrNoCase. This could cause a read-out-of-bounds error if s2 is smaller than s1. by Ted Kremenek · 16 years ago
  7. c64bdf6 remove extraneous #ifdef's by Jim Grosbach · 16 years ago
  8. d1ce3b4 Add raw_ostream versions of WriteBitcodeToFile and BitcodeWriterPass. by Daniel Dunbar · 16 years ago
  9. e80d67e Remove allocation of unused stack slot. by Dale Johannesen · 16 years ago
  10. e7d3af5 Fix for PR2881: fix a small leak exposed by valgrind, using a ManagedStatic. by Julien Lerouge · 16 years ago
  11. 1cf9395 [PR2886] Ignore stderr from ocamlc since it prints unresolvable warnings on some platforms. by Gordon Henriksen · 16 years ago
  12. 40e7f19 Regenerate. by Gordon Henriksen · 16 years ago
  13. 0f392e1 [PR2886] Don't look for ocaml's .opt executables; something in the autoconf/test machinery doesn't handle the period properly. by Gordon Henriksen · 16 years ago
  14. 2cbe7fe LegalizeTypes soft-float support for fpow. by Duncan Sands · 16 years ago
  15. 6b6aeb3 Get this working with LegalizeTypes: (1) don't by Duncan Sands · 16 years ago
  16. cc499a4 Regenerate configure by Torok Edwin · 16 years ago
  17. bb9d18c Unbreak LLVM on the MSVC compiler: by Argyrios Kyrtzidis · 16 years ago
  18. 3a67f50 Use spaces rather than tab. by Duncan Sands · 16 years ago
  19. f941014 Be nice to CellSPU: for this target getSetCCResultType by Duncan Sands · 16 years ago
  20. 29a2822 Port from LegalizeDAG the logic to only generate by Duncan Sands · 16 years ago
  21. 3b521d5 Add some comments explaining the meaning of a boolean by Duncan Sands · 16 years ago
  22. 0954aef Temporarily allow the operands of a BUILD_VECTOR by Duncan Sands · 16 years ago
  23. aecc22a Fix PR2907 by digging through constant expressions to find FP constants that by Chris Lattner · 16 years ago
  24. 3b0da26 Move Print*Pass to use raw_ostream. by Daniel Dunbar · 16 years ago
  25. 1dc9716 CMake: `make install' for libraries, executables and header files. by Oscar Fuentes · 16 years ago
  26. 57bd83b CMake: use add_llvm_example for HowToUseJIT. by Oscar Fuentes · 16 years ago
  27. 5c5b6df CMake: Turned some libraries into partially linked objects. Corrected by Oscar Fuentes · 16 years ago
  28. 9ae0d6d Adjust comments for pedantic satisfaction. by Dale Johannesen · 16 years ago
  29. b2ab0e7 Fix comment to name "TokenFactor" instead of "Token factor". by Bill Wendling · 16 years ago
  30. 305c707 CMake: updated lib/VMCore/CMakeLists.txt by Oscar Fuentes · 16 years ago
  31. f4db3a5 Privatize PrintModulePass and PrintFunctionPass and add by Daniel Dunbar · 16 years ago
  32. 040225f Add comments to explain uint64->f64 algorithm, by Dale Johannesen · 16 years ago
  33. 1c15bf5 Add an SSE2 algorithm for uint64->f64 conversion. by Dale Johannesen · 16 years ago
  34. 7ea1ca6 Fix SelectionDAGBuild lowering of Select instructions to by Dan Gohman · 16 years ago
  35. 48534b3 Clear raw_fd_ostream error string on success and explain behavior in by Daniel Dunbar · 16 years ago
  36. cf891f4 Updated email address. by Dan Gohman · 16 years ago
  37. 7b66e04 Implement the optimized FCMP_OEQ/FCMP_UNE code for x86 fast-isel. by Dan Gohman · 16 years ago
  38. 237033e Fix make check on Solaris 10/x86: the default grep is not GNU grep, same for as. by Torok Edwin · 16 years ago
  39. a9ab95b use pre-UAL mnemonics for push/pop for compilaton callback function by Jim Grosbach · 16 years ago
  40. cef7527 fix a tricky bug in the JIT global variable emitter, that was triggered when JITing a variable independently of a function. This lead to sharing memory memory between functions and GVs thus changing the value of a GV could change the code in execution. more details on the ML. by Nuno Lopes · 16 years ago
  41. e06e911 constify some methods and variables in ImmutableList. by Ted Kremenek · 16 years ago
  42. 7fb501c really fix run line by Chris Lattner · 16 years ago
  43. 0294ac2 fix run line by Chris Lattner · 16 years ago
  44. 402135f remove some unneeded eh generation by Chris Lattner · 16 years ago
  45. 54aeea3 Disable constant-offset folding for PowerPC, as the PowerPC target by Dan Gohman · 16 years ago
  46. 4401361 Don't create TargetGlobalAddress nodes with offsets that don't fit by Dan Gohman · 16 years ago
  47. 279c22e Optimized FCMP_OEQ and FCMP_UNE for x86. by Dan Gohman · 16 years ago
  48. 3afda6e When the coalescer is doing rematerializing, have it remove by Dan Gohman · 16 years ago
  49. e7d238e Make the NaN test come second, heuristically assuming that NaNs are less common. by Dan Gohman · 16 years ago
  50. 0db69dc Use Function::getEntryBlock() instead of Function::front(), for clarity. by Dan Gohman · 16 years ago
  51. 7334b15 CMake: updated lib/CodeGen/CMakeLists.txt by Oscar Fuentes · 16 years ago
  52. b9a31a1 Fix a bug that prevented llvm-extract -delete from working. by Dan Gohman · 16 years ago
  53. 01426e1 Fix gcc.c-torture/compile/920520-1.c by inserting bitconverts by Chris Lattner · 16 years ago
  54. 09e8ca8 Add skeleton for the pre-register allocation live interval splitting pass. by Evan Cheng · 16 years ago
  55. 932a32d Update the stub and callback code to handle lazy compilation. The stub by Jim Grosbach · 16 years ago
  56. d659d50 Fast-isel no longer an experiment. by Dan Gohman · 16 years ago
  57. 11a26f3 Add a register class -> virtual registers map. by Evan Cheng · 16 years ago
  58. f89cfae This forward declaration is unnecessary. by Evan Cheng · 16 years ago
  59. d398672 Support operations like fp_to_uint with a vector by Duncan Sands · 16 years ago
  60. 9a2c1d3 Teach getTypeToTransformTo to return something by Duncan Sands · 16 years ago
  61. b5f68e2 LegalizeTypes support for atomic operation promotion. by Duncan Sands · 16 years ago
  62. 49c18cc Use DAG.getIntPtrConstant rather than DAG.getConstant by Duncan Sands · 16 years ago
  63. 7e49822 Always use either MVT::i1 or getSetCCResultType for by Duncan Sands · 16 years ago
  64. ef5b199 Formatting - no functional change. by Duncan Sands · 16 years ago
  65. f6e2949 Don't use a random type for the select condition, by Duncan Sands · 16 years ago
  66. 8c8b2a8 Fix a typo in a comment. by Dan Gohman · 16 years ago
  67. ed294c4 Have X86 custom lowering for LegalizeTypes use by Duncan Sands · 16 years ago
  68. 2bbeccd Fix typo in a comment. by Matthijs Kooijman · 16 years ago
  69. 1ad70c0 Remove another stale comment. by Matthijs Kooijman · 16 years ago
  70. 8542553 Remove an inappropriate (probably outdated) comment. by Matthijs Kooijman · 16 years ago
  71. 94199da Fix spelling error. by Matthijs Kooijman · 16 years ago
  72. a1dc602 Set N->OperandList to 0 after deletion. Otherwise, it's possible that it will by Bill Wendling · 16 years ago
  73. 181b627 Fix comment. Other formatting changes. No functionality changes. by Bill Wendling · 16 years ago
  74. 0e3da1d Vector shuffle mask elements may be "undef". Handle by Duncan Sands · 16 years ago
  75. 94989ac Use a legal integer type for vector shuffle mask by Duncan Sands · 16 years ago
  76. 2a0b96c Reapply r57699 with a fix to not crash on asms with multiple results. Unlike by Chris Lattner · 16 years ago
  77. 668aff6 Don't truncate GlobalAddress offsets to int in debug output. by Dan Gohman · 16 years ago
  78. 4ed4329 By min, I mean max. by Evan Cheng · 16 years ago
  79. 99fe34b When creating intervals, leave min(1, numdefs) holes after each instruction. by Evan Cheng · 16 years ago
  80. 4ae14bc Make llvm memory barrier available as an intrinsic by Mon P Wang · 16 years ago
  81. 6520e20 Teach DAGCombine to fold constant offsets into GlobalAddress nodes, by Dan Gohman · 16 years ago
  82. 9591573 Revert r57699. It's causing regressions in by Dan Gohman · 16 years ago
  83. fbee0f6 Use the opcode predicates, instead of duplicating the code. by Dan Gohman · 16 years ago
  84. cb747c5 This is now partly done. by Dan Gohman · 16 years ago
  85. 97b3827 This is done. by Dan Gohman · 16 years ago
  86. c227734 Factor out the code for mapping LLVM IR condition opcodes to by Dan Gohman · 16 years ago
  87. 109a562 Add implicit defs of XMM8 to XMM15 on 32-bit call instructions. While this is not technically true, it tells tblgen that these instructions "clobber" the entire XMM register file. by Evan Cheng · 16 years ago
  88. b89be61 Add RCBarriers to TargetInstrDesc. It's a list of register classes the given instruction can "clobber". For example, on x86 the call instruction can modify all of the XMM and fp stack registers. by Evan Cheng · 16 years ago
  89. af42fe3 Fix PR2898. Spiller delete a store for reuse before it knows for sure the reuse happened. by Evan Cheng · 16 years ago
  90. cfc14c1 add support for 128 bit aggregates. by Chris Lattner · 16 years ago
  91. a9f0cc4 The Dwarf writer was comparing mangled and unmangled names for C++ code when we by Bill Wendling · 16 years ago
  92. c4d1021 Added MemIntrinsicNode which is useful to represent target intrinsics that by Mon P Wang · 16 years ago
  93. 8c1a6ca Factor out the code for mapping LLVM IR condition opcodes to by Dan Gohman · 16 years ago
  94. 1fa7198 add support for 128 bit inputs on both x86-64 and x86-32. by Chris Lattner · 16 years ago
  95. 3d0c4c4 Fix a bug where the x86 backend would reject 64-bit r constraints when by Chris Lattner · 16 years ago
  96. 0c52644 Fix PR2356 on PowerPC: if we have an input and output that are tied together by Chris Lattner · 16 years ago
  97. 0f046c3 remove an xfailed test. by Chris Lattner · 16 years ago
  98. 42a3adc remove this test: it is xfailed anyway, and is failing for a reason by Chris Lattner · 16 years ago
  99. 4b299d4 Fix lfence and mfence encoding. These look like MRM5r and MRM6r instructions except they do not have any operands. The RegModRM byte is encoded with register number 0. by Evan Cheng · 16 years ago
  100. 244911b getX86RegNum has long been moved to X86RegisterInfo. by Evan Cheng · 16 years ago