summaryrefslogtreecommitdiff
path: root/Basic
Commit message (Expand)AuthorAgeFilesLines
* work around bugs and missing features in apfloat.Chris Lattner2007-09-221-2/+4
* Use APFloat for the representation of FP immediates, ask the targetChris Lattner2007-09-221-0/+28
* Removed clang solution file for VC++, which didn't work properly because of h...Hartmut Kaiser2007-09-121-1/+2
* remove the FATAL classifier.Chris Lattner2007-09-061-2/+0
* VC++ doesn't define S_ISDIRChris Lattner2007-09-031-0/+3
* Add #ifdefs to make the source portable to windows. Patch contributedChris Lattner2007-09-031-1/+9
* constify a method.Chris Lattner2007-08-301-1/+1
* Fix a bug in my previous commitChris Lattner2007-08-021-1/+1
* Increase the macro id cache to look up several recent entries, not just the l...Chris Lattner2007-08-021-11/+14
* Use a smallstring instead of an std::string in FileChanged to avoid some mall...Chris Lattner2007-07-241-1/+1
* check in an experiment that didn't work out, to allow for future investigation.Chris Lattner2007-07-241-5/+27
* Add a cache to SourceManager to accellerate line # lookup. This is aChris Lattner2007-07-241-51/+96
* Switch TargetInfo::getTargetDefines from using an std::map<std::string, ...> ...Chris Lattner2007-07-221-32/+54
* Add support for reusing macroid's with negative physical loc deltas. ThisChris Lattner2007-07-211-4/+3
* remove some old cruftChris Lattner2007-07-201-27/+1
* improve comments, implement a trivial single-entry cache in Chris Lattner2007-07-201-2/+21
* Reimplement SourceLocation. Instead of having a Chris Lattner2007-07-201-54/+20
* Make octal constant lexing use AdvanceToTokenCharacter to give moreChris Lattner2007-07-161-1/+0
* Change SourceManager::getInstantiationLoc to take virtual locations, doing itsChris Lattner2007-07-151-4/+5
* A significant refactoring of the type size stuff to also Chris Lattner2007-07-141-4/+7
* add missing headerGabor Greif2007-07-121-0/+2
* Stage two of getting CFE top correct.Reid Spencer2007-07-116-0/+959