summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen
Commit message (Expand)AuthorAge
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Remove unused MachineInstr constructors that don't take a DebugLoc argument.Craig Topper2012-10-07
* Switch MachineTraceMetrics to the new TargetSchedModel interface.Jakob Stoklund Olesen2012-10-04
* Revert 165051-165049 while looking into the foreach.m failure inEric Christopher2012-10-03
* Remove the SavePoint infrastructure from fast isel, replaceEric Christopher2012-10-02
* Fix PR13899Michael Liao2012-10-01
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Revert r164663 due to buildbot failure.Craig Topper2012-09-26
* Add is16BitVector and is32BitVector to MVT and call them from EVT. Matches ot...Craig Topper2012-09-26
* Rename virtual table anchors from Anchor() to anchor() for consistency with t...Craig Topper2012-09-26
* Mark extended type querying methods as 'readonly' to reduce compile size.Craig Topper2012-09-26
* Add in new data types that are used by AMDIL/ANL among others.Micah Villmow2012-09-19
* Make MachinePostDominatorTree::DT privateTom Stellard2012-09-18
* TargetSchedModel API. Implement latency lookup, disabled.Andrew Trick2012-09-18
* Merge into undefined lanes under -new-coalescer.Jakob Stoklund Olesen2012-09-17
* Revert r164061-r164067. Most of the new subtarget emitter.Andrew Trick2012-09-17
* TargetSchedModel API. Implement latency lookup, disabled.Andrew Trick2012-09-17
* Add a MachinePostDominator passTom Stellard2012-09-17
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-17
* Fix problem when using LiveRangeQuery with block entries.Jakob Stoklund Olesen2012-09-16
* Make LiveRangeQuery work for PHIDefs as well.Jakob Stoklund Olesen2012-09-15
* comment typoAndrew Trick2012-09-14
* TargetSchedModel interface. To be implemented...Andrew Trick2012-09-14
* misched: add a hook for custom DAG postprocessing.Andrew Trick2012-09-14
* Fix PR11985Michael Liao2012-09-12
* Delete dead code.Jakob Stoklund Olesen2012-09-12
* Add a function computeRegisterLiveness() to MachineBasicBlock. This uses anal...James Molloy2012-09-12
* Add an analyzePhysReg() function to MachineOperandIteratorBase that analyses ...James Molloy2012-09-12
* Reorganize MachineScheduler interfaces and publish them in the header.Andrew Trick2012-09-11
* TiedTo is an integer, not a bool.Jakob Stoklund Olesen2012-09-06
* Allow overlaps between virtreg and physreg live ranges.Jakob Stoklund Olesen2012-09-06
* Handle overlapping regunit intervals in LiveIntervals::addKillFlags().Jakob Stoklund Olesen2012-09-06
* Add a new optimization pass: Stack Coloring, that merges disjoint static allo...Nadav Rotem2012-09-06
* [ms-inline asm] Use the asm dialect from the MI to set the parser dialect.Chad Rosier2012-09-05
* Constify SDNodeIterator an stop its only non-const user being cast strippedRoman Divacky2012-09-05
* [ms-inline asm] Propagate the asm dialect into the MachineInstr representation.Chad Rosier2012-09-05
* Clean up includes.Benjamin Kramer2012-09-05
* Actually use the MachineOperand field for isRegTiedToDefOperand().Jakob Stoklund Olesen2012-09-04
* Allow tied uses and defs in different orders.Jakob Stoklund Olesen2012-09-04
* Add MachineInstr::tieOperands, remove setIsTied().Jakob Stoklund Olesen2012-08-31
* Rename hasVolatileMemoryRef() to hasOrderedMemoryRef().Jakob Stoklund Olesen2012-08-29
* Add MachineMemOperand::isUnordered().Jakob Stoklund Olesen2012-08-29
* Maintain a vaild isTied bit as operands are added and removed.Jakob Stoklund Olesen2012-08-29
* Add a MachineOperand::isTied() flag.Jakob Stoklund Olesen2012-08-28
* Don't allow TargetFlags on MO_Register MachineOperands.Jakob Stoklund Olesen2012-08-28
* Remove extra MayLoad/MayStore flags from atomic_load/store.Jakob Stoklund Olesen2012-08-28
* Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith2012-08-24
* Fix a stub signature. HeuristicReduce should return a bool.Lang Hames2012-08-23
* Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko2012-08-23