| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ImmutableMap/ImmutableSet: Allow caching of ImutAVLTree digests while the tree | Ted Kremenek | 2009-07-10 | 1 | -21/+12 |
* | Redesign this to avoid standard stream classes. This stream class | David Greene | 2009-07-09 | 1 | -0/+179 |
* | This started as a small change, I swear. Unfortunately, lots of things call ... | Owen Anderson | 2009-07-09 | 5 | -67/+110 |
* | Add some hooks that a redesigned AsmStream needs to do its job. These | David Greene | 2009-07-09 | 1 | -0/+16 |
* | Revert the part of 75177 that split ConstantRange into two classes, and | Dan Gohman | 2009-07-09 | 1 | -191/+42 |
* | Fix typo, trailing whitespace. | Andreas Bolka | 2009-07-09 | 1 | -2/+2 |
* | Add a ConstantSignedRange class, which does for signed integers | Dan Gohman | 2009-07-09 | 1 | -37/+215 |
* | Make EXTRACT_VECTOR_ELT a bit more flexible in terms of the returned | Eli Friedman | 2009-07-09 | 1 | -1/+3 |
* | As Chris pointed out, we don't actually need to pass the context around here. | Owen Anderson | 2009-07-09 | 1 | -2/+1 |
* | back out r75156 for now. | Chris Lattner | 2009-07-09 | 1 | -442/+0 |
* | A little bit more LLVMContextification. | Owen Anderson | 2009-07-09 | 1 | -3/+7 |
* | ImmutableSet/ImmutableMap: Allow caching of null digests by properly using a ... | Ted Kremenek | 2009-07-09 | 1 | -37/+45 |
* | Add some classes to produce pretty-printed asm. We'll use these | David Greene | 2009-07-09 | 1 | -0/+442 |
* | Thread LLVMContext through MVT and related parts of SDISel. | Owen Anderson | 2009-07-09 | 3 | -3/+9 |
* | Resolve undefined behaviour when ManagedStatic is instantiated with a fixed-l... | Alisdair Meredith | 2009-07-09 | 1 | -8/+10 |
* | add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby! | Chris Lattner | 2009-07-09 | 1 | -3/+4 |
* | Add support for other GraphViz display tools. This can help | David Greene | 2009-07-09 | 2 | -3/+38 |
* | Forgot a couple files when adding the -ssi-everything pass. | Nick Lewycky | 2009-07-09 | 2 | -1/+10 |
* | 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. | Torok Edwin | 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(). | Torok Edwin | 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. | Torok Edwin | 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 | 12 | -169/+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 |