summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* MachineRegisterInfo was already a friend of MachineOperand, and GCC complainsMatt Beaumont-Gay2012-08-09
* Move [SU]LEB128 encoding to a utility header.Jim Grosbach2012-08-08
* Move getNextOperandForReg() into MachineRegisterInfo.Jakob Stoklund Olesen2012-08-08
* Allow legalization of target-specific SDNodes, provided that the target itsel...Owen Anderson2012-08-08
* Remove OpenBSD defines:Bill Wendling2012-08-08
* Added MispredictPenalty to SchedMachineModel.Andrew Trick2012-08-08
* Minor cleanup of defaultDefLatency APIAndrew Trick2012-08-08
* Revert "Fix a quadratic algorithm in MachineBranchProbabilityInfo."Jakob Stoklund Olesen2012-08-08
* Fix a quadratic algorithm in MachineBranchProbabilityInfo.Jakob Stoklund Olesen2012-08-08
* Add SelectionDAG::getTargetIndex.Jakob Stoklund Olesen2012-08-07
* Add a new kind of MachineOperand: MO_TargetIndex.Jakob Stoklund Olesen2012-08-07
* The dominance computation already has logic for computing if an edge dominatesRafael Espindola2012-08-07
* Revert r161371. Removing the 'const' before Type is a "good thing".Bill Wendling2012-08-07
* Constify the Type parameter to some methods (which are const anyway).Bill Wendling2012-08-07
* Fix typo.Jakob Stoklund Olesen2012-08-06
* Add support for the OpenBSD for Bitrig.Eric Christopher2012-08-06
* Fix MIPS DSP Rev1 intrinsics memory properties.Simon Atanasyan2012-08-06
* Put up warning signs around MO::getNextOperandForReg().Jakob Stoklund Olesen2012-08-06
* Add readcyclecounter lowering on PPC64.Hal Finkel2012-08-04
* Add an experimental -early-live-intervals option.Jakob Stoklund Olesen2012-08-03
* Try to reduce the compile time impact of r161232.Bob Wilson2012-08-03
* Completely eliminate VNInfo flags.Jakob Stoklund Olesen2012-08-03
* Eliminate the VNInfo::hasPHIKill() flag.Jakob Stoklund Olesen2012-08-03
* Make the hasPHIKills flag a computed property.Jakob Stoklund Olesen2012-08-03
* Add support for detecting libxml for Dmitri's work. He'llEric Christopher2012-08-03
* Remove a dead prototype.Jakob Stoklund Olesen2012-08-03
* Fall back to selection DAG isel for calls to builtin functions.Bob Wilson2012-08-03
* Add new getLibFunc method to TargetLibraryInfo.Bob Wilson2012-08-03
* Move the "findUsedStructTypes" functionality outside of the Module class.Bill Wendling2012-08-03
* X86 Peephole: fold loads to the source register operand if possible.Manman Ren2012-08-02
* Add yaml2obj. A utility to convert YAML to binaries.Michael J. Spencer2012-08-02
* Add TargetRegisterInfo::hasRegUnit().Jakob Stoklund Olesen2012-08-02
* include/llvm/Analysis/RegionInfo.h: Appease msvc.NAKAMURA Takumi2012-08-02
* Implement the block_iterator of Region based on df_iterator.Hongbin Zheng2012-08-02
* X86 Peephole: fold loads to the source register operand if possible.Manman Ren2012-08-02
* Reference IntrusiveRefCntPtr in doxygen doc of RefCountedBase to get a link t...Axel Naumann2012-08-01
* Add range erase, element insert, and range insert methods toChandler Carruth2012-08-01
* Add basic in-bounds asserts to TinyPtrVector::erase.Chandler Carruth2012-08-01
* Initial commit of new FileOutputBuffer support class. Nick Kledzik2012-08-01
* Fix shadowed variable warningNick Kledzik2012-08-01
* Implement copy and move assignment for TinyPtrVector. These try toChandler Carruth2012-07-31
* Clean up trailing whitespace and unnecessary blank lines.Chandler Carruth2012-07-31
* Bring TinyPtrVector under test. Somehow we never picked up unit testsChandler Carruth2012-07-31
* Added MachineRegisterInfo::hasOneDef()Andrew Trick2012-07-30
* Inline MachineRegisterInfo::hasOneUseAndrew Trick2012-07-30
* Extend the InstVisitor to visit the specialized classes wrappingChandler Carruth2012-07-30
* Move the SmallVector unit tests to be type-parameterized so that we canChandler Carruth2012-07-30
* Typo.Eric Christopher2012-07-30
* Add MachineInstr::isTransient().Jakob Stoklund Olesen2012-07-30
* Add MachineBasicBlock::isPredecessor().Jakob Stoklund Olesen2012-07-30