summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* Support/FileSystem: Fix MinGW build. It doesn't have _chsize_s.Michael J. Spencer2010-12-03
* Fix paste-o in ExtractValueInst::getIndexedType() comments.Frits van Bommel2010-12-03
* Apparently OS X 10.4 doesn't have __crashreporter_info__.Eric Christopher2010-12-03
* Make EmitIntValue more efficient and more like what we do for leb128. TheRafael Espindola2010-12-03
* Support/FileSystem: Add unique_file and exists implementations.Michael J. Spencer2010-12-03
* Support/FileSystem: Remove temp_directory_path.Michael J. Spencer2010-12-03
* clarify commentChris Lattner2010-12-03
* Try to resolve symbol differences early, and if successful create a plainRafael Espindola2010-12-03
* It may not be an option to skip .debug_line if there are file reference in al...Devang Patel2010-12-03
* Use set directive for StartMinusEndExpr.Devang Patel2010-12-02
* 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