summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-28
* Clean up the handling of the x87 fp stack to make it more robust.Jakob Stoklund Olesen2011-06-28
* Remove warning: 'c0' may be used uninitialized in this function.Chad Rosier2011-06-28
* Print registers by name instead of by number.Jakob Stoklund Olesen2011-06-28
* cleanup: misleading comment.Andrew Trick2011-06-28
* Implement ISD::VAARG lowering on PPC32.Roman Divacky2011-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
* whitespaceAndrew Trick2011-06-28
* Fix typo in comment.Nick Lewycky2011-06-28
* Fix cmake build.Rafael Espindola2011-06-28
* indvars --disable-iv-rewrite: sever ties with IVUsers.Andrew Trick2011-06-28
* indvars --disable-iv-rewrite: Defer evaluating s/zext until SCEVAndrew Trick2011-06-28
* Fix CMake build by removing this now dead file.Chandler Carruth2011-06-28
* Fix a bad iterator dereference that Evan uncovered.Jakob Stoklund Olesen2011-06-28
* ARM Thumb2 asm syntax optional destination operand for binary operators.Jim Grosbach2011-06-28
* Remove RegClass2VRegMap from MachineRegisterInfo.Evan Cheng2011-06-27
* ARM Assembly support for Thumb mov-immediate.Jim Grosbach2011-06-27
* Remove the experimental (and unused) pre-ra splitting pass. Greedy regalloc c...Evan Cheng2011-06-27
* indvars -disable-iv-rewrite: run RLEV after SimplifyIVUsers forAndrew Trick2011-06-27
* During bottom up fast-isel, instructions emitted to materalize registers are ...Devang Patel2011-06-27
* Calculate GetBestDestForJumpOnUndef correctly.Jakub Staszak2011-06-27
* ARM Asm parsing of Thumb2 move immediate.Jim Grosbach2011-06-27
* More refactoring. Move getRegClass from TargetOperandInfo to TargetInstrInfo.Evan Cheng2011-06-27
* Add exception necessitated by 133938.Jim Grosbach2011-06-27
* ARM assembly carry set/clear condition code aliases for 'hi/lo'Jim Grosbach2011-06-27
* ARM assembler support for ldmfd/stmfd mnemonics.Jim Grosbach2011-06-27
* ARM assembler support for vpush/vpop.Jim Grosbach2011-06-27
* ARM Assembly syntax support for arithmetic implied dest operand.Jim Grosbach2011-06-27
* The index stored in the RegDefIter is one after the current index. When gett...Owen Anderson2011-06-27
* Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng2011-06-27
* pre-RA-sched: Cleanup register pressure tracking.Andrew Trick2011-06-27
* Track live-out physical registers in MachineDCE.Jakob Stoklund Olesen2011-06-27
* Teach one piece of scalarrepl to handle lifetime markers. When transforming anNick Lewycky2011-06-27
* Move onlyUsedByLifetimeMarkers to ValueTracking so that it can be used by otherNick Lewycky2011-06-27
* Grow the X86FloatingPoint register map to hold 16 registers.Jakob Stoklund Olesen2011-06-27
* Distinguish early clobber output operands from clobbered registers.Jakob Stoklund Olesen2011-06-27
* Decode and pretty print inline asm operand descriptors.Jakob Stoklund Olesen2011-06-27
* Remove unused methods.Rafael Espindola2011-06-26
* There is only one register coalescer. Merge it into the base class andRafael Espindola2011-06-26
* Merge SimpleRegisterCoalescing.cpp into RegisterCoalescer.cpp.Rafael Espindola2011-06-26
* merge SimpleRegisterCoalescing.h into RegisterCoalescer.h.Rafael Espindola2011-06-26
* Move RegisterCoalescer.h to lib/CodeGen.Rafael Espindola2011-06-26
* Remove unnecessary wrapper.Rafael Espindola2011-06-26
* Replace dyn_cast<> with cast<> since the cast is already guarded by the neces...Chad Rosier2011-06-25
* PTX: Reverting implementation of i8.Dan Bailey2011-06-25
* 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