aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
* 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
| * add an extension point mechanism that allow plugins to add stuff to Chris Lattner2011-05-211-40/+83
| * Add CreateLifetimeStart and CreateLifetimeEnd to the IRBuilder, with plans toNick Lewycky2011-05-211-4/+18
| * add a new PassManagerBuilder class to replace StandardPasses.hChris Lattner2011-05-211-0/+204
| * PR7952: Make isa<> use the same logic as cast<>, so that they both workEli Friedman2011-05-211-48/+40
| * Have Program::Wait return -2 for crashed and timeouts instead of embeddingAndrew Trick2011-05-211-7/+5
| * Fix up the new StandardPasses to run the same scalarrepl passes as the old one.Eli Friedman2011-05-191-4/+10
| * Fix the MSVC build.Francois Pichet2011-05-191-14/+19
| * Fix build issues with headers, which I discovered by actually using them.Charles Davis2011-05-191-23/+25
| * Some better type safety enforcement in the standard pass list, along with som...David Chisnall2011-05-181-25/+31
| * Third pass at allowing plugins to modify default passes. This time with a tw...Eli Friedman2011-05-181-150/+292
| * Set debug location while setting insertion point.Devang Patel2011-05-181-0/+1
| * Revert r131556; it's breaking buildbots/clang tests.Eli Friedman2011-05-181-286/+150
| * Second pass at allowing plugins to modify default passes. This time without ...David Chisnall2011-05-181-150/+286
| * Get rid of extern "C" from the Win64 EH header.Charles Davis2011-05-151-4/+0
| * Add a header containing definitions used to implement Win64 exception handling.Charles Davis2011-05-151-0/+100
| * Doug convinced me that DW_AT_APPLE_objc_complete_type is more appropriate name.Devang Patel2011-05-121-1/+1
| * Let Objective-C front-end identify class extension, in dwarf output, using an...Devang Patel2011-05-121-0/+1
| * Bugpoint support for miscompilations that result in a crash.Andrew Trick2011-05-111-2/+5
| * Revert r131155 for now. It makes VMCore depend on Analysis and TransformsNick Lewycky2011-05-101-270/+150
| * Add support for plugins add passes to the default set of passes. The standar...David Chisnall2011-05-101-150/+270
| * Fix typo. No functional change.Nick Lewycky2011-05-051-1/+1
| * Add explicit 'unregister' method to CrashRecoveryConextCleanupRegistrar.Ted Kremenek2011-05-041-1/+6
| * If builder is initialized using an instruction as insertion point, then use t...Devang Patel2011-05-041-0/+1
| * Implement some basic simplifications involving min/max, for exampleDuncan Sands2011-05-031-0/+93
| * Add MemoryBuffer::getBufferKind() to report whether a memory buffer uses mall...Ted Kremenek2011-04-281-0/+15
| * make a couple of changes to the standard pass pipeline:Chris Lattner2011-04-261-3/+5
| * add an m_ConstantInt matching predicate that binds to a uint64_t, and add an ...Chris Lattner2011-04-261-0/+35