| Commit message (Expand) | Author | Age | Files | Lines |
* | Support/FileSystem: Add unique_file and exists implementations. | Michael J. Spencer | 2010-12-03 | 1 | -7/+9 |
* | Support/FileSystem: Remove temp_directory_path. | Michael J. Spencer | 2010-12-03 | 1 | -8/+0 |
* | clarify comment | Chris Lattner | 2010-12-03 | 1 | -2/+2 |
* | Try to resolve symbol differences early, and if successful create a plain | Rafael Espindola | 2010-12-03 | 4 | -3/+18 |
* | It may not be an option to skip .debug_line if there are file reference in al... | Devang Patel | 2010-12-03 | 2 | -4/+2 |
* | Use set directive for StartMinusEndExpr. | Devang Patel | 2010-12-02 | 2 | -2/+3 |
* | Move EmitValueToOffset to the ObjectStreamer. | Rafael Espindola | 2010-12-02 | 1 | -0/+1 |
* | Add EmitInstToFragment to the generic object streamer. | Rafael Espindola | 2010-12-02 | 1 | -1/+1 |
* | The sections that the ELF object writer has to create are very simple and | Rafael Espindola | 2010-12-02 | 1 | -3/+2 |
* | tidy up | Chris Lattner | 2010-12-02 | 1 | -4/+4 |
* | If tehre are not any line entry then do not try to emit .debug_line section. | Devang Patel | 2010-12-02 | 1 | -0/+3 |
* | Implement the first half of LiveDebugVariables. | Jakob Stoklund Olesen | 2010-12-02 | 1 | -0/+14 |
* | Remove unused argument. | Rafael Espindola | 2010-12-01 | 1 | -1/+1 |
* | Rename temporary symbols if they conflict with artificial symbols created | Rafael Espindola | 2010-12-01 | 1 | -0/+7 |
* | Support/ADT/Twine: Add toNullTerminatedStringRef. | Michael J. Spencer | 2010-12-01 | 1 | -0/+8 |
* | Support/PathV2: Split PathV2.h into PathV2.h and FileSystem.h. | Michael J. Spencer | 2010-12-01 | 2 | -593/+628 |
* | PR5207: Rename overloaded APInt methods set(), clear(), flip() to | Jay Foad | 2010-12-01 | 1 | -12/+12 |
* | Support/PathV2: Remove is_valid. It was only added because Path had it, but | Michael J. Spencer | 2010-12-01 | 1 | -8/+0 |
* | Delete Path::appendSuffix's return value; it wasn't used anywhere, which | Dan Gohman | 2010-12-01 | 1 | -7/+2 |
* | Support/PathV2: Add remove_filename implementation. | Michael J. Spencer | 2010-12-01 | 1 | -1/+1 |
* | Enable sibling call optimization of libcalls which are expanded during | Evan Cheng | 2010-11-30 | 2 | -1/+13 |
* | Support/PathV2: Implement reverse iteration and parent_path. | Michael J. Spencer | 2010-11-30 | 1 | -2/+21 |
* | Support/ADT/StringRef: Add find_last_of. | Michael J. Spencer | 2010-11-30 | 1 | -0/+12 |
* | teach DSE to use GetPointerBaseWithConstantOffset to analyze | Chris Lattner | 2010-11-30 | 1 | -0/+5 |
* | move GetPointerBaseWithConstantOffset out of GVN into ValueTracking.h | Chris Lattner | 2010-11-30 | 1 | -0/+6 |
* | Performance optimization on ImmutableMap/ImmutableSet: | Ted Kremenek | 2010-11-30 | 2 | -88/+159 |
* | Change the basic block map in LoopInfo from a std::map to a DenseMap. This is... | Cameron Zwarich | 2010-11-30 | 1 | -4/+5 |
* | add TLI support indicating that jumps are more expensive than logical operations | Chris Lattner | 2010-11-30 | 1 | -1/+19 |
* | PR5207: Make APInt::set(), APInt::clear() and APInt::flip() return void. | Jay Foad | 2010-11-30 | 1 | -23/+30 |
* | Rewrite the main DSE loop to be written in terms of reasoning | Chris Lattner | 2010-11-30 | 1 | -0/+3 |
* | death to extraneous \n's. | Chris Lattner | 2010-11-30 | 1 | -2/+1 |
* | Make @llvm.invariant.start not be readonly, so that it has side-effects. This | Nick Lewycky | 2010-11-30 | 1 | -1/+1 |
* | Stub out a new LiveDebugVariables pass. | Jakob Stoklund Olesen | 2010-11-30 | 1 | -0/+1 |
* | remove the pointless check of MemoryUseIntrinsic from | Chris Lattner | 2010-11-30 | 1 | -24/+1 |
* | getLocationForDest should work for memset as well. | Chris Lattner | 2010-11-30 | 1 | -1/+2 |
* | clean up handling of 'free', detangling it from everything else. | Chris Lattner | 2010-11-30 | 1 | -0/+4 |
* | Support/PathV2: Update comments. | Michael J. Spencer | 2010-11-29 | 1 | -2/+2 |
* | Support: Add PathV2 implementation. | Michael J. Spencer | 2010-11-29 | 1 | -5/+27 |
* | system_error: Remove Windows headers. | Michael J. Spencer | 2010-11-29 | 1 | -133/+119 |
* | Support/PathV2: Just about every function call requires the Twine header. | Michael J. Spencer | 2010-11-29 | 1 | -0/+1 |
* | Now to chant the magical incantation that will exorcise the System library | Charles Davis | 2010-11-29 | 19 | -19/+19 |
* | I swear I did a make clean and make before committing all this... | Michael J. Spencer | 2010-11-29 | 3 | -3/+3 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 107 | -177/+177 |
* | Make EmitIntValue non virtual. | Rafael Espindola | 2010-11-28 | 1 | -2/+1 |
* | Move EmitValue to MCObjectStreamer. | Rafael Espindola | 2010-11-28 | 1 | -0/+1 |
* | Don't use std::copy and std::copy_backward, run 10% faster. | Jakob Stoklund Olesen | 2010-11-28 | 1 | -5/+8 |
* | Disallow overlapping inserts, even when inserting the same value. | Jakob Stoklund Olesen | 2010-11-28 | 1 | -77/+45 |
* | PR5207: remove unused methods APInt::Emit() and APInt::Read(). | Jay Foad | 2010-11-28 | 1 | -6/+0 |
* | PR5207: change APInt::doubleToBits() and APInt::floatToBits() to be | Jay Foad | 2010-11-28 | 1 | -16/+6 |
* | add a function to the C api to get the context out of a module, patch | Chris Lattner | 2010-11-28 | 1 | -0/+3 |