summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* X86 itinerary properties.Andrew Trick2012-06-05
* ARM itinerary properties.Andrew Trick2012-06-05
* misched: Added MultiIssueItineraries.Andrew Trick2012-06-05
* sdsched: Use the right heuristics when -mcpu is not provided and we have no i...Andrew Trick2012-06-05
* misched: Allow disabling scoreboard hazard checking for subtargets with aAndrew Trick2012-06-05
* whitespaceAndrew Trick2012-06-05
* misched: comments from code review.Andrew Trick2012-06-05
* Remove the last remat-related code from LiveIntervalAnalysis.Jakob Stoklund Olesen2012-06-05
* Stop using LiveIntervals::isReMaterializable().Jakob Stoklund Olesen2012-06-05
* Revert commit r157966Joel Jones2012-06-05
* This change handles a another case for generating the bic instruction Joel Jones2012-06-04
* Delete dead code.Jakob Stoklund Olesen2012-06-04
* When gvn decides to replace an instruction with another, we have to patch theRafael Espindola2012-06-04
* Switch LiveIntervals member variable to LLVM naming standards.Jakob Stoklund Olesen2012-06-04
* Pass context pointers to LiveRangeCalc::reset().Jakob Stoklund Olesen2012-06-04
* Fix a bug in MipsTargetLowering::LowerLOAD. A shift-right-logical node isAkira Hatanaka2012-06-04
* Implement local-exec TLS on PowerPC.Roman Divacky2012-06-04
* MIPS TLS: use the model selected by TargetMachine::getTLSModel().Hans Wennborg2012-06-04
* Remove the "-promote-elements" flag. This flag is now enabled by default.Nadav Rotem2012-06-04
* Better comments for TLS-related X86 MachineOperand flags.Hans Wennborg2012-06-04
* Add intrinsic forms for FMA instructions to opcode folding tables.Craig Topper2012-06-04
* Add VFMADDSUB and VFMSUBADD FMA instructions to folding tables. Also add 213 ...Craig Topper2012-06-04
* Fix a copy-and-paste duplication error in the PPC 440 and A2 schedules (no fu...Hal Finkel2012-06-04
* Enable generating PPC pre-increment (r+imm) instructions by default.Hal Finkel2012-06-04
* Represent .rept as an anonymous macro. This removes the need for the ActiveReptRafael Espindola2012-06-03
* Add a typedef to simplify the code a bit. Not functionality change.Rafael Espindola2012-06-03
* Rename FMA3 feature flag to just FMA to match gcc so it can be added to clang.Craig Topper2012-06-03
* Simplify the fma4 renaming code.Craig Topper2012-06-03
* Autoupgrade support the rename of x86.fma4 intrinsics to x86.fma from r157898.Craig Topper2012-06-03
* Rename fma4 intrinsics to just fma since they are now used for both FMA4 and ...Craig Topper2012-06-03
* Revert r157831Manman Ren2012-06-03
* Use sse_load_f32/64 for scalar FMA3 intrinsic patterns instead of 128-bit loa...Craig Topper2012-06-03
* Add neverHasSideEffects and mayLoad to FMA3 instructions.Craig Topper2012-06-03
* Use access(2) instead of stat(2) to check if a file exists.Benjamin Kramer2012-06-02
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-02
* PR1255: case ranges.Stepan Dyatkovskiy2012-06-02
* PR1255: case ranges.Stepan Dyatkovskiy2012-06-02
* Fix a bug in the code which custom-lowers truncating stores in LegalizeDAG.Akira Hatanaka2012-06-02
* remove an unused variable.Chris Lattner2012-06-02
* Remove code which is no longer needed in MipsAsmPrinter and MipsMCInstLower.Akira Hatanaka2012-06-02
* Set operation actions for load/store nodes in the Mips backend.Akira Hatanaka2012-06-02
* Add definitions of 32/64-bit unaligned load/store instructions for Mips.Akira Hatanaka2012-06-02
* Define functions MipsTargetLowering::LowerLOAD and LowerSTORE whichAkira Hatanaka2012-06-02
* Define Mips specific unaligned load/store nodes.Akira Hatanaka2012-06-02
* Expand unaligned i16 loads/stores for the Mips backend.Akira Hatanaka2012-06-02
* In MipsMCInstLower::LowerSymbolOperand, get offset from symbol ifAkira Hatanaka2012-06-02
* Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen2012-06-01
* Register the gcov "writeout" at init time. Don't list this as a d'tor. Instead,Bill Wendling2012-06-01
* Remove physreg support from adjustCopiesBackFrom and removeCopyByCommutingDef.Jakob Stoklund Olesen2012-06-01
* Simplify some more getAliasSet callers.Jakob Stoklund Olesen2012-06-01