aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Initial commit for platform independent system configuration support.Reid Spencer2004-08-311-0/+30
* Update doxygen comment now that getSpillSize is supposed to return value in bitsNate Begeman2004-08-291-2/+2
* Put the lib/System interface functions in llvm::sys namespace.Reid Spencer2004-08-291-0/+2
* Initial commit of the platform agnostic interface to finding and executingReid Spencer2004-08-291-0/+77
* Add a function to remove whole directorys on fatal signal.Reid Spencer2004-08-291-6/+14
* Revise the design of the Path concept per peer review. Too many changes toReid Spencer2004-08-291-118/+372
* Add getLastBlock member. This is useful when growing a densemap keyedAlkis Evlogimenos2004-08-271-0/+5
* Add MachineBasicBlock2IndexFunctor. This is useful for densemaps fromAlkis Evlogimenos2004-08-271-0/+10
* Add size member function.Alkis Evlogimenos2004-08-273-0/+12
* Use newly added API in MRegisterInfo and don't expose the allocatableAlkis Evlogimenos2004-08-261-4/+0
* Use newly added API in MRegisterInfo.Alkis Evlogimenos2004-08-261-0/+2
* Add getAllocatableSet() function.Alkis Evlogimenos2004-08-261-0/+4
* Add default index functor (an identity functor). You could use aAlkis Evlogimenos2004-08-263-36/+54
* Initial implementation of the Path operating system concept.Reid Spencer2004-08-252-0/+166
* Add a function that gets just the dependent libraries from a bytecode file.Reid Spencer2004-08-241-7/+17
* Provide a method for wholesale extraction of the dependent libraries.Reid Spencer2004-08-241-0/+3
* Give the -time-passes tool option a global storage location so that itsReid Spencer2004-08-241-0/+5
* Dump the DependentLibsBlockID, its not a block, its just a list inside theReid Spencer2004-08-211-3/+2
* Add new methods:Reid Spencer2004-08-211-0/+16
* Bytecode Analyzer cleanup:Reid Spencer2004-08-211-7/+9
* Changes resulting from change in autoconf/configure.in (rename a #define)Reid Spencer2004-08-202-6/+6
* Added various LLVM_* strings that are configured to provide the user'sReid Spencer2004-08-202-6/+60
* Packed types, brought to you by Brad JonesBrian Gaeke2004-08-205-11/+103
* Instead of int64_t, overload itostr with `long long' parameter.Misha Brukman2004-08-182-16/+14
* M_DUMMY_PHI_FLAG is no longer used to distinguish V9::PHI. Get rid of it andBrian Gaeke2004-08-181-5/+0
* All targets are now allowed to have their own MachineFunctionInfo objects,Chris Lattner2004-08-181-12/+24
* M_PSEUDO_FLAG is no longer used. Get rid of it and its accessor.Brian Gaeke2004-08-181-4/+0
* Alkis pointed out that this is not a character (we actually support strings)Chris Lattner2004-08-181-3/+3
* new methodChris Lattner2004-08-171-0/+4
* Add an overloadChris Lattner2004-08-172-0/+14
* Add support for alignmentChris Lattner2004-08-171-2/+21
* Add punctuation, add a new methodChris Lattner2004-08-171-2/+6
* Add itostr(long) for our furry 64-bit friends.Misha Brukman2004-08-172-0/+14
* Ultra-doxygenify some function header comments.Misha Brukman2004-08-171-0/+3
* Allow targets to specify a comment characterChris Lattner2004-08-171-1/+6
* Add missing \tChris Lattner2004-08-171-1/+1
* Add some hooksChris Lattner2004-08-171-1/+31
* Allow an arbitrary prefix.Chris Lattner2004-08-171-4/+4
* We now allow targets to use any prefix they want for global symbols. LetsChris Lattner2004-08-171-4/+4
* Some asmweriters want an _ prefixChris Lattner2004-08-171-1/+9
* Initial implementation of the asmprinter base classChris Lattner2004-08-161-0/+65
* Fit into 80 lines, add a gross hack for MachineFunctionInfoChris Lattner2004-08-161-10/+14
* These files now live in lib/Target/SparcV9Chris Lattner2004-08-162-221/+0
* Back out include/llvm/System changes until a satisfactory solution canReid Spencer2004-08-163-436/+0
* Flags and TSFlags were (thankfully) never used, so remove them. But wait,Chris Lattner2004-08-161-4/+16
* Add new TargetRegisterClass::contains methodChris Lattner2004-08-151-0/+8
* Implement a long overdue FIXME, by changing these methods to return void.Chris Lattner2004-08-151-25/+11
* Remove helper methodChris Lattner2004-08-151-2/+1
* Eliminate the RegisterClass argument, since it can easily be derived fromChris Lattner2004-08-151-4/+2
* Make this compile on gc 3.4.1 (static_cast to non-const type was notAlkis Evlogimenos2004-08-151-1/+1