1. 1600525 Remove the LLVMBuildUnwind C API function. by Bill Wendling · 14 years ago
  2. fcb4356 Use consistent terminology for loop exit/exiting blocks. Name change only. by Andrew Trick · 14 years ago
  3. 7a3824b Remove empty test. by Benjamin Kramer · 14 years ago
  4. 9b7fdc7 Revert r136503 and r136480 in an effort to fix non-determinism in the llvm-gcc buildbots on i386. Devang is looking into the root cause. by Owen Anderson · 14 years ago
  5. 74699fd I am the code owner for Clang's IR generation; this has been true by John McCall · 14 years ago
  6. 101c81d Minor wording tweak for memory model. by Eli Friedman · 14 years ago
  7. 9b0a479 Fix a couple silly typos in IRBuilder in the new atomic instructions. by Eli Friedman · 14 years ago
  8. 3207c9a Bail from FastISel when we encounter a volatile memset intrinsic. Patch by Ivan by Nick Lewycky · 14 years ago
  9. cf60395 Make the FixedLengthDecoderEmitter smart enough to autogenerate decoders for encodings like "let Inst{11-7} = foo;", where the RHS has no bitwidth specifiers. by Owen Anderson · 14 years ago
  10. 02c8460 Move imm0_255 to ARMInstrInfo.td with the other immediate predicates. by Jim Grosbach · 14 years ago
  11. b2756af Fix comments. by Jim Grosbach · 14 years ago
  12. 55244ce Add v4f64 -> v2f32 fp_round support. Also add a testcase to exercise by Bruno Cardoso Lopes · 14 years ago
  13. aed890b Teach PreprocessISelDAG to be aware of vector types and to not process them. by Bruno Cardoso Lopes · 14 years ago
  14. 8af2451 Lower CONCAT_VECTORS to use two VINSERTF128 instructions instead of by Bruno Cardoso Lopes · 14 years ago
  15. 4d7ce32 Fix a typo. by Roman Divacky · 14 years ago
  16. 5f801ba The FixedLenDecoder needs to gracefully handle failing per-instruction decoder hooks in addition to per-operand decoder hooks. by Owen Anderson · 14 years ago
  17. 81fd0ba Actually finish switching to the new system for Target sublibrary by Chandler Carruth · 14 years ago
  18. 531f19f Since vectors with all ones can't be created with a 256-bit instruction, by Bruno Cardoso Lopes · 14 years ago
  19. 8ead80d Set endianess and pointer size for PPC Linux. Bug noticed by Roman Divacky. by Evan Cheng · 14 years ago
  20. b137f16 Change SmallVector to SmallPtrSet in BranchProbabilityInfo. Handle cases where by Jakub Staszak · 14 years ago
  21. 7f76bae Enhance the fixed length disassembler to better handle operand decoding failures. by Owen Anderson · 14 years ago
  22. 423b81e Add a clear() operation to MCInst, to drop all of its operands. Useful for the disassembler, where we may realize fairly late into decoding that something is wrong and need to reset. by Owen Anderson · 14 years ago
  23. 965b891 Fix crash with varargs function with no named parameters. by Richard Osborne · 14 years ago
  24. 32ab312 Update CMake target names for tablegen-generated data in the X86 and ARM targets. This should fix the CMake build with MSVC. by Douglas Gregor · 14 years ago
  25. e2481ff Add BlockFrequency::getEntryFrequency() by Jakub Staszak · 14 years ago
  26. 5cd8ea2 Add braces. by Jay Foad · 14 years ago
  27. 8d94865 Simplify printAlias. by Jay Foad · 14 years ago
  28. 4255274 Micro-optimisation in getAliasedGlobal. by Jay Foad · 14 years ago
  29. b899d95 Remove an unnecessary cast. by Jay Foad · 14 years ago
  30. 4f2d695 The operands of a GlobalAlias are always Constants. Simplify things accordingly. by Jay Foad · 14 years ago
  31. 8733409 I mis-interpreted the MCDisassembler's intended dependencies. Now to fix by Chandler Carruth · 14 years ago
  32. af75f0c Fix some validation errors. by Bill Wendling · 14 years ago
  33. 0246bb7 Fix some validation errors. by Bill Wendling · 14 years ago
  34. dccc03b Add the 'resume' instruction for the new EH rewrite. by Bill Wendling · 14 years ago
  35. 6762dc1 Do not handle cases with >= and <= predicates. by Jakub Staszak · 14 years ago
  36. 4faf553 Remove untrue comment. by Jakub Staszak · 14 years ago
  37. a385c20 Do not handle case where LHS is equal to zero, because InstCombiner always moves by Jakub Staszak · 14 years ago
  38. 592ad6a Add a small gep optimization I noticed was missing while reading some IL. by Rafael Espindola · 14 years ago
  39. c476902 Time the emission of debug values. by Jakob Stoklund Olesen · 14 years ago
  40. a5dd550 Add Zero Heurestics to BranchProbabilityInfo. If we compare value to zero we by Jakub Staszak · 14 years ago
  41. e2721f7 Remove InvalidateStructLayoutInfo from the ocaml bindings. by Benjamin Kramer · 14 years ago
  42. 21384c4 Revert r136528 "Enable compact region splitting by default." by Jakob Stoklund Olesen · 14 years ago
  43. 61377a1 Switch another of the old dependencies on implicitly produced synthetic by Chandler Carruth · 14 years ago
  44. c58247d Remove yet another buried and hidden implicit dependency: every single by Chandler Carruth · 14 years ago
  45. 10c6d12 Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, by Bill Wendling · 14 years ago
  46. efd7919 Added several architecture names. by Sean Callanan · 14 years ago
  47. 4af0f5f Revert "Don't check liveness of unallocatable registers." by Jakob Stoklund Olesen · 14 years ago
  48. 2e1513d Make my attempt to build up global deps variables actually utilize by Chandler Carruth · 14 years ago
  49. eeb57c7 Don't check liveness of unallocatable registers. by Jakob Stoklund Olesen · 14 years ago
  50. 93e6f02 Check for multiple defs in the machine code verifier. by Jakob Stoklund Olesen · 14 years ago
  51. eb809f5 Correctly handle scattered operands where the bits of the operand are contiguous, but out of order. by Owen Anderson · 14 years ago
  52. 73e7dce Add an isSSA() flag to MachineRegisterInfo. by Jakob Stoklund Olesen · 14 years ago
  53. 05bce0b Unconstify Inits by David Greene · 14 years ago
  54. c8f34de Do not lose branch weights when lowering SwitchInst. by Jakub Staszak · 14 years ago
  55. 9162abb Enable compact region splitting by default. by Jakob Stoklund Olesen · 14 years ago
  56. ef7f1e7 Add support for the 'Q' constraint. by Eric Christopher · 14 years ago
  57. b4f4cbd Remove a blank line from the top. by David Greene · 14 years ago
  58. 4cea5ba have the verifier catch gep's into opaque struct types. PR10473 by Chris Lattner · 14 years ago
  59. e1cf590 ARM SRS instruction parsing, diassembly and encoding support. by Jim Grosbach · 14 years ago
  60. c91d626 On mac, it seems the MC disassembler is actually using the targetinfo by Chandler Carruth · 14 years ago
  61. 95ece8e Remove unneeded const_cast. by Jakub Staszak · 14 years ago
  62. 33768db ARM CPS mode immediate is 5 bits, not 4. by Jim Grosbach · 14 years ago
  63. 6e8bb8a Clear DbgValues in the end. by Devang Patel · 14 years ago
  64. 6f6baf1 Add more constantness in BranchProbabilityInfo. by Jakub Staszak · 14 years ago
  65. 78621a8 [AVX] Make DagInits Unique by David Greene · 14 years ago
  66. 65bf3ca [AVX] Make FieldInit Unique by David Greene · 14 years ago
  67. 08f71e3 [AVX] Make VarListElementInit Unique by David Greene · 14 years ago
  68. aa839b8 [AVX] Make VarBitInit Unique by David Greene · 14 years ago
  69. e0be0e3 [AVX] Make VarInit Unique by David Greene · 14 years ago
  70. b76a1e6 [AVX] Make TernOpInit Unique by David Greene · 14 years ago
  71. 65a5b8c [AVX] Make BinOpInit Unique by David Greene · 14 years ago
  72. 6f03b63 [AVX] Make UnOpInit Unique by David Greene · 14 years ago
  73. aad4c9f [AVX] Make ListInits Unique by David Greene · 14 years ago
  74. 637b4ff [AVX] Make CodeInit Unique by David Greene · 14 years ago
  75. d0e9d04 [AVX] Make StringInit Unique by David Greene · 14 years ago
  76. 2855b0f [AVX] Make IntInit Unique by David Greene · 14 years ago
  77. 726bbde [AVX] Make BitsInit Unique by David Greene · 14 years ago
  78. 0ffd167 [AVX] Unique BitInit by David Greene · 14 years ago
  79. ba1ae18 [AVX] Unique UnsetInit by David Greene · 14 years ago
  80. dcd35c7 [AVX] Create Inits Via Factory Method by David Greene · 14 years ago
  81. f37dd02 [AVX] Constify Inits by David Greene · 14 years ago
  82. 60c04af [AVX] Remove non-const Iterators by David Greene · 14 years ago
  83. ca7fd3d [AVX] Remove Mutating Members from Inits by David Greene · 14 years ago
  84. c45a2ca Add ListInit::getValues by David Greene · 14 years ago
  85. cd0bc90 Add a std::string Wrapper for TableGen by David Greene · 14 years ago
  86. 1619560 Clean up debug info after reassociation. by Devang Patel · 14 years ago
  87. 2c6363a ARM assembly parsing and encoding for RFE instruction. by Jim Grosbach · 14 years ago
  88. ea24298 Third time's the charm for implementing tied operand decoding properly. by Owen Anderson · 14 years ago
  89. 2b9c507 Don't look at $PWD in GetCurrentDirectory. by Nick Lewycky · 14 years ago
  90. 5a28748 ARM SRS and RFE instructions are not code-gen only. by Jim Grosbach · 14 years ago
  91. b48ce90 ARM range checking for mode on CPS instruction. by Jim Grosbach · 14 years ago
  92. 71d3d67 ARM update tests for CPS instruction. by Jim Grosbach · 14 years ago
  93. 96e24fa Update FIXME. by Jim Grosbach · 14 years ago
  94. bd4562e Tweak comment. by Jim Grosbach · 14 years ago
  95. d217da1 Fix a case where, when trying to track tied operands, we'd accidentally overwrite our mapping. by Owen Anderson · 14 years ago
  96. 3401a90 Switch the CMake edis build over to add_llvm_library_dependencies by Douglas Gregor · 14 years ago
  97. 6815ff0 Avoid undefined behaviour if somehow NUM_GRAPHS equals 2^32 (or by Duncan Sands · 14 years ago
  98. 3c036e5 Teach Path::GetCurrentDirectory to use $PWD, to support users who like to do by Nick Lewycky · 14 years ago
  99. 3bbb6f7 Fix a lot of typos, improve (but not necessarily fix) grammaros and reflow some by Nick Lewycky · 14 years ago
  100. 55ba816 Misc optimizer+codegen work for 'cmpxchg' and 'atomicrmw'. They appear to be by Eli Friedman · 14 years ago