This is a resubmittal. For some reason it broke the bots yesterday
[oota-llvm.git] / lib / CodeGen /
2013-01-18 Daniel Dunbar[MC/Mach-O] Implement integrated assembler support...
2013-01-17 Elena DemikhovskyOptimization for the following SIGN_EXTEND pairs:
2013-01-17 Eric ChristopherFix the assembly and dissassembly of DW_FORM_sec_offset...
2013-01-17 Eric ChristopherAdd the DW_AT_GNU_addr_base for the skeleton cu. Add...
2013-01-17 Jakob Stoklund OlesenMove MachineTraceMetrics.h into include/llvm/CodeGen.
2013-01-17 Jakob Stoklund OlesenProvide a place for targets to insert ILP optimization...
2013-01-16 Eric ChristopherDefine metadata interfaces for describing a static...
2013-01-15 Eric ChristopherSplit address information for DWARF5 split dwarf propos...
2013-01-14 Bill SchmidtThis patch addresses an incorrect transformation in...
2013-01-12 Benjamin KramerWhen lowering an inreg sext first shift left, then...
2013-01-12 Jakob Stoklund OlesenLimit the search space in RAGreedy::tryEvict().
2013-01-12 Jakob Stoklund OlesenPrecompute some information about register costs.
2013-01-11 Nadav RotemPPC: Implement efficient lowering of sign_extend_inreg.
2013-01-11 Benjamin KramerRemove some accidentaly duplicated code. This needs...
2013-01-11 Benjamin KramerSplit TargetLowering into a CodeGen and a SelectionDAG...
2013-01-11 Nadav RotemARM Cost Model: Modify the target independent cost...
2013-01-11 Eric ChristopherFor inline asm:
2013-01-11 Andrew TrickFollow-up typo correction from building the wrong branch.
2013-01-11 Andrew TrickFix typo from r170452. Affects -enable-misched heuristics.
2013-01-11 Tim NorthoverSimplify writing floating types to assembly.
2013-01-10 Evan ChengPR14896: Handle memcpy from constant string where the...
2013-01-10 Jakub StaszakRemove unneeded includes from FunctionLoweringInfo.h.
2013-01-10 Jakob Stoklund OlesenAllow hasProperty() to be called on bundle-internal...
2013-01-10 Jakob Stoklund OlesenSupport headerless bundles in MachineInstr::hasProperty().
2013-01-10 Manman RenStack Alignment: throw error if we can't satisfy the...
2013-01-09 Nadav RotemARM Cost model: Use the size of vector registers and...
2013-01-09 Evan ChengFix a DAG combine bug visitBRCOND() is transforming...
2013-01-09 Jakob Stoklund OlesenDon't print bundle flags.
2013-01-09 Jakob Stoklund OlesenDon't require BUNDLE headers in MachineInstr::getBundle...
2013-01-09 Sergei LarinFix a typo in MachineInstr::unbundleFromSucc() method.
2013-01-09 Tim NorthoverRefactor to expose RTLIB calls to targets.
2013-01-09 Eric ChristopherLast in the series of removing unnecessary '0' argument...
2013-01-09 Andrew TrickMIsched: add an ILP window property to machine model.
2013-01-09 Eric ChristopherThese functions have default arguments of 0 for the...
2013-01-09 Eric ChristopherThese functions have default arguments of 0 for the...
2013-01-09 Nadav RotemCost Model: Move the 'max unroll factor' variable to...
2013-01-08 Eric ChristopherMove the string pools down into the units. No functiona...
2013-01-08 Tim NorthoverAdd fp128 rtlib function names to LLVM
2013-01-08 Tim NorthoverAllow the asm printer to print fp128 values properly.
2013-01-08 Chandler CarruthSink a function that refers to the SelectionDAG into...
2013-01-08 Eric ChristopherRemove the llvm-local DW_TAG_vector_type tag and add...
2013-01-07 Jakob Stoklund OlesenPack MachineOperand bitfields better.
2013-01-07 Jakob Stoklund OlesenPack MachineInstr fields better.
2013-01-07 Eric ChristopherWhitespace and 80-col.
2013-01-07 Eric ChristopherAdd more comments to what's going on here.
2013-01-07 Eric ChristopherAdd support for separating strings for the split debug...
2013-01-07 Chandler CarruthSink AddrMode back into TargetLowering, removing one...
2013-01-07 Chandler CarruthSwitch the SCEV expander and LoopStrengthReduce to use
2013-01-07 David BlaikiePR14759: Debug info support for C++ member pointers.
2013-01-07 Chandler CarruthMove TargetTransformInfo to live under the Analysis...
2013-01-07 Chandler CarruthSwitch TargetTransformInfo from an immutable analysis...
2013-01-05 Chandler CarruthFunnel the actual TargetTransformInfo pass from the...
2013-01-05 David BlaikieEmit DW_TAG_formal_parameter for unnamed parameters.
2013-01-05 Jakob Stoklund OlesenDon't call destructors on MachineInstr and MachineOperand.
2013-01-05 Jakob Stoklund OlesenUse ArrayRecycler for MachineInstr operand lists.
2013-01-05 Jakob Stoklund OlesenAdd MachineRegisterInfo::moveOperands().
2013-01-04 Jakob Stoklund OlesenMove an assertion so it doesn't dereference end().
2013-01-04 Eric ChristopherAdd a name for the anonymous type we're creating for...
2013-01-04 Pedro Artigassmall fixes to enable the reuse of the pass manager...
2013-01-03 Jakob Stoklund OlesenFix PR14732 by handling all kinds of IMPLICIT_DEF live...
2013-01-02 Tom StellardDAGCombiner: Avoid generating illegal vector INT_TO_FP...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthResort the #include lines in include/... and lib/....
2012-12-30 Hal FinkelSupport ppcf128 in SelectionDAG::getConstantFP
2012-12-30 Nuno Lopesconvert a bunch of callers from DataLayout::getIndexedO...
2012-12-30 Bill WendlingRemove the Function::getRetAttributes method in favor...
2012-12-30 Bill WendlingRemove Function::getParamAttributes and use the Attribu...
2012-12-30 Bill WendlingRemove the Function::getFnAttributes method in favor...
2012-12-27 Nadav RotemRefactor DAGCombinerInfo. Change the different booleans...
2012-12-27 Eric ChristopherFor the dwarf5 split debug info code split out the...
2012-12-25 Bob WilsonRename LLVMContext diagnostic handler types and functions.
2012-12-24 Bob WilsonAdd LLVMContext::emitWarning methods and use them....
2012-12-22 Jakob Stoklund OlesenRemove a special case that doesn't seem necessary any...
2012-12-22 Jakob Stoklund OlesenUse getNumOperands() instead of Operands.size().
2012-12-21 Roman DivackyRemove duplicate includes.
2012-12-21 Evan ChengAdd targets to skip running the GC passes.
2012-12-20 Jakob Stoklund OlesenRequire the two-argument MI::addOperand(MF, MO) for...
2012-12-20 Jakob Stoklund OlesenAdd an MF argument to MI::copyImplicitOps().
2012-12-20 Jakob Stoklund OlesenUse two-arg addOperand(MF, MO) internally in MachineIns...
2012-12-20 Eric ChristopherWhitespace and 80-column cleanup.
2012-12-20 Eric ChristopherStart splitting out the debug string section handling...
2012-12-20 Jakob Stoklund OlesenRemove two dead functions.
2012-12-20 Jakob Stoklund OlesenUse MachineInstrBuilder for PHI nodes in SelectionDAGISel.
2012-12-20 Jakob Stoklund OlesenUse MachineInstrBuilder in InstrEmitter.
2012-12-20 Jakob Stoklund OlesenUse MachineInstrBuilder in a few CodeGen passes.
2012-12-20 Bob WilsonDo not introduce vector operations in functions marked...
2012-12-19 Dmitri GribenkoAdd a missing 'else'. Found by grep '} if'
2012-12-19 Eric ChristopherSplit out abbreviations for the skeleton info from...
2012-12-19 Jakob Stoklund OlesenRemove the explicit MachineInstrBuilder(MI) constructor.
2012-12-19 Patrik HagglundChange AsmOperandInfo::ConstraintVT to MVT, instead...
2012-12-19 Patrik HagglundSplit the usage of 'EVT PartVT' into 'MVT PartVT' and...
2012-12-19 Patrik HagglundChange RegVT in BitTestBlock and RegsForValue, to conta...
2012-12-19 Patrik HagglundChange TargetLowering::getTypeForExtArgOrReturn to...
2012-12-19 Patrik HagglundChange a parameter of TargetLowering::getVectorTypeBrea...
2012-12-19 Patrik HagglundChange TargetLowering::RegisterTypeForVT to contain...
2012-12-19 Patrik HagglundChange TargetLowering::TransformToType to contain MVTs...
2012-12-19 Patrik HagglundChange TargetLowering::findRepresentativeClass to take...
2012-12-19 Patrik HagglundChange TargetLowering::getTypeToPromoteTo to take and...
2012-12-19 Patrik HagglundChange TargetLowering::isCondCodeLegal to take an MVT...
2012-12-19 Patrik HagglundChange TargetLowering::getCondCodeAction to take an...
next