- 24c20e2 Do not eagerly record known previous location. DBG_VALUE may not cause a new label due to one or other reason. by Devang Patel · 15 years ago
- 6cdb7e2 Skip checking preferred alignment of GVs defined in other translation units all together. by Evan Cheng · 15 years ago
- 42642d0 Add comments about DstAlign and SrcAlign. by Evan Cheng · 15 years ago
- 33f22e8 Change another SSAUpdater function to avoid recursion. by Bob Wilson · 15 years ago
- 9bdb8f0 Simplify the code to check for existing PHIs, now that it is only used in by Bob Wilson · 15 years ago
- e8b6428 The SSAUpdater should avoid recursive traversals of the CFG, since that may by Bob Wilson · 15 years ago
- 94107ba - Avoid using floating point stores to implement memset unless the value is zero. by Evan Cheng · 15 years ago
- 58c7aa6 Skip instructions until new scope is seen. by Devang Patel · 15 years ago
- 8935d90 Cosmetic changes. Update comment, rename a local variable. by Devang Patel · 15 years ago
- d48c1f9 Remove accidental include and add a comment. by Benjamin Kramer · 15 years ago
- 6a9cd41 Various improvements to MemoryBuffer::getFile: by Benjamin Kramer · 15 years ago
- c8b82cc Introduce ImmutableCallSite, useful for contexts where no mutation by Gabor Greif · 15 years ago
- 2d7820c Clean up this file a little, no functionality change. This is a subset of my by Nick Lewycky · 15 years ago
- a41b915 switch IRBuilder to use NewDebugLoc for locations instead by Chris Lattner · 15 years ago
- 255f20f Fix sdisel memcpy, memset, memmove lowering: by Evan Cheng · 15 years ago
- 48c58bb Nehalem unaligned memory access is fast. by Evan Cheng · 15 years ago
- 61336ae Switch the representation of the location in instruction from by Chris Lattner · 15 years ago
- b45218f include header. by Chris Lattner · 15 years ago
- 449c310 rewrite handling of forward ref'd instruction metadata by Chris Lattner · 15 years ago
- 175edf2 fix a bug in DebugRecVH::deleted/allUsesReplacedWith. If an by Chris Lattner · 15 years ago
- 73180c5 no really, we don't need to copy strings around in the accessor. by Chris Lattner · 15 years ago
- fe80524 eliminate a temporary smallvector by Chris Lattner · 15 years ago
- 68c5513 add a method to decode a DILocation into a NewDebugLoc. by Chris Lattner · 15 years ago
- ec306a9 Add aeskeygenassist intrinsic and rename all of the aes intrinsics to by Eric Christopher · 15 years ago
- 4e5f38e update cmakefile. by Chris Lattner · 15 years ago
- b227925 Add a new "NewDebugLoc" class which will eventually replace DebugLoc, by Chris Lattner · 15 years ago
- 1118b5e vml[as] are slow on 1136jf-s also. by Jim Grosbach · 15 years ago
- e543d16 Reapply r100056. It doesn't look like it's the one that's causing a failure. by Bill Wendling · 15 years ago
- 9e9cca4 Revert r100056. It was causing a failure on MSVC. by Bill Wendling · 15 years ago
- f8df814 Reverting 100048; it broke two Frontend debug info tests. by Stuart Hastings · 15 years ago
- bbd51cd Rewrite CorrectExtraCFGEdges() to make it more understandable. by Bill Wendling · 15 years ago
- a88cb38 Debug info can now properly represent functions inside classes inside other functions. Partial fix for Radar 7424645. by Stuart Hastings · 15 years ago
- a0c6057 Rewrite part of the SSAUpdater to be more careful about inserting redundant by Bob Wilson · 15 years ago
- 536d31b Fix a nasty dangling-pointer heisenbug that could by Dale Johannesen · 15 years ago
- 563d83f reduce indentation, minor cleanups. by Chris Lattner · 15 years ago
- bbb88db Reduce string trashing. by Benjamin Kramer · 15 years ago
- 85ffee2 Use spaces, not tabs by Jakob Stoklund Olesen · 15 years ago
- 345ef34 DwarfDebug: Allocate DIEValues with a BumpPtrAllocator. Most of them are by Benjamin Kramer · 15 years ago
- d93bf04 Comment the changes for r98218 and friends inside the source code. by Bill Wendling · 15 years ago
- 5e1b55d Comment the changes for r98218 and friends inside the source code. by Bill Wendling · 15 years ago
- 5f282b5 Fix PR6750. Don't try to merge a DomainValue with itself. by Jakob Stoklund Olesen · 15 years ago
- 41d43eb s/getNameStr/getName/ by Benjamin Kramer · 15 years ago
- 4ef6822 Bump SmallString size a bit to avoid malloc trashing. by Benjamin Kramer · 15 years ago
- 6163336 AddSignalHandler was not releasing the critical section on win32. by Torok Edwin · 15 years ago
- cfd3188 reduce indentation by Chris Lattner · 15 years ago
- 1d65ba7 tidy up by Chris Lattner · 15 years ago
- 7a2f3e0 microoptimize this hot method, also making it more by Chris Lattner · 15 years ago
- ff741ab MI != 0 is checked in the assert right above this. by Chris Lattner · 15 years ago
- 14d750d use the isDebugValue() predicate and pop_back_val() by Chris Lattner · 15 years ago
- ed7a77b assert is a function-like macro, not a control flow operator. by Chris Lattner · 15 years ago
- 4dd8163 reduce indentation, fit in 80 cols and various other cosmetic cleanups. by Chris Lattner · 15 years ago
- 23dbf66 use the optimized debug info apis in sdisel. by Chris Lattner · 15 years ago
- 5169c9e make irbuilder use the new optimized debug info accessors. by Chris Lattner · 15 years ago
- 870cfcf add new apis for getting/setting !dbg metadata on by Chris Lattner · 15 years ago
- d363b4e Replace V_SET0 with variants for each SSE execution domain. by Jakob Stoklund Olesen · 15 years ago
- b16df90 Fix typo. Thank you, valgrind. by Jakob Stoklund Olesen · 15 years ago
- ec39f09 Fix a major source of compile-time slowness at -O0 -g by optimizing by Chris Lattner · 15 years ago
- bfcd61b Enable -sse-domain-fix by default. Now with tests! by Jakob Stoklund Olesen · 15 years ago
- 428e152 V_SETALLONES is an integer instruction. by Jakob Stoklund Olesen · 15 years ago
- 357be7f Renumber SSE execution domains for better code size. by Jakob Stoklund Olesen · 15 years ago
- 100f090 Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. by Bob Wilson · 15 years ago
- 722f229 Ignore invalid metadata. by Devang Patel · 15 years ago
- adffc9d Revert "Enable -sse-domain-fix by default. What could possibly go wrong?" by Jakob Stoklund Olesen · 15 years ago
- 90b9df4 Enable -sse-domain-fix by default. What could possibly go wrong? by Jakob Stoklund Olesen · 15 years ago
- 808bab0 Added support for address spaces and added a isVolatile field to memcpy, memmove, and memset, by Mon P Wang · 15 years ago
- 04e3b1e move some method definitions to files that make sense. by Chris Lattner · 15 years ago
- 991de14 Introduce SpecificBumpPtrAllocator, a wrapper for BumpPtrAllocator which allows by Benjamin Kramer · 15 years ago
- 820580d Typo noticed by Duncan. by Torok Edwin · 15 years ago
- 4bb31bf Fix a grammaro. by Dan Gohman · 15 years ago
- 1a5d2a8 Add cross-block inference to SSEDomainFix. by Jakob Stoklund Olesen · 15 years ago
- bd44314 fix two cases where the arguments were extracted from the wrong range out of the InvokeInst by Gabor Greif · 15 years ago
- 8258d0b Remove the pmulld intrinsic and autoupdate it as a vector multiply. by Eric Christopher · 15 years ago
- 9b97a73 Rip out the 'is temporary' nonsense from the MCContext interface to by Chris Lattner · 15 years ago
- 87bd191 Funky indentation. by Evan Cheng · 15 years ago
- 7ed6311 There is no need to fall through after processing DBG_VALUE machine instruction. by Devang Patel · 15 years ago
- 7a8cf28 Fix -Asserts warning. by Daniel Dunbar · 15 years ago
- 6ce5792 Introduce namespace-scope functions to enable LLVM statistics without by Douglas Gregor · 15 years ago
- 32e6518 XFAIL some PIC16 tests when running under valgrind-leaks. I don't expect these by Benjamin Kramer · 15 years ago
- 91b1d8f PIC16: Plug a leak in PIC16Section by allocating name & address strings in the by Benjamin Kramer · 15 years ago
- fb70e7d Don't overwrite previous value, if it succeeded. by Torok Edwin · 15 years ago
- e38bc14 Honour addGlobalMapping() in the interpreter, if it was used to add mappings for by Torok Edwin · 15 years ago
- 01cb1b6 Reapply r99881 with some fixes: only call destructor in releaseMemory! by Torok Edwin · 15 years ago
- 226dd2b Revert 99881, it brooke smooshlab's llvm-gcc-i386-darwin9. by Torok Edwin · 15 years ago
- 2a22004 Introduce another Reset() method in BumpPtrAllocator that calls a destructor by Torok Edwin · 15 years ago
- 28a1e48 Avoid being influenced by the presence of dbg_value instructions. by Evan Cheng · 15 years ago
- cebf5bc stringref'ize Timer apis by Chris Lattner · 15 years ago
- 83fa78e finally, maintain a global list of timer groups, allowing us to by Chris Lattner · 15 years ago
- ecdbff8 add a new TimerGroup::print method, and refactor away the bogus by Chris Lattner · 15 years ago
- 49a2bb2 rename GetLibSupportInfoOutputFile -> CreateInfoOutputFile and by Chris Lattner · 15 years ago
- 9f9f6d1 if a timergroup is destroyed before its timers, print times. by Chris Lattner · 15 years ago
- b931269 change TimerGroup to keep a linked list of active timers by Chris Lattner · 15 years ago
- a782e75 reapply my timer rewrite with a change for PassManager to store by Chris Lattner · 15 years ago
- 0d2725a revert r99862 which is causing FNT failures. by Chris Lattner · 15 years ago
- 9fa0eff fairly major rewrite of various timing related stuff. by Chris Lattner · 15 years ago
- 4bd24c2 Add FIXME for operand promotion. by Eric Christopher · 15 years ago
- d77f818 Be gentle to MSVC. C++ is hard, after all. by Jakob Stoklund Olesen · 15 years ago
- 1de558b MC/Mach-O/x86_64: Support @GOTPCREL on symbols, even for non-PCrel relocations! by Daniel Dunbar · 15 years ago
- 201f5f0 Re-add back in the slow way of determining of a clean-up should become a by Bill Wendling · 15 years ago
- e4b94b4 Basic implementation of SSEDomainFix pass. by Jakob Stoklund Olesen · 15 years ago
- bfde644 A more general (and simpler!) implementation of r99671. It performs a similar by Bill Wendling · 15 years ago