1. 630347d whitespace and comment changes, to fix grammar and 80 col violations by Nico Weber · 16 years ago
  2. 6f04406 clean up a bunch of fixme's I added, by moving by Chris Lattner · 16 years ago
  3. 7257ce2 Fix the rest of rdar://6243860 hopefully. This requires changing FileIDInfo by Chris Lattner · 16 years ago
  4. e5a80f2 Add x86_64 Linux target. - PR2824 by Daniel Dunbar · 16 years ago
  5. 4dbd857 Add --suppress-system-warnings (on by default, use =0 to disable) by Daniel Dunbar · 16 years ago
  6. ab5f114 bool is not an extension in C++ by Douglas Gregor · 16 years ago
  7. 762fecf Per PR2773, define __USER_LABEL_PREFIX__ for x86-32 Linux and Windows. by Eli Friedman · 16 years ago
  8. 157e1e6 Stop asserting in TargetInfo::validateInputConstraint by Daniel Dunbar · 16 years ago
  9. d4faca4 Add dragonfly target support, patch by Sascha Wildner by Chris Lattner · 16 years ago
  10. 3454295 Add TargetInfo::useNeXTRuntimeAsDefault by Daniel Dunbar · 16 years ago
  11. f90d2a6 Remove duplicate define from Windows-x86 target. by Eli Friedman · 16 years ago
  12. 23cb791 Initial implementation of Windows x86 target; at the moment, the only by Eli Friedman · 16 years ago
  13. 5fb0a02 Add Linux x86-32 target. by Eli Friedman · 16 years ago
  14. 2b16165 First cut at OS detection, taking advantage of the new generic targets. by Eli Friedman · 16 years ago
  15. fd5a412 Class reorg for PPC; shouldn't be any visible changes unless I messed by Eli Friedman · 16 years ago
  16. be727fe Class reorg for ARM. Shouldn't be any visible changes. by Eli Friedman · 16 years ago
  17. ff158dd Class hierarchy reorg for Sparc architecture. While I was there, I by Eli Friedman · 16 years ago
  18. 872996c Reorganize the class hierarchy for x86 targets; shouldn't have any by Eli Friedman · 16 years ago
  19. c4d84c5 Fix PR2627, support for Q constraint. by Chris Lattner · 16 years ago
  20. ebd8f0f Allow targets to override description string. by Sanjiv Gupta · 16 years ago
  21. 428e676 Move some ObjC preprocessor definitions into by Daniel Dunbar · 16 years ago
  22. 1be1df3 Add LangOptions::NeXTRuntime. by Daniel Dunbar · 16 years ago
  23. e0ad215 More #include cleaning by Daniel Dunbar · 16 years ago
  24. d2a6ac9 * Remove isInSystemHeader() from DiagClient, move it to SourceManager by Nico Weber · 16 years ago
  25. 5c34173 Fix --html-diags in driver by delaying the construction of an HTMLDiagnosticClient until after we have created the Preprocessor object. by Ted Kremenek · 16 years ago
  26. 103baef Add EXTWARN Diagnostic class. by Daniel Dunbar · 16 years ago
  27. 82b2628 Always define __SIZE_TYPE__ as long unsigned int. by Anders Carlsson · 16 years ago
  28. fd7bf3a add x86 EDI register alias by Nuno Lopes · 16 years ago
  29. e531db8 move the linux predefined macro definition to the TargetInfo, where it really belongs by Nuno Lopes · 16 years ago
  30. 4a71285 Make the width and alignment for long double consistent with the by Eli Friedman · 16 years ago
  31. 3a22b7c Implement support for -w, which silences all warnings. PR2384. by Chris Lattner · 16 years ago
  32. 1dee5c5 Make sure to define __sparc__ on Solaris; this should "fix" by Eli Friedman · 16 years ago
  33. d401189 Missed an include. by Eli Friedman · 16 years ago
  34. 2fde2a5 Minor correction for PPC targets. by Eli Friedman · 16 years ago
  35. 0b7b1cb Some small changes to make the target info a bit more accurate. by Eli Friedman · 16 years ago
  36. e5fde95 set long/pointers to 64-bits on ppc64/x86-64 by Chris Lattner · 16 years ago
  37. 727b3c4 parameterize pointer size/align better without doing virtual method calls in normal case. by Chris Lattner · 16 years ago
  38. 481dcf2 parameterize long long. by Chris Lattner · 16 years ago
  39. e0efe2e correctly parameterize long, patch by Nate. by Chris Lattner · 16 years ago
  40. 85970f3 Add basic support for the pic-* target triples and add support for by Chris Lattner · 16 years ago
  41. 2658c4a Add -fobjc-gc and -fobjc-gc-only options to the driver. by Ted Kremenek · 16 years ago
  42. d229d96 Have ValidateOutputConstraint return false instead of firing an assertion by Ted Kremenek · 16 years ago
  43. 222823a Add some basic ARM asm constraints by Nate Begeman · 16 years ago
  44. b644405 Fix pasto, thanks to Anders for pointing this out. by Chris Lattner · 16 years ago
  45. 9fd7361 add arm support by Chris Lattner · 16 years ago
  46. d5e35f8 Tabs -> spaces by Nate Begeman · 16 years ago
  47. 6017f7f Initialize default double width and alignment by Nate Begeman · 16 years ago
  48. 265a3a0 Fix regression in Diagnostic that caused it to not register the number by Ted Kremenek · 16 years ago
  49. 81019d7 Added "getCanonicalID()", "isFromSameFile", and "isFromMainFile" to compare by Ted Kremenek · 16 years ago
  50. 051fe9d Only increment the number of diagnostics when the DiagnosticClient used by Ted Kremenek · 16 years ago
  51. 5c81ea0 add a missing #include by Chris Lattner · 16 years ago
  52. 54042a5 Added "getLogicalLineNumber" and "getLogicalColumnNumber" to FullSourceLoc. by Ted Kremenek · 16 years ago
  53. d960610 Update to match simplified llvm MemoryBuffer interfaces for files. by Chris Lattner · 16 years ago
  54. 2ba2358 prune dead #includes by Chris Lattner · 16 years ago
  55. 56f330d MemoryBuffer::getFile got smarter, obviating the need for readfilefast. by Chris Lattner · 16 years ago
  56. 1377e5f Hack ReadFileFast() to raise the threshold of memory mapped files (from 4->12 pages). by Steve Naroff · 16 years ago
  57. 7877f2b Added variation of the "Report" method in the class Diagnostic that takes by Ted Kremenek · 16 years ago
  58. be1a7a0 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago