aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add annotation supportChris Lattner2001-08-233-0/+612
* Add annotation support to valueChris Lattner2001-08-231-2/+2
* * Add assertionsChris Lattner2001-08-231-3/+15
* LV info on machine instructionsRuchira Sasanka2001-08-206-116/+174
* Corrected the compilation error by making the ValOperator class a friend ofRuchira Sasanka2001-08-131-2/+4
* Can't use ref to stack value!Vikram S. Adve2001-08-091-1/+1
* Needed old conditions as well as new in skipToNextVal()!Vikram S. Adve2001-08-091-12/+18
* Bug fix in ValOpIterator: not moving past operand with NULL Value.Vikram S. Adve2001-08-081-2/+1
* *** empty log message ***Ruchira Sasanka2001-08-071-1/+1
* Added isDef field to MachineOperand class - RuchiraRuchira Sasanka2001-08-071-7/+18
* Use extra operand for instructions that set a CC register thatVikram S. Adve2001-08-061-10/+10
* Allow numOperands of -1 for variable #operands.Vikram S. Adve2001-07-311-1/+4
* Allow machine instructions with variable numbers of arguments.Vikram S. Adve2001-07-311-0/+5
* Added dummy Phi instruction.Vikram S. Adve2001-07-311-0/+7
* Added class MachineCodeForBasicBlock.Vikram S. Adve2001-07-301-1/+18
* Added vector of machine instructions for the basic block.Vikram S. Adve2001-07-301-0/+8
* Modify var names to make it apparant that the code is really genericChris Lattner2001-07-281-10/+10
* Added function printIndent.Vikram S. Adve2001-07-281-0/+6
* Added a pointer hash function object for use in pointer maps.Vikram S. Adve2001-07-281-0/+5
* Make a function const.Vikram S. Adve2001-07-281-1/+1
* Added several SPARC instructions including conditional move and SETHI.Vikram S. Adve2001-07-281-147/+308
* Remove redundant and unused functions.Vikram S. Adve2001-07-281-11/+20
* Added MachineInstrInfo class and moved instruction-related members there.Vikram S. Adve2001-07-281-17/+102
* Eliminate separate enum for operand register type.Vikram S. Adve2001-07-281-41/+110
* Add an arg to insertVal to allow us to prevent builtin types from being ignoredChris Lattner2001-07-262-2/+2
* Add support for extern varargs methods & varargs method callsChris Lattner2001-07-252-2/+4
* *** empty log message ***Ruchira Sasanka2001-07-246-0/+454
* Eliminated the Unique class in favor of NonCopyable and NonCopyableVChris Lattner2001-07-237-72/+61
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-239-295/+32
* Fix coding style issues to actually attempt to be somewhat uniformChris Lattner2001-07-231-48/+28
* Nonpolymorphic class, doesn't need a virtual dtor!Chris Lattner2001-07-231-1/+1
* Clean up hash table usageChris Lattner2001-07-231-71/+48
* Removal of the redundant CompileContext wrapperChris Lattner2001-07-232-38/+3
* Large scale changes to implement new command line argument facilityChris Lattner2001-07-235-403/+270
* Add flag for emacs so it realizes it's C++ codeChris Lattner2001-07-221-1/+1
* Privatize LLCOptions. It had no business being visible to the entireChris Lattner2001-07-222-58/+12
* Move private header into private directoryChris Lattner2001-07-221-84/+0
* Convert from using C style char*'s to strings.Chris Lattner2001-07-222-42/+34
* Remove String file some moreChris Lattner2001-07-222-1/+1
* Destroy the StringUtils.h fileChris Lattner2001-07-222-95/+17
* Eliminate lots of unnecessary #includes and forward declsChris Lattner2001-07-214-50/+3
* Exterminate nasty CismsChris Lattner2001-07-211-61/+32
* Renamed include/llvm/Codegen to include/llvm/CodeGenChris Lattner2001-07-214-5/+5
* More minor reorganizationsChris Lattner2001-07-211-4/+4
* Remove getTempValuesForMachineCode from the Instruction interfaceChris Lattner2001-07-211-5/+7
* Add support for casting operatorsChris Lattner2001-07-211-0/+30
* More functionality, renamed APIChris Lattner2001-07-211-19/+17
* Moved isIntegral to the Type systemChris Lattner2001-07-211-7/+3
* General support utilities like a program options class and a StringMapVikram S. Adve2001-07-214-0/+429
* CompileContext and options class for the llc compiler.Vikram S. Adve2001-07-212-0/+153