[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
[oota-llvm.git] / lib / Target / ARM / ARMConstantIslandPass.cpp
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2013-06-04 David MajnemerARM: Fix crash in ARM backend inside of ARMConstantIsla...
2013-05-24 Michael J. SpencerReplace Count{Leading,Trailing}Zeros_{32,64} with count...
2013-02-21 Evan ChengRadar numbers don't belong in source code.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-08-22 Benjamin KramerReduce duplicated hash map lookups.
2012-07-06 Chad RosierFix the naming of ensureAlignment. Per the coding...
2012-04-30 Jakob Stoklund OlesenFix address calculation error from r155744.
2012-04-28 Jakob Stoklund OlesenFix a problem with blocks that need to be split twice.
2012-04-27 Jakob Stoklund OlesenTrack worst case alignment padding more accurately.
2012-03-31 Jakob Stoklund OlesenAdd a 2 byte safety margin in offset computations.
2012-03-31 Jakob Stoklund OlesenAdd more debugging output to ARMConstantIslandPass.
2012-03-29 Jakob Stoklund OlesenInvalidate liveness in ARMConstantIslandPass.
2012-03-27 Craig TopperRemove unnecessary llvm:: qualifications
2012-03-25 Craig TopperReplace uses of ARMBaseInstrInfo and ARMTargetMachine...
2012-03-23 Jim GrosbachARM tidy up ARMConstantIsland.cpp.
2012-01-31 Jim GrosbachRefactor loop for better readability.
2012-01-31 Jim GrosbachAdd explanatory comment.
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-14 Evan ChengAfter r147827 and r147902, it's now possible for unallo...
2012-01-10 Jakob Stoklund OlesenConsider unknown alignment caused by OptimizeThumb2Inst...
2012-01-10 Jakob Stoklund OlesenAccurately model hardware alignment rounding.
2012-01-09 Jakob Stoklund OlesenCatch runaway ARMConstantIslandPass even in -Asserts...
2012-01-06 Jakob Stoklund OlesenAbort AdjustBBOffsetsAfter early when possible.
2011-12-16 Jakob Stoklund OlesenFix off-by-one error in bucket sort.
2011-12-16 Jakob Stoklund OlesenDon't adjust for alignment padding in OffsetIsInRange.
2011-12-16 Jakob Stoklund OlesenNote ARM constant island alignment in the release notes.
2011-12-15 Jakob Stoklund OlesenEnable proper constant island alignment by default.
2011-12-14 Jakob Stoklund OlesenConsider CPE alignment in CreateNewWater().
2011-12-14 Jakob Stoklund OlesenFix speling and 80-col.
2011-12-13 Jakob Stoklund OlesenAccount for CPE alignment when searching for new water.
2011-12-12 Jakob Stoklund OlesenAdd a postOffset() alignment argument.
2011-12-12 Jakob Stoklund OlesenFix typo.
2011-12-12 Jakob Stoklund OlesenAlso set the proper alignment on inner islands and...
2011-12-12 Jakob Stoklund OlesenMake MF a class member instead of passing it around...
2011-12-12 Jakob Stoklund OlesenAdd a -arm-align-constant-islands flag, default off.
2011-12-10 Jakob Stoklund OlesenTry to align the point where a large basic block is...
2011-12-10 Jakob Stoklund OlesenMore debug output formatting.
2011-12-09 Jakob Stoklund OlesenUser a helper overload for a common pattern.
2011-12-09 Jakob Stoklund OlesenTweak debugging output.
2011-12-08 Jakob Stoklund OlesenDrop the HasInlineAsm flag.
2011-12-08 Jakob Stoklund OlesenSimplify offset verification.
2011-12-08 Jakob Stoklund OlesenDon't include alignment padding in BBInfo.Size.
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-12-07 Jakob Stoklund OlesenEliminate delta argument from AdjustBBOffsetsAfter.
2011-12-07 Jakob Stoklund OlesenCompute some alignment information for each basic block.
2011-12-07 Jakob Stoklund OlesenMove common expression into a method.
2011-12-07 Jakob Stoklund OlesenGroup BBSizes and BBOffsets into a single vector<BasicB...
2011-12-06 Jakob Stoklund OlesenRevert r145971: "Use conservative size estimate for...
2011-12-06 Jakob Stoklund OlesenUse conservative size estimate for tBR_JTr.
2011-12-06 Jakob Stoklund OlesenRemove alignment from deserted constant islands.
2011-12-06 Jakob Stoklund OlesenAlign ARM constant pool islands via their basic block.
2011-12-06 Jakob Stoklund OlesenUse an existing function.
2011-09-12 Owen AndersonThere's no need to add additional predicate operands...
2011-09-09 Owen AndersonFix buildbot breakage caused by r139415. I missed...
2011-09-09 Owen AndersonThumb unconditional branches are allowed in IT blocks...
2011-07-20 Evan ChengSink ARMMCExpr and ARMAddressingModes into MC layer...
2011-07-18 Owen AndersonRe-apply r135319 with a fix for the constant island...
2011-07-08 Jim GrosbachMake tBX_RET and tBX_RET_vararg predicable.
2011-06-28 Evan Cheng- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
2011-04-01 Evan ChengAvoid de-referencing pass beginning of a basic block...
2011-02-15 Duncan SandsSpelling fix: consequtive -> consecutive.
2011-02-08 Owen AndersonRevert both r121082 (which broke a bunch of constant...
2011-02-08 Evan ChengTemporary workaround for a bad bug introduced by r12108...
2011-01-30 Anton KorobeynikovSave a mapping between original and cloned constpool...
2011-01-17 Evan ChengMaterialize GA addresses with movw + movt pairs for...
2010-12-21 Bill WendlingComment cleanups.
2010-12-18 Bill WendlingRemoveUnusedCPEntries can change things. Track it.
2010-12-15 Jim GrosbachThumb1 had two patterns for the same load-from-constant...
2010-12-13 Owen AndersonRevert r121721, which broke buildbots.
2010-12-13 Owen AndersonMake Thumb2 LEA-like instruction into pseudos, which...
2010-12-07 Jim GrosbachRefactor the ARM CMPz* patterns to just use the normal...
2010-12-07 Owen AndersonSecond attempt at converting Thumb2's LDRpci, including...
2010-11-29 Jim GrosbachRename t2 TBB and TBH instructions to reference that...
2010-10-26 Jim GrosbachFirst part of refactoring ARM addrmode2 (load/store...
2010-08-18 Eric ChristopherRemove extra header.
2010-08-12 Evan ChengMake sure ARM constant island pass does not break up...
2010-08-09 Evan ChengChange -prefer-32bit-thumb to attribute -mattr=+32bit...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-07-23 Dale JohannesenRevert 109076. It is wrong and was causing regressions...
2010-07-22 Chris Lattnereliminate the TargetInstrInfo::GetInstSizeInBytes hook.
2010-07-22 Evan ChengFix constant island pass's handling of tBR_JTr. The...
2010-07-07 Jim Grosbachgrammar
2010-07-07 Jim GrosbachHandle cases where the post-RA scheduler may move instr...
2010-07-07 Jim Grosbachgrammar and trailing whitespace
2010-06-22 Dan GohmanUse pre-increment instead of post-increment when the...
2010-06-21 Jim Grosbachearly exit for dbg_value instructions
2010-06-02 Jim GrosbachClean up 80 column violations. No functional change.
2010-04-02 Chris Lattneruse DebugLoc default ctor instead of DebugLoc::getUnkno...
2010-03-13 Bob WilsonChange ARM ld/st multiple instructions to have variant...
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2010-01-27 Chris Lattnereliminate the ARMFunctionInfo::Align member, using
2010-01-25 Chris Lattnerprep work to support a future where getJumpTableInfo...
2009-12-03 Chris Lattnerimprove portability to avoid conflicting with std:...
2009-11-20 Jim GrosbachThe verify() call of CPEIsInRange() isn't right for...
2009-11-20 Jim GrosbachRemove verifySizes() since it's not adding much value.
next