1. e890eea Fix SCEVAddRecExpr::isLoopInvariant to test if all of its operands by Dan Gohman · 15 years ago
  2. 93677c9 remove unwind info, add test for asmprinting of jump table labels with (%rip) by Chris Lattner · 15 years ago
  3. 2c2fb82 Add x86 support for 'n' inline asm modifier. This will be handled target independently as part of MC work. by Evan Cheng · 15 years ago
  4. d8220e5 simplify printing of MO_ExternalSymbol in a non-pcrel context. by Chris Lattner · 15 years ago
  5. fd6d87d Add intrinsics for ARM NEON vtbl and vtbx operations. by Bob Wilson · 15 years ago
  6. 2af72d4 Privatize some data. by Owen Anderson · 15 years ago
  7. afe0a08 Constify this value. by Owen Anderson · 15 years ago
  8. d49ea77 Split thumb-related stuff into separate classes. by Anton Korobeynikov · 15 years ago
  9. c4233af add %rip to the GR64 register class. Lets avoid allocating it to anything though! :) by Chris Lattner · 15 years ago
  10. b903bed Move all the TLS processing logic into isel, don't do it in asmprinter at all. by Chris Lattner · 15 years ago
  11. ba8ef45 make sure to propagate operand flags in SelectTLSADDRAddr properly. by Chris Lattner · 15 years ago
  12. 505e982 fix a really subtle bug in the cross section of aliases and TLS: by Chris Lattner · 15 years ago
  13. 24062ac Thumb-2 has CLZ. by David Goodwin · 15 years ago
  14. 7ce720b Use "adcs/sbcs" only when the carry-out is live, otherwise use "adc/sbc". by David Goodwin · 15 years ago
  15. d8ac1be Delete LoopPass::runOnFunctionBody. It was never used or implemented. by Jeffrey Yasskin · 15 years ago
  16. b41b5e0 Get rid of these cache variables, which are a holdover from the days when by Owen Anderson · 15 years ago
  17. a618440 Make this const. by Owen Anderson · 15 years ago
  18. 03a597f minor cleanup/framework changes. by Chris Lattner · 15 years ago
  19. 52132bf Privatize some variables. by Owen Anderson · 15 years ago
  20. 41621a2 move magic for PIC constantpool references from asmprinter to isel. by Chris Lattner · 15 years ago
  21. d212bb8 implement DOTGraphTraits<SelectionDAG*>::getNodeLabel in terms of by Chris Lattner · 15 years ago
  22. 89ca575 use jump table operand flags in asm printer instead of "magic predicates" by Chris Lattner · 15 years ago
  23. d2deed0 More spelling Count as count. by Daniel Dunbar · 15 years ago
  24. 4dbbfe3 Swap order of arguments to vst[34]* intrinsics. This matches the order by Bob Wilson · 15 years ago
  25. 039c43d Spell Count as count. by Daniel Dunbar · 15 years ago
  26. 2634e98 Add Thumb-2 tests. by David Goodwin · 15 years ago
  27. cb73734 Use atomic operations for accessing this global counter. by Owen Anderson · 15 years ago
  28. 93d95bd ADC used to implement adde should use "adcs" opcode instead of "adc". by David Goodwin · 15 years ago
  29. fdca74c Get rid of unnecessary global variables. by Owen Anderson · 15 years ago
  30. caffbd7 ORN and BIC tests. by David Goodwin · 15 years ago
  31. 83b3593 Currently there is a pattern for the thumb-2 MOV 16-bit immediate instruction. That instruction cannot write the flags so it should use T2I instead of T2sI. by David Goodwin · 15 years ago
  32. 8947881 Fix linking of llvm-ld and lli with CMake, from Xerxes Rånby by Douglas Gregor · 15 years ago
  33. c7077c7 CMake: add configure checks for pthread_rwlock_init and pthread_getspecific by Douglas Gregor · 15 years ago
  34. 02b9735 Fix compilation without pthreads. by Owen Anderson · 15 years ago
  35. 6677f51 Fix tests: Count -> count. by Evan Cheng · 15 years ago
  36. 855a168 Indentation. by Evan Cheng · 15 years ago
  37. 2b51d51 Simplify predicate CarryDefIsUsed. by Evan Cheng · 15 years ago
  38. c0ad80f Fix a CodeGenDAGPatterns bug. Check if top level predicates match when it's looking for duplicates. by Evan Cheng · 15 years ago
  39. 0b0deab fix a pasto. by Chris Lattner · 15 years ago
  40. 7bea038 dot graph viewing is apparently not using SDNode::print_details, this is bad, by Chris Lattner · 15 years ago
  41. 6ec66db propagate target operand flags from dag nodes into MachineOperands. by Chris Lattner · 15 years ago
  42. b8afeb9 propagate target operand flags through addressing mode selection. by Chris Lattner · 15 years ago
  43. 1b6d3da Clarify how to configure llvm-gcc-4.2 for use with by Shantonu Sen · 15 years ago
  44. 5202312 fit in 80 cols by Chris Lattner · 15 years ago
  45. b8b7347 Escape the name of the module since it comes from the file name and may include by Nick Lewycky · 15 years ago
  46. fc0fc3a NewNightlyTest: Pull most VERBOSE handling into RunLoggedCommand function. by Daniel Dunbar · 15 years ago
  47. 0f05d22 Let's ignore MDStrings also! by Devang Patel · 15 years ago
  48. e2f9382 Remove unnecessary includes. by Devang Patel · 15 years ago
  49. 1c723b7 Fix may-be-used-uninitialized warning. by Daniel Dunbar · 15 years ago
  50. 2f90daf NewNightlyTest: Factor out LLVM{Src,Obj,Test} variables. by Daniel Dunbar · 15 years ago
  51. 13e16b6 by Devang Patel · 15 years ago
  52. 6f8f606 Fix unused variable warnings. by Daniel Dunbar · 15 years ago
  53. 12cccf1 Fix spelling of 'count' by Daniel Dunbar · 15 years ago
  54. 1c7a848 Fix error in the Win32 implementation pointed out by Howard Su. by Owen Anderson · 15 years ago
  55. 55e7c82 start adding logic in isel to determine asm printer semantics, step N of M. by Chris Lattner · 15 years ago
  56. e1047fb Change this code to a form about which VC++ reportedly isn't unhappy. by Dan Gohman · 15 years ago
  57. 6b9c959 Fix LCSSA to avoid emitting a PHI node for the unwind destination of by Dan Gohman · 15 years ago
  58. 151b9af Add a note about commuting conditional move. by Evan Cheng · 15 years ago
  59. 30d670f Minor code simplification. by Dan Gohman · 15 years ago
  60. b604b2c These are done / no longer applicable. by Evan Cheng · 15 years ago
  61. 8de898a Mark a bunch of instructions commutable. by Evan Cheng · 15 years ago
  62. e864b74 tst is also commutable. by Evan Cheng · 15 years ago
  63. 62c3843 Committed the wrong version in my last commit. by Owen Anderson · 15 years ago
  64. 9432667 Privatize a static variable. by Owen Anderson · 15 years ago
  65. a3e3175 Guards for the compiler driver plugin list. by Owen Anderson · 15 years ago
  66. 6267422 Select ADC, SBC, and RSC instead of the ADCS, SBCS, and RSCS when the carry bit def is not used. by Evan Cheng · 15 years ago
  67. 0b49c32 Support thread-local pretty stack traces. by Owen Anderson · 15 years ago
  68. 438d394 Add support for const thread locals. by Owen Anderson · 15 years ago
  69. 7e026b7 Fix typo in assertion. by Owen Anderson · 15 years ago
  70. 0919a91 Use MVN for ~t2_so_imm immediates. by David Goodwin · 15 years ago
  71. 27fcfe1 Add a configure test for pthread_getspecific, and use it when building ThreadLocal. by Owen Anderson · 15 years ago
  72. c9ee118 Add Def/Use of CPSR for Thumb-1 instructions. by David Goodwin · 15 years ago
  73. c238b58 MC: Parse .org directives. by Daniel Dunbar · 15 years ago
  74. 208622d Simplify. by Devang Patel · 15 years ago
  75. 9e03cbe Unbreak mingw build. Patch by Viktor Kutuzov. by Evan Cheng · 15 years ago
  76. 06b76b8 Don't grep the -debug output. This isn't the way to test changes. by Bill Wendling · 15 years ago
  77. 3c99d29 Update cmake build files. by Owen Anderson · 15 years ago
  78. 4a28522 Add a class for supporting platform independent thread-local storage. by Owen Anderson · 15 years ago
  79. 8f780cd MC: Parse .set and assignments. by Daniel Dunbar · 15 years ago
  80. 5f04d1e down with unwind info :) by Chris Lattner · 15 years ago
  81. f5a5546 add targetflags to jump tables and constant pool entries. by Chris Lattner · 15 years ago
  82. 2a4ed82 allow setting target operand flags on TargetGlobalAddress nodes. by Chris Lattner · 15 years ago
  83. 304f6a4 MC: Truncate values when printing, to keep 'as' happy. by Daniel Dunbar · 15 years ago
  84. 1e249e3 ISD::ADDE / ISD::SUBE updates the carry bit so they should isle to ADCS and SBCS / RSCS. by Evan Cheng · 15 years ago
  85. 1af2231 start bringing targetoperand flags into isel, first up, ExternalSymbol. by Chris Lattner · 15 years ago
  86. 7bba233 Better error message. by Mikhail Glushenkov · 15 years ago
  87. d7acf73 Regenerate. by Mikhail Glushenkov · 15 years ago
  88. 294f507 Update documentation. by Mikhail Glushenkov · 15 years ago
  89. 7defa2d Make -save-temps behave like in GCC 4.5. by Mikhail Glushenkov · 15 years ago
  90. 3ea93de Privatize this map. by Owen Anderson · 15 years ago
  91. f37feb9 Guard dynamic library loading. by Owen Anderson · 15 years ago
  92. cbd5f0a Added floating point conditional operations support via libcalls. by Sanjiv Gupta · 15 years ago
  93. 2b0de6a simplify shouldPrintPLT by Chris Lattner · 15 years ago
  94. 9a36bdb Test commit by David Goodwin · 15 years ago
  95. ac5e887 Use target-specific machine operand flags to eliminate a gross hack by Chris Lattner · 15 years ago
  96. b1fb84d just eliminate the code entirely! by Chris Lattner · 15 years ago
  97. d589979 Clone target flags when copying mbb operands. by Chris Lattner · 15 years ago
  98. b445908 Provide guards for this shared structure. I'm not sure this actually needs by Owen Anderson · 15 years ago
  99. a8dbf36 Privatize some more debug-related static data. by Owen Anderson · 15 years ago
  100. 2d7f78e Use a more correct atomic increment style. This isn't really necessary in by Owen Anderson · 15 years ago