summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.Bob Wilson2010-03-30
* Ignore invalid metadata.Devang Patel2010-03-30
* Revert "Enable -sse-domain-fix by default. What could possibly go wrong?"Jakob Stoklund Olesen2010-03-30
* Enable -sse-domain-fix by default. What could possibly go wrong?Jakob Stoklund Olesen2010-03-30
* Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang2010-03-30
* move some method definitions to files that make sense.Chris Lattner2010-03-30
* Introduce SpecificBumpPtrAllocator, a wrapper for BumpPtrAllocator which allowsBenjamin Kramer2010-03-30
* Typo noticed by Duncan.Torok Edwin2010-03-30
* Fix a grammaro.Dan Gohman2010-03-30
* Add cross-block inference to SSEDomainFix.Jakob Stoklund Olesen2010-03-30
* fix two cases where the arguments were extracted from the wrong range out of ...Gabor Greif2010-03-30
* Remove the pmulld intrinsic and autoupdate it as a vector multiply.Eric Christopher2010-03-30
* Rip out the 'is temporary' nonsense from the MCContext interface toChris Lattner2010-03-30
* Funky indentation.Evan Cheng2010-03-30
* There is no need to fall through after processing DBG_VALUE machine instruction.Devang Patel2010-03-30
* Fix -Asserts warning.Daniel Dunbar2010-03-30
* Introduce namespace-scope functions to enable LLVM statistics withoutDouglas Gregor2010-03-30
* XFAIL some PIC16 tests when running under valgrind-leaks. I don't expect theseBenjamin Kramer2010-03-30
* PIC16: Plug a leak in PIC16Section by allocating name & address strings in theBenjamin Kramer2010-03-30
* Don't overwrite previous value, if it succeeded.Torok Edwin2010-03-30
* Honour addGlobalMapping() in the interpreter, if it was used to add mappings forTorok Edwin2010-03-30
* Reapply r99881 with some fixes: only call destructor in releaseMemory!Torok Edwin2010-03-30
* Revert 99881, it brooke smooshlab's llvm-gcc-i386-darwin9.Torok Edwin2010-03-30
* Introduce another Reset() method in BumpPtrAllocator that calls a destructorTorok Edwin2010-03-30
* Avoid being influenced by the presence of dbg_value instructions.Evan Cheng2010-03-30
* stringref'ize Timer apisChris Lattner2010-03-30
* finally, maintain a global list of timer groups, allowing us to Chris Lattner2010-03-30
* add a new TimerGroup::print method, and refactor away the bogusChris Lattner2010-03-30
* rename GetLibSupportInfoOutputFile -> CreateInfoOutputFile andChris Lattner2010-03-30
* if a timergroup is destroyed before its timers, print times.Chris Lattner2010-03-30
* change TimerGroup to keep a linked list of active timers Chris Lattner2010-03-30
* reapply my timer rewrite with a change for PassManager to store Chris Lattner2010-03-30
* revert r99862 which is causing FNT failures.Chris Lattner2010-03-30
* fairly major rewrite of various timing related stuff.Chris Lattner2010-03-30
* Add FIXME for operand promotion.Eric Christopher2010-03-30
* Be gentle to MSVC. C++ is hard, after all.Jakob Stoklund Olesen2010-03-30
* MC/Mach-O/x86_64: Support @GOTPCREL on symbols, even for non-PCrel relocations!Daniel Dunbar2010-03-29
* Re-add back in the slow way of determining of a clean-up should become aBill Wendling2010-03-29
* Basic implementation of SSEDomainFix pass.Jakob Stoklund Olesen2010-03-29
* A more general (and simpler!) implementation of r99671. It performs a similarBill Wendling2010-03-29
* Encode start location of debug value, communicated through DBG_VALUE machine ...Devang Patel2010-03-29
* move a function into a more logical place in the fileChris Lattner2010-03-29
* remove support for per-time peak memory tracking, thisChris Lattner2010-03-29
* Fix PR4975. Avoid referencing empty vector.Evan Cheng2010-03-29
* various timer fixes: move operator= out of line,Chris Lattner2010-03-29
* Make isInt?? and isUint?? template specializations of the generic versions. ThisBenjamin Kramer2010-03-29
* Pool allocate SDDbgValue nodes.Evan Cheng2010-03-29
* We'll never match these as instructions, just as intrinsics so removeEric Christopher2010-03-29
* s/.../.Chris Lattner2010-03-29
* use RAII for ExceptionTimer tooChris Lattner2010-03-29