summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen
Commit message (Expand)AuthorAge
* [Stackmaps] Cleanup code. No functional change intended.Juergen Ributzka2014-02-10
* Use a consistent argument order in TargetLoweringObjectFile.Rafael Espindola2014-02-09
* Pass the Mangler by reference.Rafael Espindola2014-02-08
* Add LLVM_OVERRIDE to a few declarations.Rafael Espindola2014-02-08
* Comment cleanup. Don't repeat the function name in the comment.Rafael Espindola2014-02-07
* LLVM-1163: AAPCS-VFP violation when CPRC allocated to stackOliver Stannard2014-02-07
* Remove const_cast for STI when parsing inline asmDavid Peixotto2014-02-06
* Remove support for not using .loc directives.Rafael Espindola2014-02-05
* Add CheckChildInteger to ISelMatcher operations. Removes nearly 2000 bytes fr...Craig Topper2014-02-05
* [Stackmaps] Record the stack size of each function that contains a stackmap/p...Juergen Ributzka2014-01-30
* Revert "[Stackmaps] Record the stack size of each function that contains a st...Juergen Ributzka2014-01-30
* [Stackmaps] Record the stack size of each function that contains a stackmap/p...Juergen Ributzka2014-01-30
* PGO branch weight: update edge weights in IfConverter.Manman Ren2014-01-29
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-28
* [TLI] Add a new hook to TargetLowering to query the target if a load of a con...Juergen Ributzka2014-01-28
* Revert r199871 and replace it with a simple check in the debug infoEric Christopher2014-01-28
* Silence MSVC warning on 'uint16_t |= bool' with a castReid Kleckner2014-01-27
* Revert "Revert "Add Constant Hoisting Pass" (r200034)"Juergen Ributzka2014-01-25
* Revert "Add Constant Hoisting Pass" (r200034)Hans Wennborg2014-01-25
* Replace tablegen uses of EVT with MVT. Add isOverloaded() to MVT to facilitat...Craig Topper2014-01-24
* Add Constant Hoisting PassJuergen Ributzka2014-01-24
* Revert "Add Constant Hoisting Pass"Juergen Ributzka2014-01-24
* Add Constant Hoisting PassJuergen Ributzka2014-01-24
* Fix known typosAlp Toker2014-01-24
* Move emitInlineAsmEnd to the AsmPrinter interface.Rafael Espindola2014-01-24
* Add a variable to track whether or not we've used a unique section,Eric Christopher2014-01-23
* Adding new LTO APIs to parse metadata nodes and extract linker options andYunzhong Gao2014-01-21
* Update StackProtector when coloring merges stack slotsHal Finkel2014-01-20
* Add FPExt option to CCValAssign::LocInfo. When generating calling-conventionLang Hames2014-01-14
* [DAG] Teach DAG to also reassociate vector operationsJuergen Ributzka2014-01-13
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-13
* [PM] Pull the generic graph algorithms and data structures for dominatorChandler Carruth2014-01-13
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-13
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-09
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* [RegAlloc] Make tryInstructionSplit less aggressive.Quentin Colombet2014-01-02
* Move the PostRA scheduler's fixupKills function for reuse.Andrew Trick2013-12-28
* Stub out a PostMachineScheduler pass.Andrew Trick2013-12-28
* Factor MI-Sched in preparation for post-ra scheduling support.Andrew Trick2013-12-28
* Revert part of r198115 to see if it fixes a buildbot failure.Craig Topper2013-12-28
* Mark some Type and EVT methods as LLVM_READONLY.Craig Topper2013-12-28
* Remove AsmPrinter::needsRelocationsForDwarfStringPool() since it'sEric Christopher2013-12-28
* Teach DAGCombiner how to fold a SIGN_EXTEND_INREG of a BUILD_VECTOR ofAndrea Di Biagio2013-12-27
* Fix a typo.Roman Divacky2013-12-26
* [stackprotector] Use analysis from the StackProtector pass for stack layout i...Josh Magee2013-12-19
* [Stackmap] Refactor operand parsing.Juergen Ributzka2013-12-14
* [Stackmap] Liveness Analysis PassJuergen Ributzka2013-12-14
* Convert register liveness tracking to work on a sub-register level instead of...Juergen Ributzka2013-12-14
* [block-freq] Rename getEntryFrequency() -> getEntryFreq() to match getBlockFr...Michael Gottesman2013-12-14
* [block-freq] Refactor LiveInterals::getSpillWeight to use the new MachineBloc...Michael Gottesman2013-12-14