summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Move EmitValueToOffset to the ObjectStreamer.Rafael Espindola2010-12-02
* Add EmitInstToFragment to the generic object streamer.Rafael Espindola2010-12-02
* The sections that the ELF object writer has to create are very simple andRafael Espindola2010-12-02
* tidy upChris Lattner2010-12-02
* If tehre are not any line entry then do not try to emit .debug_line section.Devang Patel2010-12-02
* Implement the first half of LiveDebugVariables.Jakob Stoklund Olesen2010-12-02
* Remove unused argument.Rafael Espindola2010-12-01
* Rename temporary symbols if they conflict with artificial symbols createdRafael Espindola2010-12-01
* Support/ADT/Twine: Add toNullTerminatedStringRef.Michael J. Spencer2010-12-01
* Support/PathV2: Split PathV2.h into PathV2.h and FileSystem.h.Michael J. Spencer2010-12-01
* PR5207: Rename overloaded APInt methods set(), clear(), flip() toJay Foad2010-12-01
* Support/PathV2: Remove is_valid. It was only added because Path had it, butMichael J. Spencer2010-12-01
* Delete Path::appendSuffix's return value; it wasn't used anywhere, whichDan Gohman2010-12-01
* Support/PathV2: Add remove_filename implementation.Michael J. Spencer2010-12-01
* Enable sibling call optimization of libcalls which are expanded duringEvan Cheng2010-11-30
* Support/PathV2: Implement reverse iteration and parent_path.Michael J. Spencer2010-11-30
* Support/ADT/StringRef: Add find_last_of.Michael J. Spencer2010-11-30
* teach DSE to use GetPointerBaseWithConstantOffset to analyzeChris Lattner2010-11-30
* move GetPointerBaseWithConstantOffset out of GVN into ValueTracking.hChris Lattner2010-11-30
* Performance optimization on ImmutableMap/ImmutableSet:Ted Kremenek2010-11-30
* Change the basic block map in LoopInfo from a std::map to a DenseMap. This is...Cameron Zwarich2010-11-30
* add TLI support indicating that jumps are more expensive than logical operationsChris Lattner2010-11-30
* PR5207: Make APInt::set(), APInt::clear() and APInt::flip() return void.Jay Foad2010-11-30
* Rewrite the main DSE loop to be written in terms of reasoningChris Lattner2010-11-30
* death to extraneous \n's.Chris Lattner2010-11-30
* Make @llvm.invariant.start not be readonly, so that it has side-effects. ThisNick Lewycky2010-11-30
* Stub out a new LiveDebugVariables pass.Jakob Stoklund Olesen2010-11-30
* remove the pointless check of MemoryUseIntrinsic fromChris Lattner2010-11-30
* getLocationForDest should work for memset as well.Chris Lattner2010-11-30
* clean up handling of 'free', detangling it from everything else.Chris Lattner2010-11-30
* Support/PathV2: Update comments.Michael J. Spencer2010-11-29
* Support: Add PathV2 implementation.Michael J. Spencer2010-11-29
* system_error: Remove Windows headers.Michael J. Spencer2010-11-29
* Support/PathV2: Just about every function call requires the Twine header.Michael J. Spencer2010-11-29
* Now to chant the magical incantation that will exorcise the System libraryCharles Davis2010-11-29
* I swear I did a make clean and make before committing all this...Michael J. Spencer2010-11-29
* Merge System into Support.Michael J. Spencer2010-11-29
* Make EmitIntValue non virtual.Rafael Espindola2010-11-28
* Move EmitValue to MCObjectStreamer.Rafael Espindola2010-11-28
* Don't use std::copy and std::copy_backward, run 10% faster.Jakob Stoklund Olesen2010-11-28
* Disallow overlapping inserts, even when inserting the same value.Jakob Stoklund Olesen2010-11-28
* PR5207: remove unused methods APInt::Emit() and APInt::Read().Jay Foad2010-11-28
* PR5207: change APInt::doubleToBits() and APInt::floatToBits() to beJay Foad2010-11-28
* add a function to the C api to get the context out of a module, patchChris Lattner2010-11-28
* Tweak comments to make it clear that we are working in a namespace.Jakob Stoklund Olesen2010-11-28
* Fixed verson of r120245.Rafael Espindola2010-11-28
* Revert previous patch while I debug the darwin bootstrap failure.Rafael Espindola2010-11-28
* Factor some duplicated code into MCObjectStreamer::EmitLabel.Rafael Espindola2010-11-28
* Make EmitSymbolValue non virtual.Rafael Espindola2010-11-28
* Avoid code duplication in the many unsupported EmitGPRel32Value implementations.Rafael Espindola2010-11-28