oota-llvm.git
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.
2010-03-29 Daniel DunbarMC/Mach-O/x86_64: Support @GOTPCREL on symbols, even...
2010-03-29 Bill WendlingRe-add back in the slow way of determining of a clean...
2010-03-29 Jakob Stoklund... Basic implementation of SSEDomainFix pass.
2010-03-29 Bill WendlingA more general (and simpler!) implementation of r99671...
2010-03-29 Devang PatelEncode start location of debug value, communicated...
2010-03-29 Chris Lattnermove a function into a more logical place in the file
2010-03-29 Chris Lattnerremove support for per-time peak memory tracking, this
2010-03-29 Evan ChengFix PR4975. Avoid referencing empty vector.
2010-03-29 Chris Lattnervarious timer fixes: move operator= out of line,
2010-03-29 Benjamin KramerMake isInt?? and isUint?? template specializations...
2010-03-29 Evan ChengPool allocate SDDbgValue nodes.
2010-03-29 Eric ChristopherWe'll never match these as instructions, just as intrin...
2010-03-29 Chris Lattners/.../.
2010-03-29 Chris Lattneruse RAII for ExceptionTimer too
2010-03-29 Chris Lattnerfix a variety of issues were we'd start DebugTimer but
2010-03-29 Chris Lattnermove code around and improve indentation, no functional...
2010-03-29 Benjamin KramerRemove a bunch of integer width predicate functions...
2010-03-29 Chris Lattnersome other notes.
2010-03-29 Chris Lattnerapparently llvm 2.7 now has great armv4 support, from
2010-03-29 Chris Lattnerupdate the vmkit blurb
2010-03-29 Chris Lattneradd tce
2010-03-29 Chris LattnerFrom Kalle Raiskila:
2010-03-29 Chris Lattneradd support for zero initialized unions, patch by Tim...
2010-03-29 Devang PatelRefactor code to push DILocation prcessing into DwarfDe...
2010-03-29 Chris Lattneradd a note.
2010-03-29 Chris LattnerSwitch pattern sorting predicate from stable sort ...
2010-03-29 Chris Lattnerrevert 99795, as mentioned, it is disabled anyway.
2010-03-29 Chris LattnerCheck in a (disabled) failed attempt to improve the...
2010-03-29 Chris Lattnerprint the complexity of the pattern being matched in the
2010-03-29 Johnny ChenAdd NVTBLFrm to represent A8.6.406 VTBL, VTBX Vector...
2010-03-28 Devang PatelRevert 99772.
2010-03-28 Chris Lattneradd a statistic for the # times isel has to backtrack.
2010-03-28 Devang PatelRefactoring. Push DILocation processing in to DwarfDebu...
2010-03-28 Chris Lattnerzap an extra line that Eli noticed!
2010-03-28 Anton KorobeynikovProperly quote the quotes :) during cmdline constructio...
2010-03-28 Torok EdwinFix use-of-uninitialized value when RWX memory can...
2010-03-28 Chris Lattnerimprove type checking of SDNode operand count. This...
2010-03-28 Chris Lattnerfix a type contradition: XCoreISD::RETSP has one argume...
2010-03-28 Chris Lattnerfinally remove the immAllOnesV_bc/immAllZerosV_bc patterns
2010-03-28 Chris Lattnerremove a pattern with no testcase that doesn't appear...
next