summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen
Commit message (Expand)AuthorAge
* Revert r211399, "Generate native unwind info on Win64"NAKAMURA Takumi2014-06-22
* Generate native unwind info on Win64Reid Kleckner2014-06-20
* Move GlobalMerge from Transform to CodeGen.Jiangning Liu2014-06-13
* IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover2014-06-13
* [FastISel][X86] Add MachineMemOperand to load/store instructions.Juergen Ributzka2014-06-12
* [FastISel] Add support for the stackmap intrinsic.Juergen Ributzka2014-06-12
* CodeGen: refactor DwarfExceptionSaleem Abdulrasool2014-06-11
* [FastISel][X86] Extend support for {s|u}{add|sub|mul}.with.overflow intrinsics.Juergen Ributzka2014-06-10
* Have isInTailCallPosition take the DAG so that we can use theEric Christopher2014-06-10
* Fix typos.Eric Christopher2014-06-10
* [DAG] Expose NoSignedWrap, NoUnsignedWrap and Exact flags to SelectionDAG.Andrea Di Biagio2014-06-09
* Escape "@function" with \verbatim. [-Wdocumentation]NAKAMURA Takumi2014-06-08
* Fix the MachineScheduler's logic for updating ready times for in-order.Andrew Trick2014-06-07
* Fix a few issues with comdat handling on COFF.Rafael Espindola2014-06-06
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-05
* DebugInfo: Reapply r209984 (reverted in r210143), asserting that abstract Dbg...David Blaikie2014-06-04
* Move GenericScheduler and PostGenericScheduler into a header.Andrew Trick2014-06-04
* Calculate dead instructions when a live interval is created.Pete Cooper2014-06-03
* [SelectionDAG] Force cycle detection in AssignTopologicalOrder before abortingAdam Nemet2014-05-31
* [SelectionDAG] Pass DAG to checkForCyclesAdam Nemet2014-05-31
* [SelectionDAG] Remove duplicate declarationAdam Nemet2014-05-31
* Add a trivial ArrayRef helper overload to the SelectionDAG interface.Chandler Carruth2014-05-30
* CodeGen: Make MachineBasicBlock::back skip to the beginning of the last bundle.Benjamin Kramer2014-05-24
* Remove getTargetLowering from TargetPassConfig as the target loweringEric Christopher2014-05-21
* Move the function and data section flags into the options struct andEric Christopher2014-05-20
* Clean up language and grammar.Eric Christopher2014-05-20
* Use a sized enum for MachineOperandType. No functionality changePete Cooper2014-05-16
* Add comdat key field to llvm.global_ctors and llvm.global_dtorsReid Kleckner2014-05-16
* Unify command line handling of MCTargetOptions and remove extraEric Christopher2014-05-15
* Rename ComputeMaskedBits to computeKnownBits. "Masked" has beenJay Foad2014-05-14
* Update the comments for ComputeMaskedBits, which lost its Mask parameterJay Foad2014-05-14
* Recommit r208506: DebugInfo: Include lexical scopes in inlined subroutines.David Blaikie2014-05-14
* Split GlobalValue into GlobalValue and GlobalObject.Rafael Espindola2014-05-13
* Revert "DebugInfo: Include lexical scopes in inlined subroutines."David Blaikie2014-05-12
* Use a logical not when inverting SetCC. This unfortunately doesn't fire on a...Pete Cooper2014-05-12
* DebugInfo: Include lexical scopes in inlined subroutines.David Blaikie2014-05-11
* ARM: HFAs must be passed in consecutive registersOliver Stannard2014-05-09
* Don't indent inside a namespace. Don't duplicate a function name in comment.Rafael Espindola2014-05-09
* Reapply r207876 (Try simplifying LexicalScopes ownership again) including a w...David Blaikie2014-05-08
* Fix using wrong result type for setcc.Matt Arsenault2014-05-07
* Revert "Try simplifying LexicalScopes ownership again."David Blaikie2014-05-06
* Implememting named register intrinsicsRenato Golin2014-05-06
* Update comment from a recent commit.David Blaikie2014-05-06
* Remove the -disable-cfi option.Rafael Espindola2014-05-05
* Try simplifying LexicalScopes ownership again.David Blaikie2014-05-02
* [Stackmaps] Pacify windows buildbot.Juergen Ributzka2014-05-01
* [Stackmaps] Add command line option to specify the stackmap version.Juergen Ributzka2014-05-01
* [Stackmaps] Refactor serialization code. No functional change intended.Juergen Ributzka2014-05-01
* [Stackmaps] Replace the custom ConstantPool class with a MapVector.Juergen Ributzka2014-05-01
* Speculatively roll back r207724-r207726, which are code cleanup changes andRichard Smith2014-05-01