Enable loop splitting in RegAllocGreedy.
[oota-llvm.git] / include / llvm /
2010-12-04 Michael J. SpencerSupport/FileSystem: Add status implementation.
2010-12-04 Michael J. SpencerSupport/SystemError: Make error_category and error_code...
2010-12-04 Rafael EspindolaNext step: Only pad debug_line when the target is darwi...
2010-12-03 Jakob Stoklund OlesenAdd IntervalMap::iterator::set{Start,Stop,Value} method...
2010-12-03 Michael J. SpencerSupport/FileSystem: Fix MinGW build. It doesn't have...
2010-12-03 Frits van BommelFix paste-o in ExtractValueInst::getIndexedType() comments.
2010-12-03 Eric ChristopherApparently OS X 10.4 doesn't have __crashreporter_info__.
2010-12-03 Rafael EspindolaMake EmitIntValue more efficient and more like what...
2010-12-03 Michael J. SpencerSupport/FileSystem: Add unique_file and exists implemen...
2010-12-03 Michael J. SpencerSupport/FileSystem: Remove temp_directory_path.
2010-12-03 Chris Lattnerclarify comment
2010-12-03 Rafael EspindolaTry to resolve symbol differences early, and if success...
2010-12-03 Devang PatelIt may not be an option to skip .debug_line if there...
2010-12-02 Devang PatelUse set directive for StartMinusEndExpr.
2010-12-02 Rafael EspindolaMove EmitValueToOffset to the ObjectStreamer.
2010-12-02 Rafael EspindolaAdd EmitInstToFragment to the generic object streamer.
2010-12-02 Rafael EspindolaThe sections that the ELF object writer has to create...
2010-12-02 Chris Lattnertidy up
2010-12-02 Devang PatelIf tehre are not any line entry then do not try to...
2010-12-02 Jakob Stoklund OlesenImplement the first half of LiveDebugVariables.
2010-12-01 Rafael EspindolaRemove unused argument.
2010-12-01 Rafael EspindolaRename temporary symbols if they conflict with artifici...
2010-12-01 Michael J. SpencerSupport/ADT/Twine: Add toNullTerminatedStringRef.
2010-12-01 Michael J. SpencerSupport/PathV2: Split PathV2.h into PathV2.h and FileSy...
2010-12-01 Jay FoadPR5207: Rename overloaded APInt methods set(), clear...
2010-12-01 Michael J. SpencerSupport/PathV2: Remove is_valid. It was only added...
2010-12-01 Dan GohmanDelete Path::appendSuffix's return value; it wasn't...
2010-12-01 Michael J. SpencerSupport/PathV2: Add remove_filename implementation.
2010-11-30 Evan ChengEnable sibling call optimization of libcalls which...
2010-11-30 Michael J. SpencerSupport/PathV2: Implement reverse iteration and parent_...
2010-11-30 Michael J. SpencerSupport/ADT/StringRef: Add find_last_of.
2010-11-30 Chris Lattnerteach DSE to use GetPointerBaseWithConstantOffset to...
2010-11-30 Chris Lattnermove GetPointerBaseWithConstantOffset out of GVN into...
2010-11-30 Ted KremenekPerformance optimization on ImmutableMap/ImmutableSet:
2010-11-30 Cameron ZwarichChange the basic block map in LoopInfo from a std:...
2010-11-30 Chris Lattneradd TLI support indicating that jumps are more expensiv...
2010-11-30 Jay FoadPR5207: Make APInt::set(), APInt::clear() and APInt...
2010-11-30 Chris LattnerRewrite the main DSE loop to be written in terms of...
2010-11-30 Chris Lattnerdeath to extraneous \n's.
2010-11-30 Nick LewyckyMake @llvm.invariant.start not be readonly, so that...
2010-11-30 Jakob Stoklund OlesenStub out a new LiveDebugVariables pass.
2010-11-30 Chris Lattnerremove the pointless check of MemoryUseIntrinsic from
2010-11-30 Chris LattnergetLocationForDest should work for memset as well.
2010-11-30 Chris Lattnerclean up handling of 'free', detangling it from everyth...
2010-11-29 Michael J. SpencerSupport/PathV2: Update comments.
2010-11-29 Michael J. SpencerSupport: Add PathV2 implementation.
2010-11-29 Michael J. Spencersystem_error: Remove Windows headers.
2010-11-29 Michael J. SpencerSupport/PathV2: Just about every function call requires...
2010-11-29 Charles DavisNow to chant the magical incantation that will exorcise...
2010-11-29 Michael J. SpencerI swear I did a make clean and make before committing...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-28 Rafael EspindolaMake EmitIntValue non virtual.
2010-11-28 Rafael EspindolaMove EmitValue to MCObjectStreamer.
2010-11-28 Jakob Stoklund OlesenDon't use std::copy and std::copy_backward, run 10...
2010-11-28 Jakob Stoklund OlesenDisallow overlapping inserts, even when inserting the...
2010-11-28 Jay FoadPR5207: remove unused methods APInt::Emit() and APInt...
2010-11-28 Jay FoadPR5207: change APInt::doubleToBits() and APInt::floatTo...
2010-11-28 Jakob Stoklund OlesenTweak comments to make it clear that we are working...
2010-11-28 Rafael EspindolaFixed verson of r120245.
2010-11-28 Rafael EspindolaRevert previous patch while I debug the darwin bootstra...
2010-11-28 Rafael EspindolaFactor some duplicated code into MCObjectStreamer:...
2010-11-28 Rafael EspindolaMake EmitSymbolValue non virtual.
2010-11-28 Rafael EspindolaAvoid code duplication in the many unsupported EmitGPRe...
2010-11-28 Rafael EspindolaMake EmitULEB128IntValue and EmitSLEB128IntValue non...
2010-11-28 Rafael EspindolaDefine generic 1, 2 and 4 byte pc relative relocations...
2010-11-28 Jakob Stoklund OlesenAdd default constructors for iterators.
2010-11-28 Jakob Stoklund OlesenImplement const_iterator::advanceTo().
2010-11-28 Jakob Stoklund OlesenSpeed up simple insertions into an unbranched tree...
2010-11-27 Anton KorobeynikovMove more PEI-related hooks to TFI
2010-11-27 Anton KorobeynikovMove callee-saved regs spills / reloads to TFI
2010-11-27 Jakob Stoklund OlesenAdd more tests for erase(). Fix a few exposed bugs.
2010-11-27 Jakob Stoklund OlesenAdd test case with randomly ordered insertions, massive...
2010-11-27 Benjamin KramerRemove PIC16 remnants.
2010-11-27 Daniel Dunbarmacho-dump: Add support for --dump-section-data and...
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping symbol table entries.
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping string table data.
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping relocation entries.
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping sections.
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping dysymtab indirect...
2010-11-27 Daniel DunbarAdd an optional LowerCase argument to hexdigit().
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping symtab and dysymtab...
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping segment load commands.
2010-11-27 Owen AndersonSecond attempt at fixing the performance regressions...
2010-11-27 Daniel DunbarADT/InMemoryStruct: Add an experimental helper class...
2010-11-27 Daniel Dunbarraw_ostream::write_escaped: Add a UseHexEscapes argument.
2010-11-27 Daniel DunbarObject/Mach-O: Add header and load command information.
2010-11-27 Daniel DunbarObject/Mach-O: Validate Mach-O magic and initialize...
2010-11-27 Daniel DunbarMC/Mach-O: Start stubbing out a Mach-O object file...
2010-11-27 Daniel DunbarMC/Mach-O: Migrate more constants into MachOFormat.h.
2010-11-27 Daniel DunbarMC/Mach-O: Introduce Object/MachOFormat for describing...
2010-11-26 Benjamin KramerBitVector tweaks.
2010-11-26 Benjamin KramerStringRefs are POD-like.
2010-11-26 Jakob Stoklund OlesenAdd B+-tree test case that creates a height 3 tree...
2010-11-26 Jakob Stoklund OlesenExtract template function adjustSiblingSizes(), allowin...
2010-11-26 Rafael EspindolaRemove the unused TheTarget member.
2010-11-26 Michael J. SpencerFix spelling!
2010-11-26 Michael J. SpencerFix Whitespace.
2010-11-26 Jakob Stoklund OlesenMove tree navigation to a new Path class that doesn...
2010-11-25 Benjamin KramerSDep is POD-like. Shave off a few bytes from SUnit...
2010-11-25 Michael J. Spencersystem_error: Even more unsupported error numbers :(.
next