| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add a -t="dir" option to the driver. This can be used to specify the director... | Sanjiv Gupta | 2009-07-09 | 1 | -0/+1 |
* | Targets sometimes assign fixed stack object to spill certain callee-saved | Evan Cheng | 2009-07-09 | 1 | -8/+19 |
* | add default ctor. | Chris Lattner | 2009-07-09 | 1 | -0/+1 |
* | add missing predicate. | Chris Lattner | 2009-07-09 | 1 | -0/+1 |
* | Improved tracking of value number kills. VN kills are now represented | Lang Hames | 2009-07-09 | 2 | -23/+61 |
* | Work around an ICE in gcc-4.2.4. | Jeffrey Yasskin | 2009-07-09 | 1 | -1/+2 |
* | Make SmallPtrSet iterators real iterators | Douglas Gregor | 2009-07-08 | 1 | -0/+8 |
* | Add an option to allocate JITed global data separately from code. By | Jeffrey Yasskin | 2009-07-08 | 3 | -5/+31 |
* | Reformat. | David Greene | 2009-07-08 | 1 | -1/+3 |
* | Allow users of GraphWriter to display graphs asynchronously. This | David Greene | 2009-07-08 | 1 | -1/+2 |
* | Add an ExecuteNoWait interface to support asynchronous process spawning. | David Greene | 2009-07-08 | 1 | -0/+37 |
* | Implement changes from Chris's feedback. | Edwin Török | 2009-07-08 | 3 | -5/+5 |
* | Push LLVMContext _back_ through IRBuilder. | Owen Anderson | 2009-07-08 | 2 | -16/+26 |
* | Make the code that updates ScalarEvolution's internal state in response | Dan Gohman | 2009-07-08 | 1 | -5/+0 |
* | Convert more abort() calls to llvm_report_error(). | Edwin Török | 2009-07-08 | 3 | -1/+5 |
* | Switch GlobalVariable ctors to a sane API, where *either* a context or a modu... | Owen Anderson | 2009-07-08 | 2 | -33/+27 |
* | Start converting to new error handling API. | Edwin Török | 2009-07-08 | 1 | -0/+2 |
* | convert comments to doxygen style | Chris Lattner | 2009-07-08 | 1 | -19/+19 |
* | Trial first commit | Alisdair Meredith | 2009-07-08 | 1 | -0/+1 |
* | Remove the vicmp and vfcmp instructions. Because we never had a release with | Nick Lewycky | 2009-07-08 | 11 | -167/+6 |
* | Push LLVMContext through GlobalVariables and IRBuilder. | Owen Anderson | 2009-07-08 | 2 | -20/+29 |
* | dag combine sext(setcc) -> vsetcc before legalize. To make this safe, | Chris Lattner | 2009-07-08 | 1 | -6/+5 |
* | LLVMContext-ification. | Owen Anderson | 2009-07-07 | 1 | -1/+3 |
* | Change NEON vldN/vstN intrinsics to specify "N" as an immediate operand | Bob Wilson | 2009-07-07 | 1 | -20/+12 |
* | Disable loop index split for now and let nightly tester verify its usefulness. | Devang Patel | 2009-07-07 | 1 | -1/+0 |
* | Fix a typo and a grammaro in a comment. | Dan Gohman | 2009-07-07 | 1 | -1/+1 |
* | Implement parsing support for the .comm directive. Patch by | Chris Lattner | 2009-07-07 | 1 | -0/+9 |
* | fix a bug in post-order iterators with external storage, patch by | Chris Lattner | 2009-07-07 | 1 | -2/+2 |
* | fix some type confusion in ReadVBR64: "Piece" should be only 32 bits, | Chris Lattner | 2009-07-07 | 1 | -5/+8 |
* | Have scoped mutexes take referenes instead of pointers. | Owen Anderson | 2009-07-07 | 2 | -14/+12 |
* | "BinaryObject.h was implicitly converting between uint{16,32,64}_t to | Chris Lattner | 2009-07-07 | 1 | -58/+58 |
* | Remove unused parameter. | Bill Wendling | 2009-07-07 | 1 | -2/+2 |
* | Eliminate the static constructors and locks from DynamicLibrary.cpp. | Chris Lattner | 2009-07-07 | 1 | -0/+15 |
* | remove dead code, noone creates instances of "DynamicLibrary", so the ctor an... | Chris Lattner | 2009-07-07 | 1 | -57/+30 |
* | Introduce new error handling API. | Edwin Török | 2009-07-07 | 2 | -0/+58 |
* | Re-LLVMContext-ize DebugInfo, now with less breakage. | Owen Anderson | 2009-07-07 | 1 | -0/+3 |
* | Change all SCEV* to SCEV *. | Dan Gohman | 2009-07-07 | 5 | -139/+142 |
* | This parameter should default to true, not false. | Owen Anderson | 2009-07-07 | 1 | -1/+1 |
* | s/llvmc2/llvmc/ | Mikhail Glushenkov | 2009-07-07 | 1 | -1/+1 |
* | Add an 'init' option property. | Mikhail Glushenkov | 2009-07-07 | 1 | -0/+5 |
* | Add isMetadata() to check metadata operand. | Devang Patel | 2009-07-06 | 1 | -1/+3 |
* | Add new ValueType for metadata. | Devang Patel | 2009-07-06 | 2 | -1/+6 |
* | "LLVMContext* " --> "LLVMContext *" | Owen Anderson | 2009-07-06 | 9 | -14/+14 |
* | Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr... | Owen Anderson | 2009-07-06 | 3 | -3/+11 |
* | Thread LLVMContext through the constant folding APIs, which touches a lot of ... | Owen Anderson | 2009-07-06 | 4 | -6/+17 |
* | Just forgot to include the two new files | Bruno Cardoso Lopes | 2009-07-06 | 1 | -0/+171 |
* | Add the Object Code Emitter class. Original patch by Aaron Gray, I did some | Bruno Cardoso Lopes | 2009-07-06 | 4 | -44/+53 |
* | More LLVMContext-ification. | Owen Anderson | 2009-07-05 | 5 | -2/+12 |
* | There are five floating point types. | Nick Lewycky | 2009-07-05 | 1 | -1/+1 |
* | There are *four* lights! | Nick Lewycky | 2009-07-05 | 1 | -1/+1 |