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