aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add r127409 back now that the windows file was updated.Rafael Espindola2011-03-102-4/+9
* Revert r127409 which broke all the Windows bots.Jakob Stoklund Olesen2011-03-102-9/+4
* Add support for MemoryBuffers that are not null terminated and addRafael Espindola2011-03-102-4/+9
* ptx: add the rest of special registers of ISA version 2.0Che-Liang Chiou2011-03-101-15/+38
* Make SpillIs an optional pointer. Avoid creating a bunch of temporary SmallVe...Jakob Stoklund Olesen2011-03-101-3/+3
* Introduce DebugInfoProbe. This is used to monitor how llvm optimizer is treat...Devang Patel2011-03-101-0/+67
* Re-commit 127368 and 127371. They are exonerated.Evan Cheng2011-03-101-3/+5
* Revert 127368 and 127371 for now.Evan Cheng2011-03-091-5/+3
* Restore the default implementation of getCrossCopyRegClass: no need for cross...Evan Cheng2011-03-091-1/+1
* Change the definition of TargetRegisterInfo::getCrossCopyRegClass to be moreEvan Cheng2011-03-091-2/+4
* Add createELFObjectTargetWriter method to TargetAsmBackend, which enables con...Jan Sjödin2011-03-091-0/+8
* Add constructors to MCElfStreamer and MCObjectStreamer to take an extra MCAss...Jan Sjödin2011-03-091-0/+3
* Add InitializeNativeAsmParser function.Jan Sjödin2011-03-094-0/+22
* Typo. Patch by arrowdodger.John McCall2011-03-081-1/+1
* fix incorrect comment.Chris Lattner2011-03-081-2/+2
* PTX: Add intrinsic support for ntid, ctaid, and nctaid registersJustin Holewinski2011-03-081-2/+8
* Let shrinkToUses optionally return a list of now dead machine instructions.Jakob Stoklund Olesen2011-03-071-1/+3
* Typos.Eric Christopher2011-03-071-2/+2
* Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo.Cameron Zwarich2011-03-072-8/+8
* Often GCC can see that NumBuckets is zero here, resulting in a warningDuncan Sands2011-03-071-1/+2
* Tidy up.Jim Grosbach2011-03-071-1/+0
* Use the correct LHS type when determining the legalization of a shift's RHS t...Owen Anderson2011-03-071-13/+13
* Try fixing mingw build.Argyrios Kyrtzidis2011-03-071-27/+15
* Do a compiler check that we use one of the types from PointerUnion[N], instea...Argyrios Kyrtzidis2011-03-071-32/+106
* ConstantInt has some getters which return ConstantInt's or ConstantVector's ofNick Lewycky2011-03-061-0/+2
* Avoid zero-sized allocations when copying a fresh DenseMap.Benjamin Kramer2011-03-051-5/+11
* Preliminary support for ARM frame save directives emission via MI flags.Anton Korobeynikov2011-03-052-0/+7
* Provide hooks to set MI flags in MachineInstrBuilderAnton Korobeynikov2011-03-051-0/+10
* Some first rudimentary support for ARM EHABI: print exception table in "text ...Anton Korobeynikov2011-03-052-2/+12
* Add FrameSetup MI flagsAnton Korobeynikov2011-03-051-3/+31
* Shorten AsmPrinterFlags filed to accomodate for future Flags fieldAnton Korobeynikov2011-03-051-3/+3
* Lazily allocate DenseMaps.Benjamin Kramer2011-03-051-3/+20
* ptx: add basic intrinsic supportChe-Liang Chiou2011-03-053-2/+35
* Missing "virtual" keyword. Jakob's review.Andrew Trick2011-03-051-1/+1
* Increased the register pressure limit on x86_64 from 8 to 12Andrew Trick2011-03-051-0/+4
* test commitJin-Gu Kang2011-03-051-0/+1
* Teach the register scavenger to take subregs into account when finding a free...Jim Grosbach2011-03-051-1/+1
* Support unregistering exception frames of functions when they are removed.Eric Christopher2011-03-041-3/+17
* Renumber slot indexes locally when possible.Jakob Stoklund Olesen2011-03-041-21/+11
* Symbolize the default instruction distance.Jakob Stoklund Olesen2011-03-042-10/+13
* Deferred SlotIndex renumbering was a good idea but never used.Jakob Stoklund Olesen2011-03-041-25/+3
* Add ArrayRef variant.Devang Patel2011-03-041-0/+3
* Use an IndexedMap instead of a DenseMap for the live-out cache.Jakob Stoklund Olesen2011-03-041-0/+9
* There are times when the landing pad won't have a call to 'eh.selector' inBill Wendling2011-03-031-2/+3
* Allow a target to choose whether to prefer the scavenger emergency spill slotJim Grosbach2011-03-031-0/+7
* Optimize fprintf -> iprintf if there are no floating point argumentsRichard Osborne2011-03-031-0/+3
* Optimize sprintf -> siprintf if there are no floating point argumentsRichard Osborne2011-03-031-0/+3
* Optimize printf -> iprintf if there are no floating point argumentsRichard Osborne2011-03-031-0/+3
* Use X86_thiscall calling convention for Win64 as well.Tilmann Scheller2011-03-031-4/+1
* Represent sentinel slot indexes with a null pointer.Jakob Stoklund Olesen2011-03-031-54/+8