aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib/CodeGen/Mapping/MappingInfo.cpp:Brian Gaeke2003-06-042-109/+117
* Add file comment. Include <vector> and <string>. Update include guardsBrian Gaeke2003-06-041-5/+32
* Revert brians patch to get mapping info working againChris Lattner2003-06-041-9/+4
* Had to comment out a line in outByte() to get it to compile because Out and t...Tanya Lattner2003-06-041-1/+1
* Make this work with counter > 127Chris Lattner2003-06-041-1/+1
* * Instead of re-inventing the MachineConstantPool emitter that's already givenMisha Brukman2003-06-042-111/+146
* Add prerelease license to cvsChris Lattner2003-06-041-0/+19
* * Institute a hack for the Sparc call to mmap() to get our generated code to beMisha Brukman2003-06-041-10/+16
* Make writeNumber() void. Get ready to decouple it from .byte directive output.Brian Gaeke2003-06-041-4/+9
* Modify tracing rules to use opt -trace[m] instead of llc -trace[m].Vikram S. Adve2003-06-041-2/+3
* Made changes suggested by ChrisSumant Kowshik2003-06-042-53/+57
* Made changes suggested by Chris; Renamed 'union' function to unionSetsWithSumant Kowshik2003-06-042-22/+14
* Clean up previous code.Chris Lattner2003-06-041-11/+20
* Add new setCondition memberChris Lattner2003-06-041-4/+6
* I have finally seen the light. The code to change the opcode must live higher inMisha Brukman2003-06-042-8/+26
* Added the 4.7 instruction class and all the FMOVcc instructions in them.Misha Brukman2003-06-042-37/+130
* Modernize testcaseChris Lattner2003-06-041-8/+8
* Implement combination of boolean not with branchChris Lattner2003-06-041-0/+14
* Add new test for inverting branchesChris Lattner2003-06-041-0/+10
* Comment out opcodes currently unused in the Sparc backend.Misha Brukman2003-06-041-0/+3
* No really, you _cannot use_ getelementptr on an unsized type: that makesChris Lattner2003-06-041-5/+1
* Added instruction format class 3.15 and floating-point compare instructions.Misha Brukman2003-06-042-11/+22
* Undo one of those last fixes -- it was incorrect.Vikram S. Adve2003-06-041-3/+5
* Sparc's dlsym() requires the special operand RTLD_SELF to find a symbol in theMisha Brukman2003-06-041-0/+4
* Avoid generating a getelementptr instruction of a functionChris Lattner2003-06-041-1/+1
* Pass through the emitConstantPool() call to the real emitter.Misha Brukman2003-06-031-0/+4
* Make the write*map methods more self-contained. Document some more.Brian Gaeke2003-06-031-42/+57
* Improved how tracing can be used:Vikram S. Adve2003-06-031-4/+10
* Minor cleanups:Chris Lattner2003-06-031-52/+29
* Remove usage of typedefChris Lattner2003-06-032-8/+4
* Remove use of enumChris Lattner2003-06-031-4/+4
* Add namespace comments for doxygenChris Lattner2003-06-032-5/+6
* There are now no uses of NonCopyableVChris Lattner2003-06-031-11/+0
* Add doxygen comment for namespaceChris Lattner2003-06-032-2/+8
* Add comment for doxygen for namespaceChris Lattner2003-06-031-0/+4
* Minor cleanups:Chris Lattner2003-06-031-26/+36
* Remove noncopyable base class as it was making the doxygen docs harder to readChris Lattner2003-06-031-2/+3
* Remove noncopyableV base classes, as they were confusing the doxygen document...Chris Lattner2003-06-034-10/+19
* I documented this file, in an attempt to understand it, with a view towardBrian Gaeke2003-06-031-56/+73
* Spiff up options a bitChris Lattner2003-06-032-4/+6
* Use the new -o tablegen optionChris Lattner2003-06-031-4/+1
* Add -o support for TableGenChris Lattner2003-06-032-8/+50
* Make tablegen use more structured command line optionsChris Lattner2003-06-032-32/+66
* Fix minor bugChris Lattner2003-06-031-2/+2
* Constants are laid out in memory in PC-relative form.Misha Brukman2003-06-031-1/+1
* Added opcode conversion for conditional move of integers.Misha Brukman2003-06-031-0/+50
* * Convert load/store opcodes from register to immediate forms.Misha Brukman2003-06-031-9/+11
* Convert load/store opcodes from register to immediate forms, if necessary.Misha Brukman2003-06-031-4/+13
* Store instructions are different from other Format 3.1/3.2 instructions in thatMisha Brukman2003-06-032-7/+43
* Moved code to modify the opcode from 'reg' to 'imm' form to a more logical pl...Misha Brukman2003-06-032-30/+12