1. e2721f7 Remove InvalidateStructLayoutInfo from the ocaml bindings. by Benjamin Kramer · 13 years ago
  2. 21384c4 Revert r136528 "Enable compact region splitting by default." by Jakob Stoklund Olesen · 13 years ago
  3. 61377a1 Switch another of the old dependencies on implicitly produced synthetic by Chandler Carruth · 13 years ago
  4. c58247d Remove yet another buried and hidden implicit dependency: every single by Chandler Carruth · 13 years ago
  5. 10c6d12 Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, by Bill Wendling · 13 years ago
  6. efd7919 Added several architecture names. by Sean Callanan · 13 years ago
  7. 4af0f5f Revert "Don't check liveness of unallocatable registers." by Jakob Stoklund Olesen · 13 years ago
  8. 2e1513d Make my attempt to build up global deps variables actually utilize by Chandler Carruth · 13 years ago
  9. eeb57c7 Don't check liveness of unallocatable registers. by Jakob Stoklund Olesen · 13 years ago
  10. 93e6f02 Check for multiple defs in the machine code verifier. by Jakob Stoklund Olesen · 13 years ago
  11. eb809f5 Correctly handle scattered operands where the bits of the operand are contiguous, but out of order. by Owen Anderson · 13 years ago
  12. 73e7dce Add an isSSA() flag to MachineRegisterInfo. by Jakob Stoklund Olesen · 13 years ago
  13. 05bce0b Unconstify Inits by David Greene · 13 years ago
  14. c8f34de Do not lose branch weights when lowering SwitchInst. by Jakub Staszak · 13 years ago
  15. 9162abb Enable compact region splitting by default. by Jakob Stoklund Olesen · 13 years ago
  16. ef7f1e7 Add support for the 'Q' constraint. by Eric Christopher · 13 years ago
  17. b4f4cbd Remove a blank line from the top. by David Greene · 13 years ago
  18. 4cea5ba have the verifier catch gep's into opaque struct types. PR10473 by Chris Lattner · 13 years ago
  19. e1cf590 ARM SRS instruction parsing, diassembly and encoding support. by Jim Grosbach · 13 years ago
  20. c91d626 On mac, it seems the MC disassembler is actually using the targetinfo by Chandler Carruth · 13 years ago
  21. 95ece8e Remove unneeded const_cast. by Jakub Staszak · 13 years ago
  22. 33768db ARM CPS mode immediate is 5 bits, not 4. by Jim Grosbach · 13 years ago
  23. 6e8bb8a Clear DbgValues in the end. by Devang Patel · 13 years ago
  24. 6f6baf1 Add more constantness in BranchProbabilityInfo. by Jakub Staszak · 13 years ago
  25. 78621a8 [AVX] Make DagInits Unique by David Greene · 13 years ago
  26. 65bf3ca [AVX] Make FieldInit Unique by David Greene · 13 years ago
  27. 08f71e3 [AVX] Make VarListElementInit Unique by David Greene · 13 years ago
  28. aa839b8 [AVX] Make VarBitInit Unique by David Greene · 13 years ago
  29. e0be0e3 [AVX] Make VarInit Unique by David Greene · 13 years ago
  30. b76a1e6 [AVX] Make TernOpInit Unique by David Greene · 13 years ago
  31. 65a5b8c [AVX] Make BinOpInit Unique by David Greene · 13 years ago
  32. 6f03b63 [AVX] Make UnOpInit Unique by David Greene · 13 years ago
  33. aad4c9f [AVX] Make ListInits Unique by David Greene · 13 years ago
  34. 637b4ff [AVX] Make CodeInit Unique by David Greene · 13 years ago
  35. d0e9d04 [AVX] Make StringInit Unique by David Greene · 13 years ago
  36. 2855b0f [AVX] Make IntInit Unique by David Greene · 13 years ago
  37. 726bbde [AVX] Make BitsInit Unique by David Greene · 13 years ago
  38. 0ffd167 [AVX] Unique BitInit by David Greene · 13 years ago
  39. ba1ae18 [AVX] Unique UnsetInit by David Greene · 13 years ago
  40. dcd35c7 [AVX] Create Inits Via Factory Method by David Greene · 13 years ago
  41. f37dd02 [AVX] Constify Inits by David Greene · 13 years ago
  42. 60c04af [AVX] Remove non-const Iterators by David Greene · 13 years ago
  43. ca7fd3d [AVX] Remove Mutating Members from Inits by David Greene · 13 years ago
  44. c45a2ca Add ListInit::getValues by David Greene · 13 years ago
  45. cd0bc90 Add a std::string Wrapper for TableGen by David Greene · 13 years ago
  46. 1619560 Clean up debug info after reassociation. by Devang Patel · 13 years ago
  47. 2c6363a ARM assembly parsing and encoding for RFE instruction. by Jim Grosbach · 13 years ago
  48. ea24298 Third time's the charm for implementing tied operand decoding properly. by Owen Anderson · 13 years ago
  49. 2b9c507 Don't look at $PWD in GetCurrentDirectory. by Nick Lewycky · 13 years ago
  50. 5a28748 ARM SRS and RFE instructions are not code-gen only. by Jim Grosbach · 13 years ago
  51. b48ce90 ARM range checking for mode on CPS instruction. by Jim Grosbach · 13 years ago
  52. 71d3d67 ARM update tests for CPS instruction. by Jim Grosbach · 13 years ago
  53. 96e24fa Update FIXME. by Jim Grosbach · 13 years ago
  54. bd4562e Tweak comment. by Jim Grosbach · 13 years ago
  55. d217da1 Fix a case where, when trying to track tied operands, we'd accidentally overwrite our mapping. by Owen Anderson · 13 years ago
  56. 3401a90 Switch the CMake edis build over to add_llvm_library_dependencies by Douglas Gregor · 13 years ago
  57. 6815ff0 Avoid undefined behaviour if somehow NUM_GRAPHS equals 2^32 (or by Duncan Sands · 13 years ago
  58. 3c036e5 Teach Path::GetCurrentDirectory to use $PWD, to support users who like to do by Nick Lewycky · 13 years ago
  59. 3bbb6f7 Fix a lot of typos, improve (but not necessarily fix) grammaros and reflow some by Nick Lewycky · 13 years ago
  60. 55ba816 Misc optimizer+codegen work for 'cmpxchg' and 'atomicrmw'. They appear to be by Eli Friedman · 13 years ago
  61. e0058b4 Remove incEdgeWeight and decEdgeWeight. Set edge weight directly to avoid by Jakub Staszak · 13 years ago
  62. 7ad75f6 Fix the MCDisassembler dependencies. These were just absurdly wrong. by Chandler Carruth · 13 years ago
  63. 6126005 Fix two tests that I crashed in the previous commits. The mask elts by Bruno Cardoso Lopes · 13 years ago
  64. dd63530 Match VPERMIL masks more strictly and update the target specific mask by Bruno Cardoso Lopes · 13 years ago
  65. 2eb4c2b Add DecodeShuffle shuffle support for VPERMIPD variantes by Bruno Cardoso Lopes · 13 years ago
  66. e89c7d4 Add v8i32 and v4i64 vpermil patterns by Bruno Cardoso Lopes · 13 years ago
  67. 377baa5 Fix a bug while generating target specific VPERMIL masks: skip by Bruno Cardoso Lopes · 13 years ago
  68. 0b0a09f Enable usage of SSE4 extracts and inserts in their 128-bit AVX forms. by Bruno Cardoso Lopes · 13 years ago
  69. 9065d4b Cleanup PALIGNR handling and remove the old palign pattern fragment. by Bruno Cardoso Lopes · 13 years ago
  70. 741bf79 Use the pointer type size. by Bill Wendling · 13 years ago
  71. 7d44c45 And now something that compiles... by Bill Wendling · 13 years ago
  72. 744b4bd Make sure to sext or trunc the result from the register. by Bill Wendling · 13 years ago
  73. fe42808 Transfer implicit operands in NEONMoveFixPass. by Jakob Stoklund Olesen · 13 years ago
  74. e69438f Add -verify-arm-pseudo-expand. by Jakob Stoklund Olesen · 13 years ago
  75. ef71597 Make sure to correctly clear the exact/nuw/nsw flags off of shifts when they are combined together. <rdar://problem/9859829> by Eli Friedman · 13 years ago
  76. ac03e73 Rewrite the CMake build to use explicit dependencies between libraries, by Chandler Carruth · 13 years ago
  77. 00eab6c Remove extra semicolon. by Jakub Staszak · 13 years ago
  78. 00ef6e3 Enhance the fixed-length decoder emitter to support tied operands. by Owen Anderson · 13 years ago
  79. 3678537 Visit the landingpad instruction. by Bill Wendling · 13 years ago
  80. e963a38 Add the AddLandingPadInfo function. by Bill Wendling · 13 years ago
  81. 3d8b15e Change LBH_TAKEN_WEIGHT to 124 (from 128). Right now, sum of by Jakub Staszak · 13 years ago
  82. 48c693f PLD and PLI are not predicable in ARM mode. by Jim Grosbach · 13 years ago
  83. c5b3c58 CBZ/CBNZ are Thumb2 only. No need for ARM mode tests for them. by Jim Grosbach · 13 years ago
  84. cf121c3 ARM assembly parsing and encoding for BLX (immediate). by Jim Grosbach · 13 years ago
  85. d1e38df Enhance the fixed-length decoder emitter to support parsing scattered fields. by Owen Anderson · 13 years ago
  86. ff03048 LangRef and basic memory-representation/reading/writing for 'cmpxchg' and by Eli Friedman · 13 years ago
  87. 7f1cce5 If run with -debug give more information about Cyclic Probability. by Jakub Staszak · 13 years ago
  88. 7241caf Heuristics are in descending priority now. If we use one of them, skip the rest. by Jakub Staszak · 13 years ago
  89. f6c6900 Handle REG_SEQUENCE with implicitly defined operands. by Jakob Stoklund Olesen · 13 years ago
  90. 43afb6f Remove obsolete FIXME reference in comment. by Jim Grosbach · 13 years ago
  91. 293a2ee ARM assembly parsing and encoding for BFC and BFI. by Jim Grosbach · 13 years ago
  92. fa44725 Add InEdges (edges from header to the loop) in Loop Branch Heuristics, so by Jakub Staszak · 13 years ago
  93. 1ddaa9c Use ArrayRef instead of requiring an std::vector. by Bill Wendling · 13 years ago
  94. 7379b66 The personality function should be a Function* and not just a Value*. by Bill Wendling · 13 years ago
  95. 6bd4842 Fix Clang attribute reader tblgen output for a corresponding fix on the Clang side by Douglas Gregor · 13 years ago
  96. cc07e04 Reverse order of RS_Split live ranges under -compact-regions. by Jakob Stoklund Olesen · 13 years ago
  97. b490450 Initial code to convert ResumeInsts into calls to _Unwind_Resume. by Bill Wendling · 13 years ago
  98. af7a46d Fix stupid mistake from commit 136381. by Jakub Staszak · 13 years ago
  99. 2f9427c Speed up BlockFrequencyInfo a little bit. by Jakub Staszak · 13 years ago
  100. c29769b Add fixme. by Jim Grosbach · 13 years ago