oota-llvm.git
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-08 James MolloySome regression tests which are testing the old jit...
2012-10-07 Craig TopperRemove unused MachineInstr constructors that don't...
2012-10-07 Craig TopperFix indentation. Remove 'else' after return. No functio...
2012-10-07 Sean SilvaSilence Sphinx warnings.
2012-10-07 Benjamin KramerX86: fcmov doesn't handle all possible EFLAGS, fall...
2012-10-07 Bill WendlingMove more methods out-of-line. This is in preparation...
2012-10-07 Bill WendlingSphinxify the GettinStarted documentation.
2012-10-07 Bill WendlingSphinxify the ExtendingLLVM documentation.
2012-10-07 Bill WendlingSphinxify the compiler writer info documentation.
2012-10-07 Bob WilsonMake sure always-inline functions get inlined. <rdar...
2012-10-07 Rafael EspindolaDocument MapVector.
2012-10-06 Jack CarterAdding support for instructions mfc0, mfc2, mtc0, mtc2
2012-10-06 Jack CarterMinor changes based on post commit review:
2012-10-05 Jack CarterMinor changes based on post commit review:
2012-10-05 Bill SchmidtThis patch splits apart PPCISelLowering::LowerFormalArg...
2012-10-05 Dmitri GribenkoHowToSetUpLLVMStyleRTTI.rst: remove unneeded semicolons...
2012-10-05 Dmitri GribenkoGoldPlugin.rst: minor typesetting fixes.
2012-10-05 Benjamin KramerRemove unused but set variable flagged by GCC.
2012-10-05 Chad Rosier[ms-inline asm] Add a comment describing the MapAndCons...
2012-10-05 Chad Rosier[ms-inline asm] Add a few typedefs to simplify future...
2012-10-05 Reed KotlerPatch for integer multiply, signed/unsigned, long/long...
2012-10-05 Benjamin KramerSimplify code, don't or a bool with an uint64_t.
2012-10-05 Benjamin KramerRemove empty file.
2012-10-05 Chad RosierRemove extraneous semicolon.
2012-10-05 Micah VillmowImplement TargetData with the DataLayout class, this...
2012-10-05 Hemant KulkarniAdd ELF program header.
2012-10-05 Will Schmidt- Mark the BCC and BLR defs as isCodeGenOnly per error...
2012-10-05 Adhemerval... Add PowerPC64 definitions for ELF.h
2012-10-05 NAKAMURA TakumiEnable llvm/test/ExecutionEngine/MCJIT also for cygwin.
2012-10-05 NAKAMURA Takumilli: [MCJIT] Suppress "__main" for cygming in LLIMCJITM...
2012-10-05 NAKAMURA Takumi[CMake] Enhance add_llvm_external_project.
2012-10-05 NAKAMURA TakumiSROA.cpp: Fix a warning, [-Wunused-variable]
2012-10-05 Rafael EspindolaConvert to unix line endings.
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 Silvadocs: Add HowToSetUpLLVMStyleRTTI.rst.
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 Sean Silvatblgen: Put dyn_cast<> infrastructure in place for...
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-05 Bill WendlingUse -object_path_lto when linking executables if buildi...
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 Andrew KaylorAdding MCJIT and MemoryBuffer unit tests
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 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 StaszakFix doxygen comment to match parameters' names.
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... Get MCSchedModel directly from the subtarget.
2012-10-04 Jakob Stoklund... Switch 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 Duncan SandsFix wrong name in comment.
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 attribute query methods.
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 Sean Silvadocs: Fix typo on front page
2012-10-04 Jack CarterImplement methods that enable expansion of load immediate
2012-10-04 Sean Silvadocs: Sphinxify GoldPlugin document.
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 Jordan RoseMake sure 'prefix-clang++' is aliased to 'prefix-clang...
2012-10-04 Andrew TrickEnable -schedmodel, but prefer itineraries until we...
2012-10-03 Jakub StaszakFix PR13967.
2012-10-03 Bill WendlingAdd an explicit -object_path_lto flag during linking...
2012-10-03 Michael LiaoClean up tailing whitespaces
next