1. 86c9d6b Fix comment in llvm.mli. by Erick Tryzelaar · 15 years ago
  2. a84b155 Convert comments to C90-style so llvm-c can import DataTypes.h. by Erick Tryzelaar · 15 years ago
  3. 2b526fe Fix docstring for ocaml binding's const_float. by Erick Tryzelaar · 15 years ago
  4. ac6b4f2 llvm-mc/AsmMatcher: Remove some code which has been obsoleted by move to by Daniel Dunbar · 15 years ago
  5. 8e00117 llvm-mc/AsmMatcher: Fix thinko, Mem isn't a subclass of Imm. by Daniel Dunbar · 15 years ago
  6. d7de19a We are not using FoldingSet for metadata uniquing anymore. by Devang Patel · 15 years ago
  7. 77547be Start moving TargetLowering away from using full MVTs and towards SimpleValueType, which will simplify the privatization of IntegerType in the future. by Owen Anderson · 15 years ago
  8. 338825c llvm-mc/AsmMatcher: Change assembler parser match classes to their own record by Daniel Dunbar · 15 years ago
  9. b2d555b g++ 4.0 doesn't have std::vector::data. by Benjamin Kramer · 15 years ago
  10. 0631fce Change the MDNode uniquing to a ValueMap, at Devang's request. by Owen Anderson · 15 years ago
  11. f9bdedd split MachO section handling stuff out to its out .h/.cpp file. by Chris Lattner · 15 years ago
  12. e15c2d7 add a fixme by Chris Lattner · 15 years ago
  13. f3231de arm only needs to emit one .align directive for hidden nlp's, not one by Chris Lattner · 15 years ago
  14. c076a97 make sure that arm nonlazypointers are aligned properly by Chris Lattner · 15 years ago
  15. e1e8a82 Fix a weird ppc64-specific link error during an llvm-gcc build: by Chris Lattner · 15 years ago
  16. 12b2bda fix some warnings for the MSVC build, by Yonggang Luo! by Chris Lattner · 15 years ago
  17. eb1fedc Make this comment more closely reflect the code. by Dan Gohman · 15 years ago
  18. 5743a3f Add nounwind keywords. by Dan Gohman · 15 years ago
  19. b71d1b2 by David Greene · 15 years ago
  20. 468857f Clarify limitations of a ModulePass requiring a FunctionPass. by Devang Patel · 15 years ago
  21. fdb1f49 llvm-mc/AsmParser: Check for matches with super classes when matching by Daniel Dunbar · 15 years ago
  22. bcf8162 Checkpoint scheduling itinerary changes. by David Goodwin · 15 years ago
  23. d94a4e5 Post RA scheduler changes. Introduce a hazard recognizer that uses the target schedule information to accurately model the pipeline. Update the scheduler to correctly handle multi-issue targets. by David Goodwin · 15 years ago
  24. 65f2e78 Watch out for empty BB. by Evan Cheng · 15 years ago
  25. 8442d00 rev, rev16, and revsh do not set CPSR. by Evan Cheng · 15 years ago
  26. 0d3007b Duh. Most 16-bit Thumb rr instructions are two-address. Fix table. by Evan Cheng · 15 years ago
  27. 26cc252 CPSR can be livein; transfer predicate operands correctly; tMUL is two-address. by Evan Cheng · 15 years ago
  28. 19068ba Add support for folding loads / stores into 16-bit moves used by Thumb2. by Evan Cheng · 15 years ago
  29. 2294645 80 col violation. by Evan Cheng · 15 years ago
  30. 052053b Use tMOVgpr2gpr instead of t2MOVr. by Evan Cheng · 15 years ago
  31. ca15f3d Add support for a user supplied pointer argument to llvm_install_error_handler. by Daniel Dunbar · 15 years ago
  32. 64a6b39 Move ConstantExpr handling to ResolveConstantExpr method and also by Bruno Cardoso Lopes · 15 years ago
  33. e8af1f9 Add support to reduce most of 32-bit Thumb2 arithmetic instructions. by Evan Cheng · 15 years ago
  34. 09d9735 Always use the 16-bit tMOVgpr2gpr instead of the 32-bit t2MOVr. by Evan Cheng · 15 years ago
  35. ff4bc46 Make the big switch: Change MCSectionMachO to represent a section *semantically* by Chris Lattner · 15 years ago
  36. e36df3f add a simple back() method to StringRef. by Chris Lattner · 15 years ago
  37. c6ca847 Use abs64 instead abs; some platforms don't have a 64-bit abs overload. Noticed by Yonggang Luo! by Benjamin Kramer · 15 years ago
  38. a56c57e Add support to convert 32-bit instructions to 16-bit non-two-address ones. by Evan Cheng · 15 years ago
  39. 1f8e8db always end a section with \n on elf. by Chris Lattner · 15 years ago
  40. db2ddb5 llvm-mc/AsmParser: Fix thinko in ClassInfo::operator<. by Daniel Dunbar · 15 years ago
  41. 72fa87f llvm-mc/AsmParser: Add hack to ignore Int_* and *_Int instructions for now, to by Daniel Dunbar · 15 years ago
  42. a62b02a Disable this test for now, we don't check for super classes when matching yet. by Daniel Dunbar · 15 years ago
  43. 5fe6338 llvm-mc/AsmParser: Implement user defined super classes. by Daniel Dunbar · 15 years ago
  44. 22cd254 Add tests for Neon VZIP and VUZP instructions. by Bob Wilson · 15 years ago
  45. 4861fd5 Add a test for Neon VTRN instructions. by Bob Wilson · 15 years ago
  46. 2b54481 llvm-mc/AsmParser: Separate instruction ordering for ambiguity detection. by Daniel Dunbar · 15 years ago
  47. 1ff446f Change Neon table lookup (VTBL) and table extension (VTBX) intrinsics to by Bob Wilson · 15 years ago
  48. 98164af Extend comment on ParserMatchClass .td field, and add some missing by Daniel Dunbar · 15 years ago
  49. 6745d42 llvm-mc/AsmParser: Define match classes in the .td file. -2 FIXMEs. by Daniel Dunbar · 15 years ago
  50. 606e8ad llvm-mc/AsmParser: Sketch infrastructure for ordering instructions & detecting by Daniel Dunbar · 15 years ago
  51. 094da67 STLExtras: Add less_ptr. by Daniel Dunbar · 15 years ago
  52. 8246bef fix edito by Chris Lattner · 15 years ago
  53. af3e9d4 llvm-mc/AsmMatcher: Tweak string matcher (missed a newline). by Daniel Dunbar · 15 years ago
  54. 93b6db3 sink the 'name' and 'isdirective' state out of MCSection into its derived classes. by Chris Lattner · 15 years ago
  55. 8e9ece7 Use subclassing to print lane-like immediates (w/o hash) eliminating by Anton Korobeynikov · 15 years ago
  56. 72ffae9 llvm-mc/AsmMatcher: Tweak string matcher. by Daniel Dunbar · 15 years ago
  57. 76eb6f5 remove nondeterminstic test. by Chris Lattner · 15 years ago
  58. ba44633 add a note about dead zero extends. by Chris Lattner · 15 years ago
  59. 892e182 1. Make MCSection an abstract class. by Chris Lattner · 15 years ago
  60. 0aac301 switch this to create coff sections for now, it doesn't really matter for by Chris Lattner · 15 years ago
  61. b4dc13c Add crc32 instruction and intrinsics. Add a new class of prefix by Eric Christopher · 15 years ago
  62. 46151de Add support for READCYCLECOUNTER in Blackfin back-end. by Jakob Stoklund Olesen · 15 years ago
  63. f7427e5 add new PIC16Section class, this time hopefully not breaking the build :) by Chris Lattner · 15 years ago
  64. 245f058 llvm-mc/AsmMatcher: Switch token matching to use the new string matcher. by Daniel Dunbar · 15 years ago
  65. fb37390 Revert r78501, it doesn't build. by Daniel Dunbar · 15 years ago
  66. 50e3812 make PIC16 create its own custom MCSection. by Chris Lattner · 15 years ago
  67. 7c599d0 make target-specific TLOF impls (except PIC16) create target-specific by Chris Lattner · 15 years ago
  68. a1c31b7 stub out PECOFF/MachO/ELF MCSection classes by Chris Lattner · 15 years ago
  69. 5277b22 eliminate TargetLoweringObjectFileSparc in favor of a TAI hook. by Chris Lattner · 15 years ago
  70. 17421d8 Don't build illegal ops in DAGCombiner::SimplifyBinOpWithSameOpcodeHands(). by Jakob Stoklund Olesen · 15 years ago
  71. 9aee181 give pic16 a target-specific section creation name too by Chris Lattner · 15 years ago
  72. 0c0cb71 now that getOrCreateSection is all object-file specific, by Chris Lattner · 15 years ago
  73. fbf1d27 sink getOrCreateSection down into all the object file implementations, by Chris Lattner · 15 years ago
  74. d34ab83 Fix some cut and paste-os. by Eric Christopher · 15 years ago
  75. 70add88 add a little function to do arbitrary string pattern matching in a by Chris Lattner · 15 years ago
  76. d39bd3a add another const by Chris Lattner · 15 years ago
  77. c604953 remove a useless anon-ns, make table const. by Chris Lattner · 15 years ago
  78. c43782c Some ProfileInfo cleanups. by Daniel Dunbar · 15 years ago
  79. 55e354a Add a basic static ProfileInfo provider (ProfileEstimatorPass). by Daniel Dunbar · 15 years ago
  80. 63cd7e5 Define intrinsics for crc instruction. by Eric Christopher · 15 years ago
  81. 71435a3 Use reloc_absolute_word_sext relocation for X86::MOV64(ri/mi)32 instructions, by Bruno Cardoso Lopes · 15 years ago
  82. caaa493 More ProfileInfo improvements. by Daniel Dunbar · 15 years ago
  83. 3e0094d ELF improvements: by Bruno Cardoso Lopes · 15 years ago
  84. cf1e764 Update CMake by Daniel Dunbar · 15 years ago
  85. 6349668 Clean out per-function data after the machine code verifier is done with it. by Jakob Stoklund Olesen · 15 years ago
  86. 06af2ba Add insert_elt / extract_elt patterns for v4f32 stuff. by Anton Korobeynikov · 15 years ago
  87. 3405201 Lane number should be printed w/o hash by Anton Korobeynikov · 15 years ago
  88. baf3108 Use VLDM / VSTM to spill/reload 128-bit Neon registers by Anton Korobeynikov · 15 years ago
  89. 710b13b Update the machine code verifier to keep up with the scavenger. by Jakob Stoklund Olesen · 15 years ago
  90. 9390cd0 Remove RegisterScavenger::isSuperRegUsed(). This completely reverses the mistaken commit r77904. by Jakob Stoklund Olesen · 15 years ago
  91. dffb051 Simplify RegScavenger::forward a bit more. by Jakob Stoklund Olesen · 15 years ago
  92. 20c08e5 move this fp select into a pattern by Andrew Lenharth · 15 years ago
  93. 9a86159 Always initialize AsmConds. by Benjamin Kramer · 15 years ago
  94. fa1165a MSVC doesn't like member variables with the same name as the class. by Benjamin Kramer · 15 years ago
  95. a3741fa llvm-mc/AsmMatcher: Improve match code. by Daniel Dunbar · 15 years ago
  96. b6ab51e Implement Neon VZIP and VUZP instructions. These are very similar to VTRN, by Bob Wilson · 15 years ago
  97. 64efd90 Implement Neon VTRN instructions. For now, anyway, these are selected by Bob Wilson · 15 years ago
  98. b7479c0 llvm-mc/AsmMatcher: Switch to a unified function to convert operands to MCInst, by Daniel Dunbar · 15 years ago
  99. 3eff16e Add a skeleton Thumb2 instruction size reduction pass. by Evan Cheng · 15 years ago
  100. 8fb9036 Code refactoring. No functionality change. by Evan Cheng · 15 years ago