OSDN Git Service

Update to LLVM 3.5a.
[android-x86/external-llvm.git] / lib / Target / ARM / ARMConstantIslandPass.cpp
2014-04-24 Stephen HinesUpdate to LLVM 3.5a.
2013-09-24 Stephen Hinesam 8e708faf: am 5edef2e8: Merge "x86_64/x32: Avoid...
2013-08-27 Stephen Hinesam 3acb57db: (-s ours) am f31eb8ab: (-s ours) Merge...
2013-08-03 Stephen Hinesam 5dba1170: am c7ef4e40: Fix Windows build issues...
2013-06-12 Stephen HinesMerge commit '100fbdd06be7590b23c4707a98cd605bdb519498...
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-03-06 Stephen HinesMerge commit 'b3201c5cf1e183d840f7c99ff779d57f1549d8e5...
2013-02-21 Evan ChengRadar numbers don't belong in source code.
2013-01-21 Stephen HinesMerge remote-tracking branch 'upstream/master' into...
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-09-14 Stephen Hinesam 78c041bd: am 1c4ad5ef: Merge branch \'upstream\...
2012-09-14 Stephen Hinesam 1c4ad5ef: Merge branch \'upstream\' into merge-2012_...
2012-09-14 Stephen Hinesam 1c4ad5ef: Merge branch \'upstream\' into merge-2012_...
2012-09-14 Stephen HinesMerge branch 'jb-mr1-dev' of https://googleplex-android...
2012-09-10 Stephen HinesMerge branch 'upstream' into merge-2012_09_10
2012-08-22 Benjamin KramerReduce duplicated hash map lookups.
2012-08-17 Joe Onoratoam c0944da4: Merge "Host tools don\'t need LOCAL_MODULE...
2012-08-03 Shih-wei LiaoMerge with LLVM upstream r160668 (Jul 24th 2012)
2012-07-06 Chad RosierFix the naming of ensureAlignment. Per the coding...
2012-05-07 Andrew HsiehMerge "Add libLLVMObject to read executable file."
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-04-25 The Android Automergermerge in jb-release history after reset to jb-dev
2012-04-24 Shih-wei LiaoMerge with LLVM upstream r155090.
2012-04-03 Mike LockwoodMerge remote-tracking branch 'goog/ics-aah'
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-03-05 Stephen HinesMerge branch 'upstream' into merge-20120305
2012-02-29 Jean-Baptiste Queruresolved conflicts for merge of 8f698b54 to master
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-16 Logan ChienMerge with LLVM upstream r146714 (Dec 16th 2011)
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-10-19 Logan ChienMerge with LLVM upstream 2011/10/20 (r142530)
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-20 Logan ChienMerge with LLVM upstream r135568 (Jul 20th 2011)
2011-07-18 Owen AndersonRe-apply r135319 with a fix for the constant island...
2011-07-16 Nowar GuMerge upstream to r135343 at Sat. 16th July 2011.
2011-07-08 Jim GrosbachMake tBX_RET and tBX_RET_vararg predicable.
2011-07-01 Nowar GuMerge upstream to r134237 at Fri. 1st July 2011.
2011-06-28 Evan Cheng- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
2011-04-09 Jush LuMerge upstream r129128
2011-04-01 Evan ChengAvoid de-referencing pass beginning of a basic block...
2011-03-09 Jush LuMerge upstream r127116
2011-02-28 jushMerge LLVM upstream r119309 into honey
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...
next