1. 87d677c minor tidying. by Chris Lattner · 15 years ago
  2. 35a3893 use assertions instead of unreachable for logic errors. by Chris Lattner · 15 years ago
  3. 38686bd introduce a new recoverable error handling API to LLVMContext by Chris Lattner · 15 years ago
  4. a5ced59 Say bitcast instead of bitconvert. by Dan Gohman · 15 years ago
  5. 613e2af Add svn:ignore. by Dan Gohman · 15 years ago
  6. b0094c2 rename llvm_install_error_handler -> install_fatal_error_handler and friends. by Chris Lattner · 15 years ago
  7. 28e830d Update CMake build. by Ted Kremenek · 15 years ago
  8. da63792 Update cmake build. by Benjamin Kramer · 15 years ago
  9. 71988f1 Add support for stpncpy_chk. by Eric Christopher · 15 years ago
  10. 75361b6 rename llvm::llvm_report_error -> llvm::report_fatal_error by Chris Lattner · 15 years ago
  11. e3a601b add newlines at end of files. by Chris Lattner · 15 years ago
  12. d207558 add newlines at the end of files. by Chris Lattner · 15 years ago
  13. 1ca6531 remove some unneeded errorhandling stuff. by Chris Lattner · 15 years ago
  14. f88c856 minor tidying up by Chris Lattner · 15 years ago
  15. 00d1390 tidy up by Chris Lattner · 15 years ago
  16. 448db1c Generalize IVUsers to track arbitrary expressions rather than expressions by Dan Gohman · 15 years ago
  17. b72e59e Missed this one line for the previous checkin to fix build warnings. by Johnny Chen · 15 years ago
  18. efd518e Fixed warnings pointed out by clang. by Johnny Chen · 15 years ago
  19. 7e4823c Fixed warnings pointed out by clang. Next to work on is ARMDisassemblerCore.cpp. by Johnny Chen · 15 years ago
  20. 5edca81 Fixed a bug where the disassembler would allow an immediate by Sean Callanan · 15 years ago
  21. c22e2fc Fixed 3 warnings pointed out by clang. by Johnny Chen · 15 years ago
  22. 447b195 unXFAIL, arm disassembler was reenabled. by Benjamin Kramer · 15 years ago
  23. 72666f2 Fix typo and correct comment somewhat. by Eric Christopher · 15 years ago
  24. 3c500e6 Re-enable ARM/Thumb disassembler and add a workaround for a memcpy() call in by Johnny Chen · 15 years ago
  25. b39b7e5 Split big test into multiple directories to cater to by Dale Johannesen · 15 years ago
  26. 90b7097 Added an AsmLexer for the ARM target, which uses by Sean Callanan · 15 years ago
  27. 809948a Test that DEBUG_VALUE comments come out on a variety of targets. by Dale Johannesen · 15 years ago
  28. 375be77 Educate GetInstrSizeInBytes implementations that by Dale Johannesen · 15 years ago
  29. 2723691 fix 80-col violations by Gabor Greif · 15 years ago
  30. 4b38deb Remove late ARM codegen optimization pass committed by accident. by Anton Korobeynikov · 15 years ago
  31. e167601 Split A8/A9 itins - they already were too big. by Anton Korobeynikov · 15 years ago
  32. 8958673 Add some crude itin approximation for VFP load / stores on A9 by Anton Korobeynikov · 15 years ago
  33. 6786713 Add some crude approximation for neon load/store instructions by Anton Korobeynikov · 15 years ago
  34. 9113052 Add some A8-based approximation for instructions with unknown cycle times by Anton Korobeynikov · 15 years ago
  35. ebd4cb4 Move NEON-VFP domain fixer upper, so post-RA scheduler would benefit from it. by Anton Korobeynikov · 15 years ago
  36. 9ad709b Since tblgen bug was fixed (thanks Jakob!) we don't need InstrStage2 hack anymore. by Anton Korobeynikov · 15 years ago
  37. f3da92b Fix A8 FP NEON MAC itins by Anton Korobeynikov · 15 years ago
  38. 924369d A9 NEON FP itins by Anton Korobeynikov · 15 years ago
  39. ec69dfa Some permute goodness for A9 by Anton Korobeynikov · 15 years ago
  40. 5ca13c6 More shift itins for A9 by Anton Korobeynikov · 15 years ago
  41. ecc6406 More fixes for itins by Anton Korobeynikov · 15 years ago
  42. 9510207 Fix invalid itins for 32-bit varians of VMLAL and friends by Anton Korobeynikov · 15 years ago
  43. 7930ac1 Add MAC stuff for A9 by Anton Korobeynikov · 15 years ago
  44. d76da03 Fix invalid NEON MAC itins on A8 by Anton Korobeynikov · 15 years ago
  45. dc0bab7 Fix itins for VPAL by Anton Korobeynikov · 15 years ago
  46. 0a3e2b5 Fix itins for VABA by Anton Korobeynikov · 15 years ago
  47. fc2b084 Correct VMVN itinerary: operand is read in the second cycle, not in the first. by Anton Korobeynikov · 15 years ago
  48. e715b1e More A9 itineraries by Anton Korobeynikov · 15 years ago
  49. 1c03f24 Correct itinerary class for VPADD by Anton Korobeynikov · 15 years ago
  50. 4ac0af8 VP{MAX, MIN} are of IIC_VSUBi4D itin class as well. by Anton Korobeynikov · 15 years ago
  51. f8b5c63 VHADD differs from VHSUB at least on A9 - the former reads both operands in the second cycle, while the latter reads second operand in first cycle. Introduce new itin classes to catch this behavior. Whether this is true for A8 as well is WIP. by Anton Korobeynikov · 15 years ago
  52. 268b744 Some easy NEON scheduling goodness for A9 by Anton Korobeynikov · 15 years ago
  53. a31c6fb Define new itin classes for ARM <-> VFP reg moves to distinguish from NEON ops. Define proper scheduling itinerary for them on A9. A8 TRM does not specify latency for them at all :( by Anton Korobeynikov · 15 years ago
  54. 63401e3 FCONST{S,D} behaves the same way as FP unary instructions. This is true for both A8 and A9. by Anton Korobeynikov · 15 years ago
  55. bcc02d1 Proper cycle times for locks, since wbck latency can be larger than fwd latency. by Anton Korobeynikov · 15 years ago
  56. c492e09 Add new itin classes for FP16 <-> FP32 conversions and make uise of them for A9. by Anton Korobeynikov · 15 years ago
  57. 391b343 Make use of new reserved/required scheduling stuff: introduce VFP and NEON locks to model domain cross stalls precisly. by Anton Korobeynikov · 15 years ago
  58. 96085a3 Initial support for different kinds of FU reservation. by Anton Korobeynikov · 15 years ago
  59. 1298948 Factor out scoreboard into separate class. This way we might have several different score boards. by Anton Korobeynikov · 15 years ago
  60. 2eeeff8 Some bits of A9 scheduling: VFP by Anton Korobeynikov · 15 years ago
  61. 035b23a Separate const from non-const stuff during mergeing by Anton Korobeynikov · 15 years ago
  62. 1e7b324 Some initial version of global merger by Anton Korobeynikov · 15 years ago
  63. 977dfce Add hook to insert late LLVM=>LLVM passes just before isel by Anton Korobeynikov · 15 years ago
  64. 7f893c0 fix 80 col violation, patch by Alastair Lynn by Chris Lattner · 15 years ago
  65. c0561f2 add a comment line that got dropped by Chris Lattner · 15 years ago
  66. b1ceece this has a pr! by Chris Lattner · 15 years ago
  67. 24ad3ed fix a latent bug my inline asm stuff exposed: by Chris Lattner · 15 years ago
  68. 96fbb3e Remove unused method. by Benjamin Kramer · 15 years ago
  69. 9c42107 Workaround the breakage in r100616 by guarding all timers with by Torok Edwin · 15 years ago
  70. 5f017e8 Use the "NamedGroupTimer" class to categorize DWARF emission better. by Bill Wendling · 15 years ago
  71. a592e67 Use raw_ostream. by Benjamin Kramer · 15 years ago
  72. 06fd8fa Remove XFAIL for vg_leak as the leaks are fixed by 100601. by Sanjiv Gupta · 15 years ago
  73. e88909b Update langref for memcpy, memmove, and memset by Mon P Wang · 15 years ago
  74. 5b46390 Add comments for missed opportunities. by Evan Cheng · 15 years ago
  75. 348856e Fix typo. by Evan Cheng · 15 years ago
  76. cf9a415 Have the inst emitter add the !srcloc mdnode to the machine instr. by Chris Lattner · 15 years ago
  77. fee455e remove another magic number. by Chris Lattner · 15 years ago
  78. decc267 Three changes: by Chris Lattner · 15 years ago
  79. 4ba9d9b fix a crash on invalid metadata, e.g.: call i32 @foo(), XXXX by Chris Lattner · 15 years ago
  80. d49baef Fix memory leaks for external symbol name strings. by Sanjiv Gupta · 15 years ago
  81. b1fb449 Clean up some signedness oddities in this code noticed by clang. by John McCall · 15 years ago
  82. 343b42e Move printing of target-indepedent DEBUG_VALUE comments by Dale Johannesen · 15 years ago
  83. d94671a Post regalloc LICM. Work in progress. by Evan Cheng · 15 years ago
  84. 5f09400 Do not emit specification DIE with DW_AT_specification attribute for member functions of a funcation local class. This trips gdb's partial scan of DIEs at load time. Fixes Radar 7833483. by Devang Patel · 15 years ago
  85. e7b744f Let that which does not matter truly slide. by Jakob Stoklund Olesen · 15 years ago
  86. 795ee9d Fix a number of clang -Wsign-compare warnings that didn't have an obvious by John McCall · 15 years ago
  87. 49d915b Revert 100573, it's causing some testsuite problems. by Dale Johannesen · 15 years ago
  88. 0a580d3 Move printing of DEBUG_VALUE comments to target-independent place. by Dale Johannesen · 15 years ago
  89. d0910c4 Expand SELECT and SELECT_CC for NEON vector types. Radar 7770501. by Bob Wilson · 15 years ago
  90. c4d7b14 Allow for the possibility that a debug-value points by Dale Johannesen · 15 years ago
  91. 639336e Reverting 100530 & 100531 due to regressions in the GDB test suite. by Stuart Hastings · 15 years ago
  92. fa85eb6 Fix PR6696 and PR6663 by Jim Grosbach · 15 years ago
  93. aa59c88 Make this hack more specific to the Apple gcc 4.2 non-LLVM compiler. by Bill Wendling · 15 years ago
  94. 8ba1c6a Don't try to collapse DomainValues onto an incompatible SSE domain. by Jakob Stoklund Olesen · 15 years ago
  95. 8a8a435 performance: get rid of repeated dereferencing of use_iterator by caching its result by Gabor Greif · 15 years ago
  96. 6ce02b5 make more two predicates constant by Gabor Greif · 15 years ago
  97. a01d6db performance: get rid of repeated dereferencing of use_iterator by caching its result by Gabor Greif · 15 years ago
  98. 0b520db const-ize predicate ValueIsOnlyUsedLocallyOrStoredToOneGlobal by Gabor Greif · 15 years ago
  99. fa1f5c2 use CallSite to access calls vs. invokes uniformly by Gabor Greif · 15 years ago
  100. 7798043 this accessor doesn't need to copy the string. by Chris Lattner · 15 years ago