summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng2011-06-29
* Trim includeEvan Cheng2011-06-29
* Unbreak every backend.Evan Cheng2011-06-28
* Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.Evan Cheng2011-06-28
* Add MCInstrInfo registeration machinery.Evan Cheng2011-06-28
* Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng2011-06-28
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-28
* PR10210: New method ConstantArray::getAsCString(). Use it in LTO toJay Foad2011-06-28
* Cleanup. Fix a stupid variable name.Andrew Trick2011-06-28
* SCEVExpander: give new insts a name that identifies the reponsible pass.Andrew Trick2011-06-28
* Remove RegClass2VRegMap from MachineRegisterInfo.Evan Cheng2011-06-27
* Remove RCBarriers from TargetInstrDesc.Evan Cheng2011-06-27
* Remove the experimental (and unused) pre-ra splitting pass. Greedy regalloc c...Evan Cheng2011-06-27
* During bottom up fast-isel, instructions emitted to materalize registers are ...Devang Patel2011-06-27
* More refactoring. Move getRegClass from TargetOperandInfo to TargetInstrInfo.Evan Cheng2011-06-27
* Add support for alternative register names, useful for instructions whose ope...Owen Anderson2011-06-27
* Rename unnecessary forward declaration.Evan Cheng2011-06-27
* Move onlyUsedByLifetimeMarkers to ValueTracking so that it can be used by otherNick Lewycky2011-06-27
* Distinguish early clobber output operands from clobbered registers.Jakob Stoklund Olesen2011-06-27
* There is only one register coalescer. Merge it into the base class andRafael Espindola2011-06-26
* Move RegisterCoalescer.h to lib/CodeGen.Rafael Espindola2011-06-26
* Object: Add proper error handling.Michael J. Spencer2011-06-25
* Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer2011-06-25
* Add Binary class. This is a cleaner parent than ObjectFile.Michael J. Spencer2011-06-25
* Add Object/Error.Michael J. Spencer2011-06-25
* Enhance the sanity check for block sizes; check that the resulting pointer isNick Lewycky2011-06-25
* Rename TargetRegisterDesc to MCRegisterDescEvan Cheng2011-06-24
* Refactor MachO relocation generaration into the Target directories.Jim Grosbach2011-06-24
* Fix struct member's scope. Patch by Xi Wang.Devang Patel2011-06-24
* Handle debug info for i128 constants.Devang Patel2011-06-24
* - Add MCRegisterInfo registration machinery. Also added x86 registration rout...Evan Cheng2011-06-24
* Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng2011-06-24
* Calculate backedge probability correctly.Jakub Staszak2011-06-23
* Missing files for the BlockFrequency analysis added.Jakub Staszak2011-06-23
* Introduce BlockFrequency analysis for BasicBlocks.Jakub Staszak2011-06-23
* Rename TargetOptions::StackAlignment to StackAlignmentOverride.Evan Cheng2011-06-23
* Add missing file.Rafael Espindola2011-06-23
* Support: make floating-exception header privateDylan Noblesmith2011-06-23
* Don't include config.h in public headersDylan Noblesmith2011-06-23
* remove CMake mode_t defineDylan Noblesmith2011-06-23
* Reinstate r133513 (reverted in r133700) with an additional fix for aJay Foad2011-06-23
* Revert r133513:Eric Christopher2011-06-23
* Use the presence of the __compact_unwind section to indicate that a targetBill Wendling2011-06-23
* Allow the AsmInfo to query for the compact unwind section.Bill Wendling2011-06-23
* Allow the AsmInfo to query the TLOF to see if it supports compact unwind.Bill Wendling2011-06-23
* Add a flag that indicates whether a target supports compact unwind info or not.Bill Wendling2011-06-22
* Add a __LD,__compact_unwind section.Bill Wendling2011-06-22
* Replace the existing forms of ConstantArray::get() with a single formJay Foad2011-06-22
* Make ConstantVector::get() always take an ArrayRef, never a std::vector.Jay Foad2011-06-22
* Extend ConstantUniqueMap with a new template parameter ValRefType,Jay Foad2011-06-22