aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
* Merge with LLVM upstream r135568 (Jul 20th 2011)Logan Chien2011-07-207-72/+73
|\
| * Reapply r135457. This needs llvm-gcc change, that I forgot to check-in yester...Devang Patel2011-07-191-2/+3
| * Revert "Make a provision to encode inline location in a variable. This will e...Bob Wilson2011-07-191-3/+2
| * Convert gep_type_begin and gep_type_end to use ArrayRef.Jay Foad2011-07-191-8/+8
| * Make a provision to encode inline location in a variable. This will enable dw...Devang Patel2011-07-191-2/+3
| * land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-186-64/+64
* | Merge upstream to r135343 at Sat. 16th July 2011.Nowar Gu2011-07-169-139/+123
|\ \ | |/
| * Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-151-26/+16
| * Add dump()Devang Patel2011-07-141-0/+2
| * Simplify and delay extracting DebugLoc elements, scope and InlinedAt, as much...Devang Patel2011-07-141-1/+4
| * Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef.Jay Foad2011-07-134-44/+23
| * Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-121-37/+37
| * make the IRBuilder type methods return non-const types.Chris Lattner2011-07-121-12/+12
| * Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-121-37/+37
| * De-constify Types in FunctionType::get().Jay Foad2011-07-111-37/+37
| * - Make BranchProbability constructor public.Jakub Staszak2011-07-101-12/+6
| * Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-1/+1
| * add a #includeChris Lattner2011-07-091-0/+1
| * Introduce "expect" intrinsic instructions.Jakub Staszak2011-07-061-0/+1
| * Remove the ObjC ARC passes from the default optimization list, and addDan Gohman2011-07-051-3/+9
| * Speculatively revert r134431.Devang Patel2011-07-051-1/+0
| * Clear debug loc while updating insert point.Devang Patel2011-07-051-0/+1
| * SuccIterator on bbs without terminator instsTobias Grosser2011-07-041-3/+11
* | Merge upstream to r134237 at Fri. 1st July 2011.Nowar Gu2011-07-012-9/+36
|\ \ | |/
| * Added IRBuilder::SetInsertPoint(Use) to find a valid insertion pointAndrew Trick2011-06-291-0/+19
| * whitespaceAndrew Trick2011-06-291-8/+8
| * Introduce BlockFrequency analysis for BasicBlocks.Jakub Staszak2011-06-231-1/+9
* | Merge upstream to r133718, Fri. 24th June 2011.Nowar Gu2011-06-242-2/+1
|\ \ | |/
| * Add missing file.Rafael Espindola2011-06-231-0/+56
| * Support: make floating-exception header privateDylan Noblesmith2011-06-231-56/+0
| * Don't include config.h in public headersDylan Noblesmith2011-06-232-2/+1
| * Reinstate r133513 (reverted in r133700) with an additional fix for aJay Foad2011-06-231-1/+1
| * Revert r133513:Eric Christopher2011-06-231-1/+1
* | Merge upstream to r133679 at Thu. 23th Jun 2011.Nowar Gu2011-06-231-1/+1
|\ \ | |/
| * Reinstate r133435 and r133449 (reverted in r133499) now that the clangJay Foad2011-06-211-1/+1
| * Revert r133435 and r133449 to appease buildbots.Chad Rosier2011-06-211-1/+1
| * Change how PHINodes store their operands.Jay Foad2011-06-201-1/+1
* | Merge upstream to r133240 at Fri. 17th Jun 2011.Nowar Gu2011-06-2022-328/+742
|\ \ | |/
| * The ARC language-specific optimizer. Credit to Dan Gohman.John McCall2011-06-151-0/+2
| * Fix spelling and sort CMakeLists.txt.Michael J. Spencer2011-06-132-5/+5
| * Branch profiling: floating-point avoidance.Andrew Trick2011-06-111-0/+50
| * Fix example code in comment.Richard Osborne2011-06-101-2/+2
| * Add new -d option to tblgen. It writes a make(1)-style dependency file.Joerg Sonnenberger2011-06-011-1/+3
| * Fix definitions of UOP_SaveXMM128, UOP_SaveXMM128Big, and UOP_PushMachFrameCharles Davis2011-05-261-1/+1
| * another typoChris Lattner2011-05-221-1/+1
| * fix comment typoChris Lattner2011-05-221-1/+1
| * random comment cleanups.Chris Lattner2011-05-221-1/+1
| * remove StandardPasses, it has been replaced with PassManagerBuilderChris Lattner2011-05-221-403/+0
| * add support for LTO passes.Chris Lattner2011-05-221-0/+75
| * Include DataTypes.h from this header to get the uint*_t types.Charles Davis2011-05-221-0/+2