aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
...
* Construct global variable DIEs using DebugInfo.Devang Patel2009-01-051-1/+48
* Construct compile unit dies using DebugInfo.Devang Patel2009-01-051-1/+70
* Revert r61415 and r61484. Duncan was correct that these weren't needed.Bill Wendling2009-01-051-18/+6
* Don't call setDepthDirty/setHeightDirty when adding an edgeDan Gohman2009-01-051-4/+8
* Extract source location info from DebugInfo.Devang Patel2009-01-051-0/+78
* Add type DIEs using DebugInfo.Devang Patel2009-01-051-9/+79
* Construct composite type DIE using DebugInfo.Devang Patel2009-01-051-4/+83
* TargetLowering.h #includes SelectionDAGNodes.h, so it doesn't need itsDan Gohman2009-01-051-2/+0
* s/ConstructType/ConstructTypeDIE/gDevang Patel2009-01-051-6/+6
* Construct stuct field DIEs.Devang Patel2009-01-051-0/+78
* Construct enumerator DIE using DebugInfo.Devang Patel2009-01-051-0/+11
* Construct array/vector type DIEs using DebugInfo.Devang Patel2009-01-051-0/+40
* Get rid of sentinel insertion in interval reconstruction. It just masked theOwen Anderson2009-01-051-5/+0
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-0511-11/+29
* Construct basic and derived type DIEs using DebugInfo.Devang Patel2009-01-051-0/+44
* subsume ConstructPointerType()Devang Patel2009-01-051-8/+2
* subsume ConstructBasicType().Devang Patel2009-01-051-11/+6
* squash warnings.Devang Patel2009-01-052-1/+2
* elf writer really wants the size of the global, not the size Chris Lattner2009-01-041-3/+3
* The llvm::ELFWriter::EmitGlobal() method is calling theBill Wendling2009-01-041-0/+1
* Fix a DAGCombiner abort on an invalid shift count constant. This fixes PR3250.Dan Gohman2009-01-031-0/+2
* CommuteNodesToReducePressure() is now removed.Dan Gohman2009-01-031-1/+0
* Remove the code from the scheduler that commuted two-addressDan Gohman2009-01-032-71/+0
* Factorize (and generalize) the code promoting SELECTDuncan Sands2009-01-013-152/+105
* Remove trailing spaces.Duncan Sands2009-01-012-33/+33
* Fix PR3274: when promoting the condition of a BRCOND node,Duncan Sands2009-01-017-103/+130
* Get live interval reconstruction several steps closer to working.Owen Anderson2008-12-311-66/+86
* Linux wants the FDE initial location and address range to be forced to 32-bit.Bill Wendling2008-12-291-2/+4
* The FDE initial location and address range data should be free to be 64-bitBill Wendling2008-12-291-2/+2
* Add braces, as suggested by a gcc warning.Duncan Sands2008-12-291-4/+6
* Teach LeaglizeDAG that i64 mul can be a libcall.Scott Michel2008-12-291-0/+2
* Fix up kill/dead marking in the new live interval reconstruction code.Owen Anderson2008-12-281-6/+18
* Add prototype code for recomputing a live interval's ranges and valnos throug...Owen Anderson2008-12-281-1/+260
* Darwin likes for the EH frame to be non-local.Bill Wendling2008-12-241-4/+16
* GCC doesn't emit DW_EH_PE_sdata4 for the FDE encoding on Darwin. I'm not sureBill Wendling2008-12-241-4/+16
* Change comments so everybody can understand them, hopefully.Dale Johannesen2008-12-231-2/+2
* Add another permutation where we should get rid of a-a.Dale Johannesen2008-12-231-4/+11
* Restore debug printingAnton Korobeynikov2008-12-231-23/+26
* Sometimes APInt syntax is really ugly... :(Anton Korobeynikov2008-12-231-10/+21
* Indent stuff properlyAnton Korobeynikov2008-12-231-25/+25
* Initial checkin of APInt'ififcation of switch loweringAnton Korobeynikov2008-12-232-127/+126
* Fix typo.Devang Patel2008-12-231-1/+2
* Silience unused warnings.Devang Patel2008-12-232-0/+4
* Clean up the atomic opcodes in SelectionDAG.Dan Gohman2008-12-235-536/+139
* Rename BuildSchedUnits to BuildSchedGraph, and refactor theDan Gohman2008-12-236-14/+24
* Use isTerminator() instead of isBranch()||isReturn() inDan Gohman2008-12-233-5/+4
* Avoid an unnecessary call to allnodes_size(), which is linear.Dan Gohman2008-12-231-8/+11
* Minor code simplifications.Dan Gohman2008-12-231-6/+6
* One more permutation of subtracting off a base value.Dale Johannesen2008-12-231-0/+6
* Refactor a bunch of code out of AsmPrinter::EmitGlobalConstant into separateDan Gohman2008-12-221-182/+207