Rewrite TargetMaterializeConstant splitting it out into two functions
[oota-llvm.git] / lib / Support /
2010-09-07 Nick LewyckyCreate PTX backend. Patch by Che-Liang Chiou!
2010-09-07 Nick LewyckyAdd completely hokey binary-and and binary-or operation...
2010-09-06 Nick LewyckyAdd a new isSignWrappedSet() method to ConstantRange.
2010-09-02 Dan GohmanUse the FindProgramByName fallback only with known...
2010-09-02 John McCallAfter some discussion with djg, teach SmallVector to...
2010-09-02 NAKAMURA Takumillvm::FindExecutable(): Retrieve the name with suffix...
2010-09-01 Dan GohmanMake tool_output_file's raw_ostream instance a member...
2010-08-30 Duncan SandsRemove a hack that tries to understand incorrect triple...
2010-08-26 Benjamin KramerStringRef::compare_numeric also differed from StringRef...
2010-08-26 Benjamin KramerDo unsigned char comparisons in StringRef::compare_lowe...
2010-08-24 Dan GohmanUse Bits.data() instead of &Bits[0].
2010-08-23 Benjamin KramerAvoid O(n*m) complexity in StringRef::find_first(_not...
2010-08-20 Benjamin KramerUpdate CMake build.
2010-08-20 Dan GohmanDelete SlowOperationInformer, which is no longer used.
2010-08-20 Dan GohmanMake outs() close its file when its stream is destructe...
2010-08-20 Dan GohmanDelete raw_stdout_ostream and raw_stderr_ostream, which...
2010-08-20 Dan GohmanMove raw_ostream's Error flag into raw_fd_ostream,...
2010-08-20 Dan GohmanIntroduce a new tool_output_file class, which extends...
2010-08-19 Dale JohannesenDo not assert when reading an exponent out of range.
2010-08-18 Dan GohmanMake raw_fd_ostream consider itself the owner of STDOUT...
2010-08-18 Dan GohmanTidy.
2010-08-18 Dan GohmanRevert r111321. This doesn't fix a problem.
2010-08-18 Chris Lattnerstomp some more undefined behavior, PR7775.
2010-08-17 Chris Lattnerinclude config.h to get config params, hopefully unbrea...
2010-08-17 Chris LattnerFix the rest of rdar://8318441 which happens when a...
2010-08-17 Chris Lattnerreport_fatal_error can't use errs(), because errs(...
2010-08-17 Daniel DunbarCrashRecovery: Clear the current context on the first...
2010-08-17 Daniel DunbarCrashRecovery: Add CrashRecoveryContext::GetCurrent...
2010-08-17 Daniel DunbarCrashRecovery: Make CrashRecoveryContext static methods...
2010-08-17 Jim Grosbachremove trailing whitespace
2010-08-16 Dan GohmanAdd hooks to FoldingSetTrait to allow specializations...
2010-08-16 Dan GohmanReverse the order of GetNodeProfile's arguments, for...
2010-08-12 Duncan SandsAdd a 'normalize' method to the Triple class, which...
2010-08-11 Nick LewyckyClean up ConstantRange a bit:
2010-08-08 Eric ChristopherFix a couple of warnings.
2010-08-07 Benjamin KramerRoll back my last two commits, valgrind complains.
2010-08-07 Benjamin KramerKill rarely used std::sort.
2010-08-07 Owen AndersonRemove layering violation.
2010-08-07 Owen AndersonAdd an inverse() method to ConstantRange.
2010-08-07 Owen AndersonAdd a convenience constructor.
2010-08-03 Chris Lattneravoid undef behavior on minint, fixing PR7783.
2010-07-30 Daniel DunbarFix -Wmissing-field-initializers warnings.
2010-07-29 Daniel DunbarCrashRecovery: Use ThreadLocal::erase() instead of...
2010-07-29 Daniel DunbarMake sure to include config.h, to pickup LLVM_ON_WIN32.
2010-07-29 Daniel DunbarCrashRecoveryContext: Add a simple POSIX implementation.
2010-07-28 Douglas GregorUnbreak my CMake build, say you'll compile for me again...
2010-07-28 Daniel DunbarSupport: Add CrashRecoveryContext helper object.
2010-07-14 Benjamin KramerDon't pass StringRef by reference.
2010-07-07 Chris Lattneradd some triple for minix, patch by Kees van Reeuwijk...
2010-06-30 Duncan SandsRather than giving SmallPtrSetImpl a member field Small...
2010-06-28 Eric ChristopherFix thinko.
2010-06-28 Eric ChristopherPull in the libCrashReporterClient.a information with...
2010-06-25 Benjamin KramerRewrite MemoryBuffer::getSTDIN to use read(2) and a...
2010-06-25 Benjamin KramerBring back the empty vector workaround I removed in...
2010-06-25 Benjamin KramerTweak MemoryBuffer to allocate the class itself, the...
2010-06-24 Dan GohmanAdd overloads for getFile and getFileOrSTDIN which...
2010-06-22 Eric ChristopherLook for and use a different darwin crash reporter...
2010-06-22 Dan GohmanAdd an explicit keyword.
2010-06-19 Benjamin KramerUse calloc instead of new/memset, it is more efficient...
2010-06-18 Dan GohmanGive NamedRegionTimer an Enabled flag, allowing all...
2010-06-17 Jason MolendaAdd the entire range of DW_OP_lit[0..31], DW_OP_reg...
2010-06-15 Daniel Dunbarfpcmp: Fix bug where fpcmp wouldn't early exit when...
2010-06-15 Daniel Dunbarfpcmp: Fix a possible infinite loop when comparing...
2010-06-08 Daniel DunbarUse const_iterator where appropriate.
2010-06-08 Daniel DunbarDeltaAlgorithm: Tweak split to split by first/second...
2010-06-08 Daniel DunbarADT: Add DAGDeltaAlgorithm, which is a DAG minimization...
2010-06-08 Benjamin KramerUse realloc instead of malloc+memcpy when growing a...
2010-05-28 Dan GohmanMinor code simplification.
2010-05-28 Dan GohmanFix a redundant-return warning.
2010-05-27 Dan GohmanAdd basic error checking to MemoryBuffer::getSTDIN.
2010-05-26 Jakob Stoklund OlesenAdd StringRef::compare_numeric and use it to sort Table...
2010-05-20 Daniel DunbarFix __crashreport_info__ declaration.
2010-05-19 Dan GohmanAdd a comment explaining why this code uses Append...
2010-05-18 Dan GohmanUsage of O_NONBLOCK in bjam is now confirmed as a bug...
2010-05-15 Chris Lattnerimprove portability to systems that don't have round...
2010-05-10 Daniel DunbarAdd new configure option, --disable-timestamps, intende...
2010-05-08 Daniel DunbarRun interrupt routines as part of report_fatal_error...
2010-05-06 Dan GohmanHandle the case where open(2) or close(2) is interrupte...
2010-05-06 Dan GohmanHandle EWOULDBLOCK as EAGAIN. And add a comment explain...
2010-05-05 Chris LattnerImplement rdar://7415680 - Twine integer support lacks...
2010-05-05 Benjamin KramerTry again if write(2) reports an recoverable error.
2010-04-19 Devang PatelFix typo. add a test case.
2010-04-19 Devang PatelAdd DW_AT_APPLE_omit_frame_ptr to encode -fomit-frame...
2010-04-18 Chris Lattnerreduce indentation
2010-04-15 Dan GohmanFix a bunch of namespace polution.
2010-04-13 Benjamin KramerBumpPtrAllocator::Reset() doesn't need to allocate...
2010-04-13 Benjamin KramerLet BumpPtrAllocator lazily allocate the first slab.
2010-04-13 Chris LattnerFix PR6826: GraphWriter delete the generated file befor...
2010-04-09 Chris Lattneradd minix support, patch by Kees van Reeuwijk! PR6797
2010-04-09 Chris Lattnerclean this up, fix std::min ambiguity on some platforms.
2010-04-08 Benjamin KramerVarious MSVC warning fixes about truncated 64 bit shift...
2010-04-07 Chris Lattnerrename llvm_install_error_handler -> install_fatal_erro...
2010-04-07 Chris Lattnerrename llvm::llvm_report_error -> llvm::report_fatal_error
2010-04-06 Chris Lattnerenhance SMDiagnostic to also maintain a pointer to...
2010-04-06 Chris Lattnergive the SourceMgr object a cookie.
2010-04-06 Chris LattnerGive llvm::SourceMgr the ability to have a client-specified
2010-04-05 Chris Lattnerstringref-ize the MemoryBuffer::get apis. This requires
2010-04-05 Owen AndersonPush const through the regex engine. Fixes some of...
2010-04-01 Benjamin KramerRemove accidental include and add a comment.
2010-04-01 Benjamin KramerVarious improvements to MemoryBuffer::getFile:
next