| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 2 | -10/+13 |
* | add comments, don't require inlined-at to be specified. | Chris Lattner | 2010-04-01 | 1 | -1/+3 |
* | Fix sdisel memcpy, memset, memmove lowering: | Evan Cheng | 2010-04-01 | 14 | -182/+312 |
* | 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 | 3 | -12/+54 |
* | 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 |
* | change this from using '!dbg' to using '!dbgx'. The | Chris Lattner | 2010-04-01 | 1 | -4/+4 |
* | 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 | 2 | -1/+19 |
* | Add aeskeygenassist intrinsic and rename all of the aes intrinsics to | Eric Christopher | 2010-04-01 | 2 | -26/+38 |
* | There are no known O'Caml problems at the moment. | Erick Tryzelaar | 2010-04-01 | 1 | -14/+0 |
* | 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 | 3 | -1/+369 |
* | 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 |
* | Pass -m32/-m64 to assembler. | Mikhail Glushenkov | 2010-03-31 | 1 | -0/+2 |
* | 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 |
* | Add a redundant PHI testcase for SSAUpdater to go with svn r100047. | Bob Wilson | 2010-03-31 | 1 | -0/+46 |
* | 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 | 2 | -159/+286 |
* | Fix a nasty dangling-pointer heisenbug that could | Dale Johannesen | 2010-03-31 | 1 | -1/+5 |
* | testcase for r99914, provided by baldrick! | Gabor Greif | 2010-03-31 | 1 | -0/+18 |
* | 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 |
* | Add a FIXME. | Daniel Dunbar | 2010-03-31 | 1 | -0/+2 |
* | Comment the changes for r98218 and friends inside the source code. | Bill Wendling | 2010-03-31 | 1 | -0/+5 |
* | lit: Make sure to close any files we open as part of redirection. | Daniel Dunbar | 2010-03-31 | 1 | -1/+7 |
* | 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 |
* | Small fixes to this documentation. Remove mention of uint/int type, fix typo | Nick Lewycky | 2010-03-31 | 1 | -8/+7 |
* | 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 |
* | Correct comment. | Duncan Sands | 2010-03-31 | 1 | -1/+1 |
* | reduce indentation, fit in 80 cols and various other cosmetic cleanups. | Chris Lattner | 2010-03-31 | 1 | -284/+300 |
* | fix file header. | Chris Lattner | 2010-03-31 | 1 | -2/+1 |