aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.Jakob Stoklund Olesen2012-08-061-1/+1
* Add support for the OpenBSD for Bitrig.Eric Christopher2012-08-061-1/+2
* Fix MIPS DSP Rev1 intrinsics memory properties.Simon Atanasyan2012-08-061-78/+56
* Put up warning signs around MO::getNextOperandForReg().Jakob Stoklund Olesen2012-08-061-2/+4
* Add readcyclecounter lowering on PPC64.Hal Finkel2012-08-041-0/+3
* Add an experimental -early-live-intervals option.Jakob Stoklund Olesen2012-08-031-0/+4
* Try to reduce the compile time impact of r161232.Bob Wilson2012-08-031-0/+25
* Completely eliminate VNInfo flags.Jakob Stoklund Olesen2012-08-031-27/+6
* Eliminate the VNInfo::hasPHIKill() flag.Jakob Stoklund Olesen2012-08-031-13/+1
* Make the hasPHIKills flag a computed property.Jakob Stoklund Olesen2012-08-031-0/+4
* Add support for detecting libxml for Dmitri's work. He'llEric Christopher2012-08-031-0/+3
* Remove a dead prototype.Jakob Stoklund Olesen2012-08-031-7/+0
* Fall back to selection DAG isel for calls to builtin functions.Bob Wilson2012-08-032-2/+7
* Add new getLibFunc method to TargetLibraryInfo.Bob Wilson2012-08-031-67/+71
* Move the "findUsedStructTypes" functionality outside of the Module class.Bill Wendling2012-08-032-5/+78
* X86 Peephole: fold loads to the source register operand if possible.Manman Ren2012-08-021-1/+5
* Add yaml2obj. A utility to convert YAML to binaries.Michael J. Spencer2012-08-021-0/+8
* Add TargetRegisterInfo::hasRegUnit().Jakob Stoklund Olesen2012-08-021-0/+8
* include/llvm/Analysis/RegionInfo.h: Appease msvc.NAKAMURA Takumi2012-08-021-1/+1
* Implement the block_iterator of Region based on df_iterator.Hongbin Zheng2012-08-021-32/+40
* X86 Peephole: fold loads to the source register operand if possible.Manman Ren2012-08-021-0/+11
* Reference IntrusiveRefCntPtr in doxygen doc of RefCountedBase to get a link t...Axel Naumann2012-08-011-1/+1
* Add range erase, element insert, and range insert methods toChandler Carruth2012-08-011-1/+57
* Add basic in-bounds asserts to TinyPtrVector::erase.Chandler Carruth2012-08-011-0/+3
* Initial commit of new FileOutputBuffer support class. Nick Kledzik2012-08-011-0/+97
* Fix shadowed variable warningNick Kledzik2012-08-011-2/+2
* Implement copy and move assignment for TinyPtrVector. These try toChandler Carruth2012-07-311-9/+56
* Clean up trailing whitespace and unnecessary blank lines.Chandler Carruth2012-07-311-18/+16
* Bring TinyPtrVector under test. Somehow we never picked up unit testsChandler Carruth2012-07-311-9/+4
* Added MachineRegisterInfo::hasOneDef()Andrew Trick2012-07-301-0/+9
* Inline MachineRegisterInfo::hasOneUseAndrew Trick2012-07-301-1/+6
* Extend the InstVisitor to visit the specialized classes wrappingChandler Carruth2012-07-301-7/+46
* Move the SmallVector unit tests to be type-parameterized so that we canChandler Carruth2012-07-301-3/+17
* Typo.Eric Christopher2012-07-301-1/+1
* Add MachineInstr::isTransient().Jakob Stoklund Olesen2012-07-301-0/+24
* Add MachineBasicBlock::isPredecessor().Jakob Stoklund Olesen2012-07-301-0/+4
* APInt: Simplify code.Benjamin Kramer2012-07-291-7/+1
* Revert r160920 and r160919 due to dragonegg and clang selfhost failureManman Ren2012-07-291-11/+0
* X86 Peephole: fold loads to the source register operand if possible.Manman Ren2012-07-281-0/+11
* Also compute register mask lists under -new-live-intervals.Jakob Stoklund Olesen2012-07-271-0/+6
* Typos.Chad Rosier2012-07-271-1/+1
* Eliminate the IS_PHI_DEF flag and VNInfo::setIsPHIDef().Jakob Stoklund Olesen2012-07-271-10/+4
* Add a -new-live-intervals experimental option.Jakob Stoklund Olesen2012-07-271-0/+1
* SmallVector: Crank up verbosity of asserts per Chandler's request.Benjamin Kramer2012-07-271-3/+19
* Give MCRegisterInfo an implementation file.Jakob Stoklund Olesen2012-07-271-55/+3
* SmallVector::erase: Assert that iterators are actually inside the vector.Benjamin Kramer2012-07-271-0/+3
* Eliminate the large XXXSubRegTable constant arrays.Jakob Stoklund Olesen2012-07-271-13/+32
* Remove support for 'CompositeIndices' and sub-register cycles.Jakob Stoklund Olesen2012-07-261-15/+0
* Add support for v16i32/v16i64 into the code generator. This is required for b...Micah Villmow2012-07-263-36/+58
* Make comments in Debug.cpp and Debug.h consistent. Rename SetCurrentDebugType;Chad Rosier2012-07-261-4/+4