Revert r237590, "ARM: allow jump tables to be placed as constant islands."
[oota-llvm.git] / lib / Target / ARM / ARMConstantIslandPass.cpp
2015-05-21 Peter CollingbourneRevert r237590, "ARM: allow jump tables to be placed...
2015-05-18 Matthias BraunMachineInstr: Change return value of getOpcode() to...
2015-05-18 Tim NorthoverARM: allow jump tables to be placed as constant islands.
2015-05-13 Tim NorthoverARM: remove custom jump table UID
2015-05-13 Tim NorthoverARM: refactor optimizeThumb2JumpTables.
2015-05-01 Peter CollingbourneARM: Align functions containing Thumb-2 jump tables...
2015-04-23 Peter CollingbourneThumb2: When applying branch optimizations, visit branc...
2015-04-23 Peter CollingbourneARM: Only enforce 4-byte alignment on Thumb-2 functions...
2015-01-29 Eric ChristopherMigrate ARM except for TTI, AsmPrinter, and frame lowering
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-08 Akira Hatanaka[ARM] Fix a bug in constant island pass that was trigge...
2014-12-12 Chad Rosier[ARMConstantIsland] Insert tbb/tbh optimization where...
2014-11-13 Tim NorthoverARM: allow constpool entry to be moved to the user...
2014-11-13 Tim NorthoverARM: avoid duplicating branches during constant islands.
2014-10-17 Akira HatanakaARM: Fix a bug which was causing convergence failure...
2014-10-03 Benjamin KramerEliminate some deep std::vector copies. NFC.
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-03-10 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
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...
next