summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen
Commit message (Expand)AuthorAge
* Make GetCPISymbol a virtual method.Tim Northover2014-03-29
* PBQP: Minor cleanups to r204857David Blaikie2014-03-27
* Simplify PBQP graph removeAdjEdgeId implementation.Lang Hames2014-03-26
* Remove PBQP-cost dimension sanity assertion in PBQP::Graph::addConstructedEdge.Lang Hames2014-03-26
* Change the PBQP graph adjacency list structure from std::set to std::vector.Lang Hames2014-03-26
* blockfreq: Implement Pass::releaseMemory()Duncan P. N. Exon Smith2014-03-25
* blockfreq: Use const in MachineBlockFrequencyInfoDuncan P. N. Exon Smith2014-03-25
* remove a bunch of unused private methodsNuno Lopes2014-03-23
* [DAG] Fix an assertion failure caused by an invalid cast in method 'BuildVect...Andrea Di Biagio2014-03-22
* Really REALLY finish adding const to the MachineRegisterInfo iterator range m...Owen Anderson2014-03-17
* Make DAGCombiner work on vector bitshifts with constant splat vectors.Matt Arsenault2014-03-17
* Add one more const marker that I missed.Owen Anderson2014-03-17
* Mark MachineRegisterInfo's iterator range methods as const.Owen Anderson2014-03-17
* Add iterator range definitions for the MachineRegisterInfo iterators.Owen Anderson2014-03-17
* [VectorLegalizer/X86] Don't unvectorize fp_to_uint for v8f32->v8i16Adam Nemet2014-03-17
* Deleted copy-constructor/copy-assignment broke a buildbot. Removing while ILang Hames2014-03-17
* Rename PBQP RegAllocSolver local variables to conform to LLVM coding style.Lang Hames2014-03-17
* Separate out MVT in a separate header file: MachineValueType.hPatrik Hagglund2014-03-14
* Revert r203883 (which was more of a bandaid) and fix the real underlyingOwen Anderson2014-03-14
* Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changingOwen Anderson2014-03-13
* Fix a subtle issue introduced my my recent changes to MachineRegisterInfo ite...Owen Anderson2014-03-13
* Fix for http://llvm.org/bugs/show_bug.cgi?id=18590Ekaterina Romanova2014-03-13
* Phase 1 of refactoring the MachineRegisterInfo iterators to make them suitableOwen Anderson2014-03-13
* Replace '#include ValueTypes.h' with forward declarations.Patrik Hagglund2014-03-12
* Accept Twine's to AsmPrinter::getTempSymbol (refactoring for an incoming change)David Blaikie2014-03-11
* IR: add a second ordering operand to cmpxhg for failureTim Northover2014-03-11
* Add helpers for getting scalar sizes of vector value types.Matt Arsenault2014-03-11
* Test commit: Remove trailing whitespace.Manuel Jacob2014-03-10
* MachineModuleInfo: Turn nested std::pairs into a proper struct.Benjamin Kramer2014-03-09
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* Add support for hashing location information for CU level hashes.Eric Christopher2014-03-08
* Two part patch:Eric Christopher2014-03-07
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-07
* Replace PROLOG_LABEL with a new CFI_INSTRUCTION.Rafael Espindola2014-03-07
* clang-format a bit of code to make the next patch easier to read.Rafael Espindola2014-03-07
* Add iterator_range support for MachineInstr's operand and memoperand iterators.Owen Anderson2014-03-07
* Remove shouldEmitUsedDirectiveFor.Rafael Espindola2014-03-06
* R600: Fix extloads from i8 / i16 to i64.Matt Arsenault2014-03-06
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* ARM: Correctly align arguments after a byval struct is passed on the stackOliver Stannard2014-03-05
* [Layering] Move DebugLoc.h into the IR library. The implementationChandler Carruth2014-03-05
* Check for dynamic allocas and inline asm that clobbers sp before buildingHans Wennborg2014-03-05
* [Modules] Move ValueMap to the IR library. While this class does notChandler Carruth2014-03-04
* [Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth2014-03-04
* [Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth2014-03-04
* [cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2014-03-04
* Remove unused typedefTimur Iskhodzhanov2014-03-04
* Fix gcc -Wunused-but-set-variable warning.Patrik Hagglund2014-03-04
* PBQP/Graph.h: Prune @return in setNodeCosts, possibly copypasto. [-Wdocumenta...NAKAMURA Takumi2014-03-04
* PBQP/Graph.h: s/os/OS/ in @param. [-Wdocumentation]NAKAMURA Takumi2014-03-04