aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* * Fix a bug in an m4 macro that used an incorrect test operatorReid Spencer2004-12-291-0/+3
* For PR351:Reid Spencer2004-12-271-0/+6
* For PR351:Reid Spencer2004-12-271-30/+0
* For PR351:Reid Spencer2004-12-271-0/+10
* For PR351:Reid Spencer2004-12-251-0/+15
* For PR351:Reid Spencer2004-12-241-0/+6
* For PR351:Reid Spencer2004-12-221-38/+0
* Fix VC++ compilation errorJeff Cohen2004-12-211-1/+1
* Remove this file as there are no LLVM users of it any more.Reid Spencer2004-12-201-28/+0
* Remove this file as its not used by anything in LLVM any more. SystemReid Spencer2004-12-201-23/+0
* Remove these files as they are included by nothing in LLVM any more. TheReid Spencer2004-12-205-117/+0
* Remove these headers. The files that used to #include them don't any moreReid Spencer2004-12-203-107/+0
* Add HAVE_SYSCONFReid Spencer2004-12-201-0/+3
* For PR351:Reid Spencer2004-12-201-0/+31
* Wrap long linesReid Spencer2004-12-201-2/+3
* For PR351:Reid Spencer2004-12-206-168/+0
* For PR351:Reid Spencer2004-12-191-4/+15
* For PR351:Reid Spencer2004-12-191-4/+4
* For PR351:Reid Spencer2004-12-191-20/+21
* Correct the name of the method. CopyFiles -> CopyFile.Reid Spencer2004-12-181-1/+1
* Make code fit in 80 colsChris Lattner2004-12-171-2/+3
* For PR351:Reid Spencer2004-12-161-2/+2
* For PR351:Reid Spencer2004-12-161-8/+5
* Get rid of inclusion of config.h because this file is autoconf'd.Reid Spencer2004-12-161-2/+2
* Adjust documentation of GetBytecodeLibraryPaths after removing LLVMGCCDIRReid Spencer2004-12-151-24/+25
* Remove LLVMGCCDIR.Reid Spencer2004-12-151-3/+0
* Fix a file overwrite bug in llvm-ar introduced by changes toReid Spencer2004-12-151-2/+2
* Make the AliasAnalysis interface more precise for common cases.Chris Lattner2004-12-151-11/+94
* For PR351:Reid Spencer2004-12-151-1/+16
* For PR351:Reid Spencer2004-12-151-11/+0
* Add some system specific functions we useReid Spencer2004-12-151-0/+9
* Implement Win32 Path::getStatusInfo(), TimeValue::toString()Jeff Cohen2004-12-141-0/+8
* For PR351:Reid Spencer2004-12-141-10/+15
* For PR351:Reid Spencer2004-12-131-7/+2
* For PR351:Reid Spencer2004-12-131-7/+0
* For PR351:Reid Spencer2004-12-131-12/+0
* For PR351:Reid Spencer2004-12-131-0/+16
* Change this method to return ulong, not uint, for 64-bit targets.Chris Lattner2004-12-131-1/+1
* For PR351:Reid Spencer2004-12-131-11/+0
* For PR351: \Reid Spencer2004-12-133-13/+18
* Added a size_type typedef to LLVM containers to make Visual Studio shut upReid Spencer2004-12-133-3/+5
* Add a convenience function for clearing the two global areas.Reid Spencer2004-12-131-0/+7
* * Add a std::ostream inserter for sys::PathReid Spencer2004-12-131-1/+7
* Remove commented out functions that have been replaced with lib/SystemReid Spencer2004-12-131-25/+0
* Make the size() method constReid Spencer2004-12-131-2/+2
* For PR351:\Reid Spencer2004-12-131-10/+9
* Add LLVMGCCDIR for path lookupReid Spencer2004-12-131-0/+3
* Make the OpenAndLoad functions have an ErrorMessage argument.Reid Spencer2004-12-131-2/+6
* Completely rewrite the interface to be class basedReid Spencer2004-12-131-107/+259
* For PR351:\Reid Spencer2004-12-131-25/+29