oota-llvm.git
2009-12-17 Bob WilsonFix a comment grammaro.
2009-12-17 Bob WilsonBIT_CONVERT nodes are used for vector types, too.
2009-12-17 Sean CallananTest harness for the LLVM disassembler. When invoked
2009-12-17 Evan ChengRevert this dag combine change:
2009-12-16 Johnny ChenRenamed "tCMNZ" to "tCMNz" to be consistent with other...
2009-12-16 John McCallSilence a clang warning about the deprecated (but perfe...
2009-12-16 Daniel DunbarReapply r91392, it was only unmasking the bug, and...
2009-12-16 Daniel DunbarReapply r91459, it was only unmasking the bug, and...
2009-12-16 Jim GrosbachMark STREX* as earlyclobber for the success result...
2009-12-16 Jim GrosbachAdd @earlyclobber TableGen constraint
2009-12-16 Bill WendlingRemove superfluous 'extern' variable that was causing...
2009-12-16 Jakob Stoklund... Reuse lowered phi nodes.
2009-12-16 Daniel DunbarFix one more missing this-> to placate that picky clang++.
2009-12-16 Daniel DunbarRevert "Reapply 91184 with fixes and an addition to...
2009-12-16 Daniel DunbarRevert "Initial work on disabling the scheduler. This...
2009-12-16 Chris Lattnerreapply my strstr optimization. I have reproduced...
2009-12-16 Chris Lattnerfix more missing this->'s to placate clang++
2009-12-16 Chris LattnerFix a missing this-> that clang++ notices.
2009-12-16 Chris Lattnernow that libsystem no longer uses SmallVector, we can...
2009-12-16 Chris Lattnerremove use of SmallVector from Path::makeUnique. Path...
2009-12-16 Chris Lattnereliminate an extraneous use of SmallVector in a case...
2009-12-16 Chris Lattnerfactor out the grow() method for all pod implementation...
2009-12-16 Victor HernandezUse different name for argument and field
2009-12-16 Chris Lattnerpull destroy_range and uninitialized_copy up to the
2009-12-16 Chris Lattnersink most of the meat in smallvector back from SmallVec...
2009-12-16 Nick LewyckyMake this test pass on Linux.
2009-12-16 Chris Lattnersubstantial refactoring of SmallVector, now most code...
2009-12-16 Victor HernandezMDNodes that refer to an instruction are local to a...
2009-12-16 Johnny ChenAdd encoding bits for some Thumb instructions. Plus...
2009-12-16 Devang PatelXFAIL on ppc-darwin.
2009-12-16 Evan ChengRe-enable 91381 with fixes.
2009-12-16 Chris Lattnerrevert my strstr optimization, I'm told it breaks x86...
2009-12-16 Dale JohannesenDo better with physical reg operands (typically, from...
2009-12-16 John McCallEvery anonymous namespace is different. Caught by...
2009-12-16 John McCallExplicit template instantiations must happen in the...
2009-12-16 Bill WendlingHelpful comment added. Some code cleanup. No functional...
2009-12-16 Bill WendlingInitialize uninitialized variables.
2009-12-16 Bill WendlingInitialize uninitialized variables.
2009-12-15 Jeffrey YasskinChange indirect-globals to use a dedicated allocIndirec...
2009-12-15 Bill WendlingSome command lines don't like numbers with leading...
2009-12-15 Bob WilsonReapply 91184 with fixes and an addition to the testcas...
2009-12-15 Daniel Dunbarlit: Improve error when gtest discovery fails.
2009-12-15 Dan GohmanRevert 90628, which was incorrect.
2009-12-15 Chris LattnerFix GetConstantStringInfo to not look into MDString...
2009-12-15 Jim Grosbachwhitespace
2009-12-15 Devang PatelAdd support to emit debug info for C++ namespaces.
2009-12-15 Chris Lattneroptimize strstr, PR5783
2009-12-15 Johnny ChenAdded encoding bits for the Thumb ISA. Initial checkin.
2009-12-15 Dan GohmanDelete an unused function.
2009-12-15 Chris Lattneradd some other xforms that should be done as part of...
2009-12-15 Chris Lattnera few improvements:
2009-12-15 Chris Lattnerhoist the begin/end/capacity members and a few trivial...
2009-12-15 Chris Lattnerimprove isPodLike to know that all non-class types...
2009-12-15 Chris LattnerLang verified that SlotIndex is "pod like" even though...
2009-12-15 Chris LattnerRemove isPod() from DenseMapInfo, splitting it out...
2009-12-15 Mikhail GlushenkovConvert llvmc tests to FileCheck.
2009-12-15 Mikhail GlushenkovSupport hook invocation from 'append_cmd'.
2009-12-15 Evan ChengFix an encoding bug.
2009-12-15 Chris Lattneradd an ALWAYS_INLINE macro, which does the obvious...
2009-12-15 Kenneth UildriksFor fastcc on x86, let ECX be used as a return register...
2009-12-15 John McCallNames from dependent base classes are not found by...
2009-12-15 Evan ChengDisable 91381 for now. It's miscompiling ARMISelDAG2DAG...
2009-12-15 Mikhail GlushenkovValidate the generated C++ code in llvmc tests.
2009-12-15 Mikhail GlushenkovPipe 'grep' output to 'count'.
2009-12-15 Mikhail GlushenkovAllow $CALL(Hook, '$INFILE') for non-join tools.
2009-12-15 Mikhail GlushenkovSmall documentation update.
2009-12-15 Evan ChengMake 91378 more conservative.
2009-12-15 John McCallYou can't use typedefs to declare template member speci...
2009-12-15 Bill WendlingInitial work on disabling the scheduler. This is a...
2009-12-15 Evan ChengTail duplication should zap a copy it inserted for...
2009-12-15 Evan ChengUse sbb x, x to materialize carry bit in a GPR. The...
2009-12-15 Evan ChengFold (zext (and x, cst)) -> (and (zext x), cst).
2009-12-15 Daniel DunbarNNT: Make sure stderr for build commands goes to log...
2009-12-15 Evan ChengPropagate zest through logical shift.
2009-12-15 Eric ChristopherFormatting.
2009-12-15 Bill WendlingRevert these. They may have been causing 483_xalancbmk...
2009-12-15 Jim Grosbachnand atomic requires opposite operand ordering
2009-12-14 Dan GohmanFix integer cast code to handle vector types.
2009-12-14 Dan GohmanMove Flag and isVoid after the vector types, since...
2009-12-14 Dan GohmanFix these asserts to check the invariant that the code...
2009-12-14 Dan GohmanUpdate this comment.
2009-12-14 Dan GohmanFix this to properly clear the FastISel debug location...
2009-12-14 Bob WilsonRearrange rules to add missing dependency and allow...
2009-12-14 Johnny ChenAdd encoding bits "let Inst{11-4} = 0b00000000;" to...
2009-12-14 Bill WendlingThe CIE says that the LSDA point in the FDE section...
2009-12-14 Jim Grosbachv6 sync insn copy/paste error
2009-12-14 Jim GrosbachAdd ARMv6 memory and sync barrier instructions
2009-12-14 Johnny ChenFixed encoding bits typo of ldrexd/strexd.
2009-12-14 Jim GrosbachThumb2 atomic operations
2009-12-14 Dan GohmanAdd svn:ignore entries for the Disassembler files.
2009-12-14 Dan GohmanMove several function bodies which are rarely inlined...
2009-12-14 Chris Lattnerfix an obvious bug found by clang++ and collapse a...
2009-12-14 Dan GohmanMicro-optimize these functions in the case where they...
2009-12-14 Jim Grosbachcorrect selection requirements for thumb2 vs. arm versi...
2009-12-14 Eric ChristopherAdd radar fixed in comment.
2009-12-14 Jim Grosbachadd Thumb2 atomic and memory barrier instruction defini...
2009-12-14 Jim Grosbachwhitespace
2009-12-14 Jim GrosbachARM memory barrier instructions are not predicable
2009-12-14 Daniel DunbarNNT: Use [e]grep -a when scanning logs, its possibly...
2009-12-14 Daniel DunbarNNT: Always create the -sentdata.txt file.
next