1. 0fd3806 improve the APIs for creating struct and function types with no arguments/elements by Chris Lattner · 15 years ago
  2. 35c28ec Fix some fast-isel problems selecting global variable addressing in pic mode. by Chris Lattner · 15 years ago
  3. 2578ba2 Handle IMPLICIT_DEF with isUndef operand marker, part 2. This patch moves the code to annotate machineoperands to LiveIntervalAnalysis. It also add markers for implicit_def that define physical registers. The rest, is just a lot of details. by Evan Cheng · 15 years ago
  4. 5bcc8bd Remove unused AsmPrinter OptLevel argument, and propogate. by Daniel Dunbar · 15 years ago
  5. d1fa120 Add PIC load and store patterns for Thumb-2. by David Goodwin · 15 years ago
  6. db47ed0 Add a global context, for easing backwards compatibility. by Owen Anderson · 15 years ago
  7. d9627e1 llvm-mc: Introduce method to match a parsed x86 instruction into an MCInst. by Daniel Dunbar · 15 years ago
  8. e303503 Fill in some methods for the MCValue field of an MCOperand. by Daniel Dunbar · 15 years ago
  9. d870b28 llvm-mc: Accept relocatable expressions when parsing displacements and by Daniel Dunbar · 15 years ago
  10. 6647cea Thumb-2 load and store double description. But nothing yet creates them. by David Goodwin · 15 years ago
  11. 374d8bd llvm-mc: Symbols in a relocatable expression of the (a - b + cst) form are by Daniel Dunbar · 15 years ago
  12. 20c568f Add an "alignment" field to the MachineFunction object. It makes more sense to by Bill Wendling · 15 years ago
  13. 73b8f16 Add thumb-2 store word, halfword, and byte. by David Goodwin · 15 years ago
  14. f677995 Drop redundant print impl. by Andreas Bolka · 15 years ago
  15. c39f44b Minor code cleanups. by Dan Gohman · 15 years ago
  16. 38a253d Reapply 74494, this time removing the conflicting definition of operator<< by Dan Gohman · 15 years ago
  17. c9a59b5 Improve Thumb-2 jump table support. by David Goodwin · 15 years ago
  18. f0c3d02 by David Greene · 15 years ago
  19. 5e47a9a Add conditional and unconditional thumb-2 branch. Add thumb-2 jump table. by David Goodwin · 15 years ago
  20. 72bf447 Add wrappers for type construction to LLVMContext. by Owen Anderson · 15 years ago
  21. 2c6f9f7 add a FAQ. by Chris Lattner · 15 years ago
  22. 5217007 Fix up header comments to make Chris happy. by Owen Anderson · 15 years ago
  23. af5f6ba Fix PR4485. by Rafael Espindola · 15 years ago
  24. 697b378 Revert my intentional breakage. by Daniel Dunbar · 15 years ago
  25. 2a4aa97 Intentionally break a unittest to test my buildbot gtest command. by Daniel Dunbar · 15 years ago
  26. b79742c Suppress may-be-used-uninitialized warning. by Daniel Dunbar · 15 years ago
  27. 892b507 Fix CMake build by Douglas Gregor · 15 years ago
  28. 2b1a6e7 Fixed assert that checks return value of TlsSetValue. by Oscar Fuentes · 15 years ago
  29. f55715c Fix PR4484. This was caused by me confounding FP0 and ST(0). by Rafael Espindola · 15 years ago
  30. 50564eb Temporarily restore the scavenger implicit_def checking code. MachineOperand isUndef mark is not being put on implicit_def of physical registers (created for parameter passing, etc.). by Evan Cheng · 15 years ago
  31. 4784f1f Add a bit IsUndef to MachineOperand. This indicates the def / use register operand is defined by an implicit_def. That means it can def / use any register and passes (e.g. register scavenger) can feel free to ignore them. by Evan Cheng · 15 years ago
  32. 527b6e6 Temporarily revert r74494. It was causing failures in the unit tests. by Bill Wendling · 15 years ago
  33. a44f87f got confused again by Chris Lattner · 15 years ago
  34. 09bc65e fix some issues Jeff Yasskin noticed by Chris Lattner · 15 years ago
  35. 0af39ea add a note about re-evaluating end() every time through a loop. by Chris Lattner · 15 years ago
  36. 5ec56cc Fix the build on Cygwin. Patch by Aaron Gray. by Owen Anderson · 15 years ago
  37. e3821c7 remove a bogus note. by Chris Lattner · 15 years ago
  38. a05ec61 add a note by Chris Lattner · 15 years ago
  39. 9cdd4f5 #include <iostream> is forbidden. Remove it in favor of raw_ostream. by Bill Wendling · 15 years ago
  40. f3c21b8 A few more load instructions. by Evan Cheng · 15 years ago
  41. e9722fc Array accesses are independent if the underlying arrays differ. by Andreas Bolka · 15 years ago
  42. f4b830f llvm-mc: Accept relocatable expressions for .org, assignments, .byte, etc. by Daniel Dunbar · 15 years ago
  43. 3597604 llvm-mc: Rewrite binary subtraction for relocatable expressions, we can't always by Daniel Dunbar · 15 years ago
  44. 15d1707 llvm-mc: Evaluation for relocatable expressions. by Daniel Dunbar · 15 years ago
  45. 9b27622 Delete a spurious blank line at the top of the file. by Dan Gohman · 15 years ago
  46. 6700316 Define an operator<< for APInt to be used with std::ostream. by Dan Gohman · 15 years ago
  47. 5001c21 Minor formatting, whitespace, and 80-column fixes. by Dan Gohman · 15 years ago
  48. 2aa93ef Minor code simplification. by Dan Gohman · 15 years ago
  49. 4ff863c Enhance tests to include shifted-register operand testing. by David Goodwin · 15 years ago
  50. 3fb7683 Normalize SourceMgr messages. by Daniel Dunbar · 15 years ago
  51. 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
  52. d7b267b llvm-mc: Parse symbol attribute directives. by Daniel Dunbar · 15 years ago
  53. e25b845 Regenerate. by Mikhail Glushenkov · 15 years ago
  54. e8e4d58 Clang is now production quality (at least for C). by Mikhail Glushenkov · 15 years ago
  55. 875ace5 Add a way to access argv[0] in hooks. by Mikhail Glushenkov · 15 years ago
  56. 583cf31 Move the driver entry point out of Main.inc. by Mikhail Glushenkov · 15 years ago
  57. c29dfa7 llvm-mc: Parse .{,b,p2}align{,w,l} directives. by Daniel Dunbar · 15 years ago
  58. 93a65b2 Struct types are described using field types only. by Devang Patel · 15 years ago
  59. dce0f3c llvm-mc: Diagnose misuse (mix) of defined symbols and labels. by Daniel Dunbar · 15 years ago
  60. 9146d0e Add SMLoc::isValid method. - To support using SMLoc as a sentinel. by Daniel Dunbar · 15 years ago
  61. 0faea04 Fix install of libCompilerDriver dynamic library to not copy on every build. by Daniel Dunbar · 15 years ago
  62. 2bfa06d by David Greene · 15 years ago
  63. d94c101 by David Greene · 15 years ago
  64. baeb911 Add Thumb-2 support for TEQ amd TST. by David Goodwin · 15 years ago
  65. 8ba221d Thumb-2 tests by David Goodwin · 15 years ago
  66. 1ad7edc llvm-mc: Recognize C++ style comments. by Daniel Dunbar · 15 years ago
  67. 383a4a8 llvm-mc: Recognize C++ style comments. by Daniel Dunbar · 15 years ago
  68. 0998796 Use getSCEV instead of getUnknown to create a SCEV for a by Dan Gohman · 15 years ago
  69. 5133063 Fix uninitialized variable warning. by Daniel Dunbar · 15 years ago
  70. 74deeb8 Don't build LLVMC when configured with --disable-pic (it needs requires shared by Daniel Dunbar · 15 years ago
  71. 6c83992 Set wasRun to false here on Dan's suggestion. by Torok Edwin · 15 years ago
  72. 1dbc771 s/MainCU/ModuleCU/g by Devang Patel · 15 years ago
  73. 8bd1c28 Set some svn:ignore props by Daniel Dunbar · 15 years ago
  74. fc6877a MC: Improve expression parsing and implement evaluation of absolute expressions by Daniel Dunbar · 15 years ago
  75. 70f4426 Multiple DW_TAG_compile_unit is not used, afaict, on any target. by Devang Patel · 15 years ago
  76. 475839e MC: Improve expression parsing and implement evaluation of absolute expressions. by Daniel Dunbar · 15 years ago
  77. cffddcd Don't cache PHI exit values from exhaustive evaluations, because by Dan Gohman · 15 years ago
  78. 63de5c3 FIX PR 4459. by Rafael Espindola · 15 years ago
  79. cf048d4 by David Greene · 15 years ago
  80. 2c02662 by David Greene · 15 years ago
  81. 67acdf2 by David Greene · 15 years ago
  82. 48de5d8 Initialize CurSection in constructor. by Torok Edwin · 15 years ago
  83. 44b8472 Fix order of arguments to EXPECT_EQ by Daniel Dunbar · 15 years ago
  84. 7908a6a Rename MCValue::getCst to getConstant and add MCValue::isConstant. by Daniel Dunbar · 15 years ago
  85. 2fbb770 Relax LDA memory instruction checks. by Andreas Bolka · 15 years ago
  86. 1970a89 Call doInitialization(), releaseMemory(), and doFinalization() for on-the-fly passes as well. by Torok Edwin · 15 years ago
  87. 23737e0 Simplify this code, and avoid using APInt(). This fixes by Dan Gohman · 15 years ago
  88. 9917700 Add a target-specific DAG combine on X86 to fold the common pattern of by Owen Anderson · 15 years ago
  89. 37c286c Fix three MSVC 2008 warnings that completely clutter the build output. by Sebastian Redl · 15 years ago
  90. 3016af5 by David Greene · 15 years ago
  91. 640a0c1 by David Greene · 15 years ago
  92. 9b9838d by David Greene · 15 years ago
  93. 48715a1 Fix CMake checks for pthread_getspecific and pthread_rwlock_init, from Xerxes Ranby by Douglas Gregor · 15 years ago
  94. 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
  95. cd1267d Add triple for OpenBSD. by Duncan Sands · 15 years ago
  96. c91e68a Include the new file ThumbRegisterInfo.cpp to CMakeLists.txt by Duncan Sands · 15 years ago
  97. 055b031 Implement Thumb2 ldr. by Evan Cheng · 15 years ago
  98. 95c1f5b Make dynamic LLVMC plugins work on Windows (finally!). by Mikhail Glushenkov · 15 years ago
  99. 868a302 Missed one. by Andreas Bolka · 15 years ago
  100. acd6f8d Fix case in LDA util function names. by Andreas Bolka · 15 years ago