| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge with LLVM upstream r135568 (Jul 20th 2011) | Logan Chien | 2011-07-20 | 7 | -72/+73 |
|\ |
|
| * | Reapply r135457. This needs llvm-gcc change, that I forgot to check-in yester... | Devang Patel | 2011-07-19 | 1 | -2/+3 |
| * | Revert "Make a provision to encode inline location in a variable. This will e... | Bob Wilson | 2011-07-19 | 1 | -3/+2 |
| * | Convert gep_type_begin and gep_type_end to use ArrayRef. | Jay Foad | 2011-07-19 | 1 | -8/+8 |
| * | Make a provision to encode inline location in a variable. This will enable dw... | Devang Patel | 2011-07-19 | 1 | -2/+3 |
| * | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 6 | -64/+64 |
* | | Merge upstream to r135343 at Sat. 16th July 2011. | Nowar Gu | 2011-07-16 | 9 | -139/+123 |
|\ \
| |/ |
|
| * | Convert CallInst and InvokeInst APIs to use ArrayRef. | Jay Foad | 2011-07-15 | 1 | -26/+16 |
| * | Add dump() | Devang Patel | 2011-07-14 | 1 | -0/+2 |
| * | Simplify and delay extracting DebugLoc elements, scope and InlinedAt, as much... | Devang Patel | 2011-07-14 | 1 | -1/+4 |
| * | Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef. | Jay Foad | 2011-07-13 | 4 | -44/+23 |
| * | Second attempt at de-constifying LLVM Types in FunctionType::get(), | Jay Foad | 2011-07-12 | 1 | -37/+37 |
| * | make the IRBuilder type methods return non-const types. | Chris Lattner | 2011-07-12 | 1 | -12/+12 |
| * | Revert r134893 and r134888 (and related patches in other trees). It was causing | Bill Wendling | 2011-07-12 | 1 | -37/+37 |
| * | De-constify Types in FunctionType::get(). | Jay Foad | 2011-07-11 | 1 | -37/+37 |
| * | - Make BranchProbability constructor public. | Jakub Staszak | 2011-07-10 | 1 | -12/+6 |
| * | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 1 | -1/+1 |
| * | add a #include | Chris Lattner | 2011-07-09 | 1 | -0/+1 |
| * | Introduce "expect" intrinsic instructions. | Jakub Staszak | 2011-07-06 | 1 | -0/+1 |
| * | Remove the ObjC ARC passes from the default optimization list, and add | Dan Gohman | 2011-07-05 | 1 | -3/+9 |
| * | Speculatively revert r134431. | Devang Patel | 2011-07-05 | 1 | -1/+0 |
| * | Clear debug loc while updating insert point. | Devang Patel | 2011-07-05 | 1 | -0/+1 |
| * | SuccIterator on bbs without terminator insts | Tobias Grosser | 2011-07-04 | 1 | -3/+11 |
* | | Merge upstream to r134237 at Fri. 1st July 2011. | Nowar Gu | 2011-07-01 | 2 | -9/+36 |
|\ \
| |/ |
|
| * | Added IRBuilder::SetInsertPoint(Use) to find a valid insertion point | Andrew Trick | 2011-06-29 | 1 | -0/+19 |
| * | whitespace | Andrew Trick | 2011-06-29 | 1 | -8/+8 |
| * | Introduce BlockFrequency analysis for BasicBlocks. | Jakub Staszak | 2011-06-23 | 1 | -1/+9 |
* | | Merge upstream to r133718, Fri. 24th June 2011. | Nowar Gu | 2011-06-24 | 2 | -2/+1 |
|\ \
| |/ |
|
| * | Add missing file. | Rafael Espindola | 2011-06-23 | 1 | -0/+56 |
| * | Support: make floating-exception header private | Dylan Noblesmith | 2011-06-23 | 1 | -56/+0 |
| * | Don't include config.h in public headers | Dylan Noblesmith | 2011-06-23 | 2 | -2/+1 |
| * | Reinstate r133513 (reverted in r133700) with an additional fix for a | Jay Foad | 2011-06-23 | 1 | -1/+1 |
| * | Revert r133513: | Eric Christopher | 2011-06-23 | 1 | -1/+1 |
* | | Merge upstream to r133679 at Thu. 23th Jun 2011. | Nowar Gu | 2011-06-23 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Reinstate r133435 and r133449 (reverted in r133499) now that the clang | Jay Foad | 2011-06-21 | 1 | -1/+1 |
| * | Revert r133435 and r133449 to appease buildbots. | Chad Rosier | 2011-06-21 | 1 | -1/+1 |
| * | Change how PHINodes store their operands. | Jay Foad | 2011-06-20 | 1 | -1/+1 |
* | | Merge upstream to r133240 at Fri. 17th Jun 2011. | Nowar Gu | 2011-06-20 | 22 | -328/+742 |
|\ \
| |/ |
|
| * | The ARC language-specific optimizer. Credit to Dan Gohman. | John McCall | 2011-06-15 | 1 | -0/+2 |
| * | Fix spelling and sort CMakeLists.txt. | Michael J. Spencer | 2011-06-13 | 2 | -5/+5 |
| * | Branch profiling: floating-point avoidance. | Andrew Trick | 2011-06-11 | 1 | -0/+50 |
| * | Fix example code in comment. | Richard Osborne | 2011-06-10 | 1 | -2/+2 |
| * | Add new -d option to tblgen. It writes a make(1)-style dependency file. | Joerg Sonnenberger | 2011-06-01 | 1 | -1/+3 |
| * | Fix definitions of UOP_SaveXMM128, UOP_SaveXMM128Big, and UOP_PushMachFrame | Charles Davis | 2011-05-26 | 1 | -1/+1 |
| * | another typo | Chris Lattner | 2011-05-22 | 1 | -1/+1 |
| * | fix comment typo | Chris Lattner | 2011-05-22 | 1 | -1/+1 |
| * | random comment cleanups. | Chris Lattner | 2011-05-22 | 1 | -1/+1 |
| * | remove StandardPasses, it has been replaced with PassManagerBuilder | Chris Lattner | 2011-05-22 | 1 | -403/+0 |
| * | add support for LTO passes. | Chris Lattner | 2011-05-22 | 1 | -0/+75 |
| * | Include DataTypes.h from this header to get the uint*_t types. | Charles Davis | 2011-05-22 | 1 | -0/+2 |