oota-llvm.git
2010-04-02 Johnny ChenChange from .../Support/DataTypes.h to .../System/DataT...
2010-04-02 Johnny ChenSecond try of initial ARM/Thumb disassembler check...
2010-04-02 Sean CallananAdded support for reporting operand token ranges
2010-04-02 Eric ChristopherSeparate out the AES-NI instructions from the SSE4...
2010-04-02 Dale JohannesenSkip debug info when looking for existing EH calls...
2010-04-02 Sean CallananFixes to the X86 disassembler. The disassembler will now
2010-04-02 Benjamin KramerFix anachronism.
2010-04-02 Chris LattnerDebugInfoFinder::processModule was foiling my plot by
2010-04-02 Chris Lattnerfix the llvm-x86_64-linux buildbot.
2010-04-02 Chris Lattnerremove empty file.
2010-04-02 Chris Lattnerremove compatibility typedef.
2010-04-02 Chris Lattnerrename NewDebugLoc -> DebugLoc, prune #includes in...
2010-04-02 Chris Lattnerremove uses of DebugLoc::getUnknownLoc.
2010-04-02 Chris Lattnerinclude densemap.h explicitly and rearrange #includes.
2010-04-02 Chris Lattnerstop using DebugLoc::getUnknownLoc()
2010-04-02 Chris Lattneruse DebugLoc default ctor instead of DebugLoc::getUnkno...
2010-04-02 Chris LattnerSwitch the code generator (except the JIT) onto the...
2010-04-02 Evan ChengCorrectly lower memset / memcpy of undef. It should...
2010-04-02 Evan ChengRevert 100204. It broke a bunch of tests and apparently...
2010-04-02 Benjamin KramerUpdate CMake.
2010-04-02 David GreeneLet's try this again. Re-apply 100143 including an...
2010-04-02 Mon P WangRevert r100191 since it breaks objc in clang
2010-04-02 Mon P WangReapply address space patch after fixing an issue in...
2010-04-02 Dan GohmanAdd an explicit keyword.
2010-04-02 Dan GohmanManually notify ScalarEvolution before making an operan...
2010-04-02 Torok EdwinFix SpecificBumpPtrAllocator iteration.
2010-04-02 Duncan SandsAdd notes about dragonegg.
2010-04-02 Bob WilsonRecommit 100158 now that the buildbots are happy again.
2010-04-02 Eric ChristopherRemove FIXME - if there's a better way to do this it...
2010-04-02 Dan GohmanRevert the recent alignment changes. They're broken...
2010-04-02 Evan ChengAfter trivial coalescing, the MI being visited may...
2010-04-02 Dale JohannesenTeach AnalyzeBranch, RemoveBranch and the branch
2010-04-02 Chandler CarruthDisambiguate conditional expression for newer GCCs.
2010-04-02 Dan GohmanRemove this initializer so that the optimizer doesn...
2010-04-02 Dan GohmanUpdate this test for the new preferred alignment heuris...
2010-04-02 Bob WilsonRevert 100158 in case it is causing some of the buildbo...
2010-04-02 Sean CallananUpdated the install location for EnhancedDisassembly
2010-04-02 Dan GohmanChange variables which are exactly 16 bytes to be 16...
2010-04-02 Dan GohmanMake globalopt refine global variable alignment.
2010-04-02 Bob WilsonCheck for terminating conditions before adding PHIs...
2010-04-02 Gabor Greifremove these merge-tracking properties as they
2010-04-02 Dan GohmanIf the bitcode reader input stream isn't a multiple...
2010-04-01 Bob WilsonRemove trailing whitespace.
2010-04-01 Bob WilsonRewrite another SSAUpdater function to avoid recursion.
2010-04-01 Eric ChristopherRevert r100143.
2010-04-01 Devang PatelRevert r100117.
2010-04-01 David GreeneAdd some switches helpful for debugging:
2010-04-01 Evan ChengIn 64-bit mode, use i64 to lower memcpy / memset instea...
2010-04-01 Devang PatelDo not eagerly record known previous location. DBG_VALU...
2010-04-01 Evan ChengSkip checking preferred alignment of GVs defined in...
2010-04-01 Evan ChengAdd comments about DstAlign and SrcAlign.
2010-04-01 Bob WilsonChange another SSAUpdater function to avoid recursion.
2010-04-01 Bob WilsonSimplify the code to check for existing PHIs, now that...
2010-04-01 Bob WilsonThe SSAUpdater should avoid recursive traversals of...
2010-04-01 Evan Cheng- Avoid using floating point stores to implement memset...
2010-04-01 Devang PatelSkip instructions until new scope is seen.
2010-04-01 Devang PatelCosmetic changes.
2010-04-01 Benjamin KramerRemove accidental include and add a comment.
2010-04-01 Benjamin KramerVarious improvements to MemoryBuffer::getFile:
2010-04-01 Evan ChengAdd -mcpu to memcpy / memset tests to ensure they behav...
2010-04-01 Gabor GreifIntroduce ImmutableCallSite, useful for contexts where...
2010-04-01 Nick LewyckyClean up this file a little, no functionality change...
2010-04-01 Chris Lattnerswitch IRBuilder to use NewDebugLoc for locations instead
2010-04-01 Chris Lattneradd comments, don't require inlined-at to be specified.
2010-04-01 Evan ChengFix sdisel memcpy, memset, memmove lowering:
2010-04-01 Evan ChengNehalem unaligned memory access is fast.
2010-04-01 Chris LattnerSwitch the representation of the location in instructio...
2010-04-01 Chris Lattnerinclude header.
2010-04-01 Chris Lattnerrewrite handling of forward ref'd instruction metadata
2010-04-01 Chris Lattnerchange this from using '!dbg' to using '!dbgx'. The
2010-04-01 Chris Lattnerfix a bug in DebugRecVH::deleted/allUsesReplacedWith...
2010-04-01 Chris Lattnerno really, we don't need to copy strings around in...
2010-04-01 Chris Lattnereliminate a temporary smallvector
2010-04-01 Chris Lattneradd a method to decode a DILocation into a NewDebugLoc.
2010-04-01 Eric ChristopherAdd aeskeygenassist intrinsic and rename all of the...
2010-04-01 Erick TryzelaarThere are no known O'Caml problems at the moment.
2010-04-01 Chris Lattnerupdate cmakefile.
2010-04-01 Chris LattnerAdd a new "NewDebugLoc" class which will eventually...
2010-04-01 Jim Grosbachvml[as] are slow on 1136jf-s also.
2010-04-01 Bill WendlingReapply r100056. It doesn't look like it's the one...
2010-03-31 Mikhail GlushenkovPass -m32/-m64 to assembler.
2010-03-31 Bill WendlingRevert r100056. It was causing a failure on MSVC.
2010-03-31 Stuart HastingsReverting 100048; it broke two Frontend debug info...
2010-03-31 Bill WendlingRewrite CorrectExtraCFGEdges() to make it more understa...
2010-03-31 Bob WilsonAdd a redundant PHI testcase for SSAUpdater to go with...
2010-03-31 Stuart HastingsDebug info can now properly represent functions inside...
2010-03-31 Bob WilsonRewrite part of the SSAUpdater to be more careful about...
2010-03-31 Dale JohannesenFix a nasty dangling-pointer heisenbug that could
2010-03-31 Gabor Greiftestcase for r99914, provided by baldrick!
2010-03-31 Chris Lattnerreduce indentation, minor cleanups.
2010-03-31 Benjamin KramerReduce string trashing.
2010-03-31 Jakob Stoklund... Use spaces, not tabs
2010-03-31 Benjamin KramerDwarfDebug: Allocate DIEValues with a BumpPtrAllocator...
2010-03-31 Daniel DunbarAdd a FIXME.
2010-03-31 Bill WendlingComment the changes for r98218 and friends inside the...
2010-03-31 Daniel Dunbarlit: Make sure to close any files we open as part of...
2010-03-31 Bill WendlingComment the changes for r98218 and friends inside the...
2010-03-31 Jakob Stoklund... Fix PR6750. Don't try to merge a DomainValue with itself.
2010-03-31 Benjamin Kramers/getNameStr/getName/
2010-03-31 Benjamin KramerBump SmallString size a bit to avoid malloc trashing.
next