Fix SpecificBumpPtrAllocator iteration.
[oota-llvm.git] / lib /
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 Bob WilsonRevert 100158 in case it is causing some of the buildbo...
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 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 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 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 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 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 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 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 Chris Lattnerreduce indentation, minor cleanups.
2010-03-31 Benjamin KramerReduce string trashing.
2010-03-31 Jakob Stoklund OlesenUse spaces, not tabs
2010-03-31 Benjamin KramerDwarfDebug: Allocate DIEValues with a BumpPtrAllocator...
2010-03-31 Bill WendlingComment the changes for r98218 and friends inside the...
2010-03-31 Bill WendlingComment the changes for r98218 and friends inside the...
2010-03-31 Jakob Stoklund OlesenFix 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 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 Chris Lattnerreduce indentation, fit in 80 cols and various other...
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 OlesenReplace V_SET0 with variants for each SSE execution...
2010-03-31 Jakob Stoklund OlesenFix typo. Thank you, valgrind.
2010-03-30 Chris LattnerFix a major source of compile-time slowness at -O0...
2010-03-30 Jakob Stoklund OlesenEnable -sse-domain-fix by default. Now with tests!
2010-03-30 Jakob Stoklund OlesenV_SETALLONES is an integer instruction.
2010-03-30 Jakob Stoklund OlesenRenumber 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 OlesenRevert "Enable -sse-domain-fix by default. What could...
2010-03-30 Jakob Stoklund OlesenEnable -sse-domain-fix by default. What could possibly...
2010-03-30 Mon P WangAdded support for address spaces and added a isVolatile...
2010-03-30 Chris Lattnermove some method definitions to files that make sense.
2010-03-30 Benjamin KramerIntroduce SpecificBumpPtrAllocator, a wrapper for BumpP...
2010-03-30 Torok EdwinTypo noticed by Duncan.
2010-03-30 Dan GohmanFix a grammaro.
2010-03-30 Jakob Stoklund OlesenAdd cross-block inference to SSEDomainFix.
2010-03-30 Gabor Greiffix two cases where the arguments were extracted from...
2010-03-30 Eric ChristopherRemove the pmulld intrinsic and autoupdate it as a...
2010-03-30 Chris LattnerRip out the 'is temporary' nonsense from the MCContext...
2010-03-30 Evan ChengFunky indentation.
2010-03-30 Devang PatelThere is no need to fall through after processing DBG_V...
2010-03-30 Daniel DunbarFix -Asserts warning.
2010-03-30 Douglas GregorIntroduce namespace-scope functions to enable LLVM...
2010-03-30 Benjamin KramerXFAIL some PIC16 tests when running under valgrind...
2010-03-30 Benjamin KramerPIC16: Plug a leak in PIC16Section by allocating name...
2010-03-30 Torok EdwinDon't overwrite previous value, if it succeeded.
2010-03-30 Torok EdwinHonour addGlobalMapping() in the interpreter, if it...
2010-03-30 Torok EdwinReapply r99881 with some fixes: only call destructor...
2010-03-30 Torok EdwinRevert 99881, it brooke smooshlab's llvm-gcc-i386-darwin9.
next