summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* Adjust to #include movageChris Lattner2004-09-14
* Add the GetLibraryPath method.Reid Spencer2004-09-13
* Add support for the link-time pass list to Modules.Reid Spencer2004-09-13
* Simplify the sys::Memory interface per Chris' request.Reid Spencer2004-09-13
* Clean up the interface and implementation of sys::Program so that it isReid Spencer2004-09-13
* * Fix grammarMisha Brukman2004-09-12
* Fix the replace method to assert if an item was erased from the set but notReid Spencer2004-09-11
* Correct the interface of a function to use the correct typedef for anReid Spencer2004-09-11
* Implement the remove method for deleting entries from the SetVector.Reid Spencer2004-09-11
* Make the dependent libraries list use a SetVector instead of a regularReid Spencer2004-09-11
* Initial commit of a file to declare the interface for platform independentReid Spencer2004-09-11
* Add methods for detecting file types by magic number, getting the file nameReid Spencer2004-09-11
* Add methods for detecting different kinds of files by their magic number,Reid Spencer2004-09-11
* Add missing #includeChris Lattner2004-09-09
* Use a DenseMap for mapping reg->reg. This improves the LiveIntervalAlkis Evlogimenos2004-09-08
* Add HAS_U_INT64_TReid Spencer2004-09-05
* I was actually wrong in my "simplification".Misha Brukman2004-09-03
* Simplify check for uint64_t and u_int64_tMisha Brukman2004-09-03
* Provide correct definition of uint64_t for platforms that have onlyReid Spencer2004-09-03
* Fixes to make LLVM compile with vc7.1.Alkis Evlogimenos2004-09-03
* Added u_int64_t because some systems use that instead of uint64_t.John Criswell2004-09-02
* Pull in definition of std::unary_function.Alkis Evlogimenos2004-09-02
* Changes For Bug 352Reid Spencer2004-09-01
* Initial commit for platform independent system configuration support.Reid Spencer2004-08-31
* Update doxygen comment now that getSpillSize is supposed to return value in bitsNate Begeman2004-08-29
* Put the lib/System interface functions in llvm::sys namespace.Reid Spencer2004-08-29
* Initial commit of the platform agnostic interface to finding and executingReid Spencer2004-08-29
* Add a function to remove whole directorys on fatal signal.Reid Spencer2004-08-29
* Revise the design of the Path concept per peer review. Too many changes toReid Spencer2004-08-29
* Add getLastBlock member. This is useful when growing a densemap keyedAlkis Evlogimenos2004-08-27
* Add MachineBasicBlock2IndexFunctor. This is useful for densemaps fromAlkis Evlogimenos2004-08-27
* Add size member function.Alkis Evlogimenos2004-08-27
* Use newly added API in MRegisterInfo and don't expose the allocatableAlkis Evlogimenos2004-08-26
* Use newly added API in MRegisterInfo.Alkis Evlogimenos2004-08-26
* Add getAllocatableSet() function.Alkis Evlogimenos2004-08-26
* Add default index functor (an identity functor). You could use aAlkis Evlogimenos2004-08-26
* Initial implementation of the Path operating system concept.Reid Spencer2004-08-25
* Add a function that gets just the dependent libraries from a bytecode file.Reid Spencer2004-08-24
* Provide a method for wholesale extraction of the dependent libraries.Reid Spencer2004-08-24
* Give the -time-passes tool option a global storage location so that itsReid Spencer2004-08-24
* Dump the DependentLibsBlockID, its not a block, its just a list inside theReid Spencer2004-08-21
* Add new methods:Reid Spencer2004-08-21
* Bytecode Analyzer cleanup:Reid Spencer2004-08-21
* Changes resulting from change in autoconf/configure.in (rename a #define)Reid Spencer2004-08-20
* Added various LLVM_* strings that are configured to provide the user'sReid Spencer2004-08-20
* Packed types, brought to you by Brad JonesBrian Gaeke2004-08-20
* Instead of int64_t, overload itostr with `long long' parameter.Misha Brukman2004-08-18
* M_DUMMY_PHI_FLAG is no longer used to distinguish V9::PHI. Get rid of it andBrian Gaeke2004-08-18
* All targets are now allowed to have their own MachineFunctionInfo objects,Chris Lattner2004-08-18
* M_PSEUDO_FLAG is no longer used. Get rid of it and its accessor.Brian Gaeke2004-08-18