1. 2395f01 Minor whitespace tidiness. by Dan Gohman · 15 years ago
  2. debcb01 Move types back to the 2.5 API. by Owen Anderson · 15 years ago
  3. cb778a8 1. Introduce a new TargetOperandInfo::getRegClass() helper method by Chris Lattner · 15 years ago
  4. a938ac6 make ptr_rc derive from a new PointerLikeRegClass tblgen class. by Chris Lattner · 15 years ago
  5. c8d0605 by David Greene · 15 years ago
  6. 09b1366 Fix the verifier to handle intrinsics with LLVMMatchType parameters, where by Bob Wilson · 15 years ago
  7. 636bef1 Revert AsmWriterEmitter.cpp to 74742. The recent changes are causing serious compile time regression. by Evan Cheng · 15 years ago
  8. 0e2771f Match X86 register names to number. by Daniel Dunbar · 15 years ago
  9. a02446a Tweak LLVM emacs style to make default namespace indentation closer to style by Daniel Dunbar · 15 years ago
  10. 224251d Add inbounds to the polygen grammar. by Dan Gohman · 15 years ago
  11. d5c9470 vim syntax highlighting for inbounds keyword. by Dan Gohman · 15 years ago
  12. b0d3f25 Remove trailing slashes from include paths. Some versions of mingw don't like them. by Benjamin Kramer · 15 years ago
  13. e02a0aa Add new keywords to the vim syntax highlighting. by Dan Gohman · 15 years ago
  14. bfacb7e Add new optimization keywords to the polygen grammar. by Dan Gohman · 15 years ago
  15. e922c02 Get rid of the Pass+Context magic. by Owen Anderson · 15 years ago
  16. 8f6353f by David Greene · 15 years ago
  17. a2701b4 Use string comparison instead of numeric comparison when comparing digests. by Ted Kremenek · 15 years ago
  18. 76081c4 by David Greene · 15 years ago
  19. ba8dc03 Restore AsmWriterEmitter.cpp back to 74742. The recent changes broke Thumb. by Evan Cheng · 15 years ago
  20. fc2271f Require a remote command to exit with the exit status of the test program or with 255 if an error occurred. by Viktor Kutuzov · 15 years ago
  21. 3837b64 Revert 76177 for now. It's messing up ARM asm printing. Also this significant debate about its efficiency. by Evan Cheng · 15 years ago
  22. 22be522 tblgen/AsmMatcher: Emit simple matcher for register names. by Daniel Dunbar · 15 years ago
  23. ab9238e by David Greene · 15 years ago
  24. 923a579 Add the private keyword to the polygen grammar. by Dan Gohman · 15 years ago
  25. 21de024 Add the private keyword to the VIM syntax highlighting. by Dan Gohman · 15 years ago
  26. 49e3182 Add new flags '-test-cflags' and '-test-cxxflags' to pass in flags directly to the llvm testsuite. by Bill Wendling · 15 years ago
  27. 021da14 In an Apple-style build, compile with llvm-gcc/llvm-g++ if available. by Stuart Hastings · 15 years ago
  28. 4f80d71 Update llvm{do,grep} to also search cmake / .cmake files by Daniel Dunbar · 15 years ago
  29. 9344eb7 Add script 'UpdateCMakeLists.pl'. This script can be used (manually) to update by Ted Kremenek · 15 years ago
  30. fe7b16f by David Greene · 15 years ago
  31. a1bdced Add a Force option to raw_fd_ostream to specify whether opening by Dan Gohman · 15 years ago
  32. a4b0486 Remove the v3i32 and v3f32 value types: they are not by Duncan Sands · 15 years ago
  33. a266b5f Helper script to use bugpoint with a remote target. by Viktor Kutuzov · 15 years ago
  34. e11c4db Use http instead https for anonymous readonly check out. by Evan Cheng · 15 years ago
  35. ab5a5a6 Revert 75308. by Bob Wilson · 15 years ago
  36. ff79ef4 NewNightlyTest.pl - Add -configure-args option. by Daniel Dunbar · 15 years ago
  37. 0c39e38 NewNightlyTest.pl - Add -noremoveatend option. by Daniel Dunbar · 15 years ago
  38. 014700c by David Greene · 15 years ago
  39. e9e2733 Tweak comment. by Daniel Dunbar · 15 years ago
  40. 7cab893 Update CMakeLists.txt by Daniel Dunbar · 15 years ago
  41. d51ffcf Stub out assembly matcher (.s -> MCInst) tblgen backend. by Daniel Dunbar · 15 years ago
  42. d7073db improve filecheck's "scanning from here" caret position. by Chris Lattner · 15 years ago
  43. 88a7e9e make filecheck default to canonicalizing horizontal whitespace by Chris Lattner · 15 years ago
  44. 28eff96 Add new vector types for 192-bit, 348-bit and 512-bit sizes. by Bob Wilson · 15 years ago
  45. bbf1caa Refactor TableGen's llvm::getName to share code with llvm::getEnumName, by Bob Wilson · 15 years ago
  46. d1474d0 Thread LLVMContext through MVT and related parts of SDISel. by Owen Anderson · 15 years ago
  47. f881ae0 * Install crosstool in /usr/local/crosstool by Misha Brukman · 15 years ago
  48. af9005d stop on the first file mismatch. by Chris Lattner · 15 years ago
  49. 804e0fe Convert more abort() calls to llvm_report_error(). by Torok Edwin · 15 years ago
  50. 81cb8ca Add a new little "FileCheck" utility for regression testing. by Chris Lattner · 15 years ago
  51. 7f6aa2b Remove the vicmp and vfcmp instructions. Because we never had a release with by Nick Lewycky · 15 years ago
  52. 8fe4447 Add an 'init' option property. by Mikhail Glushenkov · 15 years ago
  53. cbc360d Refactoring. by Mikhail Glushenkov · 15 years ago
  54. b797000 Comment fix. by Mikhail Glushenkov · 15 years ago
  55. bee9e35 Add new ValueType for metadata. by Devang Patel · 15 years ago
  56. e034393 * Allow skipping parts of the installation to be able to do it in parts if one by Misha Brukman · 15 years ago
  57. 1a55180 Replace std::iostreams with raw_ostream in TableGen. by Daniel Dunbar · 15 years ago
  58. 42cdc38 NewNightlyTest: Include minutes/seconds in log file names, to support running by Daniel Dunbar · 15 years ago
  59. 38bc2d0 Added step-by-step directions on how to use the script to build and install an by Misha Brukman · 15 years ago
  60. 0fd3806 improve the APIs for creating struct and function types with no arguments/elements by Chris Lattner · 15 years ago
  61. 3fb7683 Normalize SourceMgr messages. by Daniel Dunbar · 15 years ago
  62. 2bfa06d by David Greene · 15 years ago
  63. 2c02662 by David Greene · 15 years ago
  64. 67acdf2 by David Greene · 15 years ago
  65. 9b9838d by David Greene · 15 years ago
  66. f7f02a9 NewNightlyTest.pl: Support -submit-aux with -no-submit (run that aux script, by Daniel Dunbar · 15 years ago
  67. c0ad80f Fix a CodeGenDAGPatterns bug. Check if top level predicates match when it's looking for duplicates. by Evan Cheng · 15 years ago
  68. fc0fc3a NewNightlyTest: Pull most VERBOSE handling into RunLoggedCommand function. by Daniel Dunbar · 15 years ago
  69. 2f90daf NewNightlyTest: Factor out LLVM{Src,Obj,Test} variables. by Daniel Dunbar · 15 years ago
  70. 7bba233 Better error message. by Mikhail Glushenkov · 15 years ago
  71. d80d869 Make llvmc work again. by Mikhail Glushenkov · 15 years ago
  72. 0cbb590 A little bit nicer formatting. by Mikhail Glushenkov · 15 years ago
  73. 7c8deb3 Typo. by Mikhail Glushenkov · 15 years ago
  74. 14ee48a rename SourceMgr::PrintError to PrintMessage. by Chris Lattner · 15 years ago
  75. 4226bb0 simplify some error recovery stuff. by Chris Lattner · 15 years ago
  76. d926e04 prune #include, fix warning. by Chris Lattner · 15 years ago
  77. 7ee5d5f move include searching logic from TGLexer to SourceMgr. by Chris Lattner · 15 years ago
  78. 8070ea3 Rename TGSourceMgr -> SourceMgr. by Chris Lattner · 15 years ago
  79. 1e3a8a4 rename TGLoc -> SMLoc. by Chris Lattner · 15 years ago
  80. 099e198 move TGSourceMgr class out of TableGen into libsupport. by Chris Lattner · 15 years ago
  81. 5b842c3 allow clients of the asmprinter to opt-out of the boilerplate with a #define. by Chris Lattner · 15 years ago
  82. 6dc11b4 Clean up nightly tester to use Perl's File::Find. Patch by Benjamin Kramer. by Bob Wilson · 15 years ago
  83. 53df0a2 Allow user to specify separate SVN url for llvm and the test suite. by Evan Cheng · 15 years ago
  84. fc4c255 Fix grammaro, and bad indentation. by Nick Lewycky · 15 years ago
  85. 956244b Add output of the SFINAE bit for Clang's diagnostics by Douglas Gregor · 15 years ago
  86. 7e0842f Tweak GenLibDeps.pl so it works on solaris. Patch by Edward O'Callaghan. by Duncan Sands · 15 years ago
  87. 45db29c Add clang support to the nightly test script. Patch by Edward O'Callaghan. by Duncan Sands · 15 years ago
  88. 00c1073 Update script to tell the user where to get the CodeSourcery crosstool, if it's by Misha Brukman · 15 years ago
  89. cb6f9c8 Added two scripts to aid with building Linux/x86 -> Linux/ARM crosstools, using by Misha Brukman · 15 years ago
  90. ee1f6b0 I'm going to assume that this was meant to be an assignment instead of a by Bill Wendling · 15 years ago
  91. ffc0ab6 by David Greene · 15 years ago
  92. 0d97399 by David Greene · 15 years ago
  93. e1b4691 by David Greene · 15 years ago
  94. 77c489d by David Greene · 15 years ago
  95. 938c8ab by David Greene · 15 years ago
  96. ae3a0be Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 15 years ago
  97. f5a5950 NightlyTest: Stop running a separate Olden pass during nightly test. by Daniel Dunbar · 15 years ago
  98. 874ae25 Revert 72707 and 72709, for the moment. by Dale Johannesen · 15 years ago
  99. 4150d83 Make the implicit inputs and outputs of target-independent by Dale Johannesen · 15 years ago
  100. 056dbd0 NewNightlyTest.pl: Add a -parallel-jobs argument (set # of jobs for make with by Daniel Dunbar · 15 years ago