oota-llvm.git
2012-09-16 Craig TopperAdd include of Compiler.h to fix build bot failures.
2012-09-16 Craig TopperAdd includes of Compiler.h to fix build bot failures.
2012-09-16 Craig TopperUse LLVM_DELETED_FUNCTION for copy constructors and...
2012-09-16 Craig TopperUse LLVM_DELETED_FUNCTION for copy constructors and...
2012-09-16 Craig TopperAdd LLVM_OVERRIDE and LLVM_FINAL C++11 compatibility...
2012-09-16 Chandler CarruthRefactor the SROA visitors for partitioning an alloca...
2012-09-16 Craig TopperAdd 'virtual' keywoards to output file for overridden...
2012-09-16 Craig TopperChange unsigned to uint32_t to match base class declara...
2012-09-16 Craig TopperFix bad comment. No functional change.
2012-09-16 Craig TopperAdd 'virtual' keywoards to output file for overridden...
2012-09-16 Nadav RotemFix the testcase to work on all platforms.
2012-09-16 Craig TopperAdd explicit virtual keywords for methods that override...
2012-09-16 Nadav RotemThe PMOVZXWD family of functions had patterns extends...
2012-09-16 Andrew TrickGuard fields by NDEBUG until they get used in the relea...
2012-09-16 Craig TopperTidy up formatting of some elses on a separate line...
2012-09-16 Jakob Stoklund... Add alternative coalescing algorithm under a flag.
2012-09-16 Jakob Stoklund... Fix problem when using LiveRangeQuery with block entries.
2012-09-16 Craig TopperTidy up trailing whitespace.
2012-09-16 Craig TopperRemove unneeded header.
2012-09-15 Dmitri GribenkoFix Doxygen issues: wrap code examples in \code and...
2012-09-15 Craig TopperFix includes of llvm files that used angle brackets.
2012-09-15 Craig TopperFix a couple include directives that used angle bracket...
2012-09-15 Craig TopperUse LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT...
2012-09-15 Craig TopperRemove unused private fields to silence -Wunused-privat...
2012-09-15 Jakob Stoklund... Don't depend on kill flags in removeCopyByCommutingDef().
2012-09-15 Jakob Stoklund... Make LiveRangeQuery work for PHIDefs as well.
2012-09-15 Craig TopperUse LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT...
2012-09-15 Craig TopperUse LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT...
2012-09-15 Benjamin KramerDisable new sroa now that all buildbots have tested it.
2012-09-15 Benjamin KramerX86: Emitting x87 fsin/fcos for sinf/cosf is not safe...
2012-09-15 Chandler CarruthPort the SSAUpdater-based promotion logic from the...
2012-09-15 Akira HatanakaRemove aligned/unaligned load/store fragments defined...
2012-09-15 Craig TopperRevert r163878 as it breaks on targets with alternate...
2012-09-15 Akira HatanakaHandled unaligned load/stores properly in Mips16
2012-09-15 Manman RenPGO: preserve branch-weight metadata when simplifying...
2012-09-15 Andrew TrickTableGen subtarget parser. Handle new machine model.
2012-09-15 Andrew TrickTableGen subtarget parser. Handle new machine model.
2012-09-15 Andrew TrickTableGen subtarget parser. Handle new machine model.
2012-09-14 Daniel Dunbarcmake: Fix file path.
2012-09-14 Daniel Dunbarformatted_raw_ostream: Fix a serious bug in tell().
2012-09-14 Bill WendlingSome small reorganization to get read for Attributes...
2012-09-14 Bill WendlingRemove comment.
2012-09-14 David BlaikieFix up erroneous alignas usage while making this portab...
2012-09-14 Manman RenPGO: preserve branch-weight metadata when simplifying...
2012-09-14 Evan ChengStylistic and 80-col fixes
2012-09-14 Andrew Trickcomment typo
2012-09-14 Andrew TrickTargetSchedModel interface. To be implemented...
2012-09-14 Andrew TrickDefine MC data tables for the new scheduling machine...
2012-09-14 Andrew Trickwhitespace
2012-09-14 Alex RosenbergReview feedback from Duncan Sands. Alphabetize includes...
2012-09-14 Manman RenTry to fix the bots by detecting inconsistant branch...
2012-09-14 Andrew TrickImplement getNumLDMAddresses and expose through ARMBase...
2012-09-14 Andrew TrickCortex-A9 instruction-level scheduling machine model.
2012-09-14 Manman RenPGO: preserve branch-weight metadata when merging two...
2012-09-14 Andrew Trickmisched: add a hook for custom DAG postprocessing.
2012-09-14 Micah VillmowAdd in comments that explain what the indexing and...
2012-09-14 Sergei LarinDAG post-process for Hexagon MI scheduler
2012-09-14 Dmitri GribenkoFix Doxygen issues:
2012-09-14 Benjamin KramerSROA: Silence unused variable warnings in Release builds.
2012-09-14 Benjamin KramerRemove redundant private field.
2012-09-14 Chandler CarruthRework the computation of a sub-structure natural type...
2012-09-14 Chandler CarruthRely on the recursive check for pointer types rather...
2012-09-14 Chandler CarruthBe a bit more aggressive in bailing out of this routine...
2012-09-14 Chandler CarruthAdd some comments clarifying that the GEP analysis...
2012-09-14 Chandler CarruthMove an instance variable to a local variable based...
2012-09-14 Chandler CarruthAdd a comment about debug intrinsics that I *really...
2012-09-14 Chandler CarruthAdd two asserts that Duncan thought would help ensure...
2012-09-14 Chandler CarruthActually keep the flag default-off for now. =/ That...
2012-09-14 Chandler CarruthRemove some dead, commented out code Duncan spotted...
2012-09-14 Chandler CarruthWrap the dumping and printing routines in NDEBUG and...
2012-09-14 Chandler CarruthLots of comment fixes and cleanups from Duncan's review.
2012-09-14 NAKAMURA TakumiSROA.cpp: Unbreak gcc, sorry!
2012-09-14 NAKAMURA TakumiSROA.cpp: Appease msvc. LLVM_ATTRIBUTE(s) should come...
2012-09-14 Chandler CarruthSpeculative change to try to fix older GCC versions...
2012-09-14 Chandler CarruthIntroduce a new SROA implementation.
2012-09-14 Duncan SandsRemove silly dead store. Patch by Ettl Martin.
2012-09-14 Craig TopperAllow the second opcode info table to be 8, 16, or...
2012-09-14 Craig TopperReduce size of register name index tables by using...
2012-09-14 Andrew Trickmisched: Generic tablegen classes for the new machine...
2012-09-14 Andrew Trickcomment
2012-09-14 Andrew Trickcomment
2012-09-14 Akira Hatanakamips16 fixes.
2012-09-13 Galina KistanovaPatch by Sean Silva!
2012-09-13 Eric ChristopherFix both the test for zero and what we do if we have...
2012-09-13 Eric ChristopherReformat, remove a couple unused variables and move...
2012-09-13 Jim GrosbachAssembler: Darwin variables defined via .set are no...
2012-09-13 Jim GrosbachMachO: Correctly mark symbol-difference variables as...
2012-09-13 Dan GohmanHandle the new !tbaa.struct metadata tags when converti...
2012-09-13 Jim GrosbachBetter const handling for RuntimeDyld and MCJIT.
2012-09-13 Richard SmithFix some code which is invalid in C++11: an expression...
2012-09-13 Manman RenAsmWriterEmitter: OpInfo2 should be unsigned 16-bit.
2012-09-13 Michael LiaoFix comment
2012-09-13 Dmitri GribenkoFix documentation: parameter being documented was remov...
2012-09-13 Michael LiaoAdd wider vector/integer support for PR12312
2012-09-13 Michael LiaoEnhance type legalization on bitcast from vector to...
2012-09-13 Jakob Stoklund... Fix test case to avoid PIC magic.
2012-09-13 Jakob Stoklund... Fix the TCRETURNmi64 bug differently.
2012-09-13 Dan GohmanExtract code for reducing a type to a single value...
2012-09-13 Dan GohmanDefine an official slot for the new !tbaa.struct metada...
2012-09-13 Manman RenAsmWriterEmitter: increase the number of bits for Opcod...
next