aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Remove dead code.Devang Patel2007-01-251-7/+0
* Added a MRegisterInfo hook that tells PEI the target is responsible forEvan Cheng2007-01-251-0/+6
* Migrate print routines to asm to be shared by exception handling.Jim Laskey2007-01-251-0/+62
* Repair debug frames as a prelude to eh_frames. Switched to using MachineMovesJim Laskey2007-01-243-5/+11
* Use asm printer to emit alignmentJim Laskey2007-01-241-0/+2
* Make ivars private and use getters. Have the MachOWriter return "Mach-OBill Wendling2007-01-242-7/+8
* Renamed getTypeAlignmentShift() to getPreferredTypeAlignmentShift().Evan Cheng2007-01-241-2/+2
* A virtual method to return the TargetMachOWriterInfo object. This returnsBill Wendling2007-01-241-0/+6
* Moved target-specific information to the TargetMachOWriterInfo obj.Bill Wendling2007-01-241-62/+7
* New "TargetMachOWriterInfo" class. It holds target-specific informationBill Wendling2007-01-241-0/+103
* Add CallGraphSCCPass::assignPassManager().Devang Patel2007-01-231-0/+4
* Moved disassembler to libSystemAnton Korobeynikov2007-01-231-13/+8
* fix typoChris Lattner2007-01-231-1/+1
* make the SmallSet interface more std::set-likeChris Lattner2007-01-231-6/+13
* add a trivial SmallSet class, which operates on a similar principle toChris Lattner2007-01-231-0/+76
* hasFP() is now a virtual method of MRegisterInfo.Evan Cheng2007-01-231-0/+5
* Update comment.Evan Cheng2007-01-221-1/+1
* default to emiting an uncompressed .bc fileChris Lattner2007-01-212-3/+3
* For PR970:Reid Spencer2007-01-213-34/+7
* Implement a getTypeSizeInBits method. This helps in transforms that wantReid Spencer2007-01-201-0/+4
* TargetData assumes (and some regression tests depend on it) that the size ofOwen Anderson2007-01-201-1/+2
* Teach TargetData to handle 'preferred' alignment for each target, and useChris Lattner2007-01-201-50/+131
* For PR1043:Reid Spencer2007-01-193-20/+20
* Adding disassembler interface and external hook to udis86 library.Anton Korobeynikov2007-01-192-0/+42
* Provide an isPowerOf2ByteWidth method for the IntegerType class. This willReid Spencer2007-01-181-0/+6
* Have the OutputBuffer take the is64Bit and isLittleEndian booleans.Bill Wendling2007-01-181-6/+5
* add new JumpTableSpecialLabelPrefix hook to asmprinter for jumptable emission.Chris Lattner2007-01-181-0/+7
* For PR1028:Reid Spencer2007-01-171-2/+4
* Changed to use the OutputBuffer instead of the methods in MachO and ELFBill Wendling2007-01-172-191/+0
* Refactored output buffer methods from MachO and ELF writers.Bill Wendling2007-01-171-0/+146
* Update assignPassManager() signature to allow selection of preferredDevang Patel2007-01-171-16/+22
* document that BSSSection can be null.Chris Lattner2007-01-171-1/+9
* Document flagAnton Korobeynikov2007-01-171-0/+3
* * Fix one more bug in PIC codegen: extra load is needed for *all*Anton Korobeynikov2007-01-172-0/+9
* Revert patch.Bill Wendling2007-01-174-85/+194
* make doxygen comment much better. Patch by B. Scott Michel!Chris Lattner2007-01-171-1/+31
* The TargetObjInfo object goes here.Bill Wendling2007-01-171-3/+18
* Removed methods which are now in the respective TargetObjInfo implementations.Bill Wendling2007-01-172-191/+10
* New "TargetObjInfo" class. This holds information that the object writers willBill Wendling2007-01-171-0/+57
* For PR1117:Reid Spencer2007-01-171-0/+6
* For PR1094:Reid Spencer2007-01-171-2/+3
* Remove unused forward class declarations.Reid Spencer2007-01-171-5/+0
* Undo last check-in.Devang Patel2007-01-161-9/+2
* Setup pass manager before scheduling required analysis.Devang Patel2007-01-161-2/+9
* Fix for PR1095:Bill Wendling2007-01-161-2/+8
* Code refactoring.Devang Patel2007-01-161-0/+8
* Remove extra white spaces. Fix comments.Devang Patel2007-01-151-2/+2
* rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner2007-01-153-16/+10
* Update code to eliminate calls to isInteger, calling isIntegral instead.Chris Lattner2007-01-151-3/+3
* Primitive types don't include integers any more, adjust.Reid Spencer2007-01-141-1/+1