oota-llvm.git
2011-08-02 Andrew TrickUse consistent terminology for loop exit/exiting blocks...
2011-08-02 Benjamin KramerRemove empty test.
2011-08-02 Owen AndersonRevert r136503 and r136480 in an effort to fix non...
2011-08-02 John McCallI am the code owner for Clang's IR generation; this...
2011-08-02 Eli FriedmanMinor wording tweak for memory model.
2011-08-02 Eli FriedmanFix a couple silly typos in IRBuilder in the new atomic...
2011-08-02 Nick LewyckyBail from FastISel when we encounter a volatile memset...
2011-08-01 Owen AndersonMake the FixedLengthDecoderEmitter smart enough to...
2011-08-01 Jim GrosbachMove imm0_255 to ARMInstrInfo.td with the other immedia...
2011-08-01 Jim GrosbachFix comments.
2011-08-01 Bruno Cardoso... Add v4f64 -> v2f32 fp_round support. Also add a testcas...
2011-08-01 Bruno Cardoso... Teach PreprocessISelDAG to be aware of vector types...
2011-08-01 Bruno Cardoso... Lower CONCAT_VECTORS to use two VINSERTF128 instruction...
2011-08-01 Roman DivackyFix a typo.
2011-08-01 Owen AndersonThe FixedLenDecoder needs to gracefully handle failing...
2011-08-01 Chandler CarruthActually finish switching to the new system for Target...
2011-08-01 Bruno Cardoso... Since vectors with all ones can't be created with a...
2011-08-01 Evan ChengSet endianess and pointer size for PPC Linux. Bug notic...
2011-08-01 Jakub StaszakChange SmallVector to SmallPtrSet in BranchProbabilityI...
2011-08-01 Owen AndersonEnhance the fixed length disassembler to better handle...
2011-08-01 Owen AndersonAdd a clear() operation to MCInst, to drop all of its...
2011-08-01 Richard OsborneFix crash with varargs function with no named parameters.
2011-08-01 Douglas GregorUpdate CMake target names for tablegen-generated data...
2011-08-01 Jakub StaszakAdd BlockFrequency::getEntryFrequency()
2011-08-01 Jay FoadAdd braces.
2011-08-01 Jay FoadSimplify printAlias.
2011-08-01 Jay FoadMicro-optimisation in getAliasedGlobal.
2011-08-01 Jay FoadRemove an unnecessary cast.
2011-08-01 Jay FoadThe operands of a GlobalAlias are always Constants...
2011-07-31 Chandler CarruthI mis-interpreted the MCDisassembler's intended depende...
2011-07-31 Bill WendlingFix some validation errors.
2011-07-31 Bill WendlingFix some validation errors.
2011-07-31 Bill WendlingAdd the 'resume' instruction for the new EH rewrite.
2011-07-31 Jakub StaszakDo not handle cases with >= and <= predicates.
2011-07-31 Jakub StaszakRemove untrue comment.
2011-07-31 Jakub StaszakDo not handle case where LHS is equal to zero, because...
2011-07-31 Rafael EspindolaAdd a small gep optimization I noticed was missing...
2011-07-31 Jakob Stoklund... Time the emission of debug values.
2011-07-31 Jakub StaszakAdd Zero Heurestics to BranchProbabilityInfo. If we...
2011-07-31 Benjamin KramerRemove InvalidateStructLayoutInfo from the ocaml bindings.
2011-07-30 Jakob Stoklund... Revert r136528 "Enable compact region splitting by...
2011-07-30 Chandler CarruthSwitch another of the old dependencies on implicitly...
2011-07-30 Chandler CarruthRemove yet another buried and hidden implicit dependenc...
2011-07-30 Bill WendlingRevert r136253, r136263, r136269, r136313, r136325...
2011-07-30 Sean CallananAdded several architecture names.
2011-07-30 Jakob Stoklund... Revert "Don't check liveness of unallocatable registers."
2011-07-29 Chandler CarruthMake my attempt to build up global deps variables actua...
2011-07-29 Jakob Stoklund... Don't check liveness of unallocatable registers.
2011-07-29 Jakob Stoklund... Check for multiple defs in the machine code verifier.
2011-07-29 Owen AndersonCorrectly handle scattered operands where the bits...
2011-07-29 Jakob Stoklund... Add an isSSA() flag to MachineRegisterInfo.
2011-07-29 David GreeneUnconstify Inits
2011-07-29 Jakub StaszakDo not lose branch weights when lowering SwitchInst.
2011-07-29 Jakob Stoklund... Enable compact region splitting by default.
2011-07-29 Eric ChristopherAdd support for the 'Q' constraint.
2011-07-29 David GreeneRemove a blank line from the top.
2011-07-29 Chris Lattnerhave the verifier catch gep's into opaque struct types...
2011-07-29 Jim GrosbachARM SRS instruction parsing, diassembly and encoding...
2011-07-29 Chandler CarruthOn mac, it seems the MC disassembler is actually using...
2011-07-29 Jakub StaszakRemove unneeded const_cast.
2011-07-29 Jim GrosbachARM CPS mode immediate is 5 bits, not 4.
2011-07-29 Devang PatelClear DbgValues in the end.
2011-07-29 Jakub StaszakAdd more constantness in BranchProbabilityInfo.
2011-07-29 David Greene[AVX] Make DagInits Unique
2011-07-29 David Greene[AVX] Make FieldInit Unique
2011-07-29 David Greene[AVX] Make VarListElementInit Unique
2011-07-29 David Greene[AVX] Make VarBitInit Unique
2011-07-29 David Greene[AVX] Make VarInit Unique
2011-07-29 David Greene[AVX] Make TernOpInit Unique
2011-07-29 David Greene[AVX] Make BinOpInit Unique
2011-07-29 David Greene[AVX] Make UnOpInit Unique
2011-07-29 David Greene[AVX] Make ListInits Unique
2011-07-29 David Greene[AVX] Make CodeInit Unique
2011-07-29 David Greene[AVX] Make StringInit Unique
2011-07-29 David Greene[AVX] Make IntInit Unique
2011-07-29 David Greene[AVX] Make BitsInit Unique
2011-07-29 David Greene[AVX] Unique BitInit
2011-07-29 David Greene[AVX] Unique UnsetInit
2011-07-29 David Greene[AVX] Create Inits Via Factory Method
2011-07-29 David Greene[AVX] Constify Inits
2011-07-29 David Greene[AVX] Remove non-const Iterators
2011-07-29 David Greene[AVX] Remove Mutating Members from Inits
2011-07-29 David GreeneAdd ListInit::getValues
2011-07-29 David GreeneAdd a std::string Wrapper for TableGen
2011-07-29 Devang PatelClean up debug info after reassociation.
2011-07-29 Jim GrosbachARM assembly parsing and encoding for RFE instruction.
2011-07-29 Owen AndersonThird time's the charm for implementing tied operand...
2011-07-29 Nick LewyckyDon't look at $PWD in GetCurrentDirectory.
2011-07-29 Jim GrosbachARM SRS and RFE instructions are not code-gen only.
2011-07-29 Jim GrosbachARM range checking for mode on CPS instruction.
2011-07-29 Jim GrosbachARM update tests for CPS instruction.
2011-07-29 Jim GrosbachUpdate FIXME.
2011-07-29 Jim GrosbachTweak comment.
2011-07-29 Owen AndersonFix a case where, when trying to track tied operands...
2011-07-29 Douglas GregorSwitch the CMake edis build over to add_llvm_library_de...
2011-07-29 Duncan SandsAvoid undefined behaviour if somehow NUM_GRAPHS equals...
2011-07-29 Nick LewyckyTeach Path::GetCurrentDirectory to use $PWD, to support...
2011-07-29 Nick LewyckyFix a lot of typos, improve (but not necessarily fix...
2011-07-29 Eli FriedmanMisc optimizer+codegen work for 'cmpxchg' and 'atomicrm...
2011-07-29 Jakub StaszakRemove incEdgeWeight and decEdgeWeight. Set edge weight...
next