| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Convert debug messages to use dbgs(). Generally this means | David Greene | 2009-12-23 | 1 | -10/+10 |
| | | | | | | | s/errs/dbgs/g except for certain special cases. llvm-svn: 92050 | ||||
| * | Convert debug messages to use dbgs(). Generally this means | David Greene | 2009-12-23 | 1 | -1/+1 |
| | | | | | | | s/errs/dbgs/g except for certain special cases. llvm-svn: 92048 | ||||
| * | Convert debug messages to use dbgs(). Generally this means | David Greene | 2009-12-23 | 1 | -7/+8 |
| | | | | | | | s/errs/dbgs/g except for certain special cases. llvm-svn: 92046 | ||||
| * | Convert debug messages to use dbgs(). Generally this means | David Greene | 2009-12-23 | 1 | -7/+7 |
| | | | | | | | s/errs/dbgs/g except for certain special cases. llvm-svn: 92042 | ||||
| * | Convert debug messages to use dbgs(). Generally this means | David Greene | 2009-12-23 | 1 | -7/+7 |
| | | | | | | | s/errs/dbgs/g except for certain special cases. llvm-svn: 92040 | ||||
| * | Convert debug messages to use dbgs(). Generally this means | David Greene | 2009-12-23 | 1 | -1/+2 |
| | | | | | | | s/errs/dbgs/g except for certain special cases. llvm-svn: 92039 | ||||
| * | Convert debug messages to use dbgs(). Generally this means | David Greene | 2009-12-23 | 1 | -5/+5 |
| | | | | | | | s/errs/dbgs/g except for certain special cases. llvm-svn: 92037 | ||||
| * | Remove an XFAIL. | Daniel Dunbar | 2009-12-23 | 1 | -1/+0 |
| | | | | | llvm-svn: 92036 | ||||
| * | Convert debug messages to use dbgs(). Generally this means | David Greene | 2009-12-23 | 1 | -5/+5 |
| | | | | | | | s/errs/dbgs/g except for certain special cases. llvm-svn: 92035 | ||||
| * | Convert debug messages to use dbgs(). Generally this means | David Greene | 2009-12-23 | 1 | -2/+3 |
| | | | | | | | s/errs/dbgs/g except for certain special cases. llvm-svn: 92034 | ||||
| * | Convert debug messages to use dbgs(). Generally this means | David Greene | 2009-12-23 | 1 | -56/+56 |
| | | | | | | | s/errs/dbgs/g except for certain special cases. llvm-svn: 92033 | ||||
| * | Convert debug messages to use dbgs(). Generally this means | David Greene | 2009-12-23 | 1 | -32/+33 |
| | | | | | | | s/errs/dbgs/g except for certain special cases. llvm-svn: 92032 | ||||
| * | Convert debug messages to use dbgs(). Generally this means | David Greene | 2009-12-23 | 1 | -3/+4 |
| | | | | | | | s/errs/dbgs/g except for certain special cases. llvm-svn: 92029 | ||||
| * | Convert debug messages to use dbgs(). Generally this means | David Greene | 2009-12-23 | 1 | -22/+23 |
| | | | | | | | s/errs/dbgs/g except for certain special cases. llvm-svn: 92026 | ||||
| * | Convert debug messages to use dbgs(). Generally this means | David Greene | 2009-12-23 | 1 | -16/+17 |
| | | | | | | | s/errs/dbgs/g except for certain special cases. llvm-svn: 92024 | ||||
| * | Alternative fix to make sure that the extern declarations used by | Douglas Gregor | 2009-12-23 | 1 | -23/+29 |
| | | | | | | | | DynamicLibrary::SearchForAddressOfSymbol refer to declarations in the global namespace. llvm-svn: 92023 | ||||
| * | Revert 92020 until I figure out a more portable fix | Douglas Gregor | 2009-12-23 | 2 | -47/+28 |
| | | | | | llvm-svn: 92021 | ||||
| * | Move the extern symbol declarations outside of | Douglas Gregor | 2009-12-23 | 2 | -28/+47 |
| | | | | | | | | | | | | | | DynamicLibrary::SearchForAddressOfSymbol and force them to have "C" linkage. Interestingly, GCC treats the block-scoped "extern" declarations we previously had as if they were extern "C" declarations (or, at least, were in the global namespace), so that GCC bug papered over this LLVM bug. Clang and EDG get the linkage correct; this new variant seems to work for both GCC and Clang. llvm-svn: 92020 | ||||
| * | Fix another -Wmismatched-tags warning | Douglas Gregor | 2009-12-23 | 1 | -1/+1 |
| | | | | | llvm-svn: 92017 | ||||
| * | Convert debug messages to use dbgs(). Generally this means | David Greene | 2009-12-23 | 1 | -1/+1 |
| | | | | | | | s/errs/dbgs/g except for certain special cases. llvm-svn: 92016 | ||||
| * | Convert debug messages to use dbgs(). Generally this means | David Greene | 2009-12-23 | 1 | -15/+15 |
| | | | | | | | s/errs/dbgs/g except for certain special cases. llvm-svn: 92013 | ||||
| * | move a few more symbols to .rodata | Nuno Lopes | 2009-12-23 | 2 | -2/+2 |
| | | | | | llvm-svn: 92011 | ||||
| * | Convert debug messages to use dbgs(). Generally this means | David Greene | 2009-12-23 | 1 | -1/+2 |
| | | | | | | | s/errs/dbgs/g except for certain special cases. llvm-svn: 92006 | ||||
| * | Convert debug messages to use dbgs(). Generally this means | David Greene | 2009-12-23 | 1 | -2/+2 |
| | | | | | | | s/errs/dbgs/g except for certain special cases. llvm-svn: 92005 | ||||
| * | Fix struct/class mismatch for LTOModule and LTOCodeGenerator, detected by Clang | Douglas Gregor | 2009-12-23 | 2 | -4/+2 |
| | | | | | llvm-svn: 92004 | ||||
| * | De-bork CMake build | Douglas Gregor | 2009-12-23 | 1 | -0/+1 |
| | | | | | llvm-svn: 92003 | ||||
| * | Provide dbgs(), a circular-buffering debug output stream. By default it | David Greene | 2009-12-23 | 2 | -4/+73 |
| | | | | | | | | | simply passes output to errs(). If -debug-buffer-size=N is set N > 0, dbgs() buffers its output until program termination and dumps the last N characters sent to it. This is handy when debugging very large inputs. llvm-svn: 92002 | ||||
| * | Add circular_raw_ostream, which buffers its output in a circular queue | David Greene | 2009-12-23 | 2 | -0/+218 |
| | | | | | | | | | and outputs it when explicitly flushed. The intent is to use it in situations such as debug output logging where a signal handler can take care of flushing the buffer at program termination. llvm-svn: 92001 | ||||
| * | Make it easier to regenerate docs when srcdir != objdir. | Mikhail Glushenkov | 2009-12-23 | 1 | -0/+6 |
| | | | | | llvm-svn: 92000 | ||||
| * | Regenerate. | Mikhail Glushenkov | 2009-12-23 | 1 | -6/+8 |
| | | | | | llvm-svn: 91999 | ||||
| * | Cosmetic issue: more consistent naming. | Mikhail Glushenkov | 2009-12-23 | 1 | -55/+55 |
| | | | | | llvm-svn: 91998 | ||||
| * | Allow (set_option SwitchOption, true). | Mikhail Glushenkov | 2009-12-23 | 3 | -20/+45 |
| | | | | | llvm-svn: 91997 | ||||
| * | Reapply 91904. | Sanjiv Gupta | 2009-12-23 | 4 | -10/+59 |
| | | | | | llvm-svn: 91996 | ||||
| * | Added missing patterns for subtract instruction. | Sanjiv Gupta | 2009-12-23 | 2 | -34/+64 |
| | | | | | llvm-svn: 91995 | ||||
| * | deleting empty file. | Sanjiv Gupta | 2009-12-23 | 1 | -0/+0 |
| | | | | | llvm-svn: 91994 | ||||
| * | Reverting back 91904. | Sanjiv Gupta | 2009-12-23 | 4 | -60/+10 |
| | | | | | llvm-svn: 91993 | ||||
| * | Use more sensible type for flags in asms. PR 5570. | Dale Johannesen | 2009-12-23 | 3 | -5/+31 |
| | | | | | | | Patch by Sylve`re Teissier (sorry, ASCII only). llvm-svn: 91988 | ||||
| * | Update objectsize intrinsic and associated dependencies. Fix | Eric Christopher | 2009-12-23 | 4 | -7/+7 |
| | | | | | | | lowering code and update testcases. llvm-svn: 91979 | ||||
| * | really remove the instruction, don't just comment it out | Chris Lattner | 2009-12-23 | 1 | -7/+4 |
| | | | | | llvm-svn: 91976 | ||||
| * | completely eliminate the MOV16r0 'instruction'. The only | Chris Lattner | 2009-12-23 | 4 | -19/+11 |
| | | | | | | | | interesting part of this is the divrem changes, which are already tested by CodeGen/X86/divrem.ll. llvm-svn: 91975 | ||||
| * | More fixes for Visual C++. Replaced several very small | Sean Callanan | 2009-12-23 | 1 | -10/+10 |
| | | | | | | | static inline functions with macros. llvm-svn: 91973 | ||||
| * | stop pattern matching 16-bit zero's of a register to MOV16r0, | Chris Lattner | 2009-12-23 | 1 | -4/+10 |
| | | | | | | | | | | instead use the appropriate subreggy thing. This generates identical code on some large apps (thanks to Evan's cross class coalescing stuff he did back in july). This means that MOV16r0 can go away completely in the future soon. llvm-svn: 91972 | ||||
| * | Remove superfluous SDNode ordering. | Bill Wendling | 2009-12-23 | 1 | -48/+16 |
| | | | | | llvm-svn: 91971 | ||||
| * | Disable JITTest.FunctionIsRecompiledAndRelinked on ARM where it's not | Jeffrey Yasskin | 2009-12-23 | 1 | -0/+4 |
| | | | | | | | implemented. llvm-svn: 91963 | ||||
| * | Remove node ordering from inline asm nodes. It's not needed. | Bill Wendling | 2009-12-23 | 1 | -16/+0 |
| | | | | | llvm-svn: 91961 | ||||
| * | Suppress compiler warning. | Daniel Dunbar | 2009-12-23 | 1 | -0/+2 |
| | | | | | llvm-svn: 91959 | ||||
| * | Remove node ordering from VA nodes. It's not needed. | Bill Wendling | 2009-12-23 | 1 | -25/+14 |
| | | | | | llvm-svn: 91958 | ||||
| * | Update docs for bitcode changes. For object size checking we won't | Eric Christopher | 2009-12-23 | 1 | -27/+8 |
| | | | | | | | | work with partial objects so just count the type as a boolean. Update appropriately. llvm-svn: 91954 | ||||
| * | Revert r91949 r91942 and r91936. | Bill Wendling | 2009-12-23 | 1 | -407/+119 |
| | | | | | llvm-svn: 91953 | ||||
| * | Finish up node ordering in ExpandNode. | Bill Wendling | 2009-12-23 | 1 | -45/+113 |
| | | | | | llvm-svn: 91949 | ||||

