| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update the examples for the new header file locations. | Chandler Carruth | 2013-01-02 | 1 | -4/+4 |
| | | | | | | | | Sorry for the fallout here, I forgot the examples aren't built by default any more. llvm-svn: 171371 | ||||
| * | Sort the #include lines of the examples/... tree. | Chandler Carruth | 2012-12-04 | 1 | -2/+2 |
| | | | | | llvm-svn: 169249 | ||||
| * | Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h | Chandler Carruth | 2012-06-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | This was always part of the VMCore library out of necessity -- it deals entirely in the IR. The .cpp file in fact was already part of the VMCore library. This is just a mechanical move. I've tried to go through and re-apply the coding standard's preferred header sort, but at 40-ish files, I may have gotten some wrong. Please let me know if so. I'll be committing the corresponding updates to Clang and Polly, and Duncan has DragonEgg. Thanks to Bill and Eric for giving the green light for this bit of cleanup. llvm-svn: 159421 | ||||
| * | Convert CallInst and InvokeInst APIs to use ArrayRef. For the LLVM examples. | Francois Pichet | 2011-07-15 | 1 | -1/+1 |
| | | | | | llvm-svn: 135266 | ||||
| * | fix some examples | John Wiegley | 2011-07-11 | 1 | -2/+2 |
| | | | | | llvm-svn: 134933 | ||||
| * | Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." | Michael J. Spencer | 2010-09-13 | 1 | -2/+2 |
| | | | | | | | | | | | This reverts commit r113632 Conflicts: cmake/modules/AddLLVM.cmake llvm-svn: 113819 | ||||
| * | CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. | Michael J. Spencer | 2010-09-10 | 1 | -2/+2 |
| | | | | | llvm-svn: 113632 | ||||
| * | Convert some tab stops into spaces. | Duncan Sands | 2010-07-12 | 1 | -1/+1 |
| | | | | | llvm-svn: 108130 | ||||
| * | fix several bugs in the tutorial, patch by Kevin Kelley! | Chris Lattner | 2010-06-21 | 1 | -3/+3 |
| | | | | | llvm-svn: 106498 | ||||
| * | Add examples for Kaleidoscope chapters 2 through 6. | Erick Tryzelaar | 2009-09-22 | 3 | -0/+583 |
| Conflicts: examples/Makefile llvm-svn: 82574 | |||||

