2010-12-01 |
Michael J. Spencer | Support/PathV2: Add remove_filename implementation. |
tree | commitdiff |
2010-11-30 |
Evan Cheng | Enable sibling call optimization of libcalls which... |
tree | commitdiff |
2010-11-30 |
Michael J. Spencer | Support/PathV2: Implement reverse iteration and parent_... |
tree | commitdiff |
2010-11-30 |
Michael J. Spencer | Support/ADT/StringRef: Add find_last_of. |
tree | commitdiff |
2010-11-30 |
Chris Lattner | teach DSE to use GetPointerBaseWithConstantOffset to... |
tree | commitdiff |
2010-11-30 |
Chris Lattner | move GetPointerBaseWithConstantOffset out of GVN into... |
tree | commitdiff |
2010-11-30 |
Ted Kremenek | Performance optimization on ImmutableMap/ImmutableSet: |
tree | commitdiff |
2010-11-30 |
Cameron Zwarich | Change the basic block map in LoopInfo from a std:... |
tree | commitdiff |
2010-11-30 |
Chris Lattner | add TLI support indicating that jumps are more expensiv... |
tree | commitdiff |
2010-11-30 |
Jay Foad | PR5207: Make APInt::set(), APInt::clear() and APInt... |
tree | commitdiff |
2010-11-30 |
Chris Lattner | Rewrite the main DSE loop to be written in terms of... |
tree | commitdiff |
2010-11-30 |
Chris Lattner | death to extraneous \n's. |
tree | commitdiff |
2010-11-30 |
Nick Lewycky | Make @llvm.invariant.start not be readonly, so that... |
tree | commitdiff |
2010-11-30 |
Jakob Stoklund Olesen | Stub out a new LiveDebugVariables pass. |
tree | commitdiff |
2010-11-30 |
Chris Lattner | remove the pointless check of MemoryUseIntrinsic from |
tree | commitdiff |
2010-11-30 |
Chris Lattner | getLocationForDest should work for memset as well. |
tree | commitdiff |
2010-11-30 |
Chris Lattner | clean up handling of 'free', detangling it from everyth... |
tree | commitdiff |
2010-11-29 |
Michael J. Spencer | Support/PathV2: Update comments. |
tree | commitdiff |
2010-11-29 |
Michael J. Spencer | Support: Add PathV2 implementation. |
tree | commitdiff |
2010-11-29 |
Michael J. Spencer | system_error: Remove Windows headers. |
tree | commitdiff |
2010-11-29 |
Michael J. Spencer | Support/PathV2: Just about every function call requires... |
tree | commitdiff |
2010-11-29 |
Charles Davis | Now to chant the magical incantation that will exorcise... |
tree | commitdiff |
2010-11-29 |
Michael J. Spencer | I swear I did a make clean and make before committing... |
tree | commitdiff |
2010-11-29 |
Michael J. Spencer | Merge System into Support. |
tree | commitdiff |
2010-11-28 |
Rafael Espindola | Make EmitIntValue non virtual. |
tree | commitdiff |
2010-11-28 |
Rafael Espindola | Move EmitValue to MCObjectStreamer. |
tree | commitdiff |
2010-11-28 |
Jakob Stoklund Olesen | Don't use std::copy and std::copy_backward, run 10... |
tree | commitdiff |
2010-11-28 |
Jakob Stoklund Olesen | Disallow overlapping inserts, even when inserting the... |
tree | commitdiff |
2010-11-28 |
Jay Foad | PR5207: remove unused methods APInt::Emit() and APInt... |
tree | commitdiff |
2010-11-28 |
Jay Foad | PR5207: change APInt::doubleToBits() and APInt::floatTo... |
tree | commitdiff |
2010-11-28 |
Chris Lattner | add a function to the C api to get the context out... |
tree | commitdiff |
2010-11-28 |
Jakob Stoklund Olesen | Tweak comments to make it clear that we are working... |
tree | commitdiff |
2010-11-28 |
Rafael Espindola | Fixed verson of r120245. |
tree | commitdiff |
2010-11-28 |
Rafael Espindola | Revert previous patch while I debug the darwin bootstra... |
tree | commitdiff |
2010-11-28 |
Rafael Espindola | Factor some duplicated code into MCObjectStreamer:... |
tree | commitdiff |
2010-11-28 |
Rafael Espindola | Make EmitSymbolValue non virtual. |
tree | commitdiff |
2010-11-28 |
Rafael Espindola | Avoid code duplication in the many unsupported EmitGPRe... |
tree | commitdiff |
2010-11-28 |
Rafael Espindola | Make EmitULEB128IntValue and EmitSLEB128IntValue non... |
tree | commitdiff |
2010-11-28 |
Rafael Espindola | Define generic 1, 2 and 4 byte pc relative relocations... |
tree | commitdiff |
2010-11-28 |
Jakob Stoklund Olesen | Add default constructors for iterators. |
tree | commitdiff |
2010-11-28 |
Jakob Stoklund Olesen | Implement const_iterator::advanceTo(). |
tree | commitdiff |
2010-11-28 |
Jakob Stoklund Olesen | Speed up simple insertions into an unbranched tree... |
tree | commitdiff |
2010-11-27 |
Anton Korobeynikov | Move more PEI-related hooks to TFI |
tree | commitdiff |
2010-11-27 |
Anton Korobeynikov | Move callee-saved regs spills / reloads to TFI |
tree | commitdiff |
2010-11-27 |
Jakob Stoklund Olesen | Add more tests for erase(). Fix a few exposed bugs. |
tree | commitdiff |
2010-11-27 |
Jakob Stoklund Olesen | Add test case with randomly ordered insertions, massive... |
tree | commitdiff |
2010-11-27 |
Benjamin Kramer | Remove PIC16 remnants. |
tree | commitdiff |
2010-11-27 |
Daniel Dunbar | macho-dump: Add support for --dump-section-data and... |
tree | commitdiff |
2010-11-27 |
Daniel Dunbar | macho-dump: Add support for dumping symbol table entries. |
tree | commitdiff |
2010-11-27 |
Daniel Dunbar | macho-dump: Add support for dumping string table data. |
tree | commitdiff |
2010-11-27 |
Daniel Dunbar | macho-dump: Add support for dumping relocation entries. |
tree | commitdiff |
2010-11-27 |
Daniel Dunbar | macho-dump: Add support for dumping sections. |
tree | commitdiff |
2010-11-27 |
Daniel Dunbar | macho-dump: Add support for dumping dysymtab indirect... |
tree | commitdiff |
2010-11-27 |
Daniel Dunbar | Add an optional LowerCase argument to hexdigit(). |
tree | commitdiff |
2010-11-27 |
Daniel Dunbar | macho-dump: Add support for dumping symtab and dysymtab... |
tree | commitdiff |
2010-11-27 |
Daniel Dunbar | macho-dump: Add support for dumping segment load commands. |
tree | commitdiff |
2010-11-27 |
Owen Anderson | Second attempt at fixing the performance regressions... |
tree | commitdiff |
2010-11-27 |
Daniel Dunbar | ADT/InMemoryStruct: Add an experimental helper class... |
tree | commitdiff |
2010-11-27 |
Daniel Dunbar | raw_ostream::write_escaped: Add a UseHexEscapes argument. |
tree | commitdiff |
2010-11-27 |
Daniel Dunbar | Object/Mach-O: Add header and load command information. |
tree | commitdiff |
2010-11-27 |
Daniel Dunbar | Object/Mach-O: Validate Mach-O magic and initialize... |
tree | commitdiff |
2010-11-27 |
Daniel Dunbar | MC/Mach-O: Start stubbing out a Mach-O object file... |
tree | commitdiff |
2010-11-27 |
Daniel Dunbar | MC/Mach-O: Migrate more constants into MachOFormat.h. |
tree | commitdiff |
2010-11-27 |
Daniel Dunbar | MC/Mach-O: Introduce Object/MachOFormat for describing... |
tree | commitdiff |
2010-11-26 |
Benjamin Kramer | BitVector tweaks. |
tree | commitdiff |
2010-11-26 |
Benjamin Kramer | StringRefs are POD-like. |
tree | commitdiff |
2010-11-26 |
Jakob Stoklund Olesen | Add B+-tree test case that creates a height 3 tree... |
tree | commitdiff |
2010-11-26 |
Jakob Stoklund Olesen | Extract template function adjustSiblingSizes(), allowin... |
tree | commitdiff |
2010-11-26 |
Rafael Espindola | Remove the unused TheTarget member. |
tree | commitdiff |
2010-11-26 |
Michael J. Spencer | Fix spelling! |
tree | commitdiff |
2010-11-26 |
Michael J. Spencer | Fix Whitespace. |
tree | commitdiff |
2010-11-26 |
Jakob Stoklund Olesen | Move tree navigation to a new Path class that doesn... |
tree | commitdiff |
2010-11-25 |
Benjamin Kramer | SDep is POD-like. Shave off a few bytes from SUnit... |
tree | commitdiff |
2010-11-25 |
Michael J. Spencer | system_error: Even more unsupported error numbers :(. |
tree | commitdiff |
2010-11-24 |
Michael J. Spencer | 80 col. |
tree | commitdiff |
2010-11-24 |
Michael J. Spencer | Path Version 2. |
tree | commitdiff |
2010-11-24 |
NAKAMURA Takumi | include/llvm/System/system_error.h: ECANCELED is undefi... |
tree | commitdiff |
2010-11-24 |
Ted Kremenek | Tweak ImmutableMap/ImmutableSet/ImmutableList APIs |
tree | commitdiff |
2010-11-24 |
Jakob Stoklund Olesen | Generalize overflowLeaf to also handle overflows in... |
tree | commitdiff |
2010-11-23 |
Chris Lattner | add a MemoryBuffer::getOpenFile method, which turns... |
tree | commitdiff |
2010-11-23 |
Michael J. Spencer | system_error: Add fixme. |
tree | commitdiff |
2010-11-23 |
Jason W Kim | Move the ARM reloc constants to Support/ELF.h |
tree | commitdiff |
2010-11-23 |
Duncan Sands | Expand a little on the description of what InstructionS... |
tree | commitdiff |
2010-11-23 |
Duncan Sands | Clarify that constant folding of instructions applies... |
tree | commitdiff |
2010-11-23 |
Rafael Espindola | Invalidate the layout on any relaxation, not just Instr... |
tree | commitdiff |
2010-11-23 |
Cameron Zwarich | Optimize a common case in the Lengauer-Tarjan dominator... |
tree | commitdiff |
2010-11-23 |
Chris Lattner | Revert functionality doug added in r98575 that was... |
tree | commitdiff |
2010-11-23 |
Rafael Espindola | Reuse data fragments while lowering. Patch by David... |
tree | commitdiff |
2010-11-23 |
Chris Lattner | fix this harder. |
tree | commitdiff |
2010-11-23 |
Chris Lattner | fix a bug I introduced on the other side of the #ifdef |
tree | commitdiff |
2010-11-23 |
Chris Lattner | reimplement SwapByteOrder.h in terms of overloading... |
tree | commitdiff |
2010-11-23 |
Wesley Peck | Renaming ISD::BIT_CONVERT to ISD::BITCAST to better... |
tree | commitdiff |
2010-11-23 |
Chris Lattner | add a 'LLVMConstIntOfArbitraryPrecision' api to the... |
tree | commitdiff |
2010-11-22 |
Rafael Espindola | Add basic CFI methods to the streamer interface. |
tree | commitdiff |
2010-11-22 |
Rafael Espindola | Remove some #includes. |
tree | commitdiff |
2010-11-21 |
Wesley Peck | Implement ELF object file writing support for the MBlaz... |
tree | commitdiff |
2010-11-21 |
Chris Lattner | add some helper methods for asmprinter flags, from... |
tree | commitdiff |
2010-11-21 |
Chris Lattner | the getLocationForSource/Dest methods can be static. |
tree | commitdiff |
2010-11-21 |
Chris Lattner | add "getLocation" method to AliasAnalysis for getting... |
tree | commitdiff |
2010-11-21 |
Chris Lattner | implement PR8576, deleting dead stores with intervening... |
tree | commitdiff |
next |