Introduce SpecialCaseList::isIn overload for GlobalAliases.
[oota-llvm.git] / lib / CodeGen /
2013-08-19 Hal FinkelAdd ExpandFloatOp_FCOPYSIGN to handle ppcf128-related...
2013-08-19 David BlaikieDebugInfo: don't emit zero-length names for parameters
2013-08-16 Jim GrosbachARM: Fix more fast-isel verifier failures.
2013-08-16 David BlaikieDebugInfo: Allow the addition of other (such as static...
2013-08-16 Richard Sandiford[SystemZ] Use SRST to implement strlen and strnlen
2013-08-16 Richard Sandiford[SystemZ] Use MVST to implement strcpy and stpcpy
2013-08-16 Richard Sandiford[SystemZ] Use CLST to implement strcmp
2013-08-16 Richard Sandiford[SystemZ] Fix handling of 64-bit memcmp results
2013-08-15 Bill WendlingMake a few more things const.
2013-08-15 Bill WendlingUse a reference instead of making an unnecessary copy...
2013-08-15 Craig TopperReplace getValueType().getSimpleVT() with getSimpleValu...
2013-08-14 Mark LaceyAuto-compute live intervals on demand.
2013-08-14 Mark LaceyNotify LiveRangeEdit of new virtual registers.
2013-08-14 Mark LaceyTrack new virtual registers by register number.
2013-08-14 David BlaikieDebugInfo: Prefer references over pointers, pass by...
2013-08-14 Jakob Stoklund OlesenRemove unnecessary parameter to RenumberValues.
2013-08-14 Jakob Stoklund OlesenImprove misleading comment.
2013-08-14 Jakob Stoklund OlesenRemove declaration of nonexistant function.
2013-08-14 Jakob Stoklund OlesenLiveIntervalUnion is not used in RegAllocBase.
2013-08-13 Jim GrosbachDAG: Combine (and (setne X, 0), (setne X, -1)) -> ...
2013-08-13 Michael GottesmanUpdate makeLibCall to return both the call and the...
2013-08-13 Carlo KokOutput DW_AT_stmt_list dwarf debug info as DW_FORM_sec_...
2013-08-13 Carlo KokFor COFF only: dwarf debug info output a label referenc...
2013-08-13 Evgeniy StepanovPass DIEHash::collectAttributes output argument by...
2013-08-13 David Majnemer[-cxx-abi microsoft] Stick zero initialized symbols...
2013-08-13 Eric ChristopherAdd the start of DIE hashing for DWARF4 type units...
2013-08-12 Eric ChristopherReflow comment.
2013-08-12 Eric ChristopherRemove empty constructor.
2013-08-12 Michael GottesmanFixed SelectionDAGBuilder.h C++ filetype declaration...
2013-08-12 Michael GottesmanFixed another place in CodeGen where we had a typo...
2013-08-12 Michael Gottesman[branchfolding] Fix typo in C++ editor declaration.
2013-08-12 Eric ChristopherMove the addition of the dwo_id as late as possible...
2013-08-12 Michael Gottesman[stackprotector] Add in the stackprotector libcall.
2013-08-12 Richard Sandiford[SystemZ] Use CLC and IPM to implement memcmp
2013-08-12 Tim NorthoverAllow compatible extension attributes for tail calls
2013-08-09 Michael Gottesman[stackprotector] Simplify SP Pass so that we emit diffe...
2013-08-09 Benjamin KramerMake helper static and fix formatting.
2013-08-09 Craig TopperChange asserts at the top of getVectorShuffle to check...
2013-08-09 Hal FinkelSet ISD::FROUND to Expand by default for all types
2013-08-08 Eric ChristopherUpdate the CMake build files.
2013-08-08 Eric ChristopherMove hash computation code into a separate class and...
2013-08-08 Arnold SchwaighoferRevert "Reapply r185872 now that the address sanitizer...
2013-08-08 Eric ChristopherFor DW_TAG_template_type_parameter the actual passed...
2013-08-08 Craig TopperRemove AllUndef check from one of the loops in getVecto...
2013-08-08 Eric ChristopherThe conversion to bool is fine here, no need to check...
2013-08-08 Eric ChristopherMake sure that if we're going to attempt to add a type...
2013-08-08 Eric ChristopherChange variable name and reflow formatting.
2013-08-08 Craig TopperOptimize mask generation for one of the DAG combiner...
2013-08-08 David MajnemerRevert "coff also doesn't have a ReadOnlySection yet...
2013-08-08 Eric ChristopherReflow for loop.
2013-08-08 Eric ChristopherBe more rigorous about the sizes of forms and attributes.
2013-08-07 Bill WendlingReapply r185872 now that the address sanitizer has...
2013-08-07 Hal FinkelAdd ISD::FROUND for libm round()
2013-08-07 Eric ChristopherUsing the integrated assembler we'd fail to change...
2013-08-07 Andrew TrickConfusing comment typo.
2013-08-07 Eric ChristopherRemove some parens. No functional change.
2013-08-07 Eric ChristopherAdd a way to grab a particular attribute out of a DIE.
2013-08-07 Eric ChristopherMove somewhat messy conditional out of line.
2013-08-06 Arnold SchwaighoferLoopVectorize: Allow vectorization of loops with lifeti...
2013-08-06 Tim NorthoverRefactor isInTailCallPosition handling
2013-08-06 NAKAMURA TakumiAsmPrinter/CMakeLists.txt: Add explicit dependency...
2013-08-05 Eric ChristopherRecommit previous cleanup with a fix for c++98 ambiguity.
2013-08-05 Tom StellardTargetLowering: Add getVectorIdxTy() function v2
2013-08-05 Eric ChristopherRevert "Use existing builtin hashing functions to make...
2013-08-05 Eric ChristopherUse existing builtin hashing functions to make this...
2013-08-05 Eric ChristopherChange parent hashing algorithm to be non-recursive...
2013-08-05 Benjamin KramerDon't leak passes if added outside of the area determin...
2013-08-02 Carlo KokBugfix for making the DWARF debug strings and labels...
2013-08-02 NAKAMURA TakumiRevert r187597, "Bugfix for making the DWARF debug...
2013-08-01 Bill WendlingUse function attributes to indicate that we don't want...
2013-08-01 David BlaikieDebugInfo: Emit definitions for types with no members.
2013-08-01 Carlo KokBugfix for making the DWARF debug strings and labels...
2013-07-31 Eric ChristopherFix crashing on invalid inline asm with matching constr...
2013-07-30 Eric ChristopherReflow this to be easier to read.
2013-07-30 Andrew TrickDown-scale slot index distance to save bits.
2013-07-30 Andrew TrickMI Sched: Track live-thru registers.
2013-07-30 Andrew TrickMI Sched fix: assert "Disconnected LRG within the sched...
2013-07-30 Quentin Colombet[DAGCombiner] insert_vector_elt: Avoid building a vecto...
2013-07-29 Eric ChristopherFix a truly egregious thinko in anonymous namespace...
2013-07-29 Eric ChristopherMake sure we don't emit an ODR hash for types with...
2013-07-29 Eric ChristopherElaborate a bit on the type unit and ODR conditional...
2013-07-29 Nico RieckUse proper section suffix for COFF weak symbols
2013-07-27 Benjamin KramerDwarfDebug: MD5 is always little endian, bswap on big...
2013-07-27 Chandler CarruthFix a memory leak in the debug emission by simply not...
2013-07-27 Nick LewyckyReimplement isPotentiallyReachable to make nocapture...
2013-07-27 Tom StellardSimplifyCFG: Use parallel-and and parallel-or mode...
2013-07-26 Eric ChristopherRemove addLetterToHash, no functional change.
2013-07-26 Eric ChristopherAdd preliminary support for hashing DIEs and breaking...
2013-07-26 Justin HolewinskiAdd a target legalize hook for SplitVectorOperand ...
2013-07-26 Rafael EspindolaRevert "Add a target legalize hook for SplitVectorOperand"
2013-07-26 Justin HolewinskiAdd a target legalize hook for SplitVectorOperand
2013-07-25 Andrew TrickRegAllocGreedy comment.
2013-07-25 Andrew TrickEvict local live ranges if they can be reassigned.
2013-07-25 Andrew TrickAllocate local registers in order for optimal coloring.
2013-07-25 Adrian Prantltypo.
2013-07-25 Andrew TrickMI Sched: Register pressure heuristics.
2013-07-25 Andrew TrickMI Sched: track register pressure by importance of...
2013-07-25 Andrew TrickDump LIS before regalloc. MI sched changes them.
2013-07-25 Bill WendlingReplace the "NoFramePointerElimNonLeaf" target option...
2013-07-24 Quentin ColombetFix a bug in IfConverter with nested predicates.
next