summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to Code...Craig Topper2018-03-291-1/+1
* Fix layering by moving ValueTypes.h from CodeGen to IRDavid Blaikie2018-03-231-1/+1
* Fix layering of MachineValueType.h by moving it from CodeGen to SupportDavid Blaikie2018-03-231-1/+1
* [FastISel] Sink local value materializations to first useReid Kleckner2018-03-141-3/+156
* [CodeGen] fix argument attribute in lowering statepoint/patchpointThan McIntosh2018-03-011-1/+1
* Revert "[DebugInfo][FastISel] Fix dropping dbg.value()"Sander de Smalen2018-02-221-1/+1
* [DebugInfo][FastISel] Fix dropping dbg.value()Sander de Smalen2018-02-171-1/+1
* [XRay][compiler-rt+llvm] Update XRay register stashing semanticsDean Michael Berris2018-02-011-0/+1
* Use phi ranges to simplify code. No functionality change intended.Benjamin Kramer2017-12-301-7/+5
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-2/+2
* Add an @llvm.sideeffect intrinsicDan Gohman2017-11-081-0/+2
* Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie2017-11-081-1/+1
* Minor refactoring regarding Cast::isNoopCast(), NFCMikael Holmen2017-10-051-2/+1
* Use helper function instead of manually constructing DBG_VALUEs (NFC)Adrian Prantl2017-08-011-5/+2
* Remove the unused offset from DBG_VALUE (NFC)Adrian Prantl2017-07-281-2/+2
* Remove the obsolete offset parameter from @llvm.dbg.valueAdrian Prantl2017-07-281-7/+7
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Re-land "Use the frame index side table for byval and inalloca arguments"Reid Kleckner2017-05-091-9/+9
* Add extra operand to CALLSEQ_START to keep frame part set up previouslySerge Pavlov2017-05-091-1/+1
* Revert "Use the frame index side table for byval and inalloca arguments"Reid Kleckner2017-05-091-9/+9
* Use the frame index side table for byval and inalloca argumentsReid Kleckner2017-05-081-9/+9
* [XRay] Custom event logging intrinsicDean Michael Berris2017-05-081-0/+22
* PR32382: Fix emitting complex DWARF expressions.Adrian Prantl2017-04-181-2/+4
* [IR] Make paramHasAttr to use arg indices instead of attr indicesReid Kleckner2017-04-141-6/+4
* Rename AttributeSet to AttributeListReid Kleckner2017-03-211-4/+4
* Fix constant folding of fp2int to large integersSimon Pilgrim2017-03-191-8/+4
* Make library calls sensitive to regparm module flag (Fixes PR3997).Nirav Dave2017-03-181-15/+1
* [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2017-02-271-4/+45
* [Analysis] Add LibFunc_ prefix to enums in TargetLibraryInfo. (NFC)David L. Jones2017-01-231-1/+1
* [CodeGen] Rename MachineInstrBuilder::addOperand. NFCDiana Picus2017-01-131-3/+3
* IR: Change the gep_type_iterator API to avoid always exposing the "current" t...Peter Collingbourne2016-12-021-1/+1
* Fix spelling mistakes in SelectionDAG comments. NFC.Simon Pilgrim2016-11-201-1/+1
* [CodeGen] Pass references, not pointers, to MMI helpers. NFC.Ahmed Bougacha2016-11-161-1/+1
* Add -O0 support for @llvm.invariant.group.barrier by discarding it if it gets...Richard Smith2016-11-071-0/+1
* swifterror: Don't compute swifterror vregs during instruction selectionArnold Schwaighofer2016-10-071-13/+0
* FastISel: Remove unused/un-overridden entry points. NFCI.Peter Collingbourne2016-10-051-23/+0
* Use StringRef in FastISel API (NFC)Mehdi Amini2016-10-051-1/+1
* Make analyzeBranch family of instruction names consistentMatt Arsenault2016-09-141-1/+1
* [CodeGen] Split out the notions of MI invariance and MI dereferenceability.Justin Lebar2016-09-111-0/+4
* ADT: Remove all ilist_iterator => pointer casts, NFCDuncan P. N. Exon Smith2016-08-121-2/+2
* MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun2016-07-281-3/+3
* [FastISel] Ignore @llvm.assume.Ahmed Bougacha2016-07-221-0/+2
* [CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOp...Justin Lebar2016-07-151-1/+1
* SelectionDAG: Avoid implicit iterator conversions in FastISel, NFCDuncan P. N. Exon Smith2016-07-081-3/+4
* Delete unused includes. NFC.Rafael Espindola2016-06-301-1/+0
* Pass DebugLoc and SDLoc by const ref.Benjamin Kramer2016-06-121-1/+2
* Swift Calling Convention: swifterror target-independent change.Manman Ren2016-04-051-1/+15
* Swift Calling Convention: add swifterror attribute.Manman Ren2016-04-011-0/+3
* Swift Calling Convention: add swiftself attribute.Manman Ren2016-03-291-0/+3
* Add "first class" lowering for deopt operand bundlesSanjoy Das2016-03-221-0/+6
OpenPOWER on IntegriCloud