[PM/AA] Remove the function names and class names from doxygen comments
[oota-llvm.git] / include / llvm / CodeGen /
2015-06-26 Duncan P. N. Exon... AsmPrinter: More explicitly scope iterator for MSVC
2015-06-26 Duncan P. N. Exon... AsmPrinter: Explicitly scope iterator for MSVC
2015-06-25 Duncan P. N. Exon... AsmPrinter: Use an intrusively linked list for DIE...
2015-06-25 Duncan P. N. Exon... AsmPrinter: Convert DIE::Values to a linked list
2015-06-24 Alex LorenzMIR Serialization: Serialize simple MachineRegisterInfo...
2015-06-24 Duncan P. N. Exon... AsmPrinter: Cleanup DIEValue::EmitValue() API, NFC
2015-06-23 Alex LorenzMIR Parser: Use correct source locations for machine...
2015-06-23 Sanjoy DasRevert "[FaultMaps] Move FaultMapParser to Object/"
2015-06-23 Benjamin Kramer[MachineBasicBlock] Add getFirstNonDebugInstr to comple...
2015-06-23 Benjamin Kramer[MachineBasicBlock] Use the const_cast(this) trick...
2015-06-23 Rafael EspindolaUse MCSymbols for FastISel.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-23 Sanjoy Das[FaultMaps] Move FaultMapParser to Object/
2015-06-23 Sanjoy DasFix a typo in a comment in FaultMaps.h. NFC.
2015-06-22 Krzysztof ParzyszekRemove "const" from the MachineFunction reference in...
2015-06-22 Sanjoy DasFix MSVC build (again!).
2015-06-22 Sanjoy Das[FaultMaps] Add a parser for the __llvm__faultmaps...
2015-06-22 Rafael EspindolaAvoid a Symbol -> Name -> Symbol conversion.
2015-06-22 Alex LorenzMIR Serialization: Serialize machine instruction names.
2015-06-19 Alex LorenzMIR Serialization: Serialize the list of machine basic...
2015-06-19 Alex LorenzMIR Serialization: use default member initializers...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-18 Alex LorenzMIR Serialization: initialize the fields without the...
2015-06-18 Sanjay Pateldon't repeat function / variable names in comments...
2015-06-16 Rafael EspindolaRename and improve emitSectionOffset.
2015-06-16 Sanjay Patelpropagate IR-level fast-math-flags to DAG nodes, disabl...
2015-06-16 Alex LorenzMIR Serialization: Print and parse simple machine funct...
2015-06-15 Alex LorenzMIR Serialization: Connect the machine function analysi...
2015-06-15 Sanjoy DasUnbreak the build from r239740.
2015-06-15 Sanjoy Das[CodeGen] Add a pass to fold null checks into nearby...
2015-06-15 Sanjoy Das[CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op.
2015-06-11 Reid Kleckner[WinEH] Create an llvm.x86.seh.exceptioninfo intrinsic
2015-06-11 Douglas KatzmanFix English usage in command line flag help string.
2015-06-11 Pete CooperRemove MachineModuleInfo::UsedFunctions as it has no...
2015-06-09 Akira HatanakaRemove DisableTailCalls from TargetOptions and the...
2015-06-08 Akira HatanakaInclude header file <functional>.
2015-06-08 Akira Hatanaka[ARM] Pass a callback to FunctionPass constructors...
2015-06-08 Sanjay Patelfix typos; NFC
2015-06-08 Hao Liu[LoopVectorize] Teach Loop Vectorizor about interleaved...
2015-06-07 Matt ArsenaultAdd isLegalAddressingMode address space argument to TTI
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 Benjamin KramerPush constness through LoopInfo::isLoopHeader and clean...
2015-06-02 Sanjay Patelmake reciprocal estimate code generation more flexible...
2015-06-01 Matthias BraunLiveRangeEdit: Fix liveranges not shrinking on subrange...
2015-05-30 Chandler Carruth[sdag] Add the helper I most want to the DAG -- buildin...
2015-05-29 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
2015-05-29 Matthias BraunCodeGen: Use mop_iterator instead of MIOperands/ConstMI...
2015-05-28 Matthias BraunMachineFrameInfo: Simplify pristine register calculation.
2015-05-28 Alex LorenzMIR Serialization: print and parse machine function...
2015-05-28 Reid Kleckner[WinEH] Start inserting state number stores for C++ EH
2015-05-28 Duncan P. N. Exon... AsmPrinter: Stop exposing underlying DIE children list...
2015-05-28 Duncan P. N. Exon... AsmPrinter: Rename begin_values() => values_begin(...
2015-05-28 Owen AndersonAdd support for the convergent flag at the MC and Machi...
2015-05-28 Duncan P. N. Exon... AsmPrinter: Suppress warnings on GCC from r238362, NFC
2015-05-27 Duncan P. N. Exon... AsmPrinter: Return added DIE from DIE::addChild()
2015-05-27 Duncan P. N. Exon... AsmPrinter: Stop exposing underlying DIEValue list...
2015-05-27 Duncan P. N. Exon... AsmPrinter: Store abbreviation data directly in DIE...
2015-05-27 Duncan P. N. Exon... Reapply "AsmPrinter: Change DIEValue to be stored by...
2015-05-27 Duncan P. N. Exon... AsmPrinter: Introduce DIEValue.def, NFC
2015-05-27 Duncan P. N. Exon... Revert "AsmPrinter: Change DIEValue to be stored by...
2015-05-27 Duncan P. N. Exon... AsmPrinter: Change DIEValue to be stored by value
2015-05-27 Duncan P. N. Exon... AsmPrinter: Reorganize DIE.h, NFC
2015-05-27 Alex LorenzResubmit r237954 (MIR Serialization: print and parse...
2015-05-27 Matthias BraunMachineBasicBlock: Cleanup computeRegisterLiveness()
2015-05-26 Akira HatanakaRemove NoFramePointerElim and NoFramePointerElimOverrid...
2015-05-26 Matt ArsenaultMake EmitFunctionHeader virtual
2015-05-25 NAKAMURA TakumiPrune CRLFs.
2015-05-24 Duncan P. N. Exon... AsmPrinter: Make DIEValue::Ty private, NFC
2015-05-24 Duncan P. N. Exon... AsmPrinter: Avoid creating symbols in DwarfStringPool
2015-05-24 Duncan P. N. Exon... AsmPrinter: Avoid EmitLabelDifference() in DwarfAccelTable
2015-05-24 Duncan P. N. Exon... AsmPrinter: Use DwarfStringPoolEntry in DwarfAccelTable...
2015-05-24 Duncan P. N. Exon... AsmPrinter: Make DIEString small
2015-05-24 Duncan P. N. Exon... AsmPrinter: Extract DwarfStringPoolEntry from DwarfStri...
2015-05-23 Duncan P. N. Exon... AsmPrinter: Remove the vtable-entry from DIEValue
2015-05-23 Duncan P. N. Exon... CodeGen: Remove redundant DIETypeSignature::dump()...
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 Patelremove names from comments, fix typos; NFC
2015-05-22 Sanjay Patelfix typo in comment; NFC
2015-05-22 Puyan LotfiCompile time improvements to VirtRegRewriter.
2015-05-22 NAKAMURA TakumiRevert r237954, "Resubmit r237708 (MIR Serialization...
2015-05-22 Duncan P. N. Exon... SDAG: Give SDDbgValues their own allocator (and reset it)
2015-05-21 Chad Rosier[MachineInstr] Add mayLoadOrStore API. NFC.
2015-05-21 Alex LorenzResubmit r237708 (MIR Serialization: print and parse...
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-05-21 Sanjay Pateldon't repeat function names in comments; NFC
2015-05-20 Andrew Kaylor[WinEH] C++ EH state numbering fixes
2015-05-20 Igor Laevsky[StatepointLowering] Support of the gc.relocates for...
2015-05-20 Swaroop SridharAdd a GCStrategy for CoreCLR
2015-05-19 Akira HatanakaAdd a comment line that was accidentally dropped in...
2015-05-19 Alex LorenzRevert r237708 (MIR serialization) - incremental buildb...
2015-05-19 Matthias BraunMachineInstr: Remove unused parameter.
2015-05-19 Alex LorenzMIR Serialization: print and parse LLVM IR using MIR...
2015-05-19 Matthias BraunSelectionDAG: Cleanup and simplify FoldConstantArithmetic
2015-05-18 Matthias BraunMachineInstr: Change return value of getOpcode() to...
2015-05-16 Benjamin Kramer[WinEH] Push unique_ptr through the Action interface.
2015-05-15 Pete CooperRemove 3 includes from MCInstrDesc.h and explicitly...
next