1. a679207 constant prop a utostr. by Chris Lattner · 15 years ago
  2. 067fe1a remove some completely wrong code. 1 is never < 16. It turns out that GCC appears to put strings of any length into the ELF cstring equivalent, so just rip out the code. by Chris Lattner · 15 years ago
  3. 95db93c Revert r77397, it causes significant regressions in llc performance. by Daniel Dunbar · 15 years ago
  4. 5657c01 Optimize Thumb2 jumptable to use tbb / tbh when all the offsets fit in byte / halfword. by Evan Cheng · 15 years ago
  5. 794bfed Fix comment. by Eric Christopher · 15 years ago
  6. 859cc77 Change the "PreferredEHDataFormat" from "absptr" if we're on a Darwin system > by Bill Wendling · 15 years ago
  7. 0dafca9 Move comment to above method. by Bill Wendling · 15 years ago
  8. eff2ab6 Parse named metadata. by Devang Patel · 15 years ago
  9. f457d13 Add NamedMDNode. by Devang Patel · 15 years ago
  10. ade025c - Temporarily unbreak the build by forcing the TType "absptr", which isn't by Bill Wendling · 15 years ago
  11. 71c6753 Add support for gcc __builtin_ia32_ptest{z,c,nzc} intrinsics. Lower by Eric Christopher · 15 years ago
  12. 28daa10 Remove another F_OK. by Dan Gohman · 15 years ago
  13. 0e2771f Match X86 register names to number. by Daniel Dunbar · 15 years ago
  14. d945378 Thumb-2: fix typo that caused incorrect stack elimination for VFP operations and very large stack frames. by David Goodwin · 15 years ago
  15. 5cff487 Cleanup code to use iterators instead of ".size()". by Bill Wendling · 15 years ago
  16. 7aaad71 by David Greene · 15 years ago
  17. a87861e On "Unix", if Program::FindProgramByName is given a name containing by Dan Gohman · 15 years ago
  18. d460962 Doxygenify comments. by Bill Wendling · 15 years ago
  19. 5e953dd Split out large loop into it's very own method. No intended functionality change. by Bill Wendling · 15 years ago
  20. 73c74ea It isn't necessary to use F_OK when using R_OK or similar. by Dan Gohman · 15 years ago
  21. 16cdcb3 Move X86 instruction parsing into X86/AsmParser. by Daniel Dunbar · 15 years ago
  22. b0d9c3e Output the EH TType format and base offset only if there are types that we're by Bill Wendling · 15 years ago
  23. b0facb1 Fix a fixme; don't take binaries from the working directory. by Benjamin Kramer · 15 years ago
  24. 3755bec Remove unused method. by Devang Patel · 15 years ago
  25. 1711a7c Output the correct format for Darwin. by Bill Wendling · 15 years ago
  26. c5800a8 Use the preferred EH data format for the preferred EH data format. by Bill Wendling · 15 years ago
  27. ac3126e Darwin outputs (DW_EH_PE_pcrel | DW_EH_PE_indirect | DW_EH_PE_sdata4) when we're by Bill Wendling · 15 years ago
  28. 0a9f7b9 Rename MDNode.h header. It defines MDnode and other metadata classes. by Devang Patel · 15 years ago
  29. 7cc2c40 Fix a typo. by Evan Cheng · 15 years ago
  30. af7ec97 Return ConstantVector to 2.5 API. by Owen Anderson · 15 years ago
  31. e7c329b In thumb2 mode, add pc is unpredictable. Use add + mov pc instead (that is until more optimization goes in). by Evan Cheng · 15 years ago
  32. 6340632 Remove support for ORN to workaround <rdar://problem/7096522>. by David Goodwin · 15 years ago
  33. a2edbab Provide generic MCAsmParser when constructing target specific parsers. by Daniel Dunbar · 15 years ago
  34. d2f79a1 Add DebugInfoEnumerator to collect debug info. by Devang Patel · 15 years ago
  35. c3cc45a Simplify LDA-internal interface. by Andreas Bolka · 15 years ago
  36. 328fb3d Add LDA statistics. by Andreas Bolka · 15 years ago
  37. 34ce687 Minor factoring, naming and formatting cleanups. by Andreas Bolka · 15 years ago
  38. 50bc204 Handle null and file symbol on doInitialization by Bruno Cardoso Lopes · 15 years ago
  39. b180d99 more simplifications and cleanup. :) by Chris Lattner · 15 years ago
  40. 1fd7096 Change ConstantArray to 2.5 API. by Owen Anderson · 15 years ago
  41. 5743854 Add workaround for <rdar://problem/7098328>. by David Goodwin · 15 years ago
  42. cbbe248 Expose Tokens to target specific assembly parsers. by Daniel Dunbar · 15 years ago
  43. bf15e43 Fix PR4639, a ELF-TLS regression from some of my refactoring. by Chris Lattner · 15 years ago
  44. 4bb253c the apple "ld_classic" linker doesn't support .literal16 in 32-bit by Chris Lattner · 15 years ago
  45. 3583df7 Add Thumb-2 patterns for ARMsrl_flag and ARMsra_flag. by David Goodwin · 15 years ago
  46. 2d4e6d3 by David Greene · 15 years ago
  47. 8fb0039 fix unused variable warning by Chris Lattner · 15 years ago
  48. bae20a6 tADDrSPI doesn't have a predicate operand, but tADDhirr and tADDi3 have. by Evan Cheng · 15 years ago
  49. 542383d Code clean up. No functionality changes. by Evan Cheng · 15 years ago
  50. 6495f63 - More refactoring. This gets rid of all of the getOpcode calls. by Evan Cheng · 15 years ago
  51. f4b64f6 fix a casting problem on the llvm-x86_64-linux tester by Chris Lattner · 15 years ago
  52. f014412 Rip all of the global variable lowering logic out of TargetAsmInfo. Since by Chris Lattner · 15 years ago
  53. 7988aff don't copy TargetLowering. by Chris Lattner · 15 years ago
  54. d6aa02d Teach instcombine to respect and preserve inbounds. Add inbounds by Dan Gohman · 15 years ago
  55. eb045ec Fix a small little typo. by Mike Stump · 15 years ago
  56. 04d5544 Replace dyn_castGetElementPtr with dyn_cast<GEPOperator>. by Dan Gohman · 15 years ago
  57. a195b7f Grab the LLVMContext and parent Module of SI ahead of the by Dan Gohman · 15 years ago
  58. 1f09627 ORN does not require (and can not have) the ".w" suffix. "Orthogonality" is a dirty word at ARM. by David Goodwin · 15 years ago
  59. 66ad89c Fix a release-asserts warning. Debug functions should be marked used, by Mike Stump · 15 years ago
  60. f9507ff llvm-mc: Implement .abort fully in the front end by Daniel Dunbar · 15 years ago
  61. 02efa78 Avoid build warnings. by Mike Stump · 15 years ago
  62. 8fa3338 Move ConstantStruct back to 2.5 API. by Owen Anderson · 15 years ago
  63. f08583b Add a comment about the "getelementptr null" trick. by Dan Gohman · 15 years ago
  64. dd8004d Add a new keyword 'inbounds' for use with getelementptr. See the by Dan Gohman · 15 years ago
  65. 9a7e2cc llvm-mc: Move AsmLexer::getCurStrVal to StringRef based API. by Daniel Dunbar · 15 years ago
  66. b82eaa1 Unbreak build. by Daniel Dunbar · 15 years ago
  67. f78c835 Make raw_null_ostream flush its buffer in its destructor, so that by Dan Gohman · 15 years ago
  68. 2b2954f hoist MCContext/MCStreamer up to AsmPrinter since we're going to start creating by Chris Lattner · 15 years ago
  69. b5261eb Move MCContext and friends to StringRef based APIs. by Daniel Dunbar · 15 years ago
  70. 6f83c9c Move ConstantFP construction back to the 2.5-ish API. by Owen Anderson · 15 years ago
  71. 9a31254 Add an assertion check to raw_ostream's destructor to verify by Dan Gohman · 15 years ago
  72. c9d138f Remove TPat. No patterns depend on just isThumb(). Must use either T1Pat (isThumb1Only()) or T2Pat (is Thumb2). by David Goodwin · 15 years ago
  73. 4228656 fix comment by Bruno Cardoso Lopes · 15 years ago
  74. df0b650 add module identifier to the elf object file by Bruno Cardoso Lopes · 15 years ago
  75. 3b07b52 Sink getSectionPrefixForUniqueGlobal down into the TAI by Chris Lattner · 15 years ago
  76. fa199f3 remove dead code. by Chris Lattner · 15 years ago
  77. 746e3bb Handle external symbols for ELF and add some static methods to ELFSym by Bruno Cardoso Lopes · 15 years ago
  78. e0f21bd More DCE. by Evan Cheng · 15 years ago
  79. 78703dd convertToThreeAddress can't handle Thumb2 instructions (which don't have same address mode as ARM instructions). by Evan Cheng · 15 years ago
  80. ad895a8 Initialize mdnNext. by Devang Patel · 15 years ago
  81. fc17fb0 Get rid of more dead code. by Evan Cheng · 15 years ago
  82. 293f8d9 Cosmetic change. by Evan Cheng · 15 years ago
  83. 83e0e36 Clean up. by Evan Cheng · 15 years ago
  84. 5ca53a7 Get rid of some more getOpcode calls. by Evan Cheng · 15 years ago
  85. 487cdc1 Fix build. by Mike Stump · 15 years ago
  86. be7b97b Remove duplicate entries while printing decls for external symbols. by Sanjiv Gupta · 15 years ago
  87. e34887d CMake: make sure that the *.inc files for libSystem show up in the resulting by Douglas Gregor · 15 years ago
  88. a7defb7 add an explanatory comment about why we drop these in readonly and by Chris Lattner · 15 years ago
  89. 41d89c2 Do not seed mstadata into the value map. by Devang Patel · 15 years ago
  90. 40412e7 make COFF work like ELF and macho, by splitting out into its own by Chris Lattner · 15 years ago
  91. afcb70b don't create default text/data sections for all targets. by Chris Lattner · 15 years ago
  92. 6470177 Apparently alpha doesn't use ElfTargetAsmInfo (?) by Chris Lattner · 15 years ago
  93. 752aa7d Thumb-2 does not have RSC. by David Goodwin · 15 years ago
  94. af0d08d Add ".w" suffix for wide thumb-2 instructions. by David Goodwin · 15 years ago
  95. 33ae7a4 inline a method. by Chris Lattner · 15 years ago
  96. 20886cf apparently we have "windows" and "coff", which are different(?) by Chris Lattner · 15 years ago
  97. 92ef3f6 sink text/data section creation down into the target-specific places that by Chris Lattner · 15 years ago
  98. 59858cf Change the assembly syntax for nsw, nuw, and exact, putting them by Dan Gohman · 15 years ago
  99. 07ad19b Fix wording in comments. by Dan Gohman · 15 years ago
  100. de3a107 32-bit darwin targets support .literal16 too. by Chris Lattner · 15 years ago