aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
* For PR351:Reid Spencer2004-12-221-38/+0
* Fix VC++ compilation errorJeff Cohen2004-12-211-1/+1
* For PR351:Reid Spencer2004-12-191-4/+4
* For PR351:Reid Spencer2004-12-191-20/+21
* 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
* For PR351:Reid Spencer2004-12-151-11/+0
* 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-11/+0
* For PR351: \Reid Spencer2004-12-131-11/+0
* Added a size_type typedef to LLVM containers to make Visual Studio shut upReid Spencer2004-12-131-1/+1
* Remove commented out functions that have been replaced with lib/SystemReid Spencer2004-12-131-25/+0
* For PR351:Remove the file type checking methods (now in sys::Path)Reid Spencer2004-12-131-5/+5
* Fix residual Visual Studio build problemsJeff Cohen2004-12-091-0/+1
* Make a const method constReid Spencer2004-12-051-1/+1
* Restrict the interface to not allow algorithm selectionReid Spencer2004-11-251-35/+18
* Moved into the poolalloc tree.John Criswell2004-11-221-93/+0
* Ignore generated filesChris Lattner2004-11-211-0/+3
* Update comments, now that CPR's are gone, inline the methodsChris Lattner2004-11-181-2/+3
* Standardize on 'class' instead of 'struct'. Gets rid of warnings in VC++Reid Spencer2004-11-161-1/+2
* Per code review:Reid Spencer2004-11-161-7/+13
* Linker is its own module now. Moved to include/llvm/Linker.hReid Spencer2004-11-141-33/+0
* Add higher level interface to simplify use of CompressorReid Spencer2004-11-141-13/+88
* Add the MoreHelp function pointer. If non-null, this specifies a function to ...Reid Spencer2004-11-141-0/+8
* Add useful method, minor cleanupsChris Lattner2004-11-131-3/+7
* Add support for shiftsChris Lattner2004-11-131-0/+12
* defining __STDC_LIMIT_MACROS on the command line is not really necessaryChris Lattner2004-11-031-5/+6
* Commented out the _Alloc_traits specialization entirely, as it is onlyJohn Criswell2004-10-281-1/+7
* Only add the _Alloc_traits specialization in if we're compiling forJohn Criswell2004-10-281-0/+2
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-273-17/+21
* Fix headerChris Lattner2004-10-261-1/+1
* * DataTypesFix.h moved to AIXDataTypesFix.hMisha Brukman2004-10-262-12/+9
* Patch to support MSVC better, contributed by Morten OfstadChris Lattner2004-10-251-0/+3
* Move code to redefine INT64_{MIN,MAX} on AIX/PowerPC to a separate header,Misha Brukman2004-10-182-10/+31
* * AIX on Power defines INT64_MIN and INT64_MAX in ways that annoy GCC, soMisha Brukman2004-10-181-3/+14
* Add support for the unreachable instructionChris Lattner2004-10-161-0/+1
* Fix #include flavorChris Lattner2004-10-041-1/+1
* Add a context for the callback so different compression scenarios can beReid Spencer2004-10-041-9/+11
* First version of a support utility to provide generalized compression inReid Spencer2004-10-041-0/+99
* Updated the last two header files so that they are configured withJohn Criswell2004-09-242-2/+6
* Configure Datatypes.h.in with AC_CONFIG_HEADERS. This should prevent itJohn Criswell2004-09-241-3/+15
* I was actually wrong in my "simplification".Misha Brukman2004-09-031-2/+5
* Simplify check for uint64_t and u_int64_tMisha Brukman2004-09-031-5/+2
* Provide correct definition of uint64_t for platforms that have onlyReid Spencer2004-09-031-0/+12
* Changes For Bug 352Reid Spencer2004-09-0127-72/+77
* Add an overloadChris Lattner2004-08-171-0/+7
* Allow an arbitrary prefix.Chris Lattner2004-08-171-4/+4