Grab-bag of reassociate tweaks. Unify handling of dead instructions and
[oota-llvm.git] / include /
2012-06-05 Jakob Stoklund OlesenSimplify LiveInterval::print().
2012-06-05 Jakob Stoklund OlesenAdd experimental support for register unit liveness.
2012-06-05 Jakob Stoklund OlesenImplement LiveRangeCalc::extendToUses() and createDeadD...
2012-06-05 Andrew Trickmisched: API for minimum vs. expected latency.
2012-06-05 Lang HamesAdd a new intrinsic: llvm.fmuladd. This intrinsic repre...
2012-06-05 Jakob Stoklund OlesenRemove dead function.
2012-06-05 Stepan DyatkovskiyIntegersSubsetMapping: added exclude operation, that...
2012-06-05 Stepan DyatkovskiyIntegersSubsetMapping:
2012-06-05 Andrew Trickmisched: Added MultiIssueItineraries.
2012-06-05 Andrew Trickmisched: Allow disabling scoreboard hazard checking...
2012-06-05 Andrew Trickwhitespace
2012-06-05 Jakob Stoklund OlesenRemove the last remat-related code from LiveIntervalAna...
2012-06-05 Jakob Stoklund OlesenStop using LiveIntervals::isReMaterializable().
2012-06-04 Jakob Stoklund OlesenDelete dead code.
2012-06-04 Jakob Stoklund OlesenSwitch LiveIntervals member variable to LLVM naming...
2012-06-04 Roman DivackyImplement local-exec TLS on PowerPC.
2012-06-04 Nadav RotemRemove the "-promote-elements" flag. This flag is now...
2012-06-04 Duncan SandsgetAllOnesValue also works for vectors of integers.
2012-06-03 NAKAMURA TakumiIntRange: Restore the copy constuctor explicitly to...
2012-06-03 Craig TopperRename fma4 intrinsics to just fma since they are now...
2012-06-02 Stepan DyatkovskiyAdded unittests for IntegersSubset and IntegersSubsetMa...
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-06-02 Stepan DyatkovskiyPR1255: case ranges.
2012-06-02 Benjamin KramerAdd move semantics to APInt.
2012-06-02 Stepan DyatkovskiyAdditional change for 157881. Forget to fix another...
2012-06-02 Stepan DyatkovskiySmall fix due to buildbot failures on mingw32. Fixed...
2012-06-02 Stepan DyatkovskiyPR1255: case ranges.
2012-06-01 Jakob Stoklund OlesenRemove the old register list functions from MCRegisterInfo.
2012-06-01 Jakob Stoklund OlesenSwitch all register list clients to the new MC*Iterator...
2012-06-01 Manman RenARM: properly handle alignment for struct byval.
2012-06-01 Benjamin KramerProvide move semantics for (Small)BitVector.
2012-06-01 Stepan DyatkovskiyPR1255: case ranges.
2012-06-01 Benjamin KramerRemove noisy semicolons.
2012-06-01 Stepan DyatkovskiyPR1255: case ranges.
2012-06-01 Eric ChristopherAdd support for enum forward declarations.
2012-05-31 Benjamin KramerIntrusiveRefCntPtr: Simplify operator= as suggested...
2012-05-31 Manman RenX86: replace SUB with CMP if possible
2012-05-31 Jakob Stoklund OlesenAdd a PrintRegUnit helper similar to PrintReg.
2012-05-31 Jakob Stoklund OlesenEmit register unit root tables.
2012-05-31 Craig TopperAdd intrinsic for pclmulqdq instruction.
2012-05-30 Benjamin KramerTeach SCEV's icmp simplification logic that a-b ==...
2012-05-30 Jakob Stoklund OlesenAdd MCRegisterInfo::RegListIterator.
2012-05-30 Benjamin KramerMark insertq/extrq intrinsic readnone.
2012-05-30 Bob WilsonAdd an insertPass API to TargetPassConfig. <rdar:...
2012-05-30 Jakob Stoklund OlesenMake DiffListIterator public to unbreak the gcc buildbots.
2012-05-29 Jakob Stoklund OlesenUse MCRegUnitIterator to compute regsOverlap().
2012-05-29 Jakob Stoklund OlesenEmit register unit lists for each register.
2012-05-29 Douglas GregorDenseMap's move assignment operator needs to return...
2012-05-29 Benjamin KramerAdd intrinsics, code gen, assembler and disassembler...
2012-05-29 Stepan DyatkovskiyConstantRangesSet renamed to IntegersSubset. CRSBuilder...
2012-05-28 Peter CollingbourneAdd llvm.fabs intrinsic.
2012-05-28 Meador IngePR12696: Attribute bits above 1<<30 are not encoded...
2012-05-28 Stepan DyatkovskiyPR1255: Case Ranges
2012-05-28 Stepan DyatkovskiySwitchInst: Due to bad readability case iterators defin...
2012-05-28 Chris Lattnerswitch AttrListPtr::get to take an ArrayRef, simplifyin...
2012-05-28 Chris Lattneradd some helper methods to make the type more uniform.
2012-05-27 Chris Lattnerrdar://11542750 - llvm.trap should be marked no return.
2012-05-27 Benjamin KramerDenseMap: Use an early exit when there is nothing to...
2012-05-27 Benjamin KramerIntrusiveRefCntPtr: Use the same pattern as the other...
2012-05-27 Chris Lattnergeneralize this to allow any argument.
2012-05-27 Chris Lattnermove some code around so that Verifier.cpp can get...
2012-05-27 Benjamin KramerDenseMap: Provide a move ctor and move semantics for...
2012-05-27 Benjamin KramerDenseMap: Factor destruction into a common helper method.
2012-05-27 Benjamin KramerMove-enable IntrusiveRefCntPtr.
2012-05-26 Benjamin KramerAdd support for branch weight metadata to MDBuilder...
2012-05-25 Justin HolewinskiChange interface for TargetLowering::LowerCallTo and...
2012-05-25 Jakob Stoklund OlesenCompress MCRegisterInfo register name tables.
2012-05-25 Eli FriedmanSimplify code for calling a function where CanLowerRetu...
2012-05-24 Jakob Stoklund OlesenDon't put TGParser scratch results in the output.
2012-05-24 Andrew Trickmisched: Added ScoreboardHazardRecognizer.
2012-05-24 Justin HolewinskiRemove the PTX back-end and all of its artifacts (tripl...
2012-05-24 Owen AndersonTeach tblgen's set theory "sequence" operator to suppor...
2012-05-23 Nuno Lopesrevert r156383: removal of TYPE_CODE_FUNCTION_OLD
2012-05-23 Eric ChristopherAdd support for C++11 enum classes in llvm.
2012-05-22 Nuno Lopesadd a new pass to instrument loads and stores for run...
2012-05-22 Nuno Lopesrevert my previous patches that introduced an additiona...
2012-05-22 Nuno Lopesfix the quotient returned by sdivrem() for the case...
2012-05-21 Pete CooperAdded address space qualifier to intrinsic PointerType...
2012-05-21 Stepan DyatkovskiyPR1255 (case ranges: work with ConstantRangesSet instea...
2012-05-21 Jakob Stoklund OlesenGive a small negative bias to giant edge bundles.
2012-05-20 Jakob Stoklund OlesenAdd a LiveRangeQuery class.
2012-05-19 Benjamin KramerDisambiguate call to operator==.
2012-05-19 Benjamin KramerValueMap: Use DenseMap's find_as mechanism to reduce...
2012-05-19 Benjamin KramerMove CallbackVHs dtor inline, it can be devirtualized...
2012-05-19 Benjamin KramerProvide move semantics for TinyPtrVector and for DenseM...
2012-05-19 Jakob Stoklund OlesenAllow LiveRangeEdit to be created with a NULL parent.
2012-05-19 Eric ChristopherActually support DW_TAG_rvalue_reference_type that...
2012-05-19 Andrew TrickSCEV: Add MarkPendingLoopPredicates to avoid recursive...
2012-05-18 Jakob Stoklund OlesenModernize naming convention for class members.
2012-05-18 Jim GrosbachRefactor data-in-code annotations.
2012-05-18 Nick Kledzikfix warnings when compiling with -Wshadow
2012-05-17 Evandro Menezes[Hexagon] Clean up Hexagon ELF definition.
2012-05-16 Eric ChristopherGrammar.
2012-05-16 Duncan SandsI noticed that named metadata doesn't provide a direct...
2012-05-15 Daniel Dunbar[Support] Add a version of sys::fs::equivalent() that...
2012-05-15 Jim GrosbachTableGen'erate mapping physical registers to encoding...
2012-05-15 Jim GrosbachAllow MCCodeEmitter access to the target MCRegisterInfo.
2012-05-15 Stepan DyatkovskiyFixed one small stupid, but critical bug.
2012-05-14 Michael J. Spencer[Support/COFF] Make the order of members in symbol...
2012-05-14 Chad RosierMove the capture analysis from MemoryDependencyAnalysis...
next