| Commit message (Expand) | Author | Age | Files | Lines |
* | Add line numbers to OProfile. To do this, I added a processDebugLoc() | Jeffrey Yasskin | 2009-07-16 | 1 | -1/+7 |
* | Tidy up #includes. | Dan Gohman | 2009-07-16 | 2 | -2/+0 |
* | Remove mismatched and unnecessary declaration. | Daniel Dunbar | 2009-07-15 | 1 | -1/+0 |
* | Get rid of postInstructionAction and call EmitComments directly. | David Greene | 2009-07-15 | 1 | -19/+5 |
* | Remove the v3i32 and v3f32 value types: they are not | Duncan Sands | 2009-07-15 | 2 | -35/+22 |
* | remove printSuffixedName. | Chris Lattner | 2009-07-15 | 1 | -7/+0 |
* | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene | 2009-07-14 | 1 | -3/+3 |
* | Remove some tabs and fix other whitespace. No functional changes. | Bob Wilson | 2009-07-14 | 1 | -7/+7 |
* | Fix a comment. | Bob Wilson | 2009-07-14 | 1 | -1/+1 |
* | New VNInfo alignment patch by Ryan Flynn. | Lang Hames | 2009-07-14 | 1 | -14/+3 |
* | Unbroke LiveInterval. | Lang Hames | 2009-07-14 | 1 | -4/+7 |
* | Tidy up VNInfo alignment code. Patch contributed by Ryan Flynn. | Lang Hames | 2009-07-14 | 1 | -22/+21 |
* | Do not use Mangler to remove '1' from linkage name. | Devang Patel | 2009-07-14 | 1 | -4/+0 |
* | Revert 75308. | Bob Wilson | 2009-07-14 | 2 | -153/+55 |
* | Move isLCSSAForm, isLoopInvariant, getCanonicalInductionVariable, | Dan Gohman | 2009-07-13 | 1 | -39/+0 |
* | Make Loop and MachineLoop be subclasses of LoopBase, rather than typedefs, | Dan Gohman | 2009-07-13 | 1 | -10/+24 |
* | Use AsmPrinter's Mangler to remove leading '1' from linkage names. | Devang Patel | 2009-07-13 | 1 | -1/+5 |
* | Add infrastructure to allow post instruction printing action triggers. | David Greene | 2009-07-13 | 1 | -2/+22 |
* | Make some more changes suggested by Chris. Manipulators go away. | David Greene | 2009-07-13 | 1 | -65/+0 |
* | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson | 2009-07-13 | 1 | -0/+1 |
* | Add new vector types for 192-bit, 348-bit and 512-bit sizes. | Bob Wilson | 2009-07-10 | 2 | -55/+153 |
* | Make changes suggested by Chris and eliminate newly-added raw_ostream | David Greene | 2009-07-10 | 2 | -179/+65 |
* | Fix #include specification. | David Greene | 2009-07-10 | 1 | -1/+1 |
* | Redesign this to avoid standard stream classes. This stream class | David Greene | 2009-07-09 | 1 | -0/+179 |
* | 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 |
* | 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 |
* | add default ctor. | 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 |
* | Add an option to allocate JITed global data separately from code. By | Jeffrey Yasskin | 2009-07-08 | 1 | -0/+5 |
* | Reformat. | David Greene | 2009-07-08 | 1 | -1/+3 |
* | Implement changes from Chris's feedback. | Edwin Török | 2009-07-08 | 2 | -4/+0 |
* | Convert more abort() calls to llvm_report_error(). | Edwin Török | 2009-07-08 | 2 | -0/+4 |
* | dag combine sext(setcc) -> vsetcc before legalize. To make this safe, | Chris Lattner | 2009-07-08 | 1 | -6/+5 |
* | "BinaryObject.h was implicitly converting between uint{16,32,64}_t to | Chris Lattner | 2009-07-07 | 1 | -58/+58 |
* | 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 |
* | 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 | 3 | -43/+24 |
* | Fix the build: provide uint8_t. | Duncan Sands | 2009-07-03 | 1 | -0/+2 |
* | Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ... | Tilmann Scheller | 2009-07-03 | 2 | -3/+11 |
* | Simplify debug info intrisinc lowering. | Devang Patel | 2009-07-02 | 1 | -0/+3 |
* | Remove tabs. | Devang Patel | 2009-07-02 | 1 | -2/+2 |
* | Add getMDNode() to access metadata node. | Devang Patel | 2009-07-01 | 1 | -0/+4 |
* | Add machine operand for MDNodes. This will be used to communicate debug info. | Devang Patel | 2009-07-01 | 2 | -1/+19 |
* | Update comments to make it clear that the function alignment is the Log2 of the | Bill Wendling | 2009-07-01 | 1 | -2/+2 |
* | Remove special handling of implicit_def. Fix a couple more bugs in liveinterv... | Evan Cheng | 2009-07-01 | 1 | -13/+2 |
* | Handle IMPLICIT_DEF with isUndef operand marker, part 2. This patch moves the... | Evan Cheng | 2009-07-01 | 1 | -0/+4 |