summaryrefslogtreecommitdiff
path: root/lib/Target/Alpha
Commit message (Expand)AuthorAge
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-24
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-22
* revert 93934, removing the MCAsmInfo endianness bit. I can'tChris Lattner2010-01-20
* give MCAsmInfo a 'has little endian' bit. This is unfortunate, butChris Lattner2010-01-19
* Now that we have everything nicely factored (e.g. asmprinter is notChris Lattner2010-01-19
* now that MCSymbol::print doesn't use it's MAI argument, we can Chris Lattner2010-01-17
* MCize a bunch more stuff, eliminating a lot of uses of the manglerChris Lattner2010-01-16
* supplement CurrentFnName with CurrentFnSym, which will eventuallyChris Lattner2010-01-15
* Change SelectCode's argument from SDValue to SDNode *, to make it moreDan Gohman2010-01-05
* Remove dead variable.Bill Wendling2009-12-28
* Change indirect-globals to use a dedicated allocIndirectGV. This lets usJeffrey Yasskin2009-12-15
* Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor ofDan Gohman2009-12-05
* * Move stub allocation inside the JITEmitter, instead of exposing aJeffrey Yasskin2009-11-23
* Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.Dan Gohman2009-11-23
* Allow more than one stub to be being generated at the same time.Jeffrey Yasskin2009-11-23
* We are not using DBG_STOPPOINT anymore.Devang Patel2009-11-21
* Move DebugInfo checks into EmitComments and remove them fromDavid Greene2009-11-13
* Make the MachineFunction argument of getFrameRegister const.David Greene2009-11-12
* Add a bool flag to StackObjects telling whether they reference spillDavid Greene2009-11-12
* Set isBarrier = 1 on return instructions, as they are control barriers.Dan Gohman2009-11-11
* indicate what the native integer types for the target are.Chris Lattner2009-11-07
* Remove uninteresting and confusing debug output.Dan Gohman2009-11-05
* Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman2009-10-29
* Add a second ValueType argument to isFPImmLegal.Evan Cheng2009-10-28
* Do away with addLegalFPImmediate. Add a target hook isFPImmLegal which return...Evan Cheng2009-10-27
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-25
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-25
* Add register-reuse to frame-index register scavenging. When a target usesJim Grosbach2009-10-07
* Instead of printing unnecessary basic block labels as labels inDan Gohman2009-10-06
* Update processDebugLoc() so that it can be used to process debug info before ...Devang Patel2009-10-06
* Use MachineInstr as an processDebugLoc() argument.Devang Patel2009-09-30
* Add a new virtual EmitStartOfAsmFile method to the AsmPrinter and use thisBob Wilson2009-09-30
* Introduce the TargetInstrInfo::KILL machine instruction and get rid of theJakob Stoklund Olesen2009-09-28
* Rename getTargetNode to getMachineNode, for consistency with theDan Gohman2009-09-25
* Tabs -> spaces, and remove trailing whitespace.Daniel Dunbar2009-09-20
* Fix PR4926. When target hook EmitInstrWithCustomInserter() insert new basic b...Evan Cheng2009-09-19
* Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...Evan Cheng2009-09-18
* remove all but one reference to TargetRegisterDesc::AsmName.Chris Lattner2009-09-13
* the tblgen produced 'getRegisterName' method does not accessChris Lattner2009-09-13
* make tblgen produce a function that returns the name for a physreg.Chris Lattner2009-09-13
* replace printBasicBlockLabel with EmitBasicBlockStart,Chris Lattner2009-09-13
* convert some uses of printBasicBlockLabel to use GetMBBSymbolChris Lattner2009-09-13
* remove DebugLoc from MCInst and eliminate "Comment printing" fromChris Lattner2009-09-09
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-02
* Normalize makefile comments and sort cmake file lists.Benjamin Kramer2009-08-31
* remove the last uses of Config/alloca.hChris Lattner2009-08-23
* eliminate the last DOUTs from the targets.Chris Lattner2009-08-23
* remove various std::ostream version of printing methods fromChris Lattner2009-08-23
* Forgot to update some CMakeLists.Benjamin Kramer2009-08-22
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-22