summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen
Commit message (Expand)AuthorAge
* Add isBarrier to SDepHal Finkel2013-12-12
* Add two additional hazard recognizer functionsHal Finkel2013-12-11
* Reland "Fix miscompile of MS inline assembly with stack realignment"Reid Kleckner2013-12-10
* Revert "Fix miscompile of MS inline assembly with stack realignment"Reid Kleckner2013-12-10
* Fix miscompile of MS inline assembly with stack realignmentReid Kleckner2013-12-10
* Don't #include heavy Dominators.h file in LoopInfo.h. This change reducesJakub Staszak2013-12-07
* Factor out the SchedRemainder/SchedBoundary from GenericScheduler strategy.Andrew Trick2013-12-07
* MI-Sched: Model "reserved" processor resources.Andrew Trick2013-12-05
* MI-Sched: handle latency of in-order operations with the new machine model.Andrew Trick2013-12-05
* Correct word hyphenationsAlp Toker2013-12-05
* Reland 196270 "Generalize debug info / EH emission in AsmPrinter"Timur Iskhodzhanov2013-12-03
* Revert r196270, "Generalize debug info / EH emission in AsmPrinter"NAKAMURA Takumi2013-12-03
* Generalize debug info / EH emission in AsmPrinterTimur Iskhodzhanov2013-12-03
* Added MachineBlockFrequencyInfo::view for displaying the block frequency prop...Michael Gottesman2013-12-03
* Move getSymbolWithGlobalValueBase to TargetLoweringObjectFile.Rafael Espindola2013-12-02
* Refactor a lot of patchpoint/stackmap related code to simplify and make itLang Hames2013-11-29
* Remove an always true parameter.Rafael Espindola2013-11-28
* Fix a typo where we were creating <def,kill> operands instead ofLang Hames2013-11-22
* Split SETCC if VSELECT requires splitting too.Tom Stellard2013-11-22
* Dereference the node iterator when dumping the PBQP graph structure in DOTLang Hames2013-11-21
* Remove capability for polymorphic destruction from LexicalScopeEric Christopher2013-11-20
* Formatting, 80-col, trailing whitespace.Eric Christopher2013-11-20
* [DAG] Refactor vector splitting code in SelectionDAG. No functional change in...Juergen Ributzka2013-11-19
* Fix patchpoint comments.Andrew Trick2013-11-19
* Add an abstraction to handle patchpoint operands.Andrew Trick2013-11-19
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* Added a size field to the stack map record to handle subregister spills.Andrew Trick2013-11-17
* Fix filename in header commentDuncan P. N. Exon Smith2013-11-16
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* Avoid illegal integer promotion in fastiselBob Wilson2013-11-15
* Fix illegal DAG produced by SelectionDAG::getConstant() for v2i64 typeDaniel Sanders2013-11-15
* Add addrspacecast instruction.Matt Arsenault2013-11-15
* Replacing HUGE_VALF with llvm::huge_valf in order to work around a warning tr...Aaron Ballman2013-11-13
* CalcSpillWeights: allow overidding the spill weight normalizing functionArnaud A. de Grandmaison2013-11-11
* CalcSpillWeights: give a better describing name to calculateSpillWeightsArnaud A. de Grandmaison2013-11-11
* CalculateSpillWeights does not need to be a passArnaud A. de Grandmaison2013-11-10
* Move the old pass manager infrastructure into a legacy namespace andChandler Carruth2013-11-09
* include/llvm/CodeGen/PBQP: Update @param(s) in comments. [-Wdocumentation]NAKAMURA Takumi2013-11-09
* Fix whitespace.NAKAMURA Takumi2013-11-09
* Re-apply r194300 with fixes for warnings.Lang Hames2013-11-09
* Revert r194300 which broke the build.Nick Lewycky2013-11-09
* Rewrite the PBQP graph data structure.Lang Hames2013-11-09
* [Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.Juergen Ributzka2013-11-08
* Revert "CalculateSpillWeights does not need to be a pass"Arnaud A. de Grandmaison2013-11-08
* CalculateSpillWeights does not need to be a passArnaud A. de Grandmaison2013-11-08
* Add support for stack map generation in the X86 backend.Andrew Trick2013-10-31
* Produce .weak_def_can_be_hidden for some linkonce_odr valuesRafael Espindola2013-10-30
* Reformat code with clang-format.Josh Magee2013-10-30
* StackProtector.h: Fix trailing comments for doxygen. [-Wdocumentation]NAKAMURA Takumi2013-10-30