1. cffddcd Don't cache PHI exit values from exhaustive evaluations, because by Dan Gohman · 15 years ago
  2. 63de5c3 FIX PR 4459. by Rafael Espindola · 15 years ago
  3. cf048d4 by David Greene · 15 years ago
  4. 2c02662 by David Greene · 15 years ago
  5. 67acdf2 by David Greene · 15 years ago
  6. 48de5d8 Initialize CurSection in constructor. by Torok Edwin · 15 years ago
  7. 44b8472 Fix order of arguments to EXPECT_EQ by Daniel Dunbar · 15 years ago
  8. 7908a6a Rename MCValue::getCst to getConstant and add MCValue::isConstant. by Daniel Dunbar · 15 years ago
  9. 2fbb770 Relax LDA memory instruction checks. by Andreas Bolka · 15 years ago
  10. 1970a89 Call doInitialization(), releaseMemory(), and doFinalization() for on-the-fly passes as well. by Torok Edwin · 15 years ago
  11. 23737e0 Simplify this code, and avoid using APInt(). This fixes by Dan Gohman · 15 years ago
  12. 9917700 Add a target-specific DAG combine on X86 to fold the common pattern of by Owen Anderson · 15 years ago
  13. 37c286c Fix three MSVC 2008 warnings that completely clutter the build output. by Sebastian Redl · 15 years ago
  14. 3016af5 by David Greene · 15 years ago
  15. 640a0c1 by David Greene · 15 years ago
  16. 9b9838d by David Greene · 15 years ago
  17. 48715a1 Fix CMake checks for pthread_getspecific and pthread_rwlock_init, from Xerxes Ranby by Douglas Gregor · 15 years ago
  18. c0309b4 Rename ARMcmpNZ to ARMcmpZ and use it to represent comparisons that set only the Z flag (i.e. eq and ne). Make ARMcmpZ commutative. by David Goodwin · 15 years ago
  19. cd1267d Add triple for OpenBSD. by Duncan Sands · 15 years ago
  20. c91e68a Include the new file ThumbRegisterInfo.cpp to CMakeLists.txt by Duncan Sands · 15 years ago
  21. 055b031 Implement Thumb2 ldr. by Evan Cheng · 15 years ago
  22. 95c1f5b Make dynamic LLVMC plugins work on Windows (finally!). by Mikhail Glushenkov · 15 years ago
  23. 868a302 Missed one. by Andreas Bolka · 15 years ago
  24. acd6f8d Fix case in LDA util function names. by Andreas Bolka · 15 years ago
  25. c6a3030 Print pairwise dependence results, add testcases. by Andreas Bolka · 15 years ago
  26. f35626d Minimal LDA interface, maximally conservative tester. by Andreas Bolka · 15 years ago
  27. 707207a LDA analysis output scaffolding. by Andreas Bolka · 15 years ago
  28. f7ca161 Don't try to split a loop when the controlling icmp instruction by Dan Gohman · 15 years ago
  29. a1baee2 Remove the block from the LoopInfo, rather than just the Loop. by Dan Gohman · 15 years ago
  30. 4b35f83 Teach LoopSimplify how to merge multiple loop exits into a single exit, by Dan Gohman · 15 years ago
  31. cfb3220 More minor code simplifications. by Dan Gohman · 15 years ago
  32. 9d59d9f Eliminate a layer of indirection in LoopInfo and MachineLoopInfo. by Dan Gohman · 15 years ago
  33. 1c34375 Convert ScalarEvolution to use BumpPtrAllocator and FoldingSet, instead by Dan Gohman · 15 years ago
  34. 0a92833 Remove a redundant #include. by Dan Gohman · 15 years ago
  35. 267a385 Change SCEVExpander to use an IRBuilder to emit instructions. by Dan Gohman · 15 years ago
  36. 1d3b26a Add a 'const' in a comment. by Dan Gohman · 15 years ago
  37. 55ad1f2 Simplify a bit by Anton Korobeynikov · 15 years ago
  38. a98cbc5 ARM refactoring. Step 2: split RegisterInfo by Anton Korobeynikov · 15 years ago
  39. 1b573d8 Add ThumbInstrInfo.cpp to the CMake makefiles by Douglas Gregor · 15 years ago
  40. f7789c7 remove a bunch of fixmes (old checking code) and commonize all the by Chris Lattner · 15 years ago
  41. b1acd68 pull @GOT, @GOTOFF, @GOTPCREL handling into isel from the asmprinter. by Chris Lattner · 15 years ago
  42. 4c1b606 simplify some code and eliminate the symbolicAddressesAreRIPRel() predicate. by Chris Lattner · 15 years ago
  43. de53dc0 When a value is used multiple times within a single PHI, instructions by Dan Gohman · 15 years ago
  44. 553e571 fix clang/test/CodeGenObjC/try.m, a basereg doesn't mean no global anymore. by Chris Lattner · 15 years ago
  45. 380135c fix a bunch of failures in the X86-64 JIT by tolerating RIP as by Chris Lattner · 15 years ago
  46. 74d3f50 factor some logic out into a helper function, allow remat of loads from constant by Chris Lattner · 15 years ago
  47. 18c5987 Reimplement rip-relative addressing in the X86-64 backend. The new by Chris Lattner · 15 years ago
  48. 600d006 remove some unneeded eh info. by Chris Lattner · 15 years ago
  49. 1873d0c When doing remat, don't consider uses of non-allocatable physregs. Patch by Chris Lattner · 15 years ago
  50. 9cb9e67 Renaming for consistency. by Evan Cheng · 15 years ago
  51. 18eed20 testcase for PR4466 by Chris Lattner · 15 years ago
  52. 89da699 Fix PR4466 by making fastisel set operand flags correctly. by Chris Lattner · 15 years ago
  53. 5b93ea1 fix a typo that GCC should have caught that causes crashes with -view-*-dags by Chris Lattner · 15 years ago
  54. 8eba8e0 Remove outdated comment. by David Goodwin · 15 years ago
  55. dcdaebc When possible, use "mvn ra, rb" instead of "eor ra, rb, -1" because mvn has a narrow version and eor(i) does not. by David Goodwin · 15 years ago
  56. 16bdfdb Add some testcases for some of the recent ScalarEvolution bug fixes. by Dan Gohman · 15 years ago
  57. 667d787 Incorporate the insertion point into the key of SCEVExpander's CSE map. by Dan Gohman · 15 years ago
  58. acec7b3 Remove unused routines. by Devang Patel · 15 years ago
  59. 343dadb by David Greene · 15 years ago
  60. 7f98cac Thumb-2 tests by David Goodwin · 15 years ago
  61. 9a80b45 Fix ScalarEvolution::getAddRecExpr's code which canonicalized the by Dan Gohman · 15 years ago
  62. f7f02a9 NewNightlyTest.pl: Support -submit-aux with -no-submit (run that aux script, by Daniel Dunbar · 15 years ago
  63. ff0d339 Add missing argument for vtbx intrinsic. by Bob Wilson · 15 years ago
  64. e890eea Fix SCEVAddRecExpr::isLoopInvariant to test if all of its operands by Dan Gohman · 15 years ago
  65. 93677c9 remove unwind info, add test for asmprinting of jump table labels with (%rip) by Chris Lattner · 15 years ago
  66. 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
  67. d8220e5 simplify printing of MO_ExternalSymbol in a non-pcrel context. by Chris Lattner · 15 years ago
  68. fd6d87d Add intrinsics for ARM NEON vtbl and vtbx operations. by Bob Wilson · 15 years ago
  69. 2af72d4 Privatize some data. by Owen Anderson · 15 years ago
  70. afe0a08 Constify this value. by Owen Anderson · 15 years ago
  71. d49ea77 Split thumb-related stuff into separate classes. by Anton Korobeynikov · 15 years ago
  72. c4233af add %rip to the GR64 register class. Lets avoid allocating it to anything though! :) by Chris Lattner · 15 years ago
  73. b903bed Move all the TLS processing logic into isel, don't do it in asmprinter at all. by Chris Lattner · 15 years ago
  74. ba8ef45 make sure to propagate operand flags in SelectTLSADDRAddr properly. by Chris Lattner · 15 years ago
  75. 505e982 fix a really subtle bug in the cross section of aliases and TLS: by Chris Lattner · 15 years ago
  76. 24062ac Thumb-2 has CLZ. by David Goodwin · 15 years ago
  77. 7ce720b Use "adcs/sbcs" only when the carry-out is live, otherwise use "adc/sbc". by David Goodwin · 15 years ago
  78. d8ac1be Delete LoopPass::runOnFunctionBody. It was never used or implemented. by Jeffrey Yasskin · 15 years ago
  79. b41b5e0 Get rid of these cache variables, which are a holdover from the days when by Owen Anderson · 15 years ago
  80. a618440 Make this const. by Owen Anderson · 15 years ago
  81. 03a597f minor cleanup/framework changes. by Chris Lattner · 15 years ago
  82. 52132bf Privatize some variables. by Owen Anderson · 15 years ago
  83. 41621a2 move magic for PIC constantpool references from asmprinter to isel. by Chris Lattner · 15 years ago
  84. d212bb8 implement DOTGraphTraits<SelectionDAG*>::getNodeLabel in terms of by Chris Lattner · 15 years ago
  85. 89ca575 use jump table operand flags in asm printer instead of "magic predicates" by Chris Lattner · 15 years ago
  86. d2deed0 More spelling Count as count. by Daniel Dunbar · 15 years ago
  87. 4dbbfe3 Swap order of arguments to vst[34]* intrinsics. This matches the order by Bob Wilson · 15 years ago
  88. 039c43d Spell Count as count. by Daniel Dunbar · 15 years ago
  89. 2634e98 Add Thumb-2 tests. by David Goodwin · 15 years ago
  90. cb73734 Use atomic operations for accessing this global counter. by Owen Anderson · 15 years ago
  91. 93d95bd ADC used to implement adde should use "adcs" opcode instead of "adc". by David Goodwin · 15 years ago
  92. fdca74c Get rid of unnecessary global variables. by Owen Anderson · 15 years ago
  93. caffbd7 ORN and BIC tests. by David Goodwin · 15 years ago
  94. 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
  95. 8947881 Fix linking of llvm-ld and lli with CMake, from Xerxes Rånby by Douglas Gregor · 15 years ago
  96. c7077c7 CMake: add configure checks for pthread_rwlock_init and pthread_getspecific by Douglas Gregor · 15 years ago
  97. 02b9735 Fix compilation without pthreads. by Owen Anderson · 15 years ago
  98. 6677f51 Fix tests: Count -> count. by Evan Cheng · 15 years ago
  99. 855a168 Indentation. by Evan Cheng · 15 years ago
  100. 2b51d51 Simplify predicate CarryDefIsUsed. by Evan Cheng · 15 years ago