aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-30Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang
2010-03-30move some method definitions to files that make sense.Chris Lattner
2010-03-30Introduce SpecificBumpPtrAllocator, a wrapper for BumpPtrAllocator which allowsBenjamin Kramer
2010-03-30Typo noticed by Duncan.Torok Edwin
2010-03-30Fix a grammaro.Dan Gohman
2010-03-30Add cross-block inference to SSEDomainFix.Jakob Stoklund Olesen
2010-03-30Fix llvm-ld to clean up its output files in case of an error.Dan Gohman
2010-03-30fix two cases where the arguments were extracted from the wrong range out of ...Gabor Greif
2010-03-30Remove the pmulld intrinsic and autoupdate it as a vector multiply.Eric Christopher
2010-03-30Rip out the 'is temporary' nonsense from the MCContext interface toChris Lattner
2010-03-30Funky indentation.Evan Cheng
2010-03-30There is no need to fall through after processing DBG_VALUE machine instruction.Devang Patel
2010-03-30Switch isa_impl from a function template to a class template with aDouglas Gregor
2010-03-30Fix -Asserts warning.Daniel Dunbar
2010-03-30Introduce namespace-scope functions to enable LLVM statistics withoutDouglas Gregor
2010-03-30Change PointerUnionX::getFromOpaqueValue() to be declared 'static inline' ins...Ted Kremenek
2010-03-30XFAIL some PIC16 tests when running under valgrind-leaks. I don't expect theseBenjamin Kramer
2010-03-30PIC16: Plug a leak in PIC16Section by allocating name & address strings in theBenjamin Kramer
2010-03-30Don't overwrite previous value, if it succeeded.Torok Edwin
2010-03-30Honour addGlobalMapping() in the interpreter, if it was used to add mappings forTorok Edwin
2010-03-30Reapply r99881 with some fixes: only call destructor in releaseMemory!Torok Edwin
2010-03-30Revert 99881, it brooke smooshlab's llvm-gcc-i386-darwin9.Torok Edwin
2010-03-30Introduce another Reset() method in BumpPtrAllocator that calls a destructorTorok Edwin
2010-03-30Avoid being influenced by the presence of dbg_value instructions.Evan Cheng
2010-03-30stringref'ize Timer apisChris Lattner
2010-03-30finally, maintain a global list of timer groups, allowing us to Chris Lattner
2010-03-30add a new TimerGroup::print method, and refactor away the bogusChris Lattner
2010-03-30rename GetLibSupportInfoOutputFile -> CreateInfoOutputFile andChris Lattner
2010-03-30if a timergroup is destroyed before its timers, print times.Chris Lattner
2010-03-30change TimerGroup to keep a linked list of active timers Chris Lattner
2010-03-30reapply my timer rewrite with a change for PassManager to store Chris Lattner
2010-03-30revert r99862 which is causing FNT failures.Chris Lattner
2010-03-30fairly major rewrite of various timing related stuff.Chris Lattner
2010-03-30Add FIXME for operand promotion.Eric Christopher
2010-03-30Be gentle to MSVC. C++ is hard, after all.Jakob Stoklund Olesen
2010-03-29MC/Mach-O/x86_64: Support @GOTPCREL on symbols, even for non-PCrel relocations!Daniel Dunbar
2010-03-29Re-add back in the slow way of determining of a clean-up should become aBill Wendling
2010-03-29Basic implementation of SSEDomainFix pass.Jakob Stoklund Olesen
2010-03-29A more general (and simpler!) implementation of r99671. It performs a similarBill Wendling
2010-03-29Encode start location of debug value, communicated through DBG_VALUE machine ...Devang Patel
2010-03-29move a function into a more logical place in the fileChris Lattner
2010-03-29remove support for per-time peak memory tracking, thisChris Lattner
2010-03-29Fix PR4975. Avoid referencing empty vector.Evan Cheng
2010-03-29various timer fixes: move operator= out of line,Chris Lattner
2010-03-29Make isInt?? and isUint?? template specializations of the generic versions. ThisBenjamin Kramer
2010-03-29Pool allocate SDDbgValue nodes.Evan Cheng
2010-03-29We'll never match these as instructions, just as intrinsics so removeEric Christopher
2010-03-29s/.../.Chris Lattner
2010-03-29use RAII for ExceptionTimer tooChris Lattner
2010-03-29fix a variety of issues were we'd start DebugTimer but Chris Lattner