Remove WriteGraph's Name argument, which it didn't use, and
[oota-llvm.git] / include / llvm / Support /
2010-09-27 Dan GohmanRemove WriteGraph's Name argument, which it didn't...
2010-09-27 Dan GohmanFix indentation.
2010-09-18 Gabor Greifrestrict dyn_cast_or_null to pointer types, just like...
2010-09-18 Gabor Greifback out r114279 as some darwin buildbots get errors...
2010-09-18 Gabor Greifrestrict dyn_cast_or_null to pointer types, just like...
2010-09-18 Gabor Greifremove CallSite::get; it is still present (as protected...
2010-09-15 Duncan SandsRemove LLVM_GLOBAL_VISIBILITY, which is unused, and...
2010-09-10 Dale JohannesenAdd X86 MMX type to bitcode and Type.
2010-09-07 Owen AndersonRemove dead code. ManagedCleanup is unused, and contai...
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-03 Owen AndersonRe-enable CorrelatedValuePropagation. I've tested...
2010-09-02 Dan GohmanRemove obsolete comments about throwing exceptions.
2010-09-01 Dan GohmanReword this comment. Don't mention outs(), as that...
2010-09-01 Owen AndersonDisable CorrelatedValuePropagation while I track down...
2010-09-01 Owen AndersonTentatively add correlated value propagation to the...
2010-09-01 Dan GohmanMake tool_output_file's raw_ostream instance a member...
2010-09-01 Michael J. SpencerCOFF: Fix incorrect SCT_COMPLEX_TYPE_SHIFT. Add a few...
2010-09-01 Duncan SandsDefine LLVM_GLOBAL_VISIBILITY to be __declspec(dllexpor...
2010-08-29 Chris LattnerStop explicitly scheduling domfrontier before the loop...
2010-08-26 Chris Lattneradd m_BitCast for matching a bitcast.
2010-08-23 Mikhail GlushenkovTrailing whitespace.
2010-08-23 Dan Gohmanformatted_tool_output_file::close needs to flush its...
2010-08-21 Michael J. SpencerMC: Add partial x86-64 support to COFF.
2010-08-20 Dan GohmanDelete SlowOperationInformer, which is no longer used.
2010-08-20 Mikhail GlushenkovAdd include guards to Support/Regex.h.
2010-08-20 Mikhail GlushenkovTrailing whitespace.
2010-08-20 Dan GohmanDelete raw_stdout_ostream and raw_stderr_ostream, which...
2010-08-20 Dan GohmanAdd an inspirational quote.
2010-08-20 Dan GohmanAdd a comment.
2010-08-20 Dan GohmanMove raw_ostream's Error flag into raw_fd_ostream,...
2010-08-20 Dan GohmanExport error-handling functions in formatted_tool_outpu...
2010-08-20 Mikhail GlushenkovDisambiguate calls to WriteGraph() to disable ADL.
2010-08-20 Mikhail GlushenkovTrailing whitespace.
2010-08-20 Dan GohmanIntroduce a new tool_output_file class, which extends...
2010-08-18 Dan GohmanMake raw_fd_ostream consider itself the owner of STDOUT...
2010-08-18 Dan GohmanIntroduce a ScopedFatalErrorHandler class to make it...
2010-08-17 Daniel DunbarCrashRecovery: Add CrashRecoveryContext::GetCurrent...
2010-08-17 Daniel DunbarCrashRecovery: Make CrashRecoveryContext static methods...
2010-08-17 Anton KorobeynikovAdd some win64 coff goodness.
2010-08-17 Benjamin KramerSketch i386 relocations handling, from Roman Divacky.
2010-08-17 Benjamin KramerThere is this new "LLVM" compiler that supports __built...
2010-08-16 Matt FlemingAdd ELF ObjectWriter and Streamer support.
2010-08-11 Nick LewyckyClean up ConstantRange a bit:
2010-08-10 Mikhail GlushenkovTrailing whitespace.
2010-08-07 Benjamin KramerRoll back my last two commits, valgrind complains.
2010-08-07 Benjamin KramerA reference to the Timer's name is safe, it outlives...
2010-08-07 Benjamin KramerShrink PassNameParser's binary size with array_pod_sort.
2010-08-07 Owen AndersonRemove layering violation.
2010-08-07 Owen AndersonAdd an inverse() method to ConstantRange.
2010-08-07 Dan GohmanDelete this explicit assignment operator; it's equivale...
2010-08-07 Owen AndersonAdd a convenience constructor.
2010-08-06 Rafael EspindolaSome cleanup. Use a class (OptionInfo) instead of a...
2010-08-05 Gabor Greifremove the private hack from CallInst, it was not suppo...
2010-08-05 Owen AndersonGive ConstantRange an operator=
2010-08-04 Torok EdwinFix build of DataFlow.h
2010-08-04 Dan GohmanDon't construct a std::string with a literal "".
2010-08-04 Dan GohmanDon't print the filename twice in file-not-found errors.
2010-08-03 Dan GohmanThread const correctness through a bunch of AliasAnalys...
2010-07-29 Gabor Greifremove a layer of cruft
2010-07-28 Daniel DunbarSupport: Add CrashRecoveryContext helper object.
2010-07-28 Gabor Greifwe are supposed to only create proper CallSites from...
2010-07-27 Gabor Greifreintroduce original (asserting) semantics of CallSite...
2010-07-27 Gabor Greifremove bogus assert, use static_cast for additional...
2010-07-26 Dan GohmanAdd a comment.
2010-07-26 Dan GohmanRemove LCSSA's bogus dependence on LoopSimplify and...
2010-07-26 Michael J. SpencerMC: Add WinCOFFObjectWriter implementation.
2010-07-23 Owen AndersonFix use-after-free error.
2010-07-22 Tobias GrosserAdd new RegionInfo pass.
2010-07-21 Daniel DunbarUse System/DataTypes.h instead of stdint.h, which isn...
2010-07-20 Greg ClaytonAdded support to MachO.h for many defines and structure...
2010-07-20 Matt FlemingAdd the rest of the SHT_* values as defined in the...
2010-07-20 Gabor Greifremove testing cruft, this can be found in unittests...
2010-07-20 Owen AndersonSpeculatively revert r108813, in an attempt to get...
2010-07-20 Owen AndersonReapply r108794, a fix for the failing test from last...
2010-07-20 Daniel DunbarRevert r108794, "Separate PassInfo into two classes...
2010-07-20 Owen AndersonSeparate PassInfo into two classes: a constructor-free...
2010-07-16 Douglas GregorRemove extraneous semicolons after member functions
2010-07-16 Gabor Greifeliminate CallInst::ArgOffset
2010-07-16 Eli FriedmanA few more minor additions to ELF.h.
2010-07-15 Chris Lattnerremove some unneeded overloads that were causing
2010-07-14 Benjamin KramerDon't pass StringRef by reference.
2010-07-14 Chris LattnerMerge lib/Target/X86/X86COFF.h into include/llvm/Suppor...
2010-07-13 Stephen WilsonBring ELF64 on par with ELF32, add a few magic constant...
2010-07-12 Stephen WilsonSimple format/style fixes.
2010-07-12 Stephen WilsonTest commit.
2010-07-12 Eric ChristopherRemove tab characters and 80-col.
2010-07-09 Bob Wilson--- Reverse-merging r107947 into '.':
2010-07-09 Dan GohmanRe-apply bottom-up fast-isel, with fixes. Be very caref...
2010-07-08 Gabor Greifremove unneeded parens
2010-07-07 Gabor Greifconditionalize on CallInst::ArgOffset
2010-07-06 Matt FlemingAdd X86_64 ELF relocation values and ELF64 relocation...
2010-07-06 Matt FlemingAdd some more ELF OSABI values as found in the System...
2010-07-06 John McCallProvide IRBuilder conveniences for creating integer...
2010-07-06 John McCallProvide an abstraction to save and restore the current...
2010-07-06 Nick LewyckyFix typo 'getter' where 'setter' was intended.
2010-07-01 Daniel DunbarRemove stray comma.
2010-07-01 Daniel DunbarMC: Move COFF enumeration constants to llvm/Support...
2010-07-01 Gabor Greifreformulate CallSiteBase::getCallee to adapt to CallIns...
2010-06-26 Chris Lattnerfit in 80 cols
next