aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* SelectionDAG shouldn't have a FunctionLoweringInfo member. RegsForValueDan Gohman2010-05-291-4/+1
* Fix typo.Nick Lewycky2010-05-291-1/+1
* Split the logic behind CastInst::isNoopCast into a separate static function,Dan Gohman2010-05-281-0/+8
* Fix a comment; vectors are not a special case here.Dan Gohman2010-05-281-1/+1
* Add a TargetRegisterInfo::composeSubRegIndices hook with a defaultJakob Stoklund Olesen2010-05-282-1/+32
* Move FindAvailableLoadedValue isSafeToLoadUnconditionally out ofDan Gohman2010-05-283-29/+51
* Fix a comment.Dan Gohman2010-05-281-1/+1
* Add a -regalloc=default option that chooses a register allocator based on the -OJakob Stoklund Olesen2010-05-271-2/+3
* Remove ancient prototype.Jakob Stoklund Olesen2010-05-271-4/+0
* back out 104862/104869. Can reuse stacksave after all. Very cool.Jim Grosbach2010-05-272-6/+2
* Make ParseIRFile and getLazyIRFileModule incoporate the underlyingDan Gohman2010-05-271-2/+4
* Don't special-case stdout in llvm::WriteBitcodeToFile; just considerDan Gohman2010-05-271-1/+2
* hook ISD::STACKADDR to an intrinsicJim Grosbach2010-05-271-2/+3
* add ISD::STACKADDR to get the current stack pointer. Will be used by sjlj EHJim Grosbach2010-05-271-0/+3
* Add basic error checking to MemoryBuffer::getSTDIN.Dan Gohman2010-05-271-1/+2
* remove incorrect GCCBuiltin<> usageJim Grosbach2010-05-271-4/+2
* typoGabor Greif2010-05-271-1/+1
* Fix Lint printing warnings multiple times. Remove the ErrorStrDan Gohman2010-05-261-2/+1
* MC: Add TargetMachine support for setting the value of MCRelaxAll withDaniel Dunbar2010-05-261-1/+11
* Add StringRef::compare_numeric and use it to sort TableGen register records.Jakob Stoklund Olesen2010-05-261-0/+4
* Adjust eh.sjlj.setjmp to properly have a chain and to have an opcode entry inJim Grosbach2010-05-262-3/+8
* Move the check for "calls setjmp" to SelectionDAGISel so that it can be used byBill Wendling2010-05-261-1/+17
* Eliminate the use of PriorityQueue and just use a std::vector,Dan Gohman2010-05-261-13/+5
* Fix indentation.Dan Gohman2010-05-261-2/+2
* MC: Change RelaxInstruction to only take the input and output instructions.Daniel Dunbar2010-05-261-4/+6
* MC: Simplify MayNeedRelaxation to not provide the fixups, so we can query itDaniel Dunbar2010-05-261-4/+1
* Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen2010-05-261-11/+17
* MC: Eliminate MCAsmFixup, replace with MCFixup.Daniel Dunbar2010-05-264-47/+20
* MC: Simplify MCFixup and increase the available offset size.Daniel Dunbar2010-05-261-29/+14
* MC: Use accessors for access to MCAsmFixup.Daniel Dunbar2010-05-261-2/+8
* MC: Eliminate MCFragment vtable, which was unnecessary.Daniel Dunbar2010-05-261-12/+1
* Temporarily revert r104655 as it's breaking the bots.Eric Christopher2010-05-261-14/+1
* Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism."Jakob Stoklund Olesen2010-05-261-17/+11
* Change push_all to a non-virtual function and implement it in theDan Gohman2010-05-262-10/+7
* Delete an unused function.Dan Gohman2010-05-262-3/+0
* Dale and Evan suggested putting the "check for setjmp" much earlier in theBill Wendling2010-05-261-1/+14
* Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen2010-05-261-11/+17
* Start adding mach-o tls reloc support.Eric Christopher2010-05-261-1/+2
* Drop the SuperregHashTable. It is essentially the same as SubregHashTable.Jakob Stoklund Olesen2010-05-251-17/+1
* Print symbolic SubRegIndex names on machine operands.Jakob Stoklund Olesen2010-05-251-0/+9
* Remove NumberHack entirely.Jakob Stoklund Olesen2010-05-251-5/+1
* Make sure aeskeygenassist uses an unsigned immediate field.Eric Christopher2010-05-251-2/+2
* Switch SubRegSet to using symbolic SubRegIndicesJakob Stoklund Olesen2010-05-241-2/+3
* Replace the tablegen RegisterClass field SubRegClassList with an alist-like dataJakob Stoklund Olesen2010-05-242-6/+3
* Avoid adding duplicate function live-in's.Evan Cheng2010-05-241-0/+4
* Add the SubRegIndex TableGen class.Jakob Stoklund Olesen2010-05-241-0/+8
* MC: Add an MCLoggingStreamer, for use in debugging integrated-as mismatches.Daniel Dunbar2010-05-231-1/+7
* tblgen/AsmMatcher: Change AsmOperandClass to allow a list of superclasses ins...Daniel Dunbar2010-05-221-6/+6
* Trivial change to dump() function for SparseBitVectorJohn Mosby2010-05-221-6/+10
* Implement @llvm.returnaddress. rdar://8015977.Evan Cheng2010-05-222-2/+15