oota-llvm.git
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.
2010-03-31 Torok EdwinAddSignalHandler was not releasing the critical section...
2010-03-31 Nick LewyckySmall fixes to this documentation. Remove mention of...
2010-03-31 Chris Lattnerreduce indentation
2010-03-31 Chris Lattnertidy up
2010-03-31 Chris Lattnermicrooptimize this hot method, also making it more
2010-03-31 Chris LattnerMI != 0 is checked in the assert right above this.
2010-03-31 Chris Lattneruse the isDebugValue() predicate and pop_back_val()
2010-03-31 Chris Lattnerassert is a function-like macro, not a control flow...
2010-03-31 Duncan SandsCorrect comment.
2010-03-31 Chris Lattnerreduce indentation, fit in 80 cols and various other...
2010-03-31 Chris Lattnerfix file header.
2010-03-31 Chris Lattneruse the optimized debug info apis in sdisel.
2010-03-31 Chris Lattnermake irbuilder use the new optimized debug info accessors.
2010-03-31 Chris Lattneradd new apis for getting/setting !dbg metadata on
2010-03-31 Jakob Stoklund... Replace V_SET0 with variants for each SSE execution...
2010-03-31 Jakob Stoklund... Fix typo. Thank you, valgrind.
2010-03-30 Jakob Stoklund... Not all platforms start symbols with _
2010-03-30 Chris LattnerFix a major source of compile-time slowness at -O0...
2010-03-30 Jakob Stoklund... Enable -sse-domain-fix by default. Now with tests!
2010-03-30 Jakob Stoklund... V_SETALLONES is an integer instruction.
2010-03-30 Jakob Stoklund... Renumber SSE execution domains for better code size.
2010-03-30 Bob WilsonRevert Mon Ping's change 99928, since it broke all...
2010-03-30 Devang PatelIgnore invalid metadata.
2010-03-30 Jakob Stoklund... Revert "Enable -sse-domain-fix by default. What could...
2010-03-30 Jakob Stoklund... Enable -sse-domain-fix by default. What could possibly...
2010-03-30 Mon P WangAdded support for address spaces and added a isVolatile...
next