aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Use BasicBlock::iterator instead of Instruction* for insert points,Dan Gohman2009-04-221-5/+6
* Make SCEVExpanders private methods private, instead of protected.Dan Gohman2009-04-221-1/+2
* Add caching of predecessor counts as well as predecessors themselves.Owen Anderson2009-04-221-0/+9
* Fix for PR3946, in which SmallVector could behave strangely in corner cases.Owen Anderson2009-04-221-2/+2
* De-pImpl-ify ScalarEvolution. The pImpl pattern doesn't provide muchDan Gohman2009-04-211-7/+109
* It has finally happened. Spiller is now using live interval info.Evan Cheng2009-04-211-3/+3
* Factor out a common base class from SCEVTruncateExpr, SCEVZeroExtendExpr,Dan Gohman2009-04-211-43/+33
* Introduce encapsulation for ScalarEvolution's TargetData object, and refactorDan Gohman2009-04-212-9/+22
* Convert ScalarEvolution to use raw_ostream instead of OStream.Dan Gohman2009-04-212-19/+17
* Move duplicated AddLiveIn function from X86 and ARM backends to be a methodBob Wilson2009-04-201-0/+5
* Revise my previous change 68996 as suggested by Duncan.Bob Wilson2009-04-201-7/+6
* These bitfields were being miscompiled on someDuncan Sands2009-04-201-11/+27
* Make all raw_ostreams support the tell() function.Douglas Gregor2009-04-201-0/+34
* Fix missing text in doxygen documentation.Nick Lewycky2009-04-191-1/+1
* Remove the SimpleTy enumerated type field from the MVTDuncan Sands2009-04-191-14/+8
* Don't try to make BUILD_VECTOR operands have the sameDuncan Sands2009-04-181-1/+4
* Add a ScalarEvolution::getCouldNotCompute() function, and use itDan Gohman2009-04-181-0/+1
* Use more const qualifiers with SCEV interfaces.Dan Gohman2009-04-182-27/+27
* Add a new LiveInterval::overlaps(). It checks if the live interval overlaps a...Evan Cheng2009-04-181-0/+4
* Clean up formatting, remove trailing whitespace, fix comment typos andBob Wilson2009-04-171-6/+6
* Delete an unused field.Dan Gohman2009-04-171-1/+0
* Use CallConvLower.h and TableGen descriptions of the calling conventionsBob Wilson2009-04-172-4/+47
* Add a comment to describe LLVMMatchType.Bob Wilson2009-04-161-0/+6
* Teach SCEVExpander::InsertCastOfTo to avoid creating inttoptr-of-ptrtointDan Gohman2009-04-161-2/+2
* Expand GEPs in ScalarEvolution expressions. SCEV expressions can nowDan Gohman2009-04-162-7/+12
* If FastISel is run and it has known DebugLoc then use it.Devang Patel2009-04-161-0/+3
* Generalize one of the SelectionDAG::ReplaceAllUsesWith overloadsDan Gohman2009-04-152-9/+3
* Allow jumping to the end of a bitstream while readingDouglas Gregor2009-04-151-1/+1
* Don't use "protected:" in classes that aren't intended to beDan Gohman2009-04-151-21/+0
* Fix doxygen comment syntax.Dan Gohman2009-04-151-1/+1
* Move MachineRegisterInfo::setRegClass out of line.Dan Gohman2009-04-151-16/+1
* Move MachineJumpTableInfo::ReplaceMBBInJumpTables out of line.Dan Gohman2009-04-151-14/+2
* Give RemoveRegOperandFromRegInfo a comment and move theDan Gohman2009-04-151-12/+3
* Construct and emit DW_TAG_inlined_subroutine DIEs for inlined subroutine scop...Devang Patel2009-04-151-7/+16
* Add a method to check that the subprogram holds debug info for the given Func...Devang Patel2009-04-151-0/+4
* Change SelectionDAG type legalization to allow BUILD_VECTOR operands to beBob Wilson2009-04-131-1/+5
* Rename COPY_TO_SUBCLASS to COPY_TO_REGCLASS, and generalizeDan Gohman2009-04-132-5/+7
* Add a static APInt::getNumWordsDouglas Gregor2009-04-131-0/+8
* Right now, Debugging information to encode scopes (DW_TAG_lexical_block) reli...Devang Patel2009-04-131-1/+1
* Reapply 68847.Devang Patel2009-04-132-1/+22
* Add a new TargetInstrInfo MachineInstr opcode, COPY_TO_SUBCLASS.Dan Gohman2009-04-133-10/+54
* Add comments to INSERT_SUBREG, EXTRACT_SURBEG, SUBREG_TO_REG,Dan Gohman2009-04-131-0/+20
* add AvailableExternally linkage to C bindings.Chris Lattner2009-04-131-0/+1
* Add a new "available_externally" linkage type. This is intendedChris Lattner2009-04-132-12/+12
* Regenerate.Nick Lewycky2009-04-131-0/+3
* Use a hashtable for TargetRegisterClass::contains.Owen Anderson2009-04-121-4/+7
* optimize FastISel::UpdateValueMap to avoid duplicate map lookups,Chris Lattner2009-04-121-1/+1
* Add new TargetInstrDesc::hasImplicitUseOfPhysReg andChris Lattner2009-04-121-0/+18
* Revert r68847. It breaks the build on non-Darwin targets, with this messageDan Gohman2009-04-112-15/+1
* Keep track of inlined functions and their locations. This information is coll...Devang Patel2009-04-112-1/+15