aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add instructions for (add|sub|and|or|xor)ri(8|16|32)Chris Lattner2003-06-051-2/+23
* Fix bug: Jello/2003-06-04-bzip2-bug.llChris Lattner2003-06-051-23/+21
* New testcase, the JIT currently handles this right, I just don't want toChris Lattner2003-06-051-0/+16
* Fixed a bug so initialization code is always inserted in mainAnand Shukla2003-06-052-18/+44
* New testcase for PHI handlingChris Lattner2003-06-051-0/+19
* Use a constant expr GEP instead of an actual instructionChris Lattner2003-06-051-4/+2
* All store instructions really want 'rd' in the first field.Misha Brukman2003-06-051-13/+20
* Added missing 'rs1' field to F3_rdrs1imm13, 'rd' to F3_rdrs1rs2.Misha Brukman2003-06-051-3/+2
* 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