summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* default to emiting an uncompressed .bc fileChris Lattner2007-01-21
* For PR970:Reid Spencer2007-01-21
* Implement a getTypeSizeInBits method. This helps in transforms that wantReid Spencer2007-01-20
* TargetData assumes (and some regression tests depend on it) that the size ofOwen Anderson2007-01-20
* Teach TargetData to handle 'preferred' alignment for each target, and useChris Lattner2007-01-20
* For PR1043:Reid Spencer2007-01-19
* Adding disassembler interface and external hook to udis86 library.Anton Korobeynikov2007-01-19
* Provide an isPowerOf2ByteWidth method for the IntegerType class. This willReid Spencer2007-01-18
* Have the OutputBuffer take the is64Bit and isLittleEndian booleans.Bill Wendling2007-01-18
* add new JumpTableSpecialLabelPrefix hook to asmprinter for jumptable emission.Chris Lattner2007-01-18
* For PR1028:Reid Spencer2007-01-17
* Changed to use the OutputBuffer instead of the methods in MachO and ELFBill Wendling2007-01-17
* Refactored output buffer methods from MachO and ELF writers.Bill Wendling2007-01-17
* Update assignPassManager() signature to allow selection of preferredDevang Patel2007-01-17
* document that BSSSection can be null.Chris Lattner2007-01-17
* Document flagAnton Korobeynikov2007-01-17
* * Fix one more bug in PIC codegen: extra load is needed for *all*Anton Korobeynikov2007-01-17
* Revert patch.Bill Wendling2007-01-17
* make doxygen comment much better. Patch by B. Scott Michel!Chris Lattner2007-01-17
* The TargetObjInfo object goes here.Bill Wendling2007-01-17
* Removed methods which are now in the respective TargetObjInfo implementations.Bill Wendling2007-01-17
* New "TargetObjInfo" class. This holds information that the object writers willBill Wendling2007-01-17
* For PR1117:Reid Spencer2007-01-17
* For PR1094:Reid Spencer2007-01-17
* Remove unused forward class declarations.Reid Spencer2007-01-17
* Undo last check-in.Devang Patel2007-01-16
* Setup pass manager before scheduling required analysis.Devang Patel2007-01-16
* Fix for PR1095:Bill Wendling2007-01-16
* Code refactoring.Devang Patel2007-01-16
* Remove extra white spaces. Fix comments.Devang Patel2007-01-15
* rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner2007-01-15
* Update code to eliminate calls to isInteger, calling isIntegral instead.Chris Lattner2007-01-15
* Primitive types don't include integers any more, adjust.Reid Spencer2007-01-14
* add accessorsChris Lattner2007-01-14
* add a new HiddenDirective member for handling visibility.Chris Lattner2007-01-14
* virtual not needed.Jim Laskey2007-01-12
* Don't #include DerivedTypes.h in this header. Make adjustments toReid Spencer2007-01-12
* - Move RTLIB::Libcall enum to a separate file.Evan Cheng2007-01-12
* Allow isAllOnesValue testing on packed constantsJim Laskey2007-01-12
* Silence a bogus compiler warning.Evan Cheng2007-01-12
* inline isIntegral to make this method look like classof for all otherChris Lattner2007-01-12
* s/addPassToManager/add/gDevang Patel2007-01-12
* * PIC codegen for X86/Linux has been implementedAnton Korobeynikov2007-01-12
* Move PMTopLevelManager, PMDataManager and FPPassManger classes intoDevang Patel2007-01-12
* For PR1064:Reid Spencer2007-01-12
* Implement review feedback for the ConstantBool->ConstantInt merge. ChrisReid Spencer2007-01-12
* Store default libgcc routine names and allow them to be redefined by target.Evan Cheng2007-01-12
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-11
* Fixed a bug in ConstantInt::Inverted().Zhou Sheng2007-01-11
* For PR1043:Zhou Sheng2007-01-11