1. cc499a4 Regenerate configure by Torok Edwin · 16 years ago
  2. bb9d18c Unbreak LLVM on the MSVC compiler: by Argyrios Kyrtzidis · 16 years ago
  3. 3a67f50 Use spaces rather than tab. by Duncan Sands · 16 years ago
  4. f941014 Be nice to CellSPU: for this target getSetCCResultType by Duncan Sands · 16 years ago
  5. 29a2822 Port from LegalizeDAG the logic to only generate by Duncan Sands · 16 years ago
  6. 3b521d5 Add some comments explaining the meaning of a boolean by Duncan Sands · 16 years ago
  7. 0954aef Temporarily allow the operands of a BUILD_VECTOR by Duncan Sands · 16 years ago
  8. aecc22a Fix PR2907 by digging through constant expressions to find FP constants that by Chris Lattner · 16 years ago
  9. 3b0da26 Move Print*Pass to use raw_ostream. by Daniel Dunbar · 16 years ago
  10. 1dc9716 CMake: `make install' for libraries, executables and header files. by Oscar Fuentes · 16 years ago
  11. 57bd83b CMake: use add_llvm_example for HowToUseJIT. by Oscar Fuentes · 16 years ago
  12. 5c5b6df CMake: Turned some libraries into partially linked objects. Corrected by Oscar Fuentes · 16 years ago
  13. 9ae0d6d Adjust comments for pedantic satisfaction. by Dale Johannesen · 16 years ago
  14. b2ab0e7 Fix comment to name "TokenFactor" instead of "Token factor". by Bill Wendling · 16 years ago
  15. 305c707 CMake: updated lib/VMCore/CMakeLists.txt by Oscar Fuentes · 16 years ago
  16. f4db3a5 Privatize PrintModulePass and PrintFunctionPass and add by Daniel Dunbar · 16 years ago
  17. 040225f Add comments to explain uint64->f64 algorithm, by Dale Johannesen · 16 years ago
  18. 1c15bf5 Add an SSE2 algorithm for uint64->f64 conversion. by Dale Johannesen · 16 years ago
  19. 7ea1ca6 Fix SelectionDAGBuild lowering of Select instructions to by Dan Gohman · 16 years ago
  20. 48534b3 Clear raw_fd_ostream error string on success and explain behavior in by Daniel Dunbar · 16 years ago
  21. cf891f4 Updated email address. by Dan Gohman · 16 years ago
  22. 7b66e04 Implement the optimized FCMP_OEQ/FCMP_UNE code for x86 fast-isel. by Dan Gohman · 16 years ago
  23. 237033e Fix make check on Solaris 10/x86: the default grep is not GNU grep, same for as. by Torok Edwin · 16 years ago
  24. a9ab95b use pre-UAL mnemonics for push/pop for compilaton callback function by Jim Grosbach · 16 years ago
  25. 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
  26. e06e911 constify some methods and variables in ImmutableList. by Ted Kremenek · 16 years ago
  27. 7fb501c really fix run line by Chris Lattner · 16 years ago
  28. 0294ac2 fix run line by Chris Lattner · 16 years ago
  29. 402135f remove some unneeded eh generation by Chris Lattner · 16 years ago
  30. 54aeea3 Disable constant-offset folding for PowerPC, as the PowerPC target by Dan Gohman · 16 years ago
  31. 4401361 Don't create TargetGlobalAddress nodes with offsets that don't fit by Dan Gohman · 16 years ago
  32. 279c22e Optimized FCMP_OEQ and FCMP_UNE for x86. by Dan Gohman · 16 years ago
  33. 3afda6e When the coalescer is doing rematerializing, have it remove by Dan Gohman · 16 years ago
  34. e7d238e Make the NaN test come second, heuristically assuming that NaNs are less common. by Dan Gohman · 16 years ago
  35. 0db69dc Use Function::getEntryBlock() instead of Function::front(), for clarity. by Dan Gohman · 16 years ago
  36. 7334b15 CMake: updated lib/CodeGen/CMakeLists.txt by Oscar Fuentes · 16 years ago
  37. b9a31a1 Fix a bug that prevented llvm-extract -delete from working. by Dan Gohman · 16 years ago
  38. 01426e1 Fix gcc.c-torture/compile/920520-1.c by inserting bitconverts by Chris Lattner · 16 years ago
  39. 09e8ca8 Add skeleton for the pre-register allocation live interval splitting pass. by Evan Cheng · 16 years ago
  40. 932a32d Update the stub and callback code to handle lazy compilation. The stub by Jim Grosbach · 16 years ago
  41. d659d50 Fast-isel no longer an experiment. by Dan Gohman · 16 years ago
  42. 11a26f3 Add a register class -> virtual registers map. by Evan Cheng · 16 years ago
  43. f89cfae This forward declaration is unnecessary. by Evan Cheng · 16 years ago
  44. d398672 Support operations like fp_to_uint with a vector by Duncan Sands · 16 years ago
  45. 9a2c1d3 Teach getTypeToTransformTo to return something by Duncan Sands · 16 years ago
  46. b5f68e2 LegalizeTypes support for atomic operation promotion. by Duncan Sands · 16 years ago
  47. 49c18cc Use DAG.getIntPtrConstant rather than DAG.getConstant by Duncan Sands · 16 years ago
  48. 7e49822 Always use either MVT::i1 or getSetCCResultType for by Duncan Sands · 16 years ago
  49. ef5b199 Formatting - no functional change. by Duncan Sands · 16 years ago
  50. f6e2949 Don't use a random type for the select condition, by Duncan Sands · 16 years ago
  51. 8c8b2a8 Fix a typo in a comment. by Dan Gohman · 16 years ago
  52. ed294c4 Have X86 custom lowering for LegalizeTypes use by Duncan Sands · 16 years ago
  53. 2bbeccd Fix typo in a comment. by Matthijs Kooijman · 16 years ago
  54. 1ad70c0 Remove another stale comment. by Matthijs Kooijman · 16 years ago
  55. 8542553 Remove an inappropriate (probably outdated) comment. by Matthijs Kooijman · 16 years ago
  56. 94199da Fix spelling error. by Matthijs Kooijman · 16 years ago
  57. a1dc602 Set N->OperandList to 0 after deletion. Otherwise, it's possible that it will by Bill Wendling · 16 years ago
  58. 181b627 Fix comment. Other formatting changes. No functionality changes. by Bill Wendling · 16 years ago
  59. 0e3da1d Vector shuffle mask elements may be "undef". Handle by Duncan Sands · 16 years ago
  60. 94989ac Use a legal integer type for vector shuffle mask by Duncan Sands · 16 years ago
  61. 2a0b96c Reapply r57699 with a fix to not crash on asms with multiple results. Unlike by Chris Lattner · 16 years ago
  62. 668aff6 Don't truncate GlobalAddress offsets to int in debug output. by Dan Gohman · 16 years ago
  63. 4ed4329 By min, I mean max. by Evan Cheng · 16 years ago
  64. 99fe34b When creating intervals, leave min(1, numdefs) holes after each instruction. by Evan Cheng · 16 years ago
  65. 4ae14bc Make llvm memory barrier available as an intrinsic by Mon P Wang · 16 years ago
  66. 6520e20 Teach DAGCombine to fold constant offsets into GlobalAddress nodes, by Dan Gohman · 16 years ago
  67. 9591573 Revert r57699. It's causing regressions in by Dan Gohman · 16 years ago
  68. fbee0f6 Use the opcode predicates, instead of duplicating the code. by Dan Gohman · 16 years ago
  69. cb747c5 This is now partly done. by Dan Gohman · 16 years ago
  70. 97b3827 This is done. by Dan Gohman · 16 years ago
  71. c227734 Factor out the code for mapping LLVM IR condition opcodes to by Dan Gohman · 16 years ago
  72. 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
  73. 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
  74. af42fe3 Fix PR2898. Spiller delete a store for reuse before it knows for sure the reuse happened. by Evan Cheng · 16 years ago
  75. cfc14c1 add support for 128 bit aggregates. by Chris Lattner · 16 years ago
  76. a9f0cc4 The Dwarf writer was comparing mangled and unmangled names for C++ code when we by Bill Wendling · 16 years ago
  77. c4d1021 Added MemIntrinsicNode which is useful to represent target intrinsics that by Mon P Wang · 16 years ago
  78. 8c1a6ca Factor out the code for mapping LLVM IR condition opcodes to by Dan Gohman · 16 years ago
  79. 1fa7198 add support for 128 bit inputs on both x86-64 and x86-32. by Chris Lattner · 16 years ago
  80. 3d0c4c4 Fix a bug where the x86 backend would reject 64-bit r constraints when by Chris Lattner · 16 years ago
  81. 0c52644 Fix PR2356 on PowerPC: if we have an input and output that are tied together by Chris Lattner · 16 years ago
  82. 0f046c3 remove an xfailed test. by Chris Lattner · 16 years ago
  83. 42a3adc remove this test: it is xfailed anyway, and is failing for a reason by Chris Lattner · 16 years ago
  84. 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
  85. 244911b getX86RegNum has long been moved to X86RegisterInfo. by Evan Cheng · 16 years ago
  86. 81249c9 refactor some code into a helper method, no functionality change. by Chris Lattner · 16 years ago
  87. 6bdcda3 Keep track of *which* input constraint matches an output by Chris Lattner · 16 years ago
  88. 58f15c4 add an assert so that PR2356 explodes instead of running off an by Chris Lattner · 16 years ago
  89. 86af90d remove spurious space in link by Gabor Greif · 16 years ago
  90. 4fbed98 Add comment on how tagged pointers are by Gabor Greif · 16 years ago
  91. 6784598 Fix a very subtle spiller bug: UpdateKills should not forget to track defs of aliases. by Evan Cheng · 16 years ago
  92. abec474 add some simple hacky long double support for the CBE. This by Chris Lattner · 16 years ago
  93. b2a1432 Use INT64_C to emit constant values, to avoid problems with by Dan Gohman · 16 years ago
  94. 63f9720 Fun x86 encoding tricks: when adding an immediate value of 128, by Dan Gohman · 16 years ago
  95. 74feef2 Define patterns for shld and shrd that match immediate by Dan Gohman · 16 years ago
  96. a1fcd77 Use 0 instead of false to return a null pointer. by Dan Gohman · 16 years ago
  97. c90a5c2 Fix this test so it actually runs the grep lines. by Dan Gohman · 16 years ago
  98. f522068 Trim #includes. by Dan Gohman · 16 years ago
  99. cc4ba78 fix typo noticed by sdt by Chris Lattner · 16 years ago
  100. 023f84e Introduce a typing refinenement on tagged data by Gabor Greif · 16 years ago