oota-llvm.git
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...
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... Add cross-block inference to SSEDomainFix.
2010-03-30 Dan GohmanFix llvm-ld to clean up its output files in case of...
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 Douglas GregorSwitch isa_impl from a function template to a class...
2010-03-30 Daniel DunbarFix -Asserts warning.
2010-03-30 Douglas GregorIntroduce namespace-scope functions to enable LLVM...
2010-03-30 Ted KremenekChange PointerUnionX::getFromOpaqueValue() to be declar...
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.
2010-03-30 Torok EdwinIntroduce another Reset() method in BumpPtrAllocator...
2010-03-30 Evan ChengAvoid being influenced by the presence of dbg_value...
2010-03-30 Chris Lattnerstringref'ize Timer apis
2010-03-30 Chris Lattnerfinally, maintain a global list of timer groups, allowi...
2010-03-30 Chris Lattneradd a new TimerGroup::print method, and refactor away...
2010-03-30 Chris Lattnerrename GetLibSupportInfoOutputFile -> CreateInfoOutputF...
2010-03-30 Chris Lattnerif a timergroup is destroyed before its timers, print...
2010-03-30 Chris Lattnerchange TimerGroup to keep a linked list of active timers
2010-03-30 Chris Lattnerreapply my timer rewrite with a change for PassManager...
2010-03-30 Chris Lattnerrevert r99862 which is causing FNT failures.
2010-03-30 Chris Lattnerfairly major rewrite of various timing related stuff.
2010-03-30 Eric ChristopherAdd FIXME for operand promotion.
2010-03-30 Jakob Stoklund... Be gentle to MSVC. C++ is hard, after all.
next