aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* StringMap<DIE*>::iterator::first() returns a pointer to the first character ofBill Wendling2009-04-091-1/+2
* Give register alias checking the hash table treatment too.Owen Anderson2009-04-091-3/+16
* Fix pr3954. The register scavenger asserts for inline assembly withBob Wilson2009-04-092-7/+5
* add an accessor method, patch by John McCall!Chris Lattner2009-04-091-0/+7
* Convert TargetRegisterInfo's super-register checking to use a pre-computed ha...Owen Anderson2009-04-091-3/+17
* Add sys::Path::makeAbsolute().Daniel Dunbar2009-04-091-0/+4
* Fix BitstreamReader's GetCurrentBitNo to return the correct bit number, and s...Douglas Gregor2009-04-081-2/+1
* Use 8 instead of CHAR_BITDouglas Gregor2009-04-081-1/+1
* Add BitstreamWriter::GetCurrentBitNo, to report where we are in the output bi...Douglas Gregor2009-04-081-0/+3
* Remove AllowInverse: it leaks memory and is not the rightChris Lattner2009-04-081-5/+1
* Implement support for using modeling implicit-zero-extension on x86-64Dan Gohman2009-04-081-1/+24
* PR2985 / <rdar://problem/6584986>Jim Grosbach2009-04-071-2/+2
* Another attempt at fixing PR2975.Edwin Török2009-04-071-1/+3
* fix comment to reflect the implementation I ended up settling on.Chris Lattner2009-04-071-1/+1