| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Note down a few bits and bobs off the top of my head for ReleaseNotes-2.6.html | Edward O'Callaghan | 2009-08-22 | 1 | -0/+2 |
| | | | | | llvm-svn: 79715 | ||||
| * | Add basic information about SJLJ EH | Jim Grosbach | 2009-08-22 | 1 | -3/+36 |
| | | | | | llvm-svn: 79714 | ||||
| * | Clarify a few things in the inbounds description. | Dan Gohman | 2009-08-20 | 1 | -4/+4 |
| | | | | | | | | | Describing inbounds in terms of infinitely precise arithmetic prohibits the assumption address-space-sized integer arithmetic will wrap, with a wrapped-around value landing within the same object. llvm-svn: 79538 | ||||
| * | Correct ARM v7-A architecture name spelling and add note about hard float. | Sandeep Patel | 2009-08-20 | 1 | -4/+6 |
| | | | | | llvm-svn: 79530 | ||||
| * | fix this back, thanks Eli | Chris Lattner | 2009-08-20 | 1 | -1/+1 |
| | | | | | llvm-svn: 79508 | ||||
| * | minor grammar tweak | Chris Lattner | 2009-08-20 | 1 | -1/+1 |
| | | | | | llvm-svn: 79498 | ||||
| * | Update the release process some more. Lots of good details now. | Tanya Lattner | 2009-08-19 | 1 | -51/+119 |
| | | | | | llvm-svn: 79488 | ||||
| * | Add a first stab at describing LLVMContext. | Owen Anderson | 2009-08-19 | 1 | -0/+45 |
| | | | | | llvm-svn: 79435 | ||||
| * | Update the ocaml docs to work with LLVMContext. | Erick Tryzelaar | 2009-08-19 | 5 | -13/+18 |
| | | | | | llvm-svn: 79431 | ||||
| * | First steps to document new release plan. | Tanya Lattner | 2009-08-18 | 1 | -307/+152 |
| | | | | | llvm-svn: 79376 | ||||
| * | Surrounded variable in <tt> tags for consistency. | Misha Brukman | 2009-08-18 | 1 | -7/+8 |
| | | | | | llvm-svn: 79357 | ||||
| * | CMake: LLVM_ENABLE_PIC now defaults to ON, as in `configure'. This is | Oscar Fuentes | 2009-08-18 | 1 | -3/+3 |
| | | | | | | | | required on some platforms for building shared libraries that link to the LLVM libraries. llvm-svn: 79339 | ||||
| * | #include <cstdlib> in the code listing for strtod. | John McCall | 2009-08-17 | 1 | -0/+1 |
| | | | | | llvm-svn: 79285 | ||||
| * | Remove a bit more cruft from the sjlj moving to a backend pass. | Jim Grosbach | 2009-08-17 | 1 | -19/+0 |
| | | | | | llvm-svn: 79272 | ||||
| * | CMake: Removed traces of obsolete variable LLVM_PLO_FLAGS. | Oscar Fuentes | 2009-08-16 | 1 | -4/+0 |
| | | | | | llvm-svn: 79204 | ||||
| * | CMake: New option LLVM_BUILD_TOOLS. Renamed LLVM_EXAMPLES to | Oscar Fuentes | 2009-08-16 | 1 | -0/+6 |
| | | | | | | | LLVM_BUILD_EXAMPLES and set default to true. Documented. llvm-svn: 79203 | ||||
| * | Fix validation errors. | Bill Wendling | 2009-08-15 | 1 | -3/+3 |
| | | | | | llvm-svn: 79131 | ||||
| * | Fix validation errors. | Bill Wendling | 2009-08-15 | 1 | -11/+11 |
| | | | | | llvm-svn: 79130 | ||||
| * | wrap to 80 cols | Chris Lattner | 2009-08-15 | 1 | -2/+4 |
| | | | | | llvm-svn: 79124 | ||||
| * | implement support for CHECK-NEXT: in filecheck. | Chris Lattner | 2009-08-15 | 1 | -1/+42 |
| | | | | | llvm-svn: 79123 | ||||
| * | document filecheck. | Chris Lattner | 2009-08-15 | 1 | -3/+87 |
| | | | | | llvm-svn: 79110 | ||||
| * | fix pasto noticed by Jakub | Chris Lattner | 2009-08-15 | 1 | -1/+1 |
| | | | | | llvm-svn: 79109 | ||||
| * | add a stub for futher description of filecheck. | Chris Lattner | 2009-08-15 | 1 | -0/+21 |
| | | | | | llvm-svn: 79106 | ||||
| * | add a simple FileCheck man page. | Chris Lattner | 2009-08-15 | 2 | -0/+67 |
| | | | | | llvm-svn: 79105 | ||||
| * | Reformatting and some cleanup. | Bill Wendling | 2009-08-15 | 1 | -223/+247 |
| | | | | | llvm-svn: 79088 | ||||
| * | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 7 | -65/+65 |
| | | | | | llvm-svn: 78948 | ||||
| * | Grammar fix. | Misha Brukman | 2009-08-13 | 1 | -2/+2 |
| | | | | | llvm-svn: 78930 | ||||
| * | Add some release notes about ARM v7 support and known problems. | Bob Wilson | 2009-08-12 | 1 | -0/+24 |
| | | | | | llvm-svn: 78842 | ||||
| * | make owen happy by being explicit. | Chris Lattner | 2009-08-11 | 1 | -1/+2 |
| | | | | | llvm-svn: 78688 | ||||
| * | SjLj based exception handling unwinding support. This patch is nasty, brutish | Jim Grosbach | 2009-08-11 | 1 | -1/+38 |
| | | | | | | | | | | | | | | and short. Well, it's kinda short. Definitely nasty and brutish. The front-end generates the register/unregister calls into the SjLj runtime, call-site indices and landing pad dispatch. The back end fills in the LSDA with the call-site information provided by the front end. Catch blocks are not yet implemented. Built on Darwin and verified no llvm-core "make check" regressions. llvm-svn: 78625 | ||||
| * | Clarify limitations of a ModulePass requiring a FunctionPass. | Devang Patel | 2009-08-10 | 1 | -1/+1 |
| | | | | | llvm-svn: 78566 | ||||
| * | Add DEBUG_WITH_TYPE as a clean alternative to tweaking DEBUG_TYPE. | Daniel Dunbar | 2009-08-07 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | This: -- #undef DEBUG_TYPE #define DEBUG_TYPE "foo" DEBUG(...) #undef DEBUG_TYPE #define DEBUG_TYPE "" -- becomes this: -- DEBUG_WITH_TYPE("foo", ...) -- llvm-svn: 78435 | ||||
| * | Add note about msys perl needed for windows/mingw32 builds. | Anton Korobeynikov | 2009-08-06 | 1 | -1/+7 |
| | | | | | | | Patch by John Thompson! llvm-svn: 78304 | ||||
| * | Documentation: fix HTML validation errors. | Benjamin Kramer | 2009-08-05 | 13 | -33/+35 |
| | | | | | llvm-svn: 78196 | ||||
| * | common globals may also not be marked constant. | Chris Lattner | 2009-08-05 | 1 | -3/+4 |
| | | | | | llvm-svn: 78169 | ||||
| * | Clarify common linkage and the requirements on it. Enforce | Chris Lattner | 2009-08-05 | 1 | -11/+14 |
| | | | | | | | them in the verifier. llvm-svn: 78160 | ||||
| * | Minor www site formating improvements. | Edward O'Callaghan | 2009-08-04 | 1 | -6/+5 |
| | | | | | llvm-svn: 78054 | ||||
| * | Remove duplicated colons and spaces. | Benjamin Kramer | 2009-08-02 | 1 | -1/+1 |
| | | | | | llvm-svn: 77892 | ||||
| * | remove the dead PreferredEHDataFormat TAI hook: its now dead | Chris Lattner | 2009-08-02 | 1 | -2/+2 |
| | | | | | | | even considering #if 0 code. llvm-svn: 77856 | ||||
| * | add a note about the build bots | Chris Lattner | 2009-08-01 | 1 | -3/+6 |
| | | | | | llvm-svn: 77796 | ||||
| * | Move a few more APIs back to 2.5 forms. The only remaining ones left to ↵ | Owen Anderson | 2009-07-31 | 3 | -3/+3 |
| | | | | | | | | | change back are metadata related, which I'm waiting on to avoid conflicting with Devang. llvm-svn: 77721 | ||||
| * | Move types back to the 2.5 API. | Owen Anderson | 2009-07-29 | 5 | -6/+6 |
| | | | | | llvm-svn: 77516 | ||||
| * | Add one-past-the-end language to the inbounds keyword. | Dan Gohman | 2009-07-29 | 1 | -4/+7 |
| | | | | | llvm-svn: 77460 | ||||
| * | some wording changes. | Chris Lattner | 2009-07-29 | 1 | -3/+4 |
| | | | | | llvm-svn: 77443 | ||||
| * | link to a newer preso | Chris Lattner | 2009-07-29 | 1 | -2/+2 |
| | | | | | llvm-svn: 77440 | ||||
| * | Fix a few typos and add links. | Andreas Bolka | 2009-07-29 | 1 | -15/+19 |
| | | | | | llvm-svn: 77403 | ||||
| * | discourage else after "noreturn" statements. | Chris Lattner | 2009-07-28 | 1 | -0/+84 |
| | | | | | llvm-svn: 77387 | ||||
| * | Add a new keyword 'inbounds' for use with getelementptr. See the | Dan Gohman | 2009-07-27 | 1 | -0/+16 |
| | | | | | | | LangRef.html changes for details. llvm-svn: 77259 | ||||
| * | Move ConstantFP construction back to the 2.5-ish API. | Owen Anderson | 2009-07-27 | 5 | -20/+20 |
| | | | | | llvm-svn: 77247 | ||||
| * | Fix typo. | Andreas Bolka | 2009-07-27 | 1 | -1/+1 |
| | | | | | llvm-svn: 77244 | ||||

