| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Comment out some unused parameter names to silence out-of-tree -Wunused warni... | Frits van Bommel | 2011-04-22 | 1 | -8/+8 |
* | Add DW_OP_bit_piece. | Devang Patel | 2011-04-21 | 1 | -0/+1 |
* | add a helper method. | Chris Lattner | 2011-04-19 | 1 | -0/+4 |
* | Add BumpPtrAllocator::getTotalMemory() to allow clients to query how much mem... | Ted Kremenek | 2011-04-18 | 1 | -0/+3 |
* | Introduce support to encode Objective-C property information in debugging inf... | Devang Patel | 2011-04-16 | 1 | -1/+13 |
* | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 6 | -7/+7 |
* | Use positive values since the value type is unsigned. Fixes a warning on the | Nick Lewycky | 2011-04-13 | 1 | -2/+2 |
* | Make IRBuilder support StringRef for building strings. | Nick Lewycky | 2011-04-12 | 1 | -4/+6 |
* | fix doc comment bug, noticed by Jochen | Chris Lattner | 2011-04-09 | 1 | -2/+2 |
* | Add support for ArrayRef in IRBuilder's CreateCall. | Nick Lewycky | 2011-04-07 | 1 | -0/+6 |
* | Add an empty key for DebugLoc so that you can store an empty DebugLoc in a | Nick Lewycky | 2011-04-06 | 1 | -2/+10 |
* | Support using DebugLoc's in a DenseMap. | Nick Lewycky | 2011-04-06 | 1 | -0/+20 |
* | Fix a typo. | Andrew Trick | 2011-04-05 | 1 | -1/+1 |
* | Added *hidden* flags -print-options and -print-all-options so | Andrew Trick | 2011-04-05 | 1 | -15/+280 |
* | Remove the LLVMContext& arguments from *Folder constructors, as they don't se... | Frits van Bommel | 2011-04-03 | 3 | -10/+6 |
* | Fix whitespace. | Michael J. Spencer | 2011-03-31 | 1 | -1/+1 |
* | Switch FileRemover from PathV1 to V2. | Michael J. Spencer | 2011-03-31 | 1 | -8/+16 |