summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Move IsArchive, IsBytecode to FileUtilities. Fix up some method comments.Brian Gaeke2003-11-11
* Move IsArchive and IsBytecode here from gccld. Refactor into CheckMagic.Brian Gaeke2003-11-11
* Add prototypes for CheckMagic, IsArchive, and IsBytecode.Brian Gaeke2003-11-11
* Add another fixed bug.Brian Gaeke2003-11-11
* Compute node offsets correctlyChris Lattner2003-11-11
* 'Tis quite silly to check for a cached version of the entire executable. ThatMisha Brukman2003-11-11
* This version of Linker.cpp works a lot better, but it's a little messy. Sorry.Brian Gaeke2003-11-11
* Add implementation of FileOpenable().Brian Gaeke2003-11-11
* VS: ----------------------------------------------------------------------Brian Gaeke2003-11-11
* The caching will not live in LLEE's execve() handler; that's suboptimal.Misha Brukman2003-11-11
* Add new method for computing node mappings. This is used by the pool allocatorChris Lattner2003-11-11
* Add new methodChris Lattner2003-11-11
* Added link to ``CVS Branching and Tags Primer''.Misha Brukman2003-11-11
* Shorten the "updating Makefile" status print-out.Misha Brukman2003-11-11
* Fix problems linking against the reoptimizer; _llvm_regAllocState must haveBrian Gaeke2003-11-10
* Reorganize code for locality, improve commentsChris Lattner2003-11-10
* Include forms of SplitCriticalEdge which work correctly with pred/succ iteratorsChris Lattner2003-11-10
* No really, I'm not on crackChris Lattner2003-11-10
* Helper methodChris Lattner2003-11-10
* Adjust to new critical edge interfaceChris Lattner2003-11-10
* Move isCriticalEdge & SplitCritical into this file. While we're at it, changeChris Lattner2003-11-10
* Move isCriticalEdge & SplitCritical edge out of this file, which is onlyChris Lattner2003-11-10
* Regenerated.Brian Gaeke2003-11-10
* Patch to fix PR102, contributed by Reid Spencer.Brian Gaeke2003-11-10
* add Reid SpencerBrian Gaeke2003-11-10
* Operand numbers are now ints. Save the register allocation of the valueBrian Gaeke2003-11-10
* If the source tree's Makefile is more up-to-date, copy it over into the buildMisha Brukman2003-11-09
* Give gccld more gutsChris Lattner2003-11-09
* More additionsChris Lattner2003-11-09
* Bugz bugz bugzChris Lattner2003-11-09
* Fix PR95. I'm checking this patch in for Reid Spencer, who figured it outChris Lattner2003-11-09
* Add an assertionChris Lattner2003-11-09
* Fix PR103Brian Gaeke2003-11-09
* New testcaseChris Lattner2003-11-09
* Do NOT inline self recursive calls into other functions. This is causing theChris Lattner2003-11-09
* UntypoChris Lattner2003-11-09
* Add more functionsChris Lattner2003-11-09
* None of the __llvm_* functions call into the program. This makes theChris Lattner2003-11-09
* Add support for memmoveChris Lattner2003-11-09
* Remove #include of PassManager.h which was marked FIXME, and apparently is noBrian Gaeke2003-11-09
* Totally disable assert, in order to fix PR101Chris Lattner2003-11-09
* new testcaseChris Lattner2003-11-09
* new testcaseChris Lattner2003-11-08
* Handle bzero and memset in the local analysis, because we were missing the factChris Lattner2003-11-08
* Fix broken makefile dependency generationChris Lattner2003-11-08
* This doesn't use DSCallSiteIteratorChris Lattner2003-11-08
* * Add units to the yaxis of each chartChris Lattner2003-11-08
* Since we are collecting all of this data, we might as well graph it!Chris Lattner2003-11-08
* Fix two typos I found in comments.Brian Gaeke2003-11-08
* Update the portability sectionChris Lattner2003-11-08