| Commit message (Expand) | Author | Age | Files | Lines |
* | rename SourceMgr::PrintError to PrintMessage. | Chris Lattner | 2009-06-21 | 1 | -3/+2 |
* | move include searching logic from TGLexer to SourceMgr. | Chris Lattner | 2009-06-21 | 1 | -0/+13 |
* | Rename TGSourceMgr -> SourceMgr. | Chris Lattner | 2009-06-21 | 1 | -9/+9 |
* | rename TGLoc -> SMLoc. | Chris Lattner | 2009-06-21 | 1 | -14/+14 |
* | move TGSourceMgr class out of TableGen into libsupport. | Chris Lattner | 2009-06-21 | 1 | -0/+108 |
* | mv CodeGen/DebugLoc.h Support/DebugLoc.h | Devang Patel | 2009-06-19 | 1 | -0/+101 |
* | Fences are expensive. Avoid doing them when we're not in multithreaded mode. | Owen Anderson | 2009-06-19 | 1 | -4/+4 |
* | Revert IRBuilder CC propagation. Fix SimplifyLibCalls instead. | Anton Korobeynikov | 2009-06-18 | 1 | -39/+8 |
* | Move Threading.[h|cpp] from Support to System. | Owen Anderson | 2009-06-18 | 2 | -46/+1 |
* | Forgot to commit this hunk | Anton Korobeynikov | 2009-06-18 | 1 | -0/+12 |
* | Propagate calling conv for invokes too | Anton Korobeynikov | 2009-06-18 | 1 | -2/+4 |
* | Honour calling convention and attributes of Callee by default. | Anton Korobeynikov | 2009-06-17 | 1 | -6/+24 |
* | make CreateFMul forward to CreateFMul, not CreateMul. | Chris Lattner | 2009-06-17 | 1 | -1/+1 |
* | Fix comment. | Mikhail Glushenkov | 2009-06-17 | 1 | -2/+2 |
* | Fix/cleanup trailing newlines. | Owen Anderson | 2009-06-16 | 1 | -1/+1 |
* | Split the thread-related APIs out into their own file, and add a few more | Owen Anderson | 2009-06-16 | 2 | -7/+46 |
* | Add a CreateFNeg function to IRBuilder. | Dan Gohman | 2009-06-15 | 1 | -0/+5 |
* | Simple ELF32/64 binary files can now be emitted for x86 and x86_64 without | Bruno Cardoso Lopes | 2009-06-07 | 1 | -1/+12 |
* | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman | 2009-06-04 | 5 | -0/+98 |
* | Add support for outputting ANSI colors to raw_fd_ostream. | Edwin Török | 2009-06-04 | 1 | -0/+31 |
* | Change LTO to run the global opt pass twice. | Daniel Dunbar | 2009-06-03 | 1 | -8/+2 |
* | Add createStandardLTOPasses to StandardPasses.h, and move lto and llvm-ld over. | Daniel Dunbar | 2009-06-03 | 1 | -0/+101 |
* | Remove some silly code. | Daniel Dunbar | 2009-06-03 | 1 | -1/+1 |
* | Add StandardPasses.h which embeds the standard compilation passes shared by | Daniel Dunbar | 2009-06-03 | 1 | -0/+149 |
* | Change TargetFolder's TD member from a reference to a | Dan Gohman | 2009-06-03 | 1 | -5/+7 |
* | Fix the name of the function in this comment. | Dan Gohman | 2009-05-31 | 1 | -2/+2 |
* | Add AMD64 elf machine type | Bruno Cardoso Lopes | 2009-05-30 | 1 | -1/+2 |
* | Add an accessor method to return the insertion point. | Dan Gohman | 2009-05-20 | 1 | -0/+2 |
* | Have llvm_start_multithreaded return a bool indicating whether multithreaded | Owen Anderson | 2009-05-20 | 1 | -2/+4 |
* | Add llvm_start_multithreaded(), which starts up the LLVM internals in thread-... | Owen Anderson | 2009-05-20 | 1 | -11/+33 |
* | Back out the thread-safe ManagedStatic for now. Too many people have too man... | Owen Anderson | 2009-05-16 | 1 | -20/+4 |
* | Factor out some common code, fix more typoes, and add a memory fence that mig... | Owen Anderson | 2009-05-15 | 1 | -31/+15 |
* | Fix an unfortunate typo. | Owen Anderson | 2009-05-15 | 1 | -1/+1 |
* | Now with working on Leopard! | Owen Anderson | 2009-05-15 | 1 | -1/+1 |
* | Make ManagedStatic threadsafe by using atomic operations. | Owen Anderson | 2009-05-14 | 1 | -4/+36 |
* | Add an int64_t variant of abs, for host environments | Dale Johannesen | 2009-05-13 | 1 | -0/+7 |
* | Add DW_AT_APPLE_isa and DW_AT_APPLE_block. Radar 6867696 | Mike Stump | 2009-05-11 | 1 | -0/+2 |
* | Add simplify_type specializations to allow WeakVH, AssertingVH, and | Dan Gohman | 2009-05-06 | 1 | -2/+37 |
* | Quotes should be printed before private prefix; some code clean up. | Evan Cheng | 2009-05-05 | 1 | -1/+5 |
* | Add an explicit keyword. | Dan Gohman | 2009-05-05 | 1 | -1/+2 |
* | Apply Jeffrey Yasskin's CallbackVH patch, with minor tweaks from me | Dan Gohman | 2009-05-02 | 1 | -1/+45 |
* | Include <limits.h> to get the definition of CHAR_BIT. | Dan Gohman | 2009-05-02 | 1 | -0/+1 |
* | Drop the default assumption about alignment down to 2 bits from 3. This appa... | Chris Lattner | 2009-05-01 | 1 | -2/+2 |
* | Add a mention of TypeBuilder to the programmer's manual, and clean up the class | Jeffrey Yasskin | 2009-04-30 | 1 | -6/+6 |
* | Make dataflow iteration possible on Value*, not only on User*: df_ext_iterato... | Edwin Török | 2009-04-30 | 1 | -4/+4 |
* | Add support for a character after a command line option. Like '-Os'. | Bill Wendling | 2009-04-29 | 1 | -0/+23 |
* | Add tests for WeakVH and AssertingVH. These pointed out that the overloads for | Jeffrey Yasskin | 2009-04-27 | 1 | -42/+2 |
* | Add a new TypeBuilder helper class, which eases making LLVM IR types. | Chris Lattner | 2009-04-25 | 1 | -0/+463 |
* | Add caching of predecessor counts as well as predecessors themselves. | Owen Anderson | 2009-04-22 | 1 | -0/+9 |
* | Make all raw_ostreams support the tell() function. | Douglas Gregor | 2009-04-20 | 1 | -0/+34 |