1. 3901611 eliminate ComputeWCharInfo. by Chris Lattner · 16 years ago
  2. 98be494 remove the source location arguments to various target query methods. by Chris Lattner · 16 years ago
  3. 42e6737 Remove the first layer of support for "portability" warnings. This is by Chris Lattner · 16 years ago
  4. 544f043 move this into the right file. by Chris Lattner · 16 years ago
  5. fb79f7c TargetInfo objects now own the TargetInfoImpl objects they refer to. by Ted Kremenek · 16 years ago
  6. 411219b A, q and Z are valid LLVM inline asm constraints. by Lauro Ramos Venancio · 16 years ago
  7. a5694b8 Convert x86 target specific inline asm constraints to LLVM. by Lauro Ramos Venancio · 16 years ago
  8. 6bb816a In FileManager: use full paths to unique files and directories on Windows, by Ted Kremenek · 17 years ago
  9. 2665867 Added classes SolarisTargetInfo and by Gabor Greif · 17 years ago
  10. 49581f4 fix the second half of PR2041: __restrict is ok in c90 mode, even if by Chris Lattner · 17 years ago
  11. b41edf9 Add more supported constraints. by Anders Carlsson · 17 years ago
  12. a9b20e5 Change alignment for doubles to 32 bits which is what X86 has. by Anders Carlsson · 17 years ago
  13. ea04175 Even more inline asm codegen fixes. by Anders Carlsson · 17 years ago
  14. ef3577d Handle the memory clobber. by Anders Carlsson · 17 years ago
  15. 7097d91 Fix PR1966 by ignoring non-error diagnostics from system headers even if they are by Chris Lattner · 17 years ago
  16. f848454 the macro start and macro end bits in source location are dead, remove them. by Chris Lattner · 17 years ago
  17. 1309992 Don't add an extra line to the end of the buffer, it doesn't really exist. by Chris Lattner · 17 years ago
  18. e0e3abc Fix the __SIZE_TYPE__ definition on x86_32. This fixes the alloca.c (wget 1.10.2) compilation. by Lauro Ramos Venancio · 17 years ago
  19. 3d2da3d Fix misspelling of "existent". Do not use std::cerr; use llvm::cerr instead. by Ted Kremenek · 17 years ago
  20. 80aeaa2 Fixed 80-col violation. by Ted Kremenek · 17 years ago
  21. 6298b8c remove attribution from makefiles. by Chris Lattner · 17 years ago
  22. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  23. 76edd0e Added storage of the FileID of the the main source file of a translation unit by Ted Kremenek · 17 years ago
  24. bca6d12 Refactored inode and device number into FileEntry, and changed the by Ted Kremenek · 17 years ago
  25. 82dfaf7 When serializing SourceManager, we now serialize out absolute paths by Ted Kremenek · 17 years ago
  26. da99544 Added to FileEntry a pointer to the <dev_t,ino_t> pair for the file, and by Ted Kremenek · 17 years ago
  27. db9c229 Add hack to SourceManager to support missing source files during by Ted Kremenek · 17 years ago
  28. f62aea3 Fix file header. by Chris Lattner · 17 years ago
  29. 9c728dc TargetInfo no longer includes a reference to SourceManager. by Ted Kremenek · 17 years ago
  30. bbced58 Moved construction of TargetInfo objects out of the Driver by Ted Kremenek · 17 years ago
  31. 2eefd86 Modified the internals of Diagnostic and DiagnosticClient to use by Ted Kremenek · 17 years ago
  32. 7a9d49f Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now by Ted Kremenek · 17 years ago
  33. 1f2c7d1 Added newline to end of file. by Ted Kremenek · 17 years ago
  34. 44fe49c Add getTargetPrefix to TargetInfo, to be used with target specific intrinsics. by Anders Carlsson · 17 years ago
  35. 665dd4a Removed dependence on including iostream (use llvm/Support/Streams.h instead). by Ted Kremenek · 17 years ago
  36. 4914209 Implemented serialization of LangOptions. by Ted Kremenek · 17 years ago
  37. 1f94100 Renamed SourceManager::Read to SourceManager::CreateAndRegister. by Ted Kremenek · 17 years ago
  38. 099b474 Implemented initial serialization support for SourceManager. by Ted Kremenek · 17 years ago
  39. 8fbc88e Removed serialization of FileEntry and DirectoryEntry. This objects will by Ted Kremenek · 17 years ago
  40. e21272f Implemented serialization of SrcMgr::ContentCache. by Ted Kremenek · 17 years ago
  41. 9551a2c Implemented serialization of FileEntry and DirectoryEntry. by Ted Kremenek · 17 years ago
  42. ae36076 Implemented initial support for "-triple" option to the clang driver. This by Ted Kremenek · 17 years ago
  43. 182745a add support for custom client-specific diagnostics. As a testcase, make the by Chris Lattner · 17 years ago
  44. 68072a7 Fixed bug in the serialization of SelectorTable where we did not register the by Ted Kremenek · 17 years ago
  45. 0750618 start partitioning the diagnostics into two classes: those by Chris Lattner · 17 years ago
  46. bdbb285 Implemented serialization of SelectorTable and Selectors. by Ted Kremenek · 17 years ago
  47. d04c6e2 Add more semantic analysis for inline asm statements. by Anders Carlsson · 17 years ago
  48. 6fa9086 Check that the clobber registers are valid. by Anders Carlsson · 17 years ago
  49. 3346ae6 Add tables for GCC register names and aliases. This will be used for inline asm by Anders Carlsson · 17 years ago
  50. 8aebcb7 Break out bool/true/false support into a LangOption by Nate Begeman · 17 years ago
  51. 0f84c00 Renamed all serialization "Materialize" methods to "Create" to conform with by Ted Kremenek · 17 years ago
  52. eae5cd0 Changed the serialization of IdentifierTable to only serialize out entries by Ted Kremenek · 17 years ago
  53. 18807d2 rename getInstantiationLoc to match the scheme of isPhysicalLoc. by Chris Lattner · 17 years ago
  54. b7489d8 change source location to have two bits for macros, tracking by Chris Lattner · 17 years ago
  55. 3b0eff8 Changed method call to reflect updated serialization API. by Ted Kremenek · 17 years ago
  56. 93a9ab4 Rewrote serialization of IdentifierInfo and IdentifierTable to use methods Emit by Ted Kremenek · 17 years ago
  57. c19b998 Added registration to deserialization engine of IdentifierInfo* as by Ted Kremenek · 17 years ago
  58. beb7713 Simplified Serialization code for SourceLocation and SourceRange, and by Ted Kremenek · 17 years ago
  59. d1c0eee Updated a comment to hopefully silence a Lattner warning. by Ted Kremenek · 17 years ago
  60. 0d892d8 Updated some comments. by Ted Kremenek · 17 years ago
  61. 78d85f5 Removed SrcMgr::FileInfo and SrcMgr::InfoRec and replaced them with a by Ted Kremenek · 17 years ago
  62. 19a95bc Implemented serialization of SourceLocation and SourceRange objects. by Ted Kremenek · 17 years ago
  63. a2bfb91 Modified current clients of Bitcode-Object serialization to use the by Ted Kremenek · 17 years ago
  64. c637e6b Implemented serialization for IdentifierInfo and IdentifierTable. by Ted Kremenek · 17 years ago
  65. bd0be39 Unbreak mingw32. Maybe there should be something like libClandSystem? :) by Anton Korobeynikov · 17 years ago
  66. fb5e5ba Add __builtin_va_list definitions for x86_64 and ppc64. by Anders Carlsson · 17 years ago
  67. 8a12c27 Push the rewriting APIs along. Build a trivial client that replaces tabs by Chris Lattner · 17 years ago
  68. a31f030 avoid accessing off the end of identifiers. by Chris Lattner · 17 years ago
  69. c7229c3 move IdentifierTable.h from liblex to libbasic. by Chris Lattner · 17 years ago
  70. d15fa82 speed up clang startup another 28% by avoiding std::vector<std::string> by Chris Lattner · 17 years ago
  71. eab7792 speed up clang startup time by about 23% by avoiding lots of by Chris Lattner · 17 years ago
  72. 1c9bdae work around bugs and missing features in apfloat. by Chris Lattner · 17 years ago
  73. 525a050 Use APFloat for the representation of FP immediates, ask the target by Chris Lattner · 17 years ago
  74. 3494725 Removed clang solution file for VC++, which didn't work properly because of hard coded paths in the llvm project files. by Hartmut Kaiser · 17 years ago
  75. f3a031f remove the FATAL classifier. by Chris Lattner · 17 years ago
  76. a8c11c6 VC++ doesn't define S_ISDIR by Chris Lattner · 17 years ago
  77. 6a4545e Add #ifdefs to make the source portable to windows. Patch contributed by Chris Lattner · 17 years ago
  78. 8b6ca88 constify a method. by Chris Lattner · 17 years ago
  79. c1e50fc Fix a bug in my previous commit by Chris Lattner · 17 years ago
  80. 991ae51 Increase the macro id cache to look up several recent entries, not just the last one. by Chris Lattner · 17 years ago
  81. d8e3083 Use a smallstring instead of an std::string in FileChanged to avoid some malloc traffic. by Chris Lattner · 17 years ago
  82. 1cf12bf check in an experiment that didn't work out, to allow for future investigation. by Chris Lattner · 17 years ago
  83. 5e36a7a Add a cache to SourceManager to accellerate line # lookup. This is a by Chris Lattner · 17 years ago
  84. e36751b Switch TargetInfo::getTargetDefines from using an std::map<std::string, ...> to using by Chris Lattner · 17 years ago
  85. d1623a8 Add support for reusing macroid's with negative physical loc deltas. This by Chris Lattner · 17 years ago
  86. 45011cf remove some old cruft by Chris Lattner · 17 years ago
  87. 31bb8be improve comments, implement a trivial single-entry cache in by Chris Lattner · 17 years ago
  88. 9dc1f53 Reimplement SourceLocation. Instead of having a by Chris Lattner · 17 years ago
  89. 136f93a Make octal constant lexing use AdvanceToTokenCharacter to give more by Chris Lattner · 17 years ago
  90. abca2bb Change SourceManager::getInstantiationLoc to take virtual locations, doing its by Chris Lattner · 17 years ago
  91. d2d2a11 A significant refactoring of the type size stuff to also by Chris Lattner · 17 years ago
  92. 1501218 add missing header (needed on Solaris) by Gabor Greif · 17 years ago
  93. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago