summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86FastISel.cpp
Commit message (Expand)AuthorAge
* [FastISel][X86] Fix typos.Juergen Ributzka2014-06-27
* Rename getX86ConditonCode -> getX86ConditionCodeCraig Topper2014-06-27
* [FastISel][X86] More refactoring of select lowering and XALU folding. NFC.Juergen Ributzka2014-06-25
* [FastISel][X86] Refactor XALU folding. NFC.Juergen Ributzka2014-06-25
* [FastISel][X86] Only fold the cmp into the select when both instructions are ...Juergen Ributzka2014-06-25
* Fix indentation.Juergen Ributzka2014-06-25
* [FastISel][X86] Fold XALU condition into branch and compare.Juergen Ributzka2014-06-24
* [FastISel][X86] Lower unsupported selects to control-flow.Juergen Ributzka2014-06-23
* [FastISel][X86] Add support for floating-point select.Juergen Ributzka2014-06-23
* [FastISel][X86] Optimize selects when the condition comes from a compare.Juergen Ributzka2014-06-23
* Fix typosAlp Toker2014-06-19
* Allow X86FastIsel to cope with 64 bit absolute relocationsLouis Gerbarg2014-06-17
* [FastISel][X86] Optimize predicates and fold CMP instructions.Juergen Ributzka2014-06-17
* [FastISel][X86] Fix previous refactoring commit (r211077)Juergen Ributzka2014-06-17
* [FastISel][X86] Refactor the code to get the X86 condition from a helper func...Juergen Ributzka2014-06-16
* Improve comments for r211040Louis Gerbarg2014-06-16
* Fix illegal relocations in X86FastISelLouis Gerbarg2014-06-16
* [FastISel][X86] Add support for cvttss2si/cvttsd2si intrinsics.Juergen Ributzka2014-06-13
* [FastISel][X86] - Add branch weightsJuergen Ributzka2014-06-13
* [FastISel][X86] Add MachineMemOperand to load/store instructions.Juergen Ributzka2014-06-12
* [FastIsel][X86] Add support for lowering the first 8 floating-point arguments.Juergen Ributzka2014-06-12
* Revert "[FastIsel][X86] Add support for lowering the first 8 floating-point a...Juergen Ributzka2014-06-12
* [FastISel][X86] Add support for the sqrt intrinsic.Juergen Ributzka2014-06-11
* [FastIsel][X86] Add support for lowering the first 8 floating-point arguments.Juergen Ributzka2014-06-11
* [FastISel][X86] Add support for the frameaddress intrinsic.Juergen Ributzka2014-06-11
* [FastISel][X86] Extend support for {s|u}{add|sub|mul}.with.overflow intrinsics.Juergen Ributzka2014-06-10
* [pr19844] Add thread local mode to aliases.Rafael Espindola2014-05-28
* Delete getAliasedGlobal.Rafael Espindola2014-05-16
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-04
* isTargetWindows() renamed to isTargetKnownWindowsMSVC()Yaron Keren2014-04-01
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-27
* Revert "Prevent alias from pointing to weak aliases."Rafael Espindola2014-03-26
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-26
* Prune includes in X86 target.Craig Topper2014-03-19
* [C++11] Mark the target fast isel classes as 'final' so that the compiler can...Craig Topper2014-03-18
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-09
* [Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth2014-03-04
* [Modules] Move GetElementPtrTypeIterator into the IR library. As itsChandler Carruth2014-03-04
* Rename a DebugLoc variable to DbgLoc and a DataLayout to DL.Rafael Espindola2014-02-18
* Implement inalloca codegen for x86 with the new inalloca designReid Kleckner2014-01-31
* Don't put non-static allocas in the static alloca mapReid Kleckner2014-01-31
* Fix known typosAlp Toker2014-01-24
* Add FPExt option to CCValAssign::LocInfo. When generating calling-conventionLang Hames2014-01-14
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-14
* Revert "Decouple dllexport/dllimport from linkage"Nico Rieck2014-01-14
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-14
* [x86] Disambiguate RET[QL] and fix aliases for 16-bit modeDavid Woodhouse2014-01-08
* [X86][fast-isel] Fix select lowering.Quentin Colombet2013-12-19
* [stackprotector] Use analysis from the StackProtector pass for stack layout i...Josh Magee2013-12-19