summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Remove un-needed #includes.Reid Spencer2004-12-20
* Put some header files back that Win32 needs.Reid Spencer2004-12-20
* Keep up with lib/System changesJeff Cohen2004-12-20
* Fix problems uncovered by VC++ (first time compiled by VC++)Jeff Cohen2004-12-20
* For PR351:Reid Spencer2004-12-20
* For PR351:Reid Spencer2004-12-20
* For PR351:Reid Spencer2004-12-20
* * Use "" for LLVM include files, not <>Misha Brukman2004-12-20
* Use <> for system #include filesMisha Brukman2004-12-19
* Make references to 'struct sigaction' compile under Solaris.Brian Gaeke2004-12-19
* For PR351:Reid Spencer2004-12-19
* For PR351:Reid Spencer2004-12-19
* For PR351:Reid Spencer2004-12-19
* For PR351:Reid Spencer2004-12-19
* Fix win32 breakageJeff Cohen2004-12-18
* Remove unused enum valueChris Lattner2004-12-17
* Move the #include of sys/stat.h inside the linux "hack" for the statReid Spencer2004-12-17
* Remove unused #includeChris Lattner2004-12-17
* Only #include sys/stat.h if we're on linux where we have the PR274 problem.Reid Spencer2004-12-17
* Actually overload the virtual method. This fixesChris Lattner2004-12-17
* Change the sentinalChris Lattner2004-12-17
* Create a stack slot for the return address lazily instead of eagerly. ThisChris Lattner2004-12-17
* Chris is a pain ;) Removing reassociate.Tanya Lattner2004-12-16
* Removing commented out lines.Tanya Lattner2004-12-16
* Removed LICM and GCSE.Tanya Lattner2004-12-16
* For PR351:Reid Spencer2004-12-16
* For PR351:Reid Spencer2004-12-16
* Remove dead #includeChris Lattner2004-12-16
* Fix a compile error. config.h is now needed because DataTypes.h doesn'tReid Spencer2004-12-16
* Adjust to changes in asmwriter filenamesChris Lattner2004-12-16
* Specify all of the targets built.Chris Lattner2004-12-16
* Use the rules in Makefile.rules to build SparcV9GenCodeEmitter.inc insteadChris Lattner2004-12-16
* Fix headerChris Lattner2004-12-16
* Factor out common .td file chunks.Chris Lattner2004-12-16
* Expository comment submitted by Henrik BachJeff Cohen2004-12-16
* Fix PR485, instead of emitting zero sized arrays, emit arrays of size 1.Chris Lattner2004-12-15
* Change the signatures of the destroyFile and destroyDirectory methods toReid Spencer2004-12-15
* Remove the CFE's lib directory from the bytecode path because LLVM shouldReid Spencer2004-12-15
* Remove automatic insertion of CFE's lib directory into the bytecode pathReid Spencer2004-12-15
* Add a verifier assertionChris Lattner2004-12-15
* Eliminate a virtual method callChris Lattner2004-12-15
* Fix a bug in -no-aa that caused two DSGraph tests to XPASS.Chris Lattner2004-12-15
* Fix a file overwrite bug in llvm-ar introduced by changes toReid Spencer2004-12-15
* Adjust to new interfacesChris Lattner2004-12-15
* Adjust to new alias analysis interfacesChris Lattner2004-12-15
* Move virtual method call out of loopChris Lattner2004-12-15
* Make Win32 TimeValue::toString() re-entrant and work with mingwJeff Cohen2004-12-15
* Fix VC++ compilation errorsJeff Cohen2004-12-15
* For PR351:Reid Spencer2004-12-15
* For PR351:Reid Spencer2004-12-15