aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2011-03-12Speculatively revert commit 127478 (jsjodin) in an attempt to fix theDuncan Sands
2011-03-11Teach FastISel to support register-immediate-immediate instructions.Owen Anderson
2011-03-1180 columns.Jim Grosbach
2011-03-11Trailing whitespace.Jim Grosbach
2011-03-11Remove optimization emitting a reference insted of label difference, since it...Jan Sjödin
2011-03-10Add r127409 back now that the windows file was updated.Rafael Espindola
2011-03-10Revert r127409 which broke all the Windows bots.Jakob Stoklund Olesen
2011-03-10Add support for MemoryBuffers that are not null terminated and addRafael Espindola
2011-03-10ptx: add the rest of special registers of ISA version 2.0Che-Liang Chiou
2011-03-10Make SpillIs an optional pointer. Avoid creating a bunch of temporary SmallVe...Jakob Stoklund Olesen
2011-03-10Introduce DebugInfoProbe. This is used to monitor how llvm optimizer is treat...Devang Patel
2011-03-10Re-commit 127368 and 127371. They are exonerated.Evan Cheng
2011-03-09Revert 127368 and 127371 for now.Evan Cheng
2011-03-09Restore the default implementation of getCrossCopyRegClass: no need for cross...Evan Cheng
2011-03-09Change the definition of TargetRegisterInfo::getCrossCopyRegClass to be moreEvan Cheng
2011-03-09Add createELFObjectTargetWriter method to TargetAsmBackend, which enables con...Jan Sjödin
2011-03-09Add constructors to MCElfStreamer and MCObjectStreamer to take an extra MCAss...Jan Sjödin
2011-03-09Add InitializeNativeAsmParser function.Jan Sjödin
2011-03-08Typo. Patch by arrowdodger.John McCall
2011-03-08fix incorrect comment.Chris Lattner
2011-03-08PTX: Add intrinsic support for ntid, ctaid, and nctaid registersJustin Holewinski
2011-03-07Let shrinkToUses optionally return a list of now dead machine instructions.Jakob Stoklund Olesen
2011-03-07Typos.Eric Christopher
2011-03-07Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo.Cameron Zwarich
2011-03-07Often GCC can see that NumBuckets is zero here, resulting in a warningDuncan Sands
2011-03-07Tidy up.Jim Grosbach
2011-03-07Use the correct LHS type when determining the legalization of a shift's RHS t...Owen Anderson
2011-03-07Try fixing mingw build.Argyrios Kyrtzidis
2011-03-07Do a compiler check that we use one of the types from PointerUnion[N], instea...Argyrios Kyrtzidis
2011-03-06ConstantInt has some getters which return ConstantInt's or ConstantVector's ofNick Lewycky
2011-03-05Avoid zero-sized allocations when copying a fresh DenseMap.Benjamin Kramer
2011-03-05Preliminary support for ARM frame save directives emission via MI flags.Anton Korobeynikov
2011-03-05Provide hooks to set MI flags in MachineInstrBuilderAnton Korobeynikov
2011-03-05Some first rudimentary support for ARM EHABI: print exception table in "text ...Anton Korobeynikov
2011-03-05Add FrameSetup MI flagsAnton Korobeynikov
2011-03-05Shorten AsmPrinterFlags filed to accomodate for future Flags fieldAnton Korobeynikov
2011-03-05Lazily allocate DenseMaps.Benjamin Kramer
2011-03-05ptx: add basic intrinsic supportChe-Liang Chiou
2011-03-05Missing "virtual" keyword. Jakob's review.Andrew Trick
2011-03-05Increased the register pressure limit on x86_64 from 8 to 12Andrew Trick
2011-03-05test commitJin-Gu Kang
2011-03-05Teach the register scavenger to take subregs into account when finding a free...Jim Grosbach
2011-03-04Support unregistering exception frames of functions when they are removed.Eric Christopher
2011-03-04Renumber slot indexes locally when possible.Jakob Stoklund Olesen
2011-03-04Symbolize the default instruction distance.Jakob Stoklund Olesen
2011-03-04Deferred SlotIndex renumbering was a good idea but never used.Jakob Stoklund Olesen
2011-03-04Add ArrayRef variant.Devang Patel
2011-03-04Use an IndexedMap instead of a DenseMap for the live-out cache.Jakob Stoklund Olesen
2011-03-03There are times when the landing pad won't have a call to 'eh.selector' inBill Wendling
2011-03-03Allow a target to choose whether to prefer the scavenger emergency spill slotJim Grosbach