summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic
Commit message (Expand)AuthorAgeFilesLines
* Make the width and alignment for long double consistent with the Eli Friedman2008-06-041-2/+2
* Implement support for -w, which silences all warnings. PR2384.Chris Lattner2008-05-291-4/+9
* Make sure to define __sparc__ on Solaris; this should "fix" Eli Friedman2008-05-251-0/+1
* Missed an include.Eli Friedman2008-05-201-0/+1
* Minor correction for PPC targets.Eli Friedman2008-05-201-1/+4
* Some small changes to make the target info a bit more accurate.Eli Friedman2008-05-202-11/+30
* set long/pointers to 64-bits on ppc64/x86-64Chris Lattner2008-05-091-2/+6
* parameterize pointer size/align better without doing virtual method calls in ...Chris Lattner2008-05-092-4/+3
* parameterize long long.Chris Lattner2008-05-091-1/+2
* correctly parameterize long, patch by Nate.Chris Lattner2008-05-091-0/+1
* Add basic support for the pic-* target triples and add support forChris Lattner2008-05-082-0/+34
* Add -fobjc-gc and -fobjc-gc-only options to the driver.Ted Kremenek2008-04-291-1/+3
* Have ValidateOutputConstraint return false instead of firing an assertionTed Kremenek2008-04-241-2/+2
* Add some basic ARM asm constraintsNate Begeman2008-04-221-1/+10
* Fix pasto, thanks to Anders for pointing this out.Chris Lattner2008-04-211-1/+1
* add arm supportChris Lattner2008-04-211-0/+132
* Tabs -> spacesNate Begeman2008-04-181-2/+2
* Initialize default double width and alignmentNate Begeman2008-04-181-0/+2
* Fix regression in Diagnostic that caused it to not register the numberTed Kremenek2008-04-141-2/+3
* Added "getCanonicalID()", "isFromSameFile", and "isFromMainFile" to compareTed Kremenek2008-04-141-0/+4
* Only increment the number of diagnostics when the DiagnosticClient usedTed Kremenek2008-04-141-2/+6
* add a missing #includeChris Lattner2008-04-061-0/+1
* Added "getLogicalLineNumber" and "getLogicalColumnNumber" to FullSourceLoc.Ted Kremenek2008-04-031-2/+13
* Update to match simplified llvm MemoryBuffer interfaces for files.Chris Lattner2008-04-011-2/+1
* prune dead #includesChris Lattner2008-04-011-2/+0
* MemoryBuffer::getFile got smarter, obviating the need for readfilefast.Chris Lattner2008-04-011-60/+3
* Hack ReadFileFast() to raise the threshold of memory mapped files (from 4->12...Steve Naroff2008-03-311-1/+1
* Added variation of the "Report" method in the class Diagnostic that takesTed Kremenek2008-03-311-3/+7
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-1510-0/+2787
OpenPOWER on IntegriCloud