Add ELF program header.
[oota-llvm.git] / lib /
2012-10-05 Will Schmidt- Mark the BCC and BLR defs as isCodeGenOnly per error...
2012-10-05 NAKAMURA TakumiSROA.cpp: Fix a warning, [-Wunused-variable]
2012-10-05 Duncan SandsMove this test a bit later, after the point at which...
2012-10-05 Bill WendlingMove methods out-of-line.
2012-10-05 Bill WendlingUse method to query for attributes.
2012-10-05 Craig TopperRemove some encoding bits I forgot to remove from SETB_...
2012-10-05 Craig TopperMove expansion of SETB_C(8/16/32/64)r from MCInstLower...
2012-10-05 Sean Silvatblgen: Use appropriate LLVM-style RTTI functions.
2012-10-05 Sean Silvatblgen: Replace uses of dynamic_cast<XXXRecTy> with...
2012-10-05 Eli FriedmanMake sure to generate the right kind of MDNode for...
2012-10-05 Evan ChengFollow up to r165072. Try a different approach: only...
2012-10-05 Chandler CarruthTeach the new SROA a new trick. Now we zap any memcpy...
2012-10-05 Chandler CarruthLift the speculation visitor above all the helpers...
2012-10-04 Chad Rosier[ms-inline asm] Add support for parsing [Intel dialect...
2012-10-04 Micah VillmowRename the Target specific passes in the DataLayout...
2012-10-04 Nadav RotemWhen merging connsecutive stores, use vectors to store...
2012-10-04 Micah VillmowResubmit the copying of TargetData to DataLayout withou...
2012-10-04 Preston GurdThis patch corrects commit 165126 by using an integer...
2012-10-04 Jim GrosbachARM: locate user-defined text sections next to default...
2012-10-04 Micah VillmowBacking out my changes, something screwed up from my...
2012-10-04 Micah VillmowRename TargetData to DataLayout in DataLayout.cpp....
2012-10-04 Eric ChristopherUpdate this a bit more to represent how the prologue...
2012-10-04 Micah VillmowCreate the DataLayout class, as a direct copy of Target...
2012-10-04 Micah VillmowAccidently checked in the files, only wanted to copy...
2012-10-04 Micah Villmowgit-svn-id: https://llvm.org/svn/llvm-project/llvm...
2012-10-04 Michael LiaoAdd register encoding support in X86 backend
2012-10-04 Jakub StaszakAdd a comment to the commit r165187.
2012-10-04 Will Schmidt- add tokens to PPCInstrInfo.td and PPCInstr64Bit.td...
2012-10-04 Jakob Stoklund OlesenGet MCSchedModel directly from the subtarget.
2012-10-04 Jakob Stoklund OlesenSwitch MachineTraceMetrics to the new TargetSchedModel...
2012-10-04 Will Schmidttest commit / whitespace
2012-10-04 Benjamin KramerSimplifyCFG: Enhance the "remove CFG edge that leads...
2012-10-04 Duncan SandsIn my recent change to avoid use of underaligned memory...
2012-10-04 Duncan SandsThe alignment of an sret parameter is known: it must...
2012-10-04 Benjamin KramerHoist some grossly duplicated code from the COFF/ELF...
2012-10-04 Chandler CarruthFix PR13969, a mini-phase-ordering issue with the new...
2012-10-04 Duncan SandsThe memcpy optimizer was happily doing call slot forwar...
2012-10-04 Chandler CarruthTeach the integer-promotion rewrite strategy to be...
2012-10-04 Bill WendlingUse method to query if there are attributes.
2012-10-04 Bill WendlingAdd method to query for NoCapture attribute.
2012-10-04 Bill WendlingUse method to query for NoAlias attribute.
2012-10-04 Bill WendlingUse method to query for attributes.
2012-10-04 Bill WendlingAdd method to query for 'NoAlias' attribute on call...
2012-10-04 Bill WendlingUse method to query for attributes.
2012-10-04 Bill WendlingQuery for attributes via the correct method call.
2012-10-04 Bill WendlingUse new accessor methods to query for attributes.
2012-10-04 Kostya Serebryany[tsan] add 3 internal flags for fine-grain control...
2012-10-04 Craig TopperRemove template from function that is only used with...
2012-10-04 Lang HamesFix reg mask slot test, and preserve LiveIntervals...
2012-10-04 Jack CarterImplement methods that enable expansion of load immediate
2012-10-04 Jack CarterThis patch is a partial implementation of mips .set...
2012-10-04 Sean Silvatblgen: Whitespace and 80-col cleanup.
2012-10-04 Andrew TrickEnable -schedmodel, but prefer itineraries until we...
2012-10-03 Jakub StaszakFix PR13967.
2012-10-03 Michael LiaoClean up tailing whitespaces
2012-10-03 Chad Rosier[ms-inline asm] Add support in the X86AsmPrinter for...
2012-10-03 Jack CarterThis patch moves from using a hard coded number (4)
2012-10-03 Sean Silvatblgen: Remove last traces of old TableGenMain API.
2012-10-03 Sean Silvatblgen: Put new TableGenMain API in place.
2012-10-03 Bill WendlingUpdate to use the predicate methods to query if an...
2012-10-03 Nadav RotemFix a cycle in the DAG. In this code we replace multipl...
2012-10-03 Chad RosierTypos.
2012-10-03 Bill WendlingAdd methods which query for the specific attribute...
2012-10-03 Tim NorthoverImplement .rel relocation for R_ARM_ABS32 in MCJIT.
2012-10-03 Preston GurdThis Patch corrects a problem whereby the optimization...
2012-10-03 Nadav RotemA DAGCombine optimization for mergeing consecutive...
2012-10-03 Preston GurdSet up MCSchedModel after detecting the CPU type in...
2012-10-03 Dmitry Vyukovtsan: prepare for migration to new memory_order enum...
2012-10-03 Silviu BarangaFixed a bug in the ExecutionDependencyFix pass that...
2012-10-03 Chandler CarruthFix an issue where we failed to adjust the alignment...
2012-10-03 Chandler CarruthTry to use a better set of abstractions for computing...
2012-10-03 Eric ChristopherRevert 165051-165049 while looking into the foreach...
2012-10-03 Craig TopperFix doxygen comment to match function name.
2012-10-03 Craig TopperRemove unused function that used to get itineraries...
2012-10-03 Craig TopperFix 80-column violation
2012-10-03 Jakob Stoklund OlesenThe early if conversion pass is ready to be used as...
2012-10-03 Chandler CarruthSwitch the SetVector::remove_if implementation to use...
2012-10-02 Evan ChengFix a serious X86 instruction selection bug. In
2012-10-02 Eric ChristopherRevert "Don't use a debug location for frame setup...
2012-10-02 Chad RosierRevert 165057, per Jim's request. This requires furthe...
2012-10-02 Jack CarterThe mips 64bit instructions DSLL, DSRA, DSRL, DEXT...
2012-10-02 Chandler CarruthTeach the new SROA to handle cases where an alloca...
2012-10-02 Nick LewyckyMake sure to put our sret argument into %rax on x86...
2012-10-02 Jakob Stoklund OlesenRemove the old coalescer algorithm.
2012-10-02 Jakob Stoklund OlesenHandle reserved registers more accurately in handleMove().
2012-10-02 Chad Rosier[ms-inline asm] Add basic support for wildcard MCParsed...
2012-10-02 Jakob Stoklund OlesenMake sure the whole live range is covered when values...
2012-10-02 Eric Christopher80-col.
2012-10-02 Andrew KaylorClean-up of memory buffer and object ownership model...
2012-10-02 Eric ChristopherDon't use a debug location for frame setup instructions...
2012-10-02 Eric ChristopherUse the existing DebugLoc.
2012-10-02 Eric ChristopherMake the location a parameter since we may not want...
2012-10-02 Eric ChristopherRemove the SavePoint infrastructure from fast isel...
2012-10-02 Nick KledzikImprove overflow detection in StringRef::getAsUnsignedI...
2012-10-02 Chandler CarruthFix another crasher in SROA, reported by Joel.
2012-10-02 Andrew KaylorSupport for generating ELF objects on Windows.
2012-10-02 Chandler CarruthFix a silly coding error on my part. The whole point...
2012-10-02 Duncan SandsFix PR13991: legalizing an overflowing multiplication...
2012-10-02 Chandler CarruthTurn the new SROA pass back on. Let's see if it sticks...
2012-10-01 Chad Rosier[ms-inline asm] Add the convertToMapAndConstraints...
next