summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
* Revert r185595-185596 which broke buildbots.Jakob Stoklund Olesen2013-07-04
* Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.Jakob Stoklund Olesen2013-07-03
* Simplify landing pad lowering.Jakob Stoklund Olesen2013-07-03
* Add MachineBasicBlock::addLiveIn().Jakob Stoklund Olesen2013-07-03
* Hoist all of the Entry.getLoc() calls int a single variable.Eric Christopher2013-07-03
* Make DotDebugLocEntry a class, reorder the members along with commentsEric Christopher2013-07-03
* Elaborate on comment.Eric Christopher2013-07-03
* Add names to the header file since they help in documenting the APIEric Christopher2013-07-03
* Move typedefs inside the class that they belong to.Eric Christopher2013-07-03
* Remove unused field.Eric Christopher2013-07-03
* Constify a few functions.Eric Christopher2013-07-03
* Use SmallVectorImpl::const_iterator instead of SmallVector to avoid specifyin...Craig Topper2013-07-03
* Use SmallVectorImpl instead of SmallVector as method argument to avoid specif...Craig Topper2013-07-03
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-03
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-03
* Introduce some typedefs for DenseMaps containing SmallVectors so the vector s...Craig Topper2013-07-03
* Return SmallVectorImpl& instead of SmallVector& in a couple places to avoid h...Craig Topper2013-07-03
* Use SmallVectorImpl& instead of SmallVector& to avoid needlessly respecifying...Craig Topper2013-07-03
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-03
* Avoid doing a lot of computation when we have multiple ranges andEric Christopher2013-07-03
* Move iterator to where it's used and update comments.Eric Christopher2013-07-03
* Move instance variable before experimental section.Eric Christopher2013-07-03
* Fix typo to make grep for DW_AT_comp_dir work without case-insensitiveEric Christopher2013-07-03
* Remove unnecessary forward declare.Eric Christopher2013-07-03
* Add a helpful comment.Eric Christopher2013-07-03
* addConstantValue, addConstantFPValue never returned anything butEric Christopher2013-07-03
* Debug Info: use module flag to set up Dwarf version.Manman Ren2013-07-02
* Fix comment.Eric Christopher2013-07-02
* [DebugInfo] Allow getDebugThreadLocalSymbol to return MCExprUlrich Weigand2013-07-02
* [DebugInfo] Hold generic MCExpr in AddrPoolUlrich Weigand2013-07-02
* [DebugInfo] Introduce DIEExpr variant of DIEValue to hold MCExpr valuesUlrich Weigand2013-07-02
* Revert (most of) r185393 and r185395.Jakob Stoklund Olesen2013-07-02
* Remove address spaces from MC.Rafael Espindola2013-07-02
* DAGCombiner: fix use-counting issue when forming zextloadTim Northover2013-07-02
* PR14728: DebugInfo: TLS variables with -gsplit-dwarfDavid Blaikie2013-07-01
* Tweak some comments that referred to the old bias computations.Jakob Stoklund Olesen2013-07-01
* Remove floating point computations form SpillPlacement.cpp.Jakob Stoklund Olesen2013-07-01
* PR16493: DebugInfo with TLS on PPC crashing due to invalid relocationDavid Blaikie2013-07-01
* Make PBQP require/preserve MachineLoopInfo - the spiller requires it.Lang Hames2013-07-01
* Fix the build after r185363. Use llvm::next instead of raw next.Cameron Zwarich2013-07-01
* Fix PR16508.Cameron Zwarich2013-07-01
* Added c++ mode selector to head of SelectionDAGBuilder.h so editors open it i...Michael Gottesman2013-07-01
* misched: Compress pairs returned by getUnderlyingObjectsForInstr.Benjamin Kramer2013-06-29
* DebugInfo: PR14728: TLS supportDavid Blaikie2013-06-28
* DebugInfo: Pass MCSymbolRefExprs for labels instead of MCSymbolsDavid Blaikie2013-06-28
* DebugInfo: Revise r185189 to avoid subtle 'unsigned += bool'David Blaikie2013-06-28
* DebugInfo: Simplify the AddressPool representationDavid Blaikie2013-06-28
* DebugInfo: constify the AddressPool MCSymbol pointersDavid Blaikie2013-06-28
* Add missing case to switch statement - DAGTypeLegalizer::ExpandIntegerResultLang Hames2013-06-28
* Debug Info: clean up usage of Verify.Manman Ren2013-06-28