1. 4d9e7fe Fix some formatting mistakes. by Reid Spencer · 18 years ago
  2. 8645f26 Merge gccld documentation in here. gccld will go away soon. by Reid Spencer · 18 years ago
  3. 1ce58ee Put in a disabled template for when gccld is replaced by the shell script. by Reid Spencer · 18 years ago
  4. f49262e Get the right warning message. by Reid Spencer · 18 years ago
  5. 7d8311f New shell script to replace gccld, eventually. by Reid Spencer · 18 years ago
  6. 708585a Clean up error handling. by Reid Spencer · 18 years ago
  7. 6a9a765 This is done. by Evan Cheng · 18 years ago
  8. 1cbd333 i64 setcc tests. by Evan Cheng · 18 years ago
  9. 2e67781 Make use of TLI.SimplifySetCC() in LegalizeSetCCOperands(). by Evan Cheng · 18 years ago
  10. fa1eb27 Move SimplifySetCC to TargetLowering and allow it to be shared with legalizer. by Evan Cheng · 18 years ago
  11. bb28a81 Rename CStringMap -> StringMap, since it now supports nul characters in the by Chris Lattner · 18 years ago
  12. 796f9fa update this. by Chris Lattner · 18 years ago
  13. ee18242 Allow cstringmap to contain strings with nul characters in them. by Chris Lattner · 18 years ago
  14. 98a030c For PR1153: Copy a couple more missing options from gccld to llvm-ld. by Reid Spencer · 18 years ago
  15. 7f04c08 For PR1153: by Reid Spencer · 18 years ago
  16. ac5a545 return addresses, those I already have by Andrew Lenharth · 18 years ago
  17. a99256e Describe llvm/test more accurately given recent changes. by Reid Spencer · 18 years ago
  18. a05eaa6 Switched this file on accidently. by Zhou Sheng · 18 years ago
  19. 0b706b1 As Chris and Reid suggested, remove "isSigned" field from APInt, instead, by Zhou Sheng · 18 years ago
  20. a3cf7e7 New test cases for PR1187 by Reid Spencer · 18 years ago
  21. 9d4e2d0 Make this legal input. by Reid Spencer · 18 years ago
  22. ed96d1e Regenerate. by Reid Spencer · 18 years ago
  23. 2dcb583 Rename a field so there's less confusion between fields of the same name. by Reid Spencer · 18 years ago
  24. ac6d608 For PR1187: Rename function scope names that conflict with basic block names. by Reid Spencer · 18 years ago
  25. 39a9792 For PR1187: by Reid Spencer · 18 years ago
  26. e7c326b For PR1187: by Reid Spencer · 18 years ago
  27. c6a8ca1 Add some more interesting cases to this test. by Reid Spencer · 18 years ago
  28. c61a8a0 For PR1187: Add some interesting CSRETCC upgrade cases. by Reid Spencer · 18 years ago
  29. 2f5bcb5 Fixed comments. by Bill Wendling · 18 years ago
  30. f50d09a Fixed a long standing spiller bug that's exposed by Thumb: by Evan Cheng · 18 years ago
  31. f596a97 New testcase for PR947 by Chris Lattner · 18 years ago
  32. d0813e4 llvm-gcc3 is gone by Chris Lattner · 18 years ago
  33. 62062b5 Avoid assert() in lto. Let linker handle all failures. Use LTO_WRITE_FAILURE by Bill Wendling · 18 years ago
  34. 546d0fb The new version of how to add passes to emit files. We explicitly call a by Bill Wendling · 18 years ago
  35. eb1ac33 Moved the MachOWriter and ELFWriter out of the Target/* files. Placed the by Bill Wendling · 18 years ago
  36. 50e4e88 Added new method to add a "simple" code emitter. That is, to only add by Bill Wendling · 18 years ago
  37. 04523ea Split the addPassesToEmitFile method up into two. This is so that we can by Bill Wendling · 18 years ago
  38. 8f84f1f Add function to create a file writer. by Bill Wendling · 18 years ago
  39. d25f933 Added new method to finish up the addition of passes to emit files. This by Bill Wendling · 18 years ago
  40. 449c57a Dead files. Functionality has been taken over by the Add*Writer functions. by Bill Wendling · 18 years ago
  41. 529f069 Declarations for functions that create different file writers. by Bill Wendling · 18 years ago
  42. 4b2ca1a Moved from include/llvm/CodeGen to lib/CodeGen. by Bill Wendling · 18 years ago
  43. 23cbb1c For PR1188: Compute BitMask correctly. by Reid Spencer · 18 years ago
  44. 785a5ae Regenerate for recent changes. by Reid Spencer · 18 years ago
  45. 0ec8200 For PR1187: by Reid Spencer · 18 years ago
  46. 49b8b55 For PR1187: by Reid Spencer · 18 years ago
  47. f36c7b8 move archive-specific stuff out of bcreader into archive library. by Chris Lattner · 18 years ago
  48. 7cf7c2b move an llvmc-specific function out of the bcreader into llvmc. by Chris Lattner · 18 years ago
  49. c6d0b16 move AnalyzeBytecodeFile out of ReaderWrappers.cpp into Analyzer.cpp. Now by Chris Lattner · 18 years ago
  50. c52cf19 For PR1187: by Reid Spencer · 18 years ago
  51. 2aa745e For PR1187: by Reid Spencer · 18 years ago
  52. 12f0c7b new testcase for nested functions by Chris Lattner · 18 years ago
  53. 7914f46 This really only affects pointers in high memory, and only llvm 1.9, but make a regression for it anyway by Andrew Lenharth · 18 years ago
  54. bd8251a isLowRegister() expects input is a physical register. by Evan Cheng · 18 years ago
  55. f2e292c push bytecode decompressor out through APIs. Now the bytecode reader by Chris Lattner · 18 years ago
  56. 403e4a4 Rename. by Evan Cheng · 18 years ago
  57. 5ebd10e If sp offset will be materialized in a register. Clear the offset field of str / ldr. by Evan Cheng · 18 years ago
  58. 8fdbe56 Get rid of references to iostream. by Evan Cheng · 18 years ago
  59. 95af592 Automatically generating intrinsic declarations from Dan Gohman. Modified by Jim Laskey · 18 years ago
  60. 0d3382a Move compressor out of the core Reader.cpp file. by Chris Lattner · 18 years ago
  61. f5e28d9 Do not drop transferred last uses on the floor. Use handleLastUserOverflow(). by Devang Patel · 18 years ago
  62. 3cfc1d2 Fix Transforms/DeadArgElim/2007-02-07-FuncRename.ll, fallout from PR411. by Chris Lattner · 18 years ago
  63. 566dd14 Testcase for a bug responsible for GCC bootstrap failure, fallout from PR411. by Chris Lattner · 18 years ago
  64. 9bb399c Make the cleaning of BUILT_SOURCES be a "clean-all" target item, not a by Reid Spencer · 18 years ago
  65. 58a0d64 Fix build error. by Lauro Ramos Venancio · 18 years ago
  66. 02f178f New test case. by Evan Cheng · 18 years ago
  67. 2ef02a2 New entry. by Evan Cheng · 18 years ago
  68. 8bed6c9 In thumb mode, R3 is reserved, but it can be live in to the function. If by Evan Cheng · 18 years ago
  69. 1f253d6 Update by Evan Cheng · 18 years ago
  70. 7142f87 - If fp (r7) is used to reference stack objects, use [r, r] address mode. by Evan Cheng · 18 years ago
  71. e14639a remove dead ivars. by Chris Lattner · 18 years ago
  72. 4f9ff5a remove dead ivars, thanks to Reid for noticing this! by Chris Lattner · 18 years ago
  73. 7b6040b remove the handleVBR32/handleVBR64 callbacks. They are very fine-grained. by Chris Lattner · 18 years ago
  74. 92f5b6a constants can't be in the symtab anymore by Chris Lattner · 18 years ago
  75. b4d8d62 update comment. by Chris Lattner · 18 years ago
  76. e6a7a85 remove some obsolete SymbolTable methods. These docs need to be updated by Chris Lattner · 18 years ago
  77. 7f1444b shrink vmcore by moving symbol table stripping support out of VMCore into by Chris Lattner · 18 years ago
  78. a3832fd As Chris suggested, fixed some problems. (This is the first part) by Zhou Sheng · 18 years ago
  79. 56920a0 eliminate ValueSymbolTable::rename, it has no advantage over using remove+insert. by Chris Lattner · 18 years ago
  80. 1e34854 Make SymbolTable::insert, SymbolTable::remove and SymbolTable::rename private. by Chris Lattner · 18 years ago
  81. f29a09d As Chris suggested, fixed some problems. (This is the first part.) by Zhou Sheng · 18 years ago
  82. 421d3da speed up conflict handling. by Chris Lattner · 18 years ago
  83. c2b2d6a Fix a fixme by correctly calculating preferred alignments for functions, by Nate Begeman · 18 years ago
  84. 58f84d4 Eliminate the O(n) version of TypeSymbolTable::remove, it is dead. When by Chris Lattner · 18 years ago
  85. 67408da TypeSymbolTable::rename is dead, remove it by Chris Lattner · 18 years ago
  86. f511155 Eliminate a bunch of work from ValueSymbolTable::insert for the common case by Chris Lattner · 18 years ago
  87. 670ccfe parse constantexpr arguments into a smallvector: 1.5% speedup reading 176.gcc by Chris Lattner · 18 years ago
  88. 1b1c95c eliminate std::vector's from the bchandler interface by Chris Lattner · 18 years ago
  89. 63cf59e Eliminate std::vectors from the bcanalyzer interface. by Chris Lattner · 18 years ago
  90. 4d544cd add an option for timing bc file reading. by Chris Lattner · 18 years ago
  91. 91140e9 Remove a spurious ; by Reid Spencer · 18 years ago
  92. a01faf4 eliminateFrameIndex() is even more complicated if frame ptr is used instead of SP when there are dynamic alloca's. by Evan Cheng · 18 years ago
  93. dfb22c3 redesign the primary datastructure used by mem2reg to eliminate an by Chris Lattner · 18 years ago
  94. e237cf9 do not let the table fill up with tombstones. by Chris Lattner · 18 years ago
  95. 04a3115 Fix a really subtle bug where the entire hash table could fill with by Chris Lattner · 18 years ago
  96. 8e59ea9 Spill / restore should avoid modifying the condition register. by Evan Cheng · 18 years ago
  97. c67da0c Two fixes: by Chris Lattner · 18 years ago
  98. 9b44226 Document the LINK_COMPONENTS and NO_INSTALL variables. by Reid Spencer · 18 years ago
  99. a2a31bf Implement the NO_INSTALL feature. Setting this variable to any value in by Reid Spencer · 18 years ago
  100. c9c1787 Set the new NO_INSTALL flag for build-only tools. by Reid Spencer · 18 years ago