summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* 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
* Optimize fprintf -> iprintf if there are no floating point argumentsRichard Osborne2011-03-03
* Optimize sprintf -> siprintf if there are no floating point argumentsRichard Osborne2011-03-03
* Optimize printf -> iprintf if there are no floating point argumentsRichard Osborne2011-03-03
* Use X86_thiscall calling convention for Win64 as well.Tilmann Scheller2011-03-03
* Represent sentinel slot indexes with a null pointer.Jakob Stoklund Olesen2011-03-03
* Avoid comparing invalid slot indexes, and assert that it doesn't happen.Jakob Stoklund Olesen2011-03-03
* Optimize SlotIndex equality tests.Jakob Stoklund Olesen2011-03-03
* add some slice helper methods.Chris Lattner2011-03-02
* Remove DIFactory. Patch by Devang.Duncan Sands2011-03-02
* Add Win64 thiscall calling convention.Tilmann Scheller2011-03-02
* Add a special streamer to libLTO that just records symbols definitions andRafael Espindola2011-03-02
* Make pred_iterator DefaultConstructible, and add an accessor toDan Gohman2011-03-02
* Move LiveIntervalMap::extendTo into LiveInterval itself.Jakob Stoklund Olesen2011-03-02
* Today, the language front ends produces llvm.dbg.* intrinsics, used to encode...Devang Patel2011-03-01
* Escape graph edge labels.Dan Gohman2011-03-01
* Remove the showline argument from the SMDiagnostic constructorDan Gohman2011-03-01
* Code simplification.Dan Gohman2011-03-01
* Simplify this code.Dan Gohman2011-03-01
* Change directory_entry::path() to return a const std::string & instead ofDan Gohman2011-03-01
* Revert PathV2 changes, as sys::fs::unique_file is not finished yet.Dan Gohman2011-03-01
* add a missing const qualifier for consistency.Chris Lattner2011-03-01
* Generalize the register matching code in DAGISel a bit.Jim Grosbach2011-03-01
* Add an END_WITH_NULL accessor for ConstantStruct.Talin2011-02-28
* Fix warning when building with clang++.Owen Anderson2011-02-28
* Delete the GEPSplitter experiment.Dan Gohman2011-02-28
* Delete the SimplifyHalfPowrLibCalls pass, which was unused, andDan Gohman2011-02-28
* Delete the LiveValues pass. I won't get get back to the project itDan Gohman2011-02-28
* Support for byval parameters on ARM. Will be enabled by a forthcomingStuart Hastings2011-02-28
* add the ability to walk the scope tree and insert at not-the-currentChris Lattner2011-02-27
* add a data() method.Chris Lattner2011-02-27