1. 09bc65e fix some issues Jeff Yasskin noticed by Chris Lattner · 15 years ago
  2. 0af39ea add a note about re-evaluating end() every time through a loop. by Chris Lattner · 15 years ago
  3. 5ec56cc Fix the build on Cygwin. Patch by Aaron Gray. by Owen Anderson · 15 years ago
  4. e3821c7 remove a bogus note. by Chris Lattner · 15 years ago
  5. a05ec61 add a note by Chris Lattner · 15 years ago
  6. 9cdd4f5 #include <iostream> is forbidden. Remove it in favor of raw_ostream. by Bill Wendling · 15 years ago
  7. f3c21b8 A few more load instructions. by Evan Cheng · 15 years ago
  8. e9722fc Array accesses are independent if the underlying arrays differ. by Andreas Bolka · 15 years ago
  9. f4b830f llvm-mc: Accept relocatable expressions for .org, assignments, .byte, etc. by Daniel Dunbar · 15 years ago
  10. 3597604 llvm-mc: Rewrite binary subtraction for relocatable expressions, we can't always by Daniel Dunbar · 15 years ago
  11. 15d1707 llvm-mc: Evaluation for relocatable expressions. by Daniel Dunbar · 15 years ago
  12. 9b27622 Delete a spurious blank line at the top of the file. by Dan Gohman · 15 years ago
  13. 6700316 Define an operator<< for APInt to be used with std::ostream. by Dan Gohman · 15 years ago
  14. 5001c21 Minor formatting, whitespace, and 80-column fixes. by Dan Gohman · 15 years ago
  15. 2aa93ef Minor code simplification. by Dan Gohman · 15 years ago
  16. 4ff863c Enhance tests to include shifted-register operand testing. by David Goodwin · 15 years ago
  17. 3fb7683 Normalize SourceMgr messages. by Daniel Dunbar · 15 years ago
  18. 2bc29dc Add LLVMContext, which will eventually be used as a container for privatizing a lot of (currently) global state, including the by Owen Anderson · 15 years ago
  19. d7b267b llvm-mc: Parse symbol attribute directives. by Daniel Dunbar · 15 years ago
  20. e25b845 Regenerate. by Mikhail Glushenkov · 15 years ago
  21. e8e4d58 Clang is now production quality (at least for C). by Mikhail Glushenkov · 15 years ago
  22. 875ace5 Add a way to access argv[0] in hooks. by Mikhail Glushenkov · 15 years ago
  23. 583cf31 Move the driver entry point out of Main.inc. by Mikhail Glushenkov · 15 years ago
  24. c29dfa7 llvm-mc: Parse .{,b,p2}align{,w,l} directives. by Daniel Dunbar · 15 years ago
  25. 93a65b2 Struct types are described using field types only. by Devang Patel · 15 years ago
  26. dce0f3c llvm-mc: Diagnose misuse (mix) of defined symbols and labels. by Daniel Dunbar · 15 years ago
  27. 9146d0e Add SMLoc::isValid method. - To support using SMLoc as a sentinel. by Daniel Dunbar · 15 years ago
  28. 0faea04 Fix install of libCompilerDriver dynamic library to not copy on every build. by Daniel Dunbar · 15 years ago
  29. 2bfa06d by David Greene · 15 years ago
  30. d94c101 by David Greene · 15 years ago
  31. baeb911 Add Thumb-2 support for TEQ amd TST. by David Goodwin · 15 years ago
  32. 8ba221d Thumb-2 tests by David Goodwin · 15 years ago
  33. 1ad7edc llvm-mc: Recognize C++ style comments. by Daniel Dunbar · 15 years ago
  34. 383a4a8 llvm-mc: Recognize C++ style comments. by Daniel Dunbar · 15 years ago
  35. 0998796 Use getSCEV instead of getUnknown to create a SCEV for a by Dan Gohman · 15 years ago
  36. 5133063 Fix uninitialized variable warning. by Daniel Dunbar · 15 years ago
  37. 74deeb8 Don't build LLVMC when configured with --disable-pic (it needs requires shared by Daniel Dunbar · 15 years ago
  38. 6c83992 Set wasRun to false here on Dan's suggestion. by Torok Edwin · 15 years ago
  39. 1dbc771 s/MainCU/ModuleCU/g by Devang Patel · 15 years ago
  40. 8bd1c28 Set some svn:ignore props by Daniel Dunbar · 15 years ago
  41. fc6877a MC: Improve expression parsing and implement evaluation of absolute expressions by Daniel Dunbar · 15 years ago
  42. 70f4426 Multiple DW_TAG_compile_unit is not used, afaict, on any target. by Devang Patel · 15 years ago
  43. 475839e MC: Improve expression parsing and implement evaluation of absolute expressions. by Daniel Dunbar · 15 years ago
  44. cffddcd Don't cache PHI exit values from exhaustive evaluations, because by Dan Gohman · 15 years ago
  45. 63de5c3 FIX PR 4459. by Rafael Espindola · 15 years ago
  46. cf048d4 by David Greene · 15 years ago
  47. 2c02662 by David Greene · 15 years ago
  48. 67acdf2 by David Greene · 15 years ago
  49. 48de5d8 Initialize CurSection in constructor. by Torok Edwin · 15 years ago
  50. 44b8472 Fix order of arguments to EXPECT_EQ by Daniel Dunbar · 15 years ago
  51. 7908a6a Rename MCValue::getCst to getConstant and add MCValue::isConstant. by Daniel Dunbar · 15 years ago
  52. 2fbb770 Relax LDA memory instruction checks. by Andreas Bolka · 15 years ago
  53. 1970a89 Call doInitialization(), releaseMemory(), and doFinalization() for on-the-fly passes as well. by Torok Edwin · 15 years ago
  54. 23737e0 Simplify this code, and avoid using APInt(). This fixes by Dan Gohman · 15 years ago
  55. 9917700 Add a target-specific DAG combine on X86 to fold the common pattern of by Owen Anderson · 15 years ago
  56. 37c286c Fix three MSVC 2008 warnings that completely clutter the build output. by Sebastian Redl · 15 years ago
  57. 3016af5 by David Greene · 15 years ago
  58. 640a0c1 by David Greene · 15 years ago
  59. 9b9838d by David Greene · 15 years ago
  60. 48715a1 Fix CMake checks for pthread_getspecific and pthread_rwlock_init, from Xerxes Ranby by Douglas Gregor · 15 years ago
  61. 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
  62. cd1267d Add triple for OpenBSD. by Duncan Sands · 15 years ago
  63. c91e68a Include the new file ThumbRegisterInfo.cpp to CMakeLists.txt by Duncan Sands · 15 years ago
  64. 055b031 Implement Thumb2 ldr. by Evan Cheng · 15 years ago
  65. 95c1f5b Make dynamic LLVMC plugins work on Windows (finally!). by Mikhail Glushenkov · 15 years ago
  66. 868a302 Missed one. by Andreas Bolka · 15 years ago
  67. acd6f8d Fix case in LDA util function names. by Andreas Bolka · 15 years ago
  68. c6a3030 Print pairwise dependence results, add testcases. by Andreas Bolka · 15 years ago
  69. f35626d Minimal LDA interface, maximally conservative tester. by Andreas Bolka · 15 years ago
  70. 707207a LDA analysis output scaffolding. by Andreas Bolka · 15 years ago
  71. f7ca161 Don't try to split a loop when the controlling icmp instruction by Dan Gohman · 15 years ago
  72. a1baee2 Remove the block from the LoopInfo, rather than just the Loop. by Dan Gohman · 15 years ago
  73. 4b35f83 Teach LoopSimplify how to merge multiple loop exits into a single exit, by Dan Gohman · 15 years ago
  74. cfb3220 More minor code simplifications. by Dan Gohman · 15 years ago
  75. 9d59d9f Eliminate a layer of indirection in LoopInfo and MachineLoopInfo. by Dan Gohman · 15 years ago
  76. 1c34375 Convert ScalarEvolution to use BumpPtrAllocator and FoldingSet, instead by Dan Gohman · 15 years ago
  77. 0a92833 Remove a redundant #include. by Dan Gohman · 15 years ago
  78. 267a385 Change SCEVExpander to use an IRBuilder to emit instructions. by Dan Gohman · 15 years ago
  79. 1d3b26a Add a 'const' in a comment. by Dan Gohman · 15 years ago
  80. 55ad1f2 Simplify a bit by Anton Korobeynikov · 15 years ago
  81. a98cbc5 ARM refactoring. Step 2: split RegisterInfo by Anton Korobeynikov · 15 years ago
  82. 1b573d8 Add ThumbInstrInfo.cpp to the CMake makefiles by Douglas Gregor · 15 years ago
  83. f7789c7 remove a bunch of fixmes (old checking code) and commonize all the by Chris Lattner · 15 years ago
  84. b1acd68 pull @GOT, @GOTOFF, @GOTPCREL handling into isel from the asmprinter. by Chris Lattner · 15 years ago
  85. 4c1b606 simplify some code and eliminate the symbolicAddressesAreRIPRel() predicate. by Chris Lattner · 15 years ago
  86. de53dc0 When a value is used multiple times within a single PHI, instructions by Dan Gohman · 15 years ago
  87. 553e571 fix clang/test/CodeGenObjC/try.m, a basereg doesn't mean no global anymore. by Chris Lattner · 15 years ago
  88. 380135c fix a bunch of failures in the X86-64 JIT by tolerating RIP as by Chris Lattner · 15 years ago
  89. 74d3f50 factor some logic out into a helper function, allow remat of loads from constant by Chris Lattner · 15 years ago
  90. 18c5987 Reimplement rip-relative addressing in the X86-64 backend. The new by Chris Lattner · 15 years ago
  91. 600d006 remove some unneeded eh info. by Chris Lattner · 15 years ago
  92. 1873d0c When doing remat, don't consider uses of non-allocatable physregs. Patch by Chris Lattner · 15 years ago
  93. 9cb9e67 Renaming for consistency. by Evan Cheng · 15 years ago
  94. 18eed20 testcase for PR4466 by Chris Lattner · 15 years ago
  95. 89da699 Fix PR4466 by making fastisel set operand flags correctly. by Chris Lattner · 15 years ago
  96. 5b93ea1 fix a typo that GCC should have caught that causes crashes with -view-*-dags by Chris Lattner · 15 years ago
  97. 8eba8e0 Remove outdated comment. by David Goodwin · 15 years ago
  98. 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
  99. 16bdfdb Add some testcases for some of the recent ScalarEvolution bug fixes. by Dan Gohman · 15 years ago
  100. 667d787 Incorporate the insertion point into the key of SCEVExpander's CSE map. by Dan Gohman · 15 years ago