summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Slightly change the meaning of the reMaterialize target hook when the originalJakob Stoklund Olesen2010-06-02
* Remove the TargetRegisterClass member from CalleeSavedInfoRafael Espindola2010-06-02
* Rename canCombinedSubRegIndex method to something more grammatically correctBob Wilson2010-06-02
* remove trailing whitespaceJim Grosbach2010-06-02
* Remove uses of getCalleeSavedRegClasses from outside theRafael Espindola2010-06-02
* Don't call flush() at a library level which isn't checking for errorsDan Gohman2010-06-01
* Fix a typo in a comment.Dan Gohman2010-06-01
* SelectionDAG shouldn't have a FunctionLoweringInfo member. RegsForValueDan Gohman2010-05-29
* Fix typo.Nick Lewycky2010-05-29
* Split the logic behind CastInst::isNoopCast into a separate static function,Dan Gohman2010-05-28
* Fix a comment; vectors are not a special case here.Dan Gohman2010-05-28
* Add a TargetRegisterInfo::composeSubRegIndices hook with a defaultJakob Stoklund Olesen2010-05-28
* Move FindAvailableLoadedValue isSafeToLoadUnconditionally out ofDan Gohman2010-05-28
* Fix a comment.Dan Gohman2010-05-28
* Add a -regalloc=default option that chooses a register allocator based on the -OJakob Stoklund Olesen2010-05-27
* Remove ancient prototype.Jakob Stoklund Olesen2010-05-27
* back out 104862/104869. Can reuse stacksave after all. Very cool.Jim Grosbach2010-05-27
* Make ParseIRFile and getLazyIRFileModule incoporate the underlyingDan Gohman2010-05-27
* Don't special-case stdout in llvm::WriteBitcodeToFile; just considerDan Gohman2010-05-27
* hook ISD::STACKADDR to an intrinsicJim Grosbach2010-05-27
* add ISD::STACKADDR to get the current stack pointer. Will be used by sjlj EHJim Grosbach2010-05-27
* Add basic error checking to MemoryBuffer::getSTDIN.Dan Gohman2010-05-27
* remove incorrect GCCBuiltin<> usageJim Grosbach2010-05-27
* typoGabor Greif2010-05-27
* Fix Lint printing warnings multiple times. Remove the ErrorStrDan Gohman2010-05-26
* MC: Add TargetMachine support for setting the value of MCRelaxAll withDaniel Dunbar2010-05-26
* Add StringRef::compare_numeric and use it to sort TableGen register records.Jakob Stoklund Olesen2010-05-26
* Adjust eh.sjlj.setjmp to properly have a chain and to have an opcode entry inJim Grosbach2010-05-26
* Move the check for "calls setjmp" to SelectionDAGISel so that it can be used byBill Wendling2010-05-26
* Eliminate the use of PriorityQueue and just use a std::vector,Dan Gohman2010-05-26
* Fix indentation.Dan Gohman2010-05-26
* MC: Change RelaxInstruction to only take the input and output instructions.Daniel Dunbar2010-05-26
* MC: Simplify MayNeedRelaxation to not provide the fixups, so we can query itDaniel Dunbar2010-05-26
* Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen2010-05-26
* MC: Eliminate MCAsmFixup, replace with MCFixup.Daniel Dunbar2010-05-26
* MC: Simplify MCFixup and increase the available offset size.Daniel Dunbar2010-05-26
* MC: Use accessors for access to MCAsmFixup.Daniel Dunbar2010-05-26
* MC: Eliminate MCFragment vtable, which was unnecessary.Daniel Dunbar2010-05-26
* Temporarily revert r104655 as it's breaking the bots.Eric Christopher2010-05-26
* Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism."Jakob Stoklund Olesen2010-05-26
* Change push_all to a non-virtual function and implement it in theDan Gohman2010-05-26
* Delete an unused function.Dan Gohman2010-05-26
* Dale and Evan suggested putting the "check for setjmp" much earlier in theBill Wendling2010-05-26
* Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen2010-05-26
* Start adding mach-o tls reloc support.Eric Christopher2010-05-26
* Drop the SuperregHashTable. It is essentially the same as SubregHashTable.Jakob Stoklund Olesen2010-05-25
* Print symbolic SubRegIndex names on machine operands.Jakob Stoklund Olesen2010-05-25
* Remove NumberHack entirely.Jakob Stoklund Olesen2010-05-25
* Make sure aeskeygenassist uses an unsigned immediate field.Eric Christopher2010-05-25
* Switch SubRegSet to using symbolic SubRegIndicesJakob Stoklund Olesen2010-05-24