summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* The FoldingSet hash data includes pointer values, so it isn'tDan Gohman2010-06-07
* Optimize ScalarEvolution's SCEVComplexityCompare predicate: don't goDan Gohman2010-06-07
* Create new accessors to get arguments for call/invoke instructions. It breaksBill Wendling2010-06-07
* revert r105521, which is breaking the buildbots with stuff like this:Chris Lattner2010-06-05
* Initial AVX support for some instructions. No patterns matchedBruno Cardoso Lopes2010-06-05
* Make MachineFunctionPass::createPrinterPass private, as no subclassesDan Gohman2010-06-05
* Revert 105492 & 105493 due to a testcase regression. Radar 7424645.Stuart Hastings2010-06-05
* LSR needs to remember inserted instructions even in postinc mode, becauseDan Gohman2010-06-05
* Implement operator== and operator!= for SetVector.Dan Gohman2010-06-05
* Support for nested functions/classes in debug output. Radar 7424645.Stuart Hastings2010-06-04
* 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