| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Test auto update. | Tanya Lattner | 2010-02-26 | 1 | -2/+0 | |
| | | | | | llvm-svn: 97265 | |||||
| * | Remove REQUIRES_EH from the suggested set of make variables, since users can | Jeffrey Yasskin | 2010-02-26 | 1 | -5/+2 | |
| | | | | | | | build with exceptions even if LLVM is built without. llvm-svn: 97260 | |||||
| * | Fix typos in comments. | Dan Gohman | 2010-02-26 | 3 | -4/+4 | |
| | | | | | llvm-svn: 97257 | |||||
| * | Set svn:keywords property on docs/Packaging.html. | Jeffrey Yasskin | 2010-02-26 | 1 | -1/+1 | |
| | | | | | llvm-svn: 97230 | |||||
| * | Add to the packaging advice. | Jeffrey Yasskin | 2010-02-26 | 1 | -0/+54 | |
| | | | | | llvm-svn: 97229 | |||||
| * | Fix a typo. | Dan Gohman | 2010-02-26 | 1 | -1/+1 | |
| | | | | | llvm-svn: 97206 | |||||
| * | Give packagers some advice about how to build LLVM so it's useful to | Jeffrey Yasskin | 2010-02-26 | 2 | -0/+70 | |
| | | | | | | | the most users. llvm-svn: 97198 | |||||
| * | Fix a few more typos. | Dan Gohman | 2010-02-25 | 1 | -2/+2 | |
| | | | | | llvm-svn: 97182 | |||||
| * | Fix a typo. | Dan Gohman | 2010-02-25 | 1 | -1/+1 | |
| | | | | | llvm-svn: 97181 | |||||
| * | Fix HTML. | Bill Wendling | 2010-02-25 | 1 | -13/+13 | |
| | | | | | llvm-svn: 97170 | |||||
| * | stkrc is gone. | Dan Gohman | 2010-02-25 | 1 | -1/+0 | |
| | | | | | llvm-svn: 97156 | |||||
| * | Merge the advanced getelementptr FAQ into the regular | Dan Gohman | 2010-02-25 | 3 | -382/+384 | |
| | | | | | | | getelementptr FAQ. llvm-svn: 97154 | |||||
| * | Fix a typo. | Dan Gohman | 2010-02-25 | 1 | -1/+1 | |
| | | | | | llvm-svn: 97144 | |||||
| * | Clarify the description of pointer types, and move the | Dan Gohman | 2010-02-25 | 1 | -4/+7 | |
| | | | | | | | address space content to its own paragraph. llvm-svn: 97143 | |||||
| * | Remove this paragraph. Vectors may not always have the same layout as | Dan Gohman | 2010-02-25 | 1 | -4/+0 | |
| | | | | | | | arrays now. llvm-svn: 97139 | |||||
| * | Add LLVM{CC,CXX} make variables, which specify the configured path the LLVM | Daniel Dunbar | 2010-02-23 | 1 | -0/+4 | |
| | | | | | | | capable compilers (which could be llvm-gcc or clang). llvm-svn: 96935 | |||||
| * | Eliminate llvmgcc_version testing variable. | Daniel Dunbar | 2010-02-23 | 1 | -12/+7 | |
| | | | | | llvm-svn: 96908 | |||||
| * | Kill unused llvmgccmajvers testing variable. | Daniel Dunbar | 2010-02-23 | 1 | -3/+0 | |
| | | | | | llvm-svn: 96906 | |||||
| * | Update LangRef to match the code; pointers default to being 64-bit. | Dan Gohman | 2010-02-23 | 1 | -1/+1 | |
| | | | | | llvm-svn: 96873 | |||||
| * | Clarify that ptrtoint+inttoptr are an alternative to GEP which are | Dan Gohman | 2010-02-18 | 1 | -6/+14 | |
| | | | | | | | not restricted by the GEP rules. llvm-svn: 96598 | |||||
| * | Fix a typo. | Dan Gohman | 2010-02-18 | 1 | -1/+1 | |
| | | | | | llvm-svn: 96597 | |||||
| * | Clarify that the rules about object hopping kick in when a pointer is | Dan Gohman | 2010-02-18 | 1 | -4/+4 | |
| | | | | | | | deferenced, rather than when the pointer value is computed. llvm-svn: 96596 | |||||
| * | Fix typos Duncan noticed. | Dan Gohman | 2010-02-18 | 1 | -2/+2 | |
| | | | | | llvm-svn: 96594 | |||||
| * | Uniformize the way these options are printed. Requested by | Duncan Sands | 2010-02-18 | 2 | -3/+3 | |
| | | | | | | | Russell Wallace. llvm-svn: 96580 | |||||
| * | Refer to -help instead of --help since this is what tools themselves say. | Duncan Sands | 2010-02-18 | 20 | -67/+67 | |
| | | | | | | | | | Also, have tools output -help-hidden rather than refer to --help-hidden, for consistency, and likewise adjust documentation. This doesn't change every mention of --help, only those which seemed clearly safe. llvm-svn: 96578 | |||||
| * | Make this an unnumbered list. | Dan Gohman | 2010-02-17 | 1 | -2/+2 | |
| | | | | | llvm-svn: 96528 | |||||
| * | HTML validation fixes. | Dan Gohman | 2010-02-17 | 1 | -14/+12 | |
| | | | | | llvm-svn: 96527 | |||||
| * | Add an "advanced" GetElementPtr FAQ document, with answers to | Dan Gohman | 2010-02-17 | 2 | -0/+359 | |
| | | | | | | | questions left unanswered by the first GetElementPtr FAQ. llvm-svn: 96526 | |||||
| * | irbuilder is doing constant folding now by default, PR6092 | Chris Lattner | 2010-02-17 | 1 | -3/+3 | |
| | | | | | llvm-svn: 96502 | |||||
| * | fix some out of date prose dating from the LLVMContext changes. | Chris Lattner | 2010-02-17 | 1 | -3/+3 | |
| | | | | | llvm-svn: 96500 | |||||
| * | add optional debian instructions, PR6272 | Chris Lattner | 2010-02-17 | 1 | -2/+8 | |
| | | | | | llvm-svn: 96488 | |||||
| * | Mention an API change. | Duncan Sands | 2010-02-17 | 1 | -0/+4 | |
| | | | | | llvm-svn: 96480 | |||||
| * | Add support for emitting non-temporal stores for DAGs marked | David Greene | 2010-02-16 | 1 | -5/+23 | |
| | | | | | | | | | | | non-temporal. Fix from r96241 for botched encoding of MOVNTDQ. Add documentation for !nontemporal metadata. Add a simpler movnt testcase. llvm-svn: 96386 | |||||
| * | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands | 2010-02-15 | 1 | -2/+2 | |
| | | | | | | | isInteger, we now have isFloatTy and isIntegerTy. Requested by Chris! llvm-svn: 96223 | |||||
| * | 2.7: Note that DataTypes.h moved. | Daniel Dunbar | 2010-02-14 | 1 | -0/+3 | |
| | | | | | llvm-svn: 96143 | |||||
| * | Add support for a union type in LLVM IR. Patch by Talin! | Chris Lattner | 2010-02-12 | 1 | -32/+109 | |
| | | | | | llvm-svn: 96011 | |||||
| * | Add a new function attribute, 'alignstack'. It will indicate (when the backends | Charles Davis | 2010-02-12 | 1 | -0/+5 | |
| | | | | | | | | implement support for it) that the stack should be forcibly realigned in the prologue (and the process reversed in the epilogue). llvm-svn: 95945 | |||||
| * | Document binutils requirements for coff targets (cygwin / mingw32). | Anton Korobeynikov | 2010-02-11 | 1 | -8/+4 | |
| | | | | | llvm-svn: 95928 | |||||
| * | llvm-db was removed. | Dan Gohman | 2010-02-11 | 1 | -16/+0 | |
| | | | | | llvm-svn: 95904 | |||||
| * | Make Kaleidoscope not link against the interpreter, since that didn't | Jeffrey Yasskin | 2010-02-11 | 4 | -9/+25 | |
| | | | | | | | | | work anyway (Interpreter::getPointerToFunction doesn't return a callable pointer), and improve the error message when an ExecutionEngine can't be created. llvm-svn: 95896 | |||||
| * | Make it possible to create multiple JIT instances at the same time, by removing | Jeffrey Yasskin | 2010-02-11 | 1 | -0/+4 | |
| | | | | | | | | | | | the global TheJIT and TheJITResolver variables. Lazy compilation is supported by a global map from a stub address to the JITResolver that knows how to compile it. Patch by Olivier Meurant! llvm-svn: 95837 | |||||
| * | Add support to llvm-extract for extracting multiple functions and/or | Dan Gohman | 2010-02-10 | 1 | -1/+7 | |
| | | | | | | | multiple global variables at a time. llvm-svn: 95825 | |||||
| * | Add a ReleaseNotes FIXME. | Daniel Dunbar | 2010-02-10 | 1 | -0/+3 | |
| | | | | | llvm-svn: 95764 | |||||
| * | Make --disable-libffi work on systems with libffi installed. Also | Jeffrey Yasskin | 2010-02-09 | 1 | -1/+5 | |
| | | | | | | | | make no-ffi the default even on systems with libffi. This fixes http://llvm.org/PR5018. llvm-svn: 95712 | |||||
| * | Fix some typos. | Duncan Sands | 2010-02-08 | 1 | -4/+4 | |
| | | | | | llvm-svn: 95542 | |||||
| * | Reintroduce the InlineHint function attribute. | Jakob Stoklund Olesen | 2010-02-06 | 1 | -0/+5 | |
| | | | | | | | | | | | | | This time it's for real! I am going to hook this up in the frontends as well. The inliner has some experimental heuristics for dealing with the inline hint. When given a -respect-inlinehint option, functions marked with the inline keyword are given a threshold just above the default for -O3. We need some experiments to determine if that is the right thing to do. llvm-svn: 95466 | |||||
| * | Make docs less specific about their versions, at Chris's suggestion. | Jeffrey Yasskin | 2010-02-03 | 1 | -4/+5 | |
| | | | | | llvm-svn: 95231 | |||||
| * | Mention the version in the documentation index and link to the 2.6 docs, which | Jeffrey Yasskin | 2010-02-03 | 1 | -2/+5 | |
| | | | | | | | is what most readers will actually be aiming for. llvm-svn: 95229 | |||||
| * | Add "Author Date Id Revision" svn:keyword properties to these files, as | Dan Gohman | 2010-02-03 | 15 | -15/+15 | |
| | | | | | | | | is done with the other html files in doc, to hopefully keep strings like "Last modified" current. llvm-svn: 95225 | |||||
| * | Inline addAssemblyEmitter into its one real caller and delete | Chris Lattner | 2010-02-02 | 1 | -2/+0 | |
| | | | | | | | | the -print-emitted-asm option. The JIT shouldn't have to pull in the asmprinter. llvm-svn: 95100 | |||||

