aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* DebugLabelFolder ruthlessly deletes redundant labels. However, sometimes the ...Devang Patel2009-04-101-0/+17
* fix a broken assertion in ilist_iterator, which caused it to crash in theChris Lattner2009-04-101-1/+1
* Cleanup. Remove redundant llvm:: , we don't need them since we're insideNick Lewycky2009-04-101-18/+18
* Add a new Type::getPointerTo method, which is shorthand forChris Lattner2009-04-101-0/+4
* Add utility function to IRBuilder that takes the difference between twoNick Lewycky2009-04-101-0/+14
* Pass in the std::string parameter instead of returning it by value.Bill Wendling2009-04-101-2/+4
* Constify getter methods.Bill Wendling2009-04-101-1/+1
* Remove the obsolete SelectionDAG::getNodeValueTypes and simplifyDan Gohman2009-04-091-28/+10
* Change the NumVTs field from short to int, since there's noDan Gohman2009-04-091-1/+1