aboutsummaryrefslogtreecommitdiff
path: root/include/llvm
AgeCommit message (Expand)Author
2012-08-06Fix typo.Jakob Stoklund Olesen
2012-08-06Add support for the OpenBSD for Bitrig.Eric Christopher
2012-08-06Fix MIPS DSP Rev1 intrinsics memory properties.Simon Atanasyan
2012-08-06Put up warning signs around MO::getNextOperandForReg().Jakob Stoklund Olesen
2012-08-04Add readcyclecounter lowering on PPC64.Hal Finkel
2012-08-03Add an experimental -early-live-intervals option.Jakob Stoklund Olesen
2012-08-03Try to reduce the compile time impact of r161232.Bob Wilson
2012-08-03Completely eliminate VNInfo flags.Jakob Stoklund Olesen
2012-08-03Eliminate the VNInfo::hasPHIKill() flag.Jakob Stoklund Olesen
2012-08-03Make the hasPHIKills flag a computed property.Jakob Stoklund Olesen
2012-08-03Add support for detecting libxml for Dmitri's work. He'llEric Christopher
2012-08-03Remove a dead prototype.Jakob Stoklund Olesen
2012-08-03Fall back to selection DAG isel for calls to builtin functions.Bob Wilson
2012-08-03Add new getLibFunc method to TargetLibraryInfo.Bob Wilson
2012-08-03Move the "findUsedStructTypes" functionality outside of the Module class.Bill Wendling
2012-08-02X86 Peephole: fold loads to the source register operand if possible.Manman Ren
2012-08-02Add yaml2obj. A utility to convert YAML to binaries.Michael J. Spencer
2012-08-02Add TargetRegisterInfo::hasRegUnit().Jakob Stoklund Olesen
2012-08-02include/llvm/Analysis/RegionInfo.h: Appease msvc.NAKAMURA Takumi
2012-08-02Implement the block_iterator of Region based on df_iterator.Hongbin Zheng
2012-08-02X86 Peephole: fold loads to the source register operand if possible.Manman Ren
2012-08-01Reference IntrusiveRefCntPtr in doxygen doc of RefCountedBase to get a link t...Axel Naumann
2012-08-01Add range erase, element insert, and range insert methods toChandler Carruth
2012-08-01Add basic in-bounds asserts to TinyPtrVector::erase.Chandler Carruth
2012-08-01Initial commit of new FileOutputBuffer support class. Nick Kledzik
2012-08-01Fix shadowed variable warningNick Kledzik
2012-07-31Make ARM var-arg regsave setup aware of byval stack args. Previously we hadJan Voung
2012-07-31Implement copy and move assignment for TinyPtrVector. These try toChandler Carruth
2012-07-31Clean up trailing whitespace and unnecessary blank lines.Chandler Carruth
2012-07-31Bring TinyPtrVector under test. Somehow we never picked up unit testsChandler Carruth
2012-07-30Added MachineRegisterInfo::hasOneDef()Andrew Trick
2012-07-30Inline MachineRegisterInfo::hasOneUseAndrew Trick
2012-07-30Extend the InstVisitor to visit the specialized classes wrappingChandler Carruth
2012-07-30Move the SmallVector unit tests to be type-parameterized so that we canChandler Carruth
2012-07-30Typo.Eric Christopher
2012-07-30Add MachineInstr::isTransient().Jakob Stoklund Olesen
2012-07-30Add MachineBasicBlock::isPredecessor().Jakob Stoklund Olesen
2012-07-29APInt: Simplify code.Benjamin Kramer
2012-07-29Revert r160920 and r160919 due to dragonegg and clang selfhost failureManman Ren
2012-07-28X86 Peephole: fold loads to the source register operand if possible.Manman Ren
2012-07-27Also compute register mask lists under -new-live-intervals.Jakob Stoklund Olesen
2012-07-27Typos.Chad Rosier
2012-07-27Eliminate the IS_PHI_DEF flag and VNInfo::setIsPHIDef().Jakob Stoklund Olesen
2012-07-27Add a -new-live-intervals experimental option.Jakob Stoklund Olesen
2012-07-27SmallVector: Crank up verbosity of asserts per Chandler's request.Benjamin Kramer
2012-07-27Give MCRegisterInfo an implementation file.Jakob Stoklund Olesen
2012-07-27SmallVector::erase: Assert that iterators are actually inside the vector.Benjamin Kramer
2012-07-27Eliminate the large XXXSubRegTable constant arrays.Jakob Stoklund Olesen
2012-07-26Remove support for 'CompositeIndices' and sub-register cycles.Jakob Stoklund Olesen
2012-07-26Add support for v16i32/v16i64 into the code generator. This is required for b...Micah Villmow