aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
* 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
* Comment out some unused parameter names to silence out-of-tree -Wunused warni...Frits van Bommel2011-04-221-8/+8
* Add DW_OP_bit_piece.Devang Patel2011-04-211-0/+1
* add a helper method.Chris Lattner2011-04-191-0/+4
* Add BumpPtrAllocator::getTotalMemory() to allow clients to query how much mem...Ted Kremenek2011-04-181-0/+3
* Introduce support to encode Objective-C property information in debugging inf...Devang Patel2011-04-161-1/+13
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-156-7/+7
* Use positive values since the value type is unsigned. Fixes a warning on theNick Lewycky2011-04-131-2/+2
* Make IRBuilder support StringRef for building strings.Nick Lewycky2011-04-121-4/+6
* fix doc comment bug, noticed by JochenChris Lattner2011-04-091-2/+2
* Add support for ArrayRef in IRBuilder's CreateCall.Nick Lewycky2011-04-071-0/+6
* Add an empty key for DebugLoc so that you can store an empty DebugLoc in aNick Lewycky2011-04-061-2/+10
* Support using DebugLoc's in a DenseMap.Nick Lewycky2011-04-061-0/+20
* Fix a typo.Andrew Trick2011-04-051-1/+1
* Added *hidden* flags -print-options and -print-all-options soAndrew Trick2011-04-051-15/+280
* Remove the LLVMContext& arguments from *Folder constructors, as they don't se...Frits van Bommel2011-04-033-10/+6
* Fix whitespace.Michael J. Spencer2011-03-311-1/+1
* Switch FileRemover from PathV1 to V2.Michael J. Spencer2011-03-311-8/+16