| Age | Commit message (Expand) | Author |
| 2009-07-08 | Implement changes from Chris's feedback. | Torok Edwin |
| 2009-07-08 | Push LLVMContext _back_ through IRBuilder. | Owen Anderson |
| 2009-07-08 | Make the code that updates ScalarEvolution's internal state in response | Dan Gohman |
| 2009-07-08 | Convert more abort() calls to llvm_report_error(). | Torok Edwin |
| 2009-07-08 | Switch GlobalVariable ctors to a sane API, where *either* a context or a modu... | Owen Anderson |
| 2009-07-08 | Start converting to new error handling API. | Torok Edwin |
| 2009-07-08 | convert comments to doxygen style | Chris Lattner |
| 2009-07-08 | Trial first commit | Alisdair Meredith |
| 2009-07-08 | Remove the vicmp and vfcmp instructions. Because we never had a release with | Nick Lewycky |
| 2009-07-08 | Push LLVMContext through GlobalVariables and IRBuilder. | Owen Anderson |
| 2009-07-08 | dag combine sext(setcc) -> vsetcc before legalize. To make this safe, | Chris Lattner |
| 2009-07-07 | LLVMContext-ification. | Owen Anderson |
| 2009-07-07 | Change NEON vldN/vstN intrinsics to specify "N" as an immediate operand | Bob Wilson |
| 2009-07-07 | Disable loop index split for now and let nightly tester verify its usefulness. | Devang Patel |
| 2009-07-07 | Fix a typo and a grammaro in a comment. | Dan Gohman |
| 2009-07-07 | Implement parsing support for the .comm directive. Patch by | Chris Lattner |
| 2009-07-07 | fix a bug in post-order iterators with external storage, patch by | Chris Lattner |
| 2009-07-07 | fix some type confusion in ReadVBR64: "Piece" should be only 32 bits, | Chris Lattner |
| 2009-07-07 | Have scoped mutexes take referenes instead of pointers. | Owen Anderson |
| 2009-07-07 | "BinaryObject.h was implicitly converting between uint{16,32,64}_t to | Chris Lattner |
| 2009-07-07 | Remove unused parameter. | Bill Wendling |
| 2009-07-07 | Eliminate the static constructors and locks from DynamicLibrary.cpp. | Chris Lattner |
| 2009-07-07 | remove dead code, noone creates instances of "DynamicLibrary", so the ctor an... | Chris Lattner |
| 2009-07-07 | Introduce new error handling API. | Torok Edwin |
| 2009-07-07 | Re-LLVMContext-ize DebugInfo, now with less breakage. | Owen Anderson |
| 2009-07-07 | Change all SCEV* to SCEV *. | Dan Gohman |
| 2009-07-07 | This parameter should default to true, not false. | Owen Anderson |
| 2009-07-07 | s/llvmc2/llvmc/ | Mikhail Glushenkov |
| 2009-07-07 | Add an 'init' option property. | Mikhail Glushenkov |
| 2009-07-06 | Add isMetadata() to check metadata operand. | Devang Patel |
| 2009-07-06 | Add new ValueType for metadata. | Devang Patel |
| 2009-07-06 | "LLVMContext* " --> "LLVMContext *" | Owen Anderson |
| 2009-07-06 | Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr... | Owen Anderson |
| 2009-07-06 | Thread LLVMContext through the constant folding APIs, which touches a lot of ... | Owen Anderson |
| 2009-07-06 | Add two new accessors to the C bindings, patch by Wladimir van der Laan! | Chris Lattner |
| 2009-07-06 | Just forgot to include the two new files | Bruno Cardoso Lopes |
| 2009-07-06 | Add the Object Code Emitter class. Original patch by Aaron Gray, I did some | Bruno Cardoso Lopes |
| 2009-07-05 | More LLVMContext-ification. | Owen Anderson |
| 2009-07-05 | There are five floating point types. | Nick Lewycky |
| 2009-07-05 | There are *four* lights! | Nick Lewycky |
| 2009-07-04 | Have cmake define HAVE_STRERROR and friends to 1 when they're defined at all. | Jeffrey Yasskin |
| 2009-07-03 | Even more passes being LLVMContext'd. | Owen Anderson |
| 2009-07-03 | Add Static Single Information construction pass written by André Tavares! | Nick Lewycky |
| 2009-07-03 | In this unreachable code, return an initialized value. | Duncan Sands |
| 2009-07-03 | Fix the build: provide uint8_t. | Duncan Sands |
| 2009-07-03 | Implement the SVR4 ABI for PowerPC. | Tilmann Scheller |
| 2009-07-03 | Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ... | Tilmann Scheller |
| 2009-07-02 | Fill in a few more missing accessors. | Owen Anderson |
| 2009-07-02 | switch the .ll parser to use SourceMgr. | Chris Lattner |
| 2009-07-02 | switch the .ll parser into SMDiagnostic. | Chris Lattner |