[PM/AA] Run clang-format over this code to establish a clean baseline
[oota-llvm.git] / include / llvm / Target /
2015-08-11 James MolloyAdd new ISD nodes: ISD::FMINNAN and ISD::FMAXNAN
2015-08-08 Benjamin KramerFix some comment typos.
2015-08-06 Alex LorenzMIR Serialization: Initial serialization of the machine...
2015-08-05 Chandler Carruth[TTI] Make the cost APIs in TargetTransformInfo consist...
2015-07-30 Mehdi AminiAdd a TargetMachine hook that verifies DataLayout compa...
2015-07-29 Sanjay Patelmove DAGCombiner's allowableAlignment() helper function...
2015-07-29 Bruno Cardoso LopesRevert "[PeepholeOptimizer] Look through PHIs to find...
2015-07-28 Sanjay Patelfix TLI's combineRepeatedFPDivisors interface to return...
2015-07-28 Alex LorenzMIR Serialization: Serialize the target index machine...
2015-07-28 Bruno Cardoso Lopes[PeepholeOptimizer] Look through PHIs to find additiona...
2015-07-28 Chih-Hung HsiehImplement target independent TLS compatible with glibc...
2015-07-28 Mehdi AminiMove the Target way of overriding DAG Scheduler to...
2015-07-27 Sanjay Patelfix typo; NFC
2015-07-27 Bruno Cardoso LopesRevert "[PeepholeOptimizer] Look through PHIs to find...
2015-07-27 Bruno Cardoso Lopes[PeepholeOptimizer] Look through PHIs to find additiona...
2015-07-24 Igor BregerAVX-512: Implemented encoding , DAG lowering and intrin...
2015-07-24 Mehdi AminiRemove access to the DataLayout in the TargetMachine
2015-07-24 Mehdi AminiRevert "Remove access to the DataLayout in the TargetMa...
2015-07-24 Mehdi AminiRemove access to the DataLayout in the TargetMachine
2015-07-23 Chandler CarruthRevert r242990: "AVX-512: Implemented encoding , DAG...
2015-07-23 Igor BregerAVX-512: Implemented encoding , DAG lowering and intrin...
2015-07-20 JF BastienTargets: commonize some stack realignment code
2015-07-19 Simon PilgrimRemove TargetInstrInfo::canFoldMemoryOperand
2015-07-16 James Molloy[Codegen] Add intrinsics 'absdiff' and corresponding...
2015-07-16 Mehdi AminiRemove DataLayout from TargetLoweringObjectFile, redire...
2015-07-15 Matthias BraunTargetRegisterInfo: Provide a way to check assigned...
2015-07-15 Bruno Cardoso LopesRevert "Look through PHIs to find additional register...
2015-07-15 Bruno Cardoso LopesLook through PHIs to find additional register sources
2015-07-15 Petr Pavlu[TableGen] Improve decoding options for non-orthogonal...
2015-07-14 JF BastienWebAssembly: fix build breakage.
2015-07-14 Matthias BraunPrologEpilogInserter: Rewrite API to determine callee...
2015-07-10 Duncan P. N. Exon... MC: Remove MCSubtargetInfo() default constructor
2015-07-09 Pat GavlinAllow {e,r}bp as the target of {read,write}_register.
2015-07-09 Mehdi AminiRe-instate the EVT parameter to getScalarShiftAmountTy...
2015-07-09 Mehdi AminiRemove getDataLayout() from TargetSelectionDAGInfo...
2015-07-09 Mehdi AminiRemove getDataLayout() from TargetLowering
2015-07-09 Mehdi AminiMake isLegalAddressingMode() taking DataLayout as an...
2015-07-09 Mehdi AminiMake getByValTypeAlignment() taking DataLayout as an...
2015-07-09 Mehdi AminiMake TargetLowering::getShiftAmountTy() taking DataLayo...
2015-07-09 Mehdi AminiMake TargetLowering::getPointerTy() taking DataLayout...
2015-07-09 Mehdi AminiRedirect DataLayout from TargetMachine to Module in...
2015-07-08 Mehdi AminiRemove IsLittleEndian from TargetLowering and redirect...
2015-07-07 Reid KlecknerRename llvm.frameescape and llvm.framerecover to locale...
2015-07-07 Mehdi AminiRedirect DataLayout from TargetMachine to Module in...
2015-07-06 Alex Lorenzllc: Add a 'run-pass' option.
2015-07-06 NAKAMURA TakumiUntabify.
2015-07-05 Benjamin Kramer[TargetLowering] StringRefize asm constraint getters.
2015-07-02 Akira HatanakaUse function attribute "trap-func-name" and remove...
2015-07-01 Sanjay Pateladd a cl::opt override for TargetLoweringBase's JumpIsE...
2015-06-29 Peter CollingbourneTeach LTOModule to emit linker flags for dllexported...
2015-06-29 Alex LorenzMIR Serialization: Serialize the register mask machine...
2015-06-27 Benjamin Kramer[SDAG] Now that we have a way to communicate the exact...
2015-06-26 Hao Liu[InterleavedAccess] Add a pass InterleavedAccess to...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-22 Rafael EspindolaAvoid a Symbol -> Name -> Symbol conversion.
2015-06-20 NAKAMURA TakumiTargetInstrInfo.h: Fix r240192. [-Wdocumentation]
2015-06-19 Sanjay Patelname change: hasPattern() -> getMachineCombinerPatterns...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-19 Eric ChristopherFix "the the" in comments.
2015-06-16 Matthias BraunTargetRegisterInfo: Make the concept of imprecise lane...
2015-06-16 Daniel SandersReplace string GNU Triples with llvm::Triple in TargetM...
2015-06-15 Alex LorenzMIR Serialization: Connect the machine function analysi...
2015-06-15 Sanjoy Das[TargetInstrInfo] Add new hook: AnalyzeBranchPredicate.
2015-06-15 Sanjoy Das[TargetInstrInfo] Rename getLdStBaseRegImmOfs and imple...
2015-06-15 Sanjoy Das[CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op.
2015-06-13 Matthias BraunRename TargetSubtargetInfo::enablePostMachineScheduler...
2015-06-13 Matthias BraunMachineLICM: Use TargetSchedModel instead of just itine...
2015-06-11 Daniel SandersReplace string GNU Triples with llvm::Triple in TargetM...
2015-06-11 Ahmed Bougacha[CodeGen] ArrayRef'ize cond/pred in various TII APIs...
2015-06-09 Akira HatanakaRemove DisableTailCalls from TargetOptions and the...
2015-06-08 Keno Fischer[InstrInfo] Refactor foldOperandImpl to thread through...
2015-06-07 Matt ArsenaultAdd isLegalAddressingMode address space argument to TTI
2015-06-04 Matt ArsenaultCodeGenPrepare: Provide address space to isLegalAddress...
2015-06-04 Sanjay Patelmake reciprocal estimate code generation more flexible...
2015-06-03 Rafael EspindolaRevert "make reciprocal estimate code generation more...
2015-06-02 Sanjoy Das[NFC] Fix spelling in comment.
2015-06-02 Sanjay Patelmake reciprocal estimate code generation more flexible...
2015-06-01 Matt ArsenaultAdd address space argument to isLegalAddressingMode
2015-05-28 Owen AndersonAdd support for the convergent flag at the MC and Machi...
2015-05-27 Quentin Colombet[ShrinkWrap] Add a target hook to check whether or not
2015-05-26 Akira HatanakaRemove NoFramePointerElim and NoFramePointerElimOverrid...
2015-05-26 Tom StellardAsmMatcherEmitter: Add an option to override custom...
2015-05-24 Matt ArsenaultAdd target hook to allow merging stores of nonzero...
2015-05-23 Akira HatanakaStop resetting NoFramePointerElim in TargetMachine...
2015-05-23 Akira HatanakaSimplify and rename function overrideFunctionAttributes...
2015-05-23 Rafael EspindolaRevert "make reciprocal estimate code generation more...
2015-05-22 Sanjay Patelmake reciprocal estimate code generation more flexible...
2015-05-22 Sanjay Patelfix typo, 80-col; NFC
2015-05-21 Sanjay Patelfix typos, remove function names from comments, NFC
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-05-18 Matthias BraunMachineInstr: Change return value of getOpcode() to...
2015-05-15 James MolloyAdd SDNodes for umin, umax, smin and smax.
2015-05-14 Eric Christopher80-col fixups.
2015-05-14 Eric ChristopherReflow comments and remove one that predated the enum...
2015-05-12 Richard SmithAdd missing #include and forward decl, found by modules...
2015-05-12 Sanjay Patelfix formatting; NFC
2015-05-12 Eric ChristopherMigrate existing backends that care about software...
2015-05-09 Tom StellardMachineCSE: Add a target query for the LookAheadLimit...
2015-05-05 Quentin Colombet[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
2015-04-30 Elena DemikhovskyMasked gather and scatter - added DAGCombine visitors
next