Temporarily Revert "Nuke the old JIT." as it's not quite ready to
[oota-llvm.git] / include / llvm / CodeGen /
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-08-06 Eric ChristopherRemove the target machine from CCState. Previously...
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Pedro ArtigasChanged the liveness tracking in the RegisterScavenger
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-08-03 Gerolf HoflehnerMachineCombiner Pass for selecting faster instruction
2014-08-01 Adrian PrantlDebug info: Infrastructure to support debug locations...
2014-07-31 Hal FinkelMake classof in MemSDNode consistent with MemIntrinsicS...
2014-07-31 Louis GerbargMake sure no loads resulting from load->switch DAGCombi...
2014-07-30 Juergen Ributzka[FastISel] Move the helper function isCommutativeIntrin...
2014-07-30 Rafael EspindolaRefactor duplicated code.
2014-07-29 Jiangning LiuAdd TargetInstrInfo interface isAsCheapAsAMove.
2014-07-26 Chandler Carruth[SDAG] When performing post-legalize DAG combining...
2014-07-25 Chandler Carruth[SDAG] Enable the new assert for out-of-range result...
2014-07-25 Chandler Carruth[SDAG] Start plumbing an assert into SDValues that...
2014-07-24 Lang Hames[X86] Optimize stackmap shadows on X86.
2014-07-24 Hal FinkelAA metadata refactoring (introduce AAMDNodes)
2014-07-22 Chandler Carruth[SDAG] Refactor the code for inserting a newly allocate...
2014-07-21 Andrea Di Biagio[DAG] Refactor some logic. No functional change.
2014-07-19 David BlaikieSure up ownership passing of the PBQPBuilder by passing...
2014-07-19 Matt ArsenaultTemplatify RegionInfo so it works on MachineBasicBlocks
2014-07-17 Tim NorthoverCodeGen: generate single libcall for fptrunc -> f16...
2014-07-17 Tim NorthoverCodeGen: extend f16 conversions to permit types > float.
2014-07-16 Juergen RibutzkaRemove TLI from isInTailCallPosition's arguments. NFC.
2014-07-14 David MajnemerCodeGen: Stick constant pool entries in COMDAT sections...
2014-07-14 David MajnemerCodeGen: Add a getSectionKind method to MachineConstant...
2014-07-14 Matt ArsenaultRemove GCC 3.3 workaround
2014-07-12 Matt ArsenaultTry to fix MSVC build
2014-07-12 Matt ArsenaultTemplatify DominanceFrontier.
2014-07-11 Juergen Ributzka[FastISel] Add target-independent patchpoint intrinsic...
2014-07-11 Juergen Ributzka[FastISel] Add basic infrastructure to support a target...
2014-07-11 Juergen Ributzka[FastISel] Make isInTailCallPosition independent of...
2014-07-11 Juergen Ributzka[FastISel] Breakout intrinsic lowering into a separate...
2014-07-10 Chandler Carruth[x86,SDAG] Introduce any- and sign-extend-vector-inreg...
2014-07-10 Daniel SandersMake it possible for ints/floats to return different...
2014-07-09 Chandler Carruth[x86] Add a ZERO_EXTEND_VECTOR_INREG DAG node and use...
2014-07-09 Chandler Carruth[SDAG] At the suggestion of Hal, switch to an output...
2014-07-08 Chandler Carruth[SDAG] Build up a more rich set of APIs for querying...
2014-07-07 Chandler Carruth[x86] Revert r212324 which was too aggressive w.r.t...
2014-07-04 Chandler Carruth[x86] Generalize BuildVectorSDNode::getConstantSplatVal...
2014-07-04 Chandler CarruthAdd an explicit bool operator to SDValue to make it...
2014-07-04 Eric ChristopherMove function dependent resetting of a subtarget variab...
2014-07-03 Sanjay Patelfixed typo in comment
2014-07-02 Matt ArsenaultFix missing const
2014-07-01 Juergen Ributzka[FastISel] Factor out stackmap intrinsic selection...
2014-07-01 Alp TokerMove remaining LLVM_ENABLE_DUMP conditionals out of...
2014-07-01 Quentin Colombet[PeepholeOptimizer] Advanced rewriting of copies to...
2014-06-29 Craig TopperAdd ops() method to SDNode that returns an ArrayRef...
2014-06-26 Juergen Ributzka[StackMaps] Enable patchpoint liveness analysis per...
2014-06-26 Juergen Ributzka[Stackmaps] Remove the liveness calculation for stackma...
2014-06-25 NAKAMURA TakumiRe-apply r211399, "Generate native unwind info on Win64...
2014-06-22 NAKAMURA TakumiRevert r211399, "Generate native unwind info on Win64"
2014-06-20 Reid KlecknerGenerate native unwind info on Win64
2014-06-13 Jiangning LiuMove GlobalMerge from Transform to CodeGen.
2014-06-13 Tim NorthoverIR: add "cmpxchg weak" variant to support permitted...
2014-06-12 Juergen Ributzka[FastISel][X86] Add MachineMemOperand to load/store...
2014-06-12 Juergen Ributzka[FastISel] Add support for the stackmap intrinsic.
2014-06-11 Saleem AbdulrasoolCodeGen: refactor DwarfException
2014-06-10 Juergen Ributzka[FastISel][X86] Extend support for {s|u}{add|sub|mul...
2014-06-10 Eric ChristopherHave isInTailCallPosition take the DAG so that we can...
2014-06-10 Eric ChristopherFix typos.
2014-06-09 Andrea Di Biagio[DAG] Expose NoSignedWrap, NoUnsignedWrap and Exact...
2014-06-08 NAKAMURA TakumiEscape "@function" with \verbatim. [-Wdocumentation]
2014-06-07 Andrew TrickFix the MachineScheduler's logic for updating ready...
2014-06-06 Rafael EspindolaFix a few issues with comdat handling on COFF.
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-06-04 David BlaikieDebugInfo: Reapply r209984 (reverted in r210143), asser...
2014-06-04 Andrew TrickMove GenericScheduler and PostGenericScheduler into...
2014-06-03 Pete CooperCalculate dead instructions when a live interval is...
2014-05-31 Adam Nemet[SelectionDAG] Force cycle detection in AssignTopologic...
2014-05-31 Adam Nemet[SelectionDAG] Pass DAG to checkForCycles
2014-05-31 Adam Nemet[SelectionDAG] Remove duplicate declaration
2014-05-30 Chandler CarruthAdd a trivial ArrayRef helper overload to the Selection...
2014-05-24 Benjamin KramerCodeGen: Make MachineBasicBlock::back skip to the begin...
2014-05-21 Eric ChristopherRemove getTargetLowering from TargetPassConfig as the...
2014-05-20 Eric ChristopherMove the function and data section flags into the optio...
2014-05-20 Eric ChristopherClean up language and grammar.
2014-05-16 Pete CooperUse a sized enum for MachineOperandType. No functional...
2014-05-16 Reid KlecknerAdd comdat key field to llvm.global_ctors and llvm...
2014-05-15 Eric ChristopherUnify command line handling of MCTargetOptions and...
2014-05-14 Jay FoadRename ComputeMaskedBits to computeKnownBits. "Masked...
2014-05-14 Jay FoadUpdate the comments for ComputeMaskedBits, which lost...
2014-05-14 David BlaikieRecommit r208506: DebugInfo: Include lexical scopes...
2014-05-13 Rafael EspindolaSplit GlobalValue into GlobalValue and GlobalObject.
2014-05-12 David BlaikieRevert "DebugInfo: Include lexical scopes in inlined...
2014-05-12 Pete CooperUse a logical not when inverting SetCC. This unfortuna...
2014-05-11 David BlaikieDebugInfo: Include lexical scopes in inlined subroutines.
2014-05-09 Oliver StannardARM: HFAs must be passed in consecutive registers
2014-05-09 Rafael EspindolaDon't indent inside a namespace. Don't duplicate a...
2014-05-08 David BlaikieReapply r207876 (Try simplifying LexicalScopes ownershi...
2014-05-07 Matt ArsenaultFix using wrong result type for setcc.
2014-05-06 David BlaikieRevert "Try simplifying LexicalScopes ownership again."
2014-05-06 Renato GolinImplememting named register intrinsics
2014-05-06 David BlaikieUpdate comment from a recent commit.
2014-05-05 Rafael EspindolaRemove the -disable-cfi option.
2014-05-02 David BlaikieTry simplifying LexicalScopes ownership again.
2014-05-01 Juergen Ributzka[Stackmaps] Pacify windows buildbot.
2014-05-01 Juergen Ributzka[Stackmaps] Add command line option to specify the...
2014-05-01 Juergen Ributzka[Stackmaps] Refactor serialization code. No functional...
next