summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [NFC] Replace several manual GEP loops with gep_type_iterator.Eduard Burtescu2016-01-201-14/+6
* [opaque pointer types] [NFC] GEP: replace get(Pointer)ElementType uses with g...Eduard Burtescu2016-01-191-1/+7
* [opaque pointer types] [NFC] CallSite: use getFunctionType() instead of going...Manuel Jacob2016-01-171-6/+4
* Test commit: fixed spelling error in comment.Wolfgang Pieb2015-12-161-1/+1
* FastISel needs to remove dead code when it bails out.Paul Robinson2015-12-141-2/+32
* Let SelectionDAG start to use probability-based interface to add successors.Cong Hou2015-11-241-7/+7
* Create a new interface addSuccessorWithoutWeight(MBB*) in MBB to add successo...Cong Hou2015-10-271-11/+14
* [SelectionDAG] Remove dead code. NFC.Benjamin Kramer2015-10-151-70/+0
* SelectionDAG: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-131-2/+2
* [WinEH] Delete the old landingpad implementation of Windows EHReid Kleckner2015-10-091-7/+0
* Revert "Revert "Revert r248959, "[WinEH] Emit int3 after noreturn calls on Wi...Reid Kleckner2015-10-091-2/+4
* Revert "Revert r248959, "[WinEH] Emit int3 after noreturn calls on Win64""Reid Kleckner2015-10-091-4/+2
* Revert r248959, "[WinEH] Emit int3 after noreturn calls on Win64"NAKAMURA Takumi2015-10-011-2/+4
* [WinEH] Emit int3 after noreturn calls on Win64Reid Kleckner2015-09-301-4/+2
* FastISel: Avoid adding a successor block twice for degenerate IR.Matthias Braun2015-08-261-1/+5
* FastISel: Factor out common code; NFC intendedMatthias Braun2015-08-261-0/+12
* [WebAssembly] Skeleton FastISel supportDan Gohman2015-08-241-0/+19
* StackMap: FastISel: Add an appropriate number of immediate operands to theAlex Lorenz2015-08-101-3/+6
* Make getByValTypeAlignment() taking DataLayout as an argumentMehdi Amini2015-07-091-1/+1
* Make TargetLowering::getPointerTy() taking DataLayout as an argumentMehdi Amini2015-07-091-13/+13
* Redirect DataLayout from TargetMachine to Module in ComputeValueVTs()Mehdi Amini2015-07-091-3/+3
* Redirect DataLayout from TargetMachine to Module in FastISelMehdi Amini2015-07-071-1/+1
* Use function attribute "trap-func-name" and remove TargetOptions::TrapFuncName.Akira Hatanaka2015-07-021-1/+1
* Use MCSymbols for FastISel.Rafael Espindola2015-06-231-1/+20
OpenPOWER on IntegriCloud