| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| | * | add an extension point mechanism that allow plugins to add stuff to | Chris Lattner | 2011-05-21 | 1 | -40/+83 |
| | * | Add CreateLifetimeStart and CreateLifetimeEnd to the IRBuilder, with plans to | Nick Lewycky | 2011-05-21 | 1 | -4/+18 |
| | * | add a new PassManagerBuilder class to replace StandardPasses.h | Chris Lattner | 2011-05-21 | 1 | -0/+204 |
| | * | PR7952: Make isa<> use the same logic as cast<>, so that they both work | Eli Friedman | 2011-05-21 | 1 | -48/+40 |
| | * | Have Program::Wait return -2 for crashed and timeouts instead of embedding | Andrew Trick | 2011-05-21 | 1 | -7/+5 |
| | * | Fix up the new StandardPasses to run the same scalarrepl passes as the old one. | Eli Friedman | 2011-05-19 | 1 | -4/+10 |
| | * | Fix the MSVC build. | Francois Pichet | 2011-05-19 | 1 | -14/+19 |
| | * | Fix build issues with headers, which I discovered by actually using them. | Charles Davis | 2011-05-19 | 1 | -23/+25 |
| | * | Some better type safety enforcement in the standard pass list, along with som... | David Chisnall | 2011-05-18 | 1 | -25/+31 |
| | * | Third pass at allowing plugins to modify default passes. This time with a tw... | Eli Friedman | 2011-05-18 | 1 | -150/+292 |
| | * | Set debug location while setting insertion point. | Devang Patel | 2011-05-18 | 1 | -0/+1 |
| | * | Revert r131556; it's breaking buildbots/clang tests. | Eli Friedman | 2011-05-18 | 1 | -286/+150 |
| | * | Second pass at allowing plugins to modify default passes. This time without ... | David Chisnall | 2011-05-18 | 1 | -150/+286 |
| | * | Get rid of extern "C" from the Win64 EH header. | Charles Davis | 2011-05-15 | 1 | -4/+0 |
| | * | Add a header containing definitions used to implement Win64 exception handling. | Charles Davis | 2011-05-15 | 1 | -0/+100 |
| | * | Doug convinced me that DW_AT_APPLE_objc_complete_type is more appropriate name. | Devang Patel | 2011-05-12 | 1 | -1/+1 |
| | * | Let Objective-C front-end identify class extension, in dwarf output, using an... | Devang Patel | 2011-05-12 | 1 | -0/+1 |
| | * | Bugpoint support for miscompilations that result in a crash. | Andrew Trick | 2011-05-11 | 1 | -2/+5 |
| | * | Revert r131155 for now. It makes VMCore depend on Analysis and Transforms | Nick Lewycky | 2011-05-10 | 1 | -270/+150 |
| | * | Add support for plugins add passes to the default set of passes. The standar... | David Chisnall | 2011-05-10 | 1 | -150/+270 |
| | * | Fix typo. No functional change. | Nick Lewycky | 2011-05-05 | 1 | -1/+1 |
| | * | Add explicit 'unregister' method to CrashRecoveryConextCleanupRegistrar. | Ted Kremenek | 2011-05-04 | 1 | -1/+6 |
| | * | If builder is initialized using an instruction as insertion point, then use t... | Devang Patel | 2011-05-04 | 1 | -0/+1 |
| | * | Implement some basic simplifications involving min/max, for example | Duncan Sands | 2011-05-03 | 1 | -0/+93 |
| | * | Add MemoryBuffer::getBufferKind() to report whether a memory buffer uses mall... | Ted Kremenek | 2011-04-28 | 1 | -0/+15 |
| | * | make a couple of changes to the standard pass pipeline: | Chris Lattner | 2011-04-26 | 1 | -3/+5 |
| | * | add an m_ConstantInt matching predicate that binds to a uint64_t, and add an ... | Chris Lattner | 2011-04-26 | 1 | -0/+35 |