oota-llvm.git
2010-12-13 Chris Lattnerconvert an std::sort to array_pod_sort.
2010-12-13 Chris Lattnermove the "br (X == 0 | X == 1), T, F" -> switch optimiz...
2010-12-13 Chris Lattnerreduce indentation and generally simplify code, no...
2010-12-13 Bill WendlingAdd support for using the `!if' operator when initializ...
2010-12-13 Chris Lattneruse getFirstNonPHIOrDbg to simplify this code.
2010-12-13 Chris Lattnerreduce indentation by using continue, no functionality...
2010-12-13 Bill WendlingMove <map> include out of .h and into .cpp.
2010-12-13 Bill WendlingMerge DEBUG statements.
2010-12-13 Chris Lattnereliminate the Records global variable, patch by Garriso...
2010-12-13 Chris Lattnerclean up RecordKeeper::getAllDerivedDefinitions, patch...
2010-12-13 Chris Lattnerfurther fixes.
2010-12-13 Chris Lattneradd a note
2010-12-12 Wesley PeckMissed some ADDI <-> ADDIK conversions in 121649.
2010-12-12 Wesley PeckReverting commit to LLVMLibDeps that was inadvertently...
2010-12-12 Wesley PeckMBlaze delay slot filler was not capable of using ADDK...
2010-12-12 Wesley PeckThe ADD and ADDK (and all variants) instructions where...
2010-12-12 Tobias GrosserRemove useless dynamic_cast<>().
2010-12-12 Peter CollingbourneRegen configure
2010-12-12 Peter CollingbourneFix paths; AutoRegen.sh changes its current working...
2010-12-12 Wesley Peck1. Change MBlaze indirect branches to use absolute...
2010-12-12 Duncan SandsCatch attempts to remove a deleted node from the CSE...
2010-12-12 Chris Lattnerfix typo
2010-12-11 Benjamin KramerGeneralize the and-icmp-select instcombine further...
2010-12-11 Benjamin KramerFactor the (x & 2^n) ? 2^m : 0 instcombine into its...
2010-12-11 Evan Cheng(or (and (shl A, #shamt), mask), B) => ARMbfi B, A...
2010-12-11 Jakob Stoklund... Add named timer groups for the different stages of...
2010-12-10 Jakob Stoklund... Move MRI into RegAllocBase. Clean up debug output a...
2010-12-10 Jim GrosbachAdd FIXME
2010-12-10 Nick LewyckyRemove extraneous close parenthesis.
2010-12-10 Nick LewyckyMove variable that's unused in an NDEBUG build inside...
2010-12-10 Owen AndersonAttempt to get Thumb2 branch fixups working properly.
2010-12-10 Jakob Stoklund... Force the greedy register allocator to always use the...
2010-12-10 Jakob Stoklund... Rip out live range splitting support from the inline...
2010-12-10 Bill WendlingGet rid of ellipses.
2010-12-10 Owen AndersonFix merge error in my last fix to Thumb2 vldr fixups.
2010-12-10 Owen AndersonFixups for Thumb2 vldr's need to have the effective...
2010-12-10 Bill WendlingThe MCFixupKindInfo table needs to be in the order...
2010-12-10 Owen AndersonProvide the necessary post-encoder hook for Thumb2...
2010-12-10 Jakob Stoklund... Use AllocationOrder in RegAllocGreedy, fix a bug in...
2010-12-10 Bob WilsonAdd float patterns for Neon vld1-lane/dup and vst1...
2010-12-10 Bob WilsonRemove unused arguments.
2010-12-10 Owen AndersonFix encoding of Thumb1 LDRB and STRB.
2010-12-10 Jim GrosbachTrailing whitespace.
2010-12-10 Owen AndersonFix Thumb2 encodings of STREX and LDREX.
2010-12-10 Dan GohmanRevert r121520, which may have introduced miscompilations.
2010-12-10 Jim GrosbachCorrect encoding of rotation immediate for Thumb2 instr...
2010-12-10 Jim GrosbachFix encoding of 'U' bit for Thumb2 STRD/LDRD instructio...
2010-12-10 Jim GrosbachMore trivial cleanup. No need to define the EncoderMeth...
2010-12-10 Jim GrosbachTidy up.
2010-12-10 Jim GrosbachTrailing whitespace.
2010-12-10 Dan GohmanImplement PartialAlias checking in BasicAA.
2010-12-10 Jakob Stoklund... Fix miscompilation caused by trivial logic error in...
2010-12-10 Dan GohmanMinimally update this code to handle PartialAlias.
2010-12-10 Dan GohmanUse PartialAlias to do better noalias lint checking.
2010-12-10 Dan GohmanTeach AliasAnalysisCounter about PartialAlias.
2010-12-10 Dan GohmanTeach AliasAnalysisEvaluator about PartialAlias.
2010-12-10 Dan GohmanUpdate this code to handle PartialAlias as MayAlias.
2010-12-10 Dan GohmanIntroduce a new PartialAlias response for AliasAnalysis...
2010-12-10 Bob WilsonFix some invalid alignments for Neon vld-dup and vld...
2010-12-10 Jim GrosbachTeach isCSRestore() that ARM/Thumb2 functions will...
2010-12-10 Jakob Stoklund... Add an AllocationOrder class that can iterate over...
2010-12-10 Jim GrosbachThumb unconditional branch binary encoding. rdar:/...
2010-12-10 Jim GrosbachThumb conditional branch binary encodings. rdar://8745367
2010-12-10 Michael J.... Another git svn dcommit test. This time let's hope...
2010-12-10 Michael J.... Another git-svn dcommit test. (last time I got access...
2010-12-10 Michael J.... Test git svn dcommit
2010-12-10 Anton KorobeynikovAnother dummy commit to check GIT mirroring
2010-12-10 Anton KorobeynikovDummy commit to test GIT mirroring
2010-12-10 NAKAMURA Takumimacho-dump: Fix CMake build, following up to r121466.
2010-12-10 Rafael EspindolaFixed version of 121434 with no new memory leaks.
2010-12-10 Bob WilsonThe Neon vqdmlsl_lane and vqdmlal_lane intrinsics have...
2010-12-10 Daniel DunbarMach-O/ARM: Add relocation type enumeration.
2010-12-10 Daniel Dunbarmacho-dump: Switch to C++ macho-dump tool.
2010-12-10 Daniel DunbarMach-O: Tweak field name.
2010-12-10 Nick LewyckyRemove dead header.
2010-12-10 Rafael EspindolaFix cmake build.
2010-12-10 Rafael EspindolaRevert my previous patch to make the valgrind bots...
2010-12-10 NAKAMURA TakumiAdd dependency to "make check".
2010-12-10 NAKAMURA Takumilib/Target/CMakeLists.txt: Add missing lib/Target/Targe...
2010-12-10 Kevin EnderbyFix the leak from r121401 of the Operands erased in...
2010-12-10 Eric ChristopherUse GZIPBIN instead of GZIP. Apparently gzip uses GZIP...
2010-12-10 Nate BegemanAdd some missing predicates.
2010-12-10 Chris Lattnerfix some validation problems
2010-12-10 Chris Lattnerrestructure this for readability, correct the example...
2010-12-10 Nate BegemanFormalize the notion that AVX and SSE are non-overlappi...
2010-12-09 Rafael EspindolaInitial support for the cfi directives. This is just...
2010-12-09 Devang PatelPrint breakpoints for call instructions. This is used...
2010-12-09 Chris Lattneradd a rule for enums, patch by Zhanyong Wan!
2010-12-09 Devang PatelAdd initial support to measure local variables.
2010-12-09 Rafael EspindolaUse const references.
2010-12-09 Bill WendlingFix the prototype for the llvm.eh.selector intrinsic.
2010-12-09 Bill WendlingThumb ldr reg+imm offsets were encoded incorrectly...
2010-12-09 Nate BegemanAdd support for AVX to materialize +0.0 when doing...
2010-12-09 Owen AndersonUse the new IsAligned fixup flag to improve fixup encod...
2010-12-09 Stuart HastingsInitial support for nested CALLSEQ_START/CALLSEQ_END...
2010-12-09 Jakob Stoklund... Remember to filter out reserved rergisters from the...
2010-12-09 Jakob Stoklund... Add a forgotten initializer for CheckedFirstInterference.
2010-12-09 Dan GohmanGive CurStreamType's enum a name. This works around...
2010-12-09 Owen AndersonFix an issue in some Thumb fixups, where the effective...
2010-12-09 Jim GrosbachRename CB/CBZ specific fixup accordingly.
next