Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typo | Sanjay Patel | 2014-09-10 | 1 | -1/+1 |
| | | | | llvm-svn: 217517 | ||||
* | Header guard canonicalization, clang part. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
| | | | | | | Modifications made by clang-tidy with minor tweaks. llvm-svn: 215557 | ||||
* | This patch adds a helper class (CGLoopInfo) for marking memory instructions ↵ | Alexander Musman | 2014-05-22 | 1 | -2/+29 |
| | | | | | | | | | | with llvm.mem.parallel_loop_access metadata. It also adds a simple initial version of codegen for pragma omp simd (it will change in the future to support all the clauses). Differential revision: http://reviews.llvm.org/D3644 llvm-svn: 209411 | ||||
* | Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to | Chandler Carruth | 2013-01-02 | 1 | -1/+1 |
| | | | | | | | | reflect the migration in r171366. Re-sort the #include lines to reflect the new paths. llvm-svn: 171369 | ||||
* | Update Clang to reflect the new home of IRBuilder.h as of r159421. | Chandler Carruth | 2012-06-29 | 1 | -1/+1 |
| | | | | llvm-svn: 159422 | ||||
* | Make CGBuilderTy a typedef again; its functionality has been rolled back | John McCall | 2010-07-06 | 1 | -49/+2 |
| | | | | | | into IRBuilder. llvm-svn: 107687 | ||||
* | Provide convenience routines to save and restore the current insertion | John McCall | 2010-07-03 | 1 | -3/+52 |
| | | | | | | point. llvm-svn: 107570 | ||||
* | Disable generation of basic block names in NDEBUG mode. | Daniel Dunbar | 2008-11-12 | 1 | -1/+5 |
| | | | | | | | Revert to enabling generation of instruction names when not in NDEBUG mode. llvm-svn: 59094 | ||||
* | don't preserve names on IR instructions. This matches llvm-gcc's behavior and | Chris Lattner | 2008-11-10 | 1 | -1/+2 |
| | | | | | | speeds up the compiler by ~8% at -emit-llvm -O0. llvm-svn: 58977 | ||||
* | Move IRBuilder type definition to common file. | Daniel Dunbar | 2008-11-01 | 1 | -0/+21 |
- No functionality change. llvm-svn: 58546 |