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