Fix a FIXME about the format and add a test.
[oota-llvm.git] / lib / CodeGen /
2013-07-11 Hal FinkelInitialize AsmPrinter::MF in the constructor
2013-07-11 Hal FinkelRegScavenger should not exclude undef uses
2013-07-10 Stephen LinRemove trailing whitespac
2013-07-10 Adrian PrantlUse the appropriate unsigned int type for the offset.
2013-07-10 Adrian PrantlSafeguard DBG_VALUE handling. Unbreaks the ASAN buildbot.
2013-07-10 Adrian PrantlUn-break the buildbot by tweaking the indirection flag.
2013-07-10 Adrian PrantlDocument a known limitation of the status quo.
2013-07-09 Eric ChristopherFix comment.
2013-07-09 Adrian PrantlTypo.
2013-07-09 Adrian PrantlReapply an improved version of r180816/180817.
2013-07-09 Hal FinkelWidenVecRes_BUILD_VECTOR must use the first operand...
2013-07-09 Stephen LinAArch64/PowerPC/SystemZ/X86: This patch fixes the inter...
2013-07-09 Hal FinkelDAGCombine tryFoldToZero cannot create illegal types...
2013-07-09 Alexander PotapenkoRevert r185872 - "Stop emitting weak symbols into the...
2013-07-09 Stephen LinStyle fixes: remove unnecessary braces for one-statemen...
2013-07-08 Bill WendlingStop emitting weak symbols into the "coal" sections.
2013-07-08 Eric ChristopherUpdate comment to avoid mentioning DbgValues which...
2013-07-08 Manman RenDebug Info: clean up usage of Verify.
2013-07-08 David BlaikieDebugInfo: Correct comment & re-format a nearby loop
2013-07-08 David BlaikieDebugInfo: Simplify Address Pool index handling.
2013-07-08 Hal FinkelImprove the comment from r185794 (re: PromoteIntRes_BUI...
2013-07-08 Hal FinkelFix PromoteIntRes_BUILD_VECTOR crash with i1 vectors
2013-07-08 Kai NackeRevert: Emit personality function and Dwarf EH data...
2013-07-08 Hal FinkelAdd the nearbyint -> FNEARBYINT mapping to BasicTargetT...
2013-07-08 Stephen LinRemove trailing whitespace from SelectionDAG/*.cpp
2013-07-06 Stephen LinSelectionDAGBuilder: style fixes (add space between...
2013-07-06 Kai NackeEmit personality function and Dwarf EH data for Win64...
2013-07-06 Benjamin KramerDAGCombiner: Don't drop extension behavior when shrinki...
2013-07-06 Tim NorthoverStop putting operations after a tail call.
2013-07-06 Nico RieckMC: Implement COFF .linkonce directive
2013-07-05 Jakob Stoklund OlesenUse modern API to avoid exposing LiveInterval internals.
2013-07-05 Jakob Stoklund OlesenRemove dead function.
2013-07-05 Richard Sandiford[SystemZ] Remove no-op MVCs
2013-07-05 Richard SandifordFix double renaming bug in stack coloring pass
2013-07-05 Richard Sandiford[SystemZ] Clean up register scavenging code
2013-07-05 Benjamin KramerSimplify code. No functionality change.
2013-07-04 Nico RieckInitialize object file info before output streamer
2013-07-04 Jakob Stoklund OlesenRemove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR...
2013-07-04 Jakob Stoklund OlesenTypo.
2013-07-04 Jakob Stoklund OlesenSimplify landing pad lowering.
2013-07-04 Jakob Stoklund OlesenFastISel can only apend to basic blocks.
2013-07-04 Jakob Stoklund OlesenLive-in copies go *after* EH_LABELs.
2013-07-04 Jakob Stoklund OlesenRevert r185595-185596 which broke buildbots.
2013-07-03 Jakob Stoklund OlesenRemove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR...
2013-07-03 Jakob Stoklund OlesenSimplify landing pad lowering.
2013-07-03 Jakob Stoklund OlesenAdd MachineBasicBlock::addLiveIn().
2013-07-03 Eric ChristopherHoist all of the Entry.getLoc() calls int a single...
2013-07-03 Eric ChristopherMake DotDebugLocEntry a class, reorder the members...
2013-07-03 Eric ChristopherElaborate on comment.
2013-07-03 Eric ChristopherAdd names to the header file since they help in documen...
2013-07-03 Eric ChristopherMove typedefs inside the class that they belong to.
2013-07-03 Eric ChristopherRemove unused field.
2013-07-03 Eric ChristopherConstify a few functions.
2013-07-03 Craig TopperUse SmallVectorImpl::const_iterator instead of SmallVec...
2013-07-03 Craig TopperUse SmallVectorImpl instead of SmallVector as method...
2013-07-03 Craig TopperUse SmallVectorImpl instead of SmallVector for iterator...
2013-07-03 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-07-03 Craig TopperIntroduce some typedefs for DenseMaps containing SmallV...
2013-07-03 Craig TopperReturn SmallVectorImpl& instead of SmallVector& in...
2013-07-03 Craig TopperUse SmallVectorImpl& instead of SmallVector& to avoid...
2013-07-03 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-07-03 Eric ChristopherAvoid doing a lot of computation when we have multiple...
2013-07-03 Eric ChristopherMove iterator to where it's used and update comments.
2013-07-03 Eric ChristopherMove instance variable before experimental section.
2013-07-03 Eric ChristopherFix typo to make grep for DW_AT_comp_dir work without...
2013-07-03 Eric ChristopherRemove unnecessary forward declare.
2013-07-03 Eric ChristopherAdd a helpful comment.
2013-07-03 Eric ChristopheraddConstantValue, addConstantFPValue never returned...
2013-07-02 Manman RenDebug Info: use module flag to set up Dwarf version.
2013-07-02 Eric ChristopherFix comment.
2013-07-02 Ulrich Weigand[DebugInfo] Allow getDebugThreadLocalSymbol to return...
2013-07-02 Ulrich Weigand[DebugInfo] Hold generic MCExpr in AddrPool
2013-07-02 Ulrich Weigand[DebugInfo] Introduce DIEExpr variant of DIEValue to...
2013-07-02 Jakob Stoklund OlesenRevert (most of) r185393 and r185395.
2013-07-02 Rafael EspindolaRemove address spaces from MC.
2013-07-02 Tim NorthoverDAGCombiner: fix use-counting issue when forming zextload
2013-07-01 David BlaikiePR14728: DebugInfo: TLS variables with -gsplit-dwarf
2013-07-01 Jakob Stoklund OlesenTweak some comments that referred to the old bias compu...
2013-07-01 Jakob Stoklund OlesenRemove floating point computations form SpillPlacement...
2013-07-01 David BlaikiePR16493: DebugInfo with TLS on PPC crashing due to...
2013-07-01 Lang HamesMake PBQP require/preserve MachineLoopInfo - the spille...
2013-07-01 Cameron ZwarichFix the build after r185363. Use llvm::next instead...
2013-07-01 Cameron ZwarichFix PR16508.
2013-07-01 Michael GottesmanAdded c++ mode selector to head of SelectionDAGBuilder...
2013-06-29 Benjamin Kramermisched: Compress pairs returned by getUnderlyingObject...
2013-06-28 David BlaikieDebugInfo: PR14728: TLS support
2013-06-28 David BlaikieDebugInfo: Pass MCSymbolRefExprs for labels instead...
2013-06-28 David BlaikieDebugInfo: Revise r185189 to avoid subtle 'unsigned...
2013-06-28 David BlaikieDebugInfo: Simplify the AddressPool representation
2013-06-28 David BlaikieDebugInfo: constify the AddressPool MCSymbol pointers
2013-06-28 Lang HamesAdd missing case to switch statement - DAGTypeLegalizer...
2013-06-28 Manman RenDebug Info: clean up usage of Verify.
2013-06-27 Benjamin KramerRemove unused variable.
2013-06-26 Elena DemikhovskyFixed a comment.
2013-06-26 Elena DemikhovskyOptimized integer vector multiplication operation by...
2013-06-25 Manman RenRemove unused code. No functionality change.
2013-06-25 Benjamin KramerBlockFrequency: Bump up the entry frequency a bit.
2013-06-24 Eric Christopher80-column and tab character fixes.
2013-06-24 Eric ChristopherFormatting.
2013-06-24 Eric ChristopherUse const references instead of pointers to references...
next