aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Add a useful accessorChris Lattner2005-01-011-0/+10
* Add two helper functions.Chris Lattner2005-01-011-0/+7
* For PR387:\Reid Spencer2004-12-071-1/+1
* Fix the FIXME, nuke the JIT specific forceCompilationOf method.Chris Lattner2004-11-221-7/+0
* These methods are now obsoleteChris Lattner2004-11-221-10/+0
* Add another bit, to make the JIT a bit more efficient.Chris Lattner2004-11-211-10/+23
* Change this interface a bitChris Lattner2004-11-201-2/+2
* Add missing #includeChris Lattner2004-11-201-0/+1
* Add getCurrentPCOffset() and addRelocation() methods.Chris Lattner2004-11-201-5/+14
* Add the getRelocationType method that I forgotChris Lattner2004-11-201-0/+6
* New fileChris Lattner2004-11-201-0/+117
* Remove dead #includeChris Lattner2004-11-201-2/+2
* External symbols are const char*'s now, change this to match.Chris Lattner2004-11-191-1/+1
* Instead of storing std::string's for ExternalSymbol references, rely on theChris Lattner2004-11-192-19/+9
* Fix typeoChris Lattner2004-11-181-1/+1
* Add ability to give hints to the overlaps routines.Chris Lattner2004-11-181-2/+14
* Add new advanceTo methodChris Lattner2004-11-181-0/+13
* Fix a minor bug in expiredAt. endNumber() is the first number that is not va...Chris Lattner2004-11-181-1/+1
* Rename some methods, use 'begin' instead of 'start', add new LiveIntervalChris Lattner2004-11-181-6/+11
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-274-7/+9
* Remove the unused MachineBasicBlock2IndexFunctor class.Chris Lattner2004-10-261-32/+5
* Fix miscompilations in the SparcV9 backend that were induced by this patch:Chris Lattner2004-10-181-2/+12
* Allow machine operands to represent global variables with offsets. This isChris Lattner2004-10-152-21/+44
* Convert tabs to spacesMisha Brukman2004-10-141-2/+2
* Add const version of getLastBlock() member function.Alkis Evlogimenos2004-09-301-0/+3
* * Wrap some comments to 80 colsChris Lattner2004-09-301-1/+6
* Use class instead of struct for defining classes. This unbreaks theAlkis Evlogimenos2004-09-281-1/+2
* Use a DenseMap for mapping reg->reg. This improves the LiveIntervalAlkis Evlogimenos2004-09-081-6/+7
* Changes For Bug 352Reid Spencer2004-09-017-8/+8
* 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
* 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
* All targets are now allowed to have their own MachineFunctionInfo objects,Chris Lattner2004-08-181-12/+24
* 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 support for alignmentChris Lattner2004-08-171-2/+21
* 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
* 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
* Remove helper methodChris Lattner2004-08-151-2/+1
* Clean up whitespace.Alkis Evlogimenos2004-08-041-1/+1
* Convert indentation to 2 spaces.Alkis Evlogimenos2004-08-041-152/+152
* These headers have been moved/merged into other files.Brian Gaeke2004-08-042-449/+0