| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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. | Edwin Török | 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 |
* | 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 | 2 | -17/+11 |
* | add new apis for getting/setting !dbg metadata on | Chris Lattner | 2010-03-31 | 6 | -9/+22 |
* | Replace V_SET0 with variants for each SSE execution domain. | Jakob Stoklund Olesen | 2010-03-31 | 9 | -22/+34 |
* | Fix typo. Thank you, valgrind. | Jakob Stoklund Olesen | 2010-03-31 | 2 | -2/+2 |
* | Not all platforms start symbols with _ | Jakob Stoklund Olesen | 2010-03-30 | 2 | -6/+6 |
* | Fix a major source of compile-time slowness at -O0 -g by optimizing | Chris Lattner | 2010-03-30 | 6 | -17/+60 |