1. 0b79a77 Replace isTrapping with a new, similar method called by Eli Friedman · 15 years ago
  2. 6055a6a One more operation expansion for MIPS, from test/CodeGen/Generic. by Eli Friedman · 15 years ago
  3. 5344865 Make sure CWriter's Context get's initialized. by Daniel Dunbar · 15 years ago
  4. 10a3659 Expand a bunch of illegal operations on MIPS (found by by Eli Friedman · 15 years ago
  5. 19c29f5 Fix 'may be used uninitialized' warning. - Anton, please review. by Daniel Dunbar · 15 years ago
  6. 923a579 Add the private keyword to the polygen grammar. by Dan Gohman · 15 years ago
  7. 21de024 Add the private keyword to the VIM syntax highlighting. by Dan Gohman · 15 years ago
  8. c1b46f9 Fix my brain cramp by inverting the assertion condition. by Evan Cheng · 15 years ago
  9. 28ebfcf Fix "no newline at end of file" warning from gcc. by Jeffrey Yasskin · 15 years ago
  10. ce032b4 Privatize the MDNode uniquing table. by Owen Anderson · 15 years ago
  11. b8e9ac8 Emit cross regclass register moves for thumb2. Minor code duplication cleanup. by Anton Korobeynikov · 15 years ago
  12. 2df5e55 Disable this assert for now, it is firing on an llvm-gcc bootstrap. :( by Daniel Dunbar · 15 years ago
  13. 49e3182 Add new flags '-test-cflags' and '-test-cxxflags' to pass in flags directly to the llvm testsuite. by Bill Wendling · 15 years ago
  14. a82b22c GV with ghost linkage (module being lazily streamed in in JIT lazy compilation mode) do not require extra load from stub. This fixes ExecutionEngine/2005-12-02-TailCallBug.ll. by Evan Cheng · 15 years ago
  15. 423ccfe Assume an inline asm might be a call, so we get by Dale Johannesen · 15 years ago
  16. 3ac1ab8 by David Greene · 15 years ago
  17. aad3fb7 Privatize the MDString uniquing table. by Owen Anderson · 15 years ago
  18. 24cd3c4 Fix inverted preprocessor conditional. by Daniel Dunbar · 15 years ago
  19. efd280b Fix compiler warning (for -Asserts). by Daniel Dunbar · 15 years ago
  20. 93e55de Silence warning in Linux builds: by Jakob Stoklund Olesen · 15 years ago
  21. 34ccf03 Add raw_null_ostream and llvm::nulls(), a raw_ostream that discards output. by Daniel Dunbar · 15 years ago
  22. 32360a7 Add line numbers to OProfile. To do this, I added a processDebugLoc() by Jeffrey Yasskin · 15 years ago
  23. 57e599a Teach MachineInstr::isRegTiedToDefOperand() to correctly parse inline asm operands. by Jakob Stoklund Olesen · 15 years ago
  24. 5f15992 Changed my mind. We now allow remat of instructions whose defs have subreg indices. by Evan Cheng · 15 years ago
  25. 914e50c Privatize the ConstantFP table. I'm on a roll! by Owen Anderson · 15 years ago
  26. dfce360 this should be xfailed on darwin. Darwin doesn't use the libstdc++ in the llvm-gcc distro, it uses the system version. by Chris Lattner · 15 years ago
  27. 2b48ab9 With recent MC changes, RIP base register is explicitly modeled. Make sure we add it when x86 V_SET0 / V_SETALLONES (by transforming it into a constpool load) into the use instruction. by Evan Cheng · 15 years ago
  28. da24fe2 Update CMake file. by Ted Kremenek · 15 years ago
  29. 001dbfe Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a number of issues in by Owen Anderson · 15 years ago
  30. f96db46 Removed the SubsectionsViaSymbols MCStreamer API and replaced it with a generic by Kevin Enderby · 15 years ago
  31. 214d319 Tweak svn:ignore by Daniel Dunbar · 15 years ago
  32. 850f791 Fill in some holes in ScalarEvolution's loop iteration condition by Dan Gohman · 15 years ago
  33. 358ab1d Clean up the definition of Str in AsmParser::ParseDirectiveDarwinDumpOrLoad by Kevin Enderby · 15 years ago
  34. 014db9d Add SmallString unit test. - Patch by Ryan Flynn! by Daniel Dunbar · 15 years ago
  35. 021da14 In an Apple-style build, compile with llvm-gcc/llvm-g++ if available. by Stuart Hastings · 15 years ago
  36. 9377386 Add an isLoopSimplifyForm() predicate, following the example of by Dan Gohman · 15 years ago
  37. 6d53f55 Use setStream infomatted_raw_ostream's constructor, to reduce code by Dan Gohman · 15 years ago
  38. 3724b48 Remove inapplicable comments. by Dan Gohman · 15 years ago
  39. 2a993f2 Add explicit keywords. by Dan Gohman · 15 years ago
  40. 688ed85 Tidy up #includes. by Dan Gohman · 15 years ago
  41. ac95cc7 Convert more tools code from cerr and cout to errs() and outs(). by Dan Gohman · 15 years ago
  42. ad60f66 Use size_t. by Dan Gohman · 15 years ago
  43. ebfe2b2 Make xfail proper by Anton Korobeynikov · 15 years ago
  44. 7df8462 Unbreak by Anton Korobeynikov · 15 years ago
  45. c975180 Temporary disable 16 bit bswap by Anton Korobeynikov · 15 years ago
  46. 6d4b270 Add instruction formats and few opcodes by Anton Korobeynikov · 15 years ago
  47. 6ff3f2c Add bswap patterns by Anton Korobeynikov · 15 years ago
  48. 21ddf77 Provide crazy pseudos for regpairs spills / reloads by Anton Korobeynikov · 15 years ago
  49. 9de2848 Handle long-disp stuff more consistently by Anton Korobeynikov · 15 years ago
  50. 74e2dc4 All FP instructions have 12 bit memory displacement field by Anton Korobeynikov · 15 years ago
  51. f1106c4 Another predicate routine by Anton Korobeynikov · 15 years ago
  52. 27bf677 More helpers by Anton Korobeynikov · 15 years ago
  53. ae46db8 Add bunch of branch folding stuff by Anton Korobeynikov · 15 years ago
  54. 27766b5 Add missed opcodes to short => long displacement conversion by Anton Korobeynikov · 15 years ago
  55. c3e48b0 Cleanup by Anton Korobeynikov · 15 years ago
  56. 54681ec Fix logic inversion for RI-mode address selection by Anton Korobeynikov · 15 years ago
  57. 9419a0d Unbreak the test by Anton Korobeynikov · 15 years ago
  58. bb8a048 Expand 32-bit bitconverts via memory by Anton Korobeynikov · 15 years ago
  59. f2fd8ea Fix incomin arg stack frame offset in case we need to generate stack frame by Anton Korobeynikov · 15 years ago
  60. 8b75813 Fix instruction mnemonics for some fp_to_sint operations by Anton Korobeynikov · 15 years ago
  61. c1a1e4a i32 values are passed extended also on stack. Handle this in generic way by Anton Korobeynikov · 15 years ago
  62. 159ac63 We definitely have 1-0 bools by Anton Korobeynikov · 15 years ago
  63. 5dd38de Revert the commit, it just hides the real bug by Anton Korobeynikov · 15 years ago
  64. 361a787 Out GR128 regclass is not a 'real' i128 one. by Anton Korobeynikov · 15 years ago
  65. 628d419 Add missed condbranch opcodes by Anton Korobeynikov · 15 years ago
  66. 05a0b8b Handle bitconverts by Anton Korobeynikov · 15 years ago
  67. b6831cb Unbreak mvi and friends - emit only 'significant' part of the operand by Anton Korobeynikov · 15 years ago
  68. 98db78a Expand fp_to_uint too by Anton Korobeynikov · 15 years ago
  69. 20d062f We don't have FP truncstores by Anton Korobeynikov · 15 years ago
  70. a89430e Expand uint_to_fp by Anton Korobeynikov · 15 years ago
  71. 4971e1e Emit proper rounding mode for fp_to_sint by Anton Korobeynikov · 15 years ago
  72. 3a9959f f32/f64 regs are stored on stack if we're short in FP regs by Anton Korobeynikov · 15 years ago
  73. 75eef89 Lower anyext to zext, 32-bit stuff does not have any implicit zero-extension side effects by Anton Korobeynikov · 15 years ago
  74. 1ada84d Make FP zero to be legal FP immediate via LOAD ZERO by Anton Korobeynikov · 15 years ago
  75. 5753f47 Loads are not two-address in any way by Anton Korobeynikov · 15 years ago
  76. a61a4f6 Add LOAD NEGATIVE instruction by Anton Korobeynikov · 15 years ago
  77. 03f6000 LOAD COMPLEMENT instruction is not really two-addr by Anton Korobeynikov · 15 years ago
  78. 6495063 Add multiple add/sub instructions by Anton Korobeynikov · 15 years ago
  79. 1733124 Handle FP callee-saved regs by Anton Korobeynikov · 15 years ago
  80. 85c5c3f Proper FP extloads by Anton Korobeynikov · 15 years ago
  81. 299dc78 Add proper PWS impdef's by Anton Korobeynikov · 15 years ago
  82. da723d7 Propagate FP select_cc to dag inserters by Anton Korobeynikov · 15 years ago
  83. 55e96fb Implement fp_to_sint by Anton Korobeynikov · 15 years ago
  84. 92ac82a Implement FP regs spills / restores by Anton Korobeynikov · 15 years ago
  85. c79465d Add fabs by Anton Korobeynikov · 15 years ago
  86. f1e82ce Add fneg by Anton Korobeynikov · 15 years ago
  87. 9b4ae57 We don't have native sine / cosine instructions by Anton Korobeynikov · 15 years ago
  88. 1d0ec0b More sint_to_fp stuff by Anton Korobeynikov · 15 years ago
  89. 7aa03ac Add bunch of FP instructions by Anton Korobeynikov · 15 years ago
  90. 23eff5c We don't have any FP extloads by Anton Korobeynikov · 15 years ago
  91. 10c086c Implement all comparisons by Anton Korobeynikov · 15 years ago
  92. ae53567 Add constpool lowering / printing by Anton Korobeynikov · 15 years ago
  93. 0e31d5c Allow FP arguments pass / return by Anton Korobeynikov · 15 years ago
  94. 2c97ae8 Register FP regclasses by Anton Korobeynikov · 15 years ago
  95. b13057b Add FP regs by Anton Korobeynikov · 15 years ago
  96. 81d533c Fix fallout from prev. patch by Anton Korobeynikov · 15 years ago
  97. 8bd0db7 Provide consistent subreg idx scheme. This (hopefully) fixes remaining divide problems by Anton Korobeynikov · 15 years ago
  98. 09e3900 Use divide single for 32 bit signed divides by Anton Korobeynikov · 15 years ago
  99. cd3dfaf Add missed operands types by Anton Korobeynikov · 15 years ago
  100. e1c9aab Missed part of prev. patch by Anton Korobeynikov · 15 years ago