aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2011-03-03Optimize fprintf -> iprintf if there are no floating point argumentsRichard Osborne
2011-03-03Optimize sprintf -> siprintf if there are no floating point argumentsRichard Osborne
2011-03-03Optimize printf -> iprintf if there are no floating point argumentsRichard Osborne
2011-03-03Use X86_thiscall calling convention for Win64 as well.Tilmann Scheller
2011-03-03Represent sentinel slot indexes with a null pointer.Jakob Stoklund Olesen
2011-03-03Avoid comparing invalid slot indexes, and assert that it doesn't happen.Jakob Stoklund Olesen
2011-03-03Optimize SlotIndex equality tests.Jakob Stoklund Olesen
2011-03-02add some slice helper methods.Chris Lattner
2011-03-02Remove DIFactory. Patch by Devang.Duncan Sands
2011-03-02Add Win64 thiscall calling convention.Tilmann Scheller
2011-03-02Add a special streamer to libLTO that just records symbols definitions andRafael Espindola
2011-03-02Make pred_iterator DefaultConstructible, and add an accessor toDan Gohman
2011-03-02Move LiveIntervalMap::extendTo into LiveInterval itself.Jakob Stoklund Olesen
2011-03-01Today, the language front ends produces llvm.dbg.* intrinsics, used to encode...Devang Patel
2011-03-01Escape graph edge labels.Dan Gohman
2011-03-01Remove the showline argument from the SMDiagnostic constructorDan Gohman
2011-03-01Code simplification.Dan Gohman
2011-03-01Simplify this code.Dan Gohman
2011-03-01Change directory_entry::path() to return a const std::string & instead ofDan Gohman
2011-03-01Revert PathV2 changes, as sys::fs::unique_file is not finished yet.Dan Gohman
2011-03-01add a missing const qualifier for consistency.Chris Lattner