1. 6e1bb38 - Add DebugLoc to getTargetNode(). by Bill Wendling · 16 years ago
  2. 63e3e63 Move the code that starts printing the Select_* functions by Dan Gohman · 16 years ago
  3. 57cd67f Typo. by Mikhail Glushenkov · 16 years ago
  4. 19d3e82 Add three new option properties. by Mikhail Glushenkov · 16 years ago
  5. 536ab13 Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and SuperRegClasses. These are not necessary. Also eliminate getSubRegisterRegClass and getSuperRegisterRegClass. These are slow and their results can change if register file names change. Just use TargetLowering::getRegClassFor() to get the right TargetRegisterClass instead. by Evan Cheng · 16 years ago
  6. 41b2340 Make tblgen more portable, allowing it to build with ICC. Patch by Robert Zeh! by Chris Lattner · 16 years ago
  7. 748dbc6 Fix a missing word. by Dan Gohman · 16 years ago
  8. 907532d Versions of VIM included with Intrepid and Leopard at least appear by Dan Gohman · 16 years ago
  9. 789da27 Enable syntax highlighting of LLVM and tablegen files by default, by Dan Gohman · 16 years ago
  10. 5e59c27 Only set cindent for C and C++ source files. by Dan Gohman · 16 years ago
  11. b6b5141 Change the hook API back to prevent memory leaks. by Mikhail Glushenkov · 16 years ago
  12. a298bb7 Allow hooks with arguments. by Mikhail Glushenkov · 16 years ago
  13. febf71d Avoid triggering an assertion failure when an instruction pattern by Dan Gohman · 16 years ago
  14. 05aae18 Add support for instructions with multiple ComplexPatterns, by by Dan Gohman · 16 years ago
  15. ceb4d1a Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. by Duncan Sands · 16 years ago
  16. d4a2700 make tblgen autogenerate the nocapture intrinsics for by Chris Lattner · 16 years ago
  17. 10dae94 add scaffolding to emit argument attributes. No functionality change. by Chris Lattner · 16 years ago
  18. 048ffb2 make tblgen emit the entire Intrinsic::getAttributes method, by Chris Lattner · 16 years ago
  19. a62c302 add nocapture attribute to llvm.mem* intrinsics and have tblgen by Chris Lattner · 16 years ago
  20. cb856f6 This has been replaced by llvm/utils/lint/cpp_lint.py, which is more by Misha Brukman · 16 years ago
  21. d7a97f0 remove some exclusions that don't exist anymore. by Chris Lattner · 16 years ago
  22. 5539a1e Use VIM's built-in shorthand for whitespace in regex. by Misha Brukman · 16 years ago
  23. cb5852d Be sure to ignore the end-of-line character when considering trailing by Misha Brukman · 16 years ago
  24. bc03979 Improve support for type-generic vector intrinsics by teaching TableGen how by Bob Wilson · 16 years ago
  25. de0e7f2 Fix a thinko in the grammar for thread_local variables. by Dan Gohman · 16 years ago
  26. 1eb49a0 Delete an unused variable and simplify the code. by Dan Gohman · 16 years ago
  27. e035fa5 Handle iAny and fAny types in TreePatternNode::UpdateNodeType. by Bob Wilson · 16 years ago
  28. 1ed7942 Add the keyword 'default'. by Dan Gohman · 16 years ago
  29. 105a91a Renamed Google Test license file from COPYING to LICENSE.TXT to match LLVM by Misha Brukman · 16 years ago
  30. 8f56eba A few more polygen grammar updates. by Dan Gohman · 16 years ago
  31. 6c01ca9 Fix spelling in some comments. by Bob Wilson · 16 years ago
  32. 6a9e75e gc is not an obsolete keyword. by Dan Gohman · 16 years ago
  33. 571238a Update polygen grammar for recent language changes. by Dan Gohman · 16 years ago
  34. 7e638cd The .llx suffix is obsolete. by Dan Gohman · 16 years ago
  35. 5d8ab65 Update VIM LLVM IR syntax highlighting. by Dan Gohman · 16 years ago
  36. a0741ba Set a few more vimrc indentation options. by Dan Gohman · 16 years ago
  37. f225d2e Use softtabstop instead of redefining tabstop. by Dan Gohman · 16 years ago
  38. 96eafe2 Switch the vimrc file from smartindent to cindent, which is by Dan Gohman · 16 years ago
  39. 27c1e89 VerifyLineLength() actually takes a max length parameter. by Misha Brukman · 16 years ago
  40. 653222f Added some basic lint tools for C++ and generic lint tool applicable to all by Misha Brukman · 16 years ago
  41. 12c8d1b Deleted trailing whitespace; no functional changes. by Misha Brukman · 16 years ago
  42. adf4e4d vimrc by Misha Brukman · 16 years ago
  43. 715a958 We also removed gtest-all.cc from the distribution tarball. by Misha Brukman · 16 years ago
  44. 8fb520e Original patch by Talin. by Misha Brukman · 16 years ago
  45. e5f9471 * Removed gtest-all.cc; .cc files including other .cc files is weird by Misha Brukman · 16 years ago
  46. 3aae44e Moved Google Test code up one directory so that we can use a standard LLVM by Misha Brukman · 16 years ago
  47. 7ae6ff4 Import of Google Test 1.2.1, with the non-essential bits removed. by Misha Brukman · 16 years ago
  48. 0b53d98 Use dyn_cast intead of isa + cast in the generated DAGISel code. This by Dan Gohman · 16 years ago
  49. 87c8a8f Added support for vector widening. by Mon P Wang · 16 years ago
  50. 65ee1e6 Fix typo in error message. by Mikhail Glushenkov · 16 years ago
  51. 5c2b6b2 Some enhancements for the 'case' expression. by Mikhail Glushenkov · 16 years ago
  52. fc953d1 Change so that buildit won't need a parent directory with only the build scripts in them. by Bill Wendling · 16 years ago
  53. e1d44b5 Put Edge* classes into anonymous namespace. by Mikhail Glushenkov · 16 years ago
  54. b4ced5a Make 'extern' an option property. by Mikhail Glushenkov · 16 years ago
  55. ad889a7 Better error message. by Mikhail Glushenkov · 16 years ago
  56. 15b71ba Re-apply Cedric's changes. by Mikhail Glushenkov · 16 years ago
  57. b59dbad Try to guess when the auto-generated cl::Sink option should be marked 'extern'. by Mikhail Glushenkov · 16 years ago
  58. 0850949 Add a (progn)-like construct for (actions). Implemented as a DAG list. by Mikhail Glushenkov · 16 years ago
  59. f915253 Use (actions) instead of option properties, support external options. by Mikhail Glushenkov · 16 years ago
  60. 8f241b0 The use of the construct: by Cedric Venet · 16 years ago
  61. 15511cf Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning. by Dan Gohman · 16 years ago
  62. 62c939d Mark x86's V_SET0 and V_SETALLONES with isSimpleLoad, and teach X86's by Dan Gohman · 16 years ago
  63. 41474ba Add a sanity-check to tablegen to catch the case where isSimpleLoad by Dan Gohman · 16 years ago
  64. ad746be Support multiple compilation graph definitions. Not terribly useful, but makes the code more generic. by Mikhail Glushenkov · 16 years ago
  65. 739c720 Add 'hidden' and 'really_hidden' option properties. by Mikhail Glushenkov · 16 years ago
  66. 884c70c On x86 favors folding short immediate into some arithmetic operations (e.g. add, and, xor, etc.) because materializing an immediate in a register is expensive in turns of code size. by Evan Cheng · 16 years ago
  67. 3acc921 Small fix: the error message was incorrect in some cases. by Mikhail Glushenkov · 16 years ago
  68. ce5ac16 Copy the tblgen utility. by Bill Wendling · 16 years ago
  69. 35fde15 Support dependencies between plugins by priority-sorting. by Mikhail Glushenkov · 16 years ago
  70. fa27077 Filter ToolPropertiesList to exclude all Tools not mentioned in the compilation graph. by Mikhail Glushenkov · 16 years ago
  71. 0108877 Add a layer of indirection to make plugins more flexible. by Mikhail Glushenkov · 16 years ago
  72. 023422a Fix to record comparator to make it work for return values > 1. by Bill Wendling · 16 years ago
  73. 20072af Put comma in correct place for call to StructType::get by Bill Wendling · 16 years ago
  74. cdcc3e6 Modify the intrinsics pattern to separate out the "return" types from the by Bill Wendling · 16 years ago
  75. e40db4a Tell GenLibDeps.pl to inspect .so and .dylib shared files. by Oscar Fuentes · 16 years ago
  76. 6766572 Check the return value of std::getenv. by Mikhail Glushenkov · 16 years ago
  77. 262d248 Add a bit of lazy evaluation to PopulateCompilationGraph(). by Mikhail Glushenkov · 16 years ago
  78. aa4774c Some cosmetic changes. by Mikhail Glushenkov · 16 years ago
  79. c389e94 Allow $CALL and $ENV in command names. Fixes #3025. by Mikhail Glushenkov · 16 years ago
  80. 760a572 Properly escape dashes in TableGen's LLVMC2 emitter. Patch by Patrick Walton! by Anton Korobeynikov · 16 years ago
  81. 212e698 Make tablegen print out a nice error message for a const char* by Dan Gohman · 16 years ago
  82. 28c04da Use an assert to check that SelectCode isn't called on by Dan Gohman · 16 years ago
  83. 8be6bbe Eliminate the ISel priority queue, which used the topological order for a by Dan Gohman · 16 years ago
  84. da71cf0 Give tablegen's Type a destructor, to suppress spurious by Dan Gohman · 16 years ago
  85. 38bb2f8 Add some asserts to verify MVT invariant assumptions. by Dan Gohman · 16 years ago
  86. 3a5797d Change how extended types are represented in MVTs. Instead of fiddling by Dan Gohman · 16 years ago
  87. c6e2241 Spell DISABLE_ASSERTIONS correctly. by Dan Gohman · 16 years ago
  88. e649778 - Fix SUBVERSION string to handle x.x.x version number formats. by Bill Wendling · 16 years ago
  89. 8ad4c00 by David Greene · 16 years ago
  90. 7caa2d0 Remove tabs from my previous commit. by Cedric Venet · 16 years ago
  91. 677fbfa Remove redundant word in tblgen error message. by Matthijs Kooijman · 16 years ago
  92. 3bff2df Add a default constructor to AsmWriterOperand to make VS2008sp1 happy. (AsmWriterOperand is used in a std::pair, and VS need to generate the default constructor of this pair). by Cedric Venet · 16 years ago
  93. bb9d18c Unbreak LLVM on the MSVC compiler: by Argyrios Kyrtzidis · 16 years ago
  94. b89be61 Add RCBarriers to TargetInstrDesc. It's a list of register classes the given instruction can "clobber". For example, on x86 the call instruction can modify all of the XMM and fp stack registers. by Evan Cheng · 16 years ago
  95. b2a1432 Use INT64_C to emit constant values, to avoid problems with by Dan Gohman · 16 years ago
  96. 63f9720 Fun x86 encoding tricks: when adding an immediate value of 128, by Dan Gohman · 16 years ago
  97. 0540e17 Add support for having multiple predicates on a TreePatternNode. by Dan Gohman · 16 years ago
  98. 4520dd2 Add <cstdio> include where needed by gcc-4.4. Patch by Samuel Tardieu. by Duncan Sands · 16 years ago
  99. e93f5db Set UNIVERSAL_ARCH value. Fixes build failure when target is i386. by Devang Patel · 16 years ago
  100. 1cfa077 Fix shift overflow bug that would occur when a field was a full 32-bits by Chris Lattner · 16 years ago