| Commit message (Expand) | Author | Age | Files | Lines |
| * | Introduce ImmutableCallSite, useful for contexts where no mutation | Gabor Greif | 2010-04-01 | 5 | -70/+67 |
| * | Clean up this file a little, no functionality change. This is a subset of my | Nick Lewycky | 2010-04-01 | 1 | -11/+10 |
| * | switch IRBuilder to use NewDebugLoc for locations instead | Chris Lattner | 2010-04-01 | 1 | -3/+5 |
| * | Fix sdisel memcpy, memset, memmove lowering: | Evan Cheng | 2010-04-01 | 6 | -123/+179 |
| * | Nehalem unaligned memory access is fast. | Evan Cheng | 2010-04-01 | 3 | -2/+15 |
| * | Switch the representation of the location in instruction from | Chris Lattner | 2010-04-01 | 2 | -8/+28 |
| * | include header. | Chris Lattner | 2010-04-01 | 1 | -0/+1 |
| * | rewrite handling of forward ref'd instruction metadata | Chris Lattner | 2010-04-01 | 2 | -9/+60 |
| * | fix a bug in DebugRecVH::deleted/allUsesReplacedWith. If an | Chris Lattner | 2010-04-01 | 1 | -4/+7 |
| * | no really, we don't need to copy strings around in the accessor. | Chris Lattner | 2010-04-01 | 1 | -1/+1 |
| * | eliminate a temporary smallvector | Chris Lattner | 2010-04-01 | 2 | -13/+5 |
| * | add a method to decode a DILocation into a NewDebugLoc. | Chris Lattner | 2010-04-01 | 1 | -0/+15 |
| * | Add aeskeygenassist intrinsic and rename all of the aes intrinsics to | Eric Christopher | 2010-04-01 | 1 | -21/+29 |
| * | update cmakefile. | Chris Lattner | 2010-04-01 | 1 | -0/+1 |
| * | Add a new "NewDebugLoc" class which will eventually replace DebugLoc, | Chris Lattner | 2010-04-01 | 2 | -1/+314 |
| * | vml[as] are slow on 1136jf-s also. | Jim Grosbach | 2010-04-01 | 1 | -1/+2 |
| * | Reapply r100056. It doesn't look like it's the one that's causing a failure. | Bill Wendling | 2010-04-01 | 1 | -35/+23 |
| * | Revert r100056. It was causing a failure on MSVC. | Bill Wendling | 2010-03-31 | 1 | -23/+35 |
| * | Reverting 100048; it broke two Frontend debug info tests. | Stuart Hastings | 2010-03-31 | 2 | -26/+10 |
| * | Rewrite CorrectExtraCFGEdges() to make it more understandable. | Bill Wendling | 2010-03-31 | 1 | -35/+23 |
| * | Debug info can now properly represent functions inside classes inside other f... | Stuart Hastings | 2010-03-31 | 2 | -10/+26 |
| * | Rewrite part of the SSAUpdater to be more careful about inserting redundant | Bob Wilson | 2010-03-31 | 1 | -150/+263 |
| * | Fix a nasty dangling-pointer heisenbug that could | Dale Johannesen | 2010-03-31 | 1 | -1/+5 |
| * | reduce indentation, minor cleanups. | Chris Lattner | 2010-03-31 | 1 | -38/+42 |
| * | Reduce string trashing. | Benjamin Kramer | 2010-03-31 | 1 | -2/+2 |
| * | Use spaces, not tabs | Jakob Stoklund Olesen | 2010-03-31 | 1 | -1/+1 |
| * | DwarfDebug: Allocate DIEValues with a BumpPtrAllocator. Most of them are | Benjamin Kramer | 2010-03-31 | 4 | -32/+30 |
| * | Comment the changes for r98218 and friends inside the source code. | Bill Wendling | 2010-03-31 | 1 | -0/+5 |
| * | Comment the changes for r98218 and friends inside the source code. | Bill Wendling | 2010-03-31 | 2 | -0/+10 |
| * | Fix PR6750. Don't try to merge a DomainValue with itself. | Jakob Stoklund Olesen | 2010-03-31 | 1 | -0/+2 |
| * | s/getNameStr/getName/ | Benjamin Kramer | 2010-03-31 | 1 | -3/+3 |
| * | Bump SmallString size a bit to avoid malloc trashing. | Benjamin Kramer | 2010-03-31 | 1 | -7/+3 |
| * | AddSignalHandler was not releasing the critical section on win32. | Torok Edwin | 2010-03-31 | 1 | -0/+1 |
| * | reduce indentation | Chris Lattner | 2010-03-31 | 1 | -20/+21 |
| * | tidy up | Chris Lattner | 2010-03-31 | 1 | -7/+8 |
| * | microoptimize this hot method, also making it more | Chris Lattner | 2010-03-31 | 1 | -3/+2 |
| * | MI != 0 is checked in the assert right above this. | Chris Lattner | 2010-03-31 | 1 | -1/+1 |
| * | use the isDebugValue() predicate and pop_back_val() | Chris Lattner | 2010-03-31 | 1 | -7/+7 |
| * | assert is a function-like macro, not a control flow operator. | Chris Lattner | 2010-03-31 | 1 | -14/+14 |
| * | reduce indentation, fit in 80 cols and various other cosmetic cleanups. | Chris Lattner | 2010-03-31 | 1 | -284/+300 |
| * | use the optimized debug info apis in sdisel. | Chris Lattner | 2010-03-31 | 1 | -19/+16 |
| * | make irbuilder use the new optimized debug info accessors. | Chris Lattner | 2010-03-31 | 1 | -13/+0 |
| * | add new apis for getting/setting !dbg metadata on | Chris Lattner | 2010-03-31 | 4 | -7/+11 |
| * | Replace V_SET0 with variants for each SSE execution domain. | Jakob Stoklund Olesen | 2010-03-31 | 3 | -15/+26 |
| * | Fix typo. Thank you, valgrind. | Jakob Stoklund Olesen | 2010-03-31 | 1 | -1/+1 |
| * | Fix a major source of compile-time slowness at -O0 -g by optimizing | Chris Lattner | 2010-03-30 | 3 | -14/+43 |
| * | Enable -sse-domain-fix by default. Now with tests! | Jakob Stoklund Olesen | 2010-03-30 | 1 | -6/+1 |
| * | V_SETALLONES is an integer instruction. | Jakob Stoklund Olesen | 2010-03-30 | 1 | -1/+1 |
| * | Renumber SSE execution domains for better code size. | Jakob Stoklund Olesen | 2010-03-30 | 3 | -24/+21 |
| * | Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. | Bob Wilson | 2010-03-30 | 15 | -270/+117 |