summaryrefslogtreecommitdiff
path: root/include/llvm/Support
Commit message (Expand)AuthorAge
...
* Convert gep_type_begin and gep_type_end to use ArrayRef.Jay Foad2011-07-19
* Make a provision to encode inline location in a variable. This will enable dw...Devang Patel2011-07-19
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-15
* Add dump()Devang Patel2011-07-14
* Simplify and delay extracting DebugLoc elements, scope and InlinedAt, as much...Devang Patel2011-07-14
* Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef.Jay Foad2011-07-13
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-12
* make the IRBuilder type methods return non-const types.Chris Lattner2011-07-12
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-12
* De-constify Types in FunctionType::get().Jay Foad2011-07-11
* - Make BranchProbability constructor public.Jakub Staszak2011-07-10
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* add a #includeChris Lattner2011-07-09
* Introduce "expect" intrinsic instructions.Jakub Staszak2011-07-06
* Remove the ObjC ARC passes from the default optimization list, and addDan Gohman2011-07-05
* Speculatively revert r134431.Devang Patel2011-07-05
* Clear debug loc while updating insert point.Devang Patel2011-07-05
* SuccIterator on bbs without terminator instsTobias Grosser2011-07-04
* Added IRBuilder::SetInsertPoint(Use) to find a valid insertion pointAndrew Trick2011-06-29
* whitespaceAndrew Trick2011-06-29
* Introduce BlockFrequency analysis for BasicBlocks.Jakub Staszak2011-06-23
* Add missing file.Rafael Espindola2011-06-23
* Support: make floating-exception header privateDylan Noblesmith2011-06-23
* Don't include config.h in public headersDylan Noblesmith2011-06-23
* Reinstate r133513 (reverted in r133700) with an additional fix for aJay Foad2011-06-23
* Revert r133513:Eric Christopher2011-06-23
* Reinstate r133435 and r133449 (reverted in r133499) now that the clangJay Foad2011-06-21
* Revert r133435 and r133449 to appease buildbots.Chad Rosier2011-06-21
* Change how PHINodes store their operands.Jay Foad2011-06-20
* The ARC language-specific optimizer. Credit to Dan Gohman.John McCall2011-06-15
* Fix spelling and sort CMakeLists.txt.Michael J. Spencer2011-06-13
* Branch profiling: floating-point avoidance.Andrew Trick2011-06-11
* Fix example code in comment.Richard Osborne2011-06-10
* Add new -d option to tblgen. It writes a make(1)-style dependency file.Joerg Sonnenberger2011-06-01
* Fix definitions of UOP_SaveXMM128, UOP_SaveXMM128Big, and UOP_PushMachFrameCharles Davis2011-05-26
* another typoChris Lattner2011-05-22
* fix comment typoChris Lattner2011-05-22
* random comment cleanups.Chris Lattner2011-05-22
* remove StandardPasses, it has been replaced with PassManagerBuilderChris Lattner2011-05-22
* add support for LTO passes.Chris Lattner2011-05-22
* Include DataTypes.h from this header to get the uint*_t types.Charles Davis2011-05-22
* add an extension point mechanism that allow plugins to add stuff to Chris Lattner2011-05-21
* Add CreateLifetimeStart and CreateLifetimeEnd to the IRBuilder, with plans toNick Lewycky2011-05-21
* add a new PassManagerBuilder class to replace StandardPasses.hChris Lattner2011-05-21
* PR7952: Make isa<> use the same logic as cast<>, so that they both workEli Friedman2011-05-21
* Have Program::Wait return -2 for crashed and timeouts instead of embeddingAndrew Trick2011-05-21
* Fix up the new StandardPasses to run the same scalarrepl passes as the old one.Eli Friedman2011-05-19
* Fix the MSVC build.Francois Pichet2011-05-19
* Fix build issues with headers, which I discovered by actually using them.Charles Davis2011-05-19