aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support
AgeCommit message (Expand)Author
2010-09-01Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman
2010-09-01COFF: Fix incorrect SCT_COMPLEX_TYPE_SHIFT. Add a few constants.Michael J. Spencer
2010-09-01Define LLVM_GLOBAL_VISIBILITY to be __declspec(dllexport) onDuncan Sands
2010-08-29Stop explicitly scheduling domfrontier before the loop passes,Chris Lattner
2010-08-26add m_BitCast for matching a bitcast.Chris Lattner
2010-08-23Trailing whitespace.Mikhail Glushenkov
2010-08-23formatted_tool_output_file::close needs to flush its buffer beforeDan Gohman
2010-08-21MC: Add partial x86-64 support to COFF.Michael J. Spencer
2010-08-20Delete SlowOperationInformer, which is no longer used.Dan Gohman
2010-08-20Add include guards to Support/Regex.h.Mikhail Glushenkov
2010-08-20Trailing whitespace.Mikhail Glushenkov
2010-08-20Delete raw_stdout_ostream and raw_stderr_ostream, which are unusedDan Gohman
2010-08-20Add an inspirational quote.Dan Gohman
2010-08-20Add a comment.Dan Gohman
2010-08-20Move raw_ostream's Error flag into raw_fd_ostream, as that's the onlyDan Gohman
2010-08-20Export error-handling functions in formatted_tool_output_file.Dan Gohman
2010-08-20Disambiguate calls to WriteGraph() to disable ADL.Mikhail Glushenkov
2010-08-20Trailing whitespace.Mikhail Glushenkov
2010-08-20Introduce a new tool_output_file class, which extends raw_ostream withDan Gohman
2010-08-18Make raw_fd_ostream consider itself the owner of STDOUT_FILENO whenDan Gohman
2010-08-18Introduce a ScopedFatalErrorHandler class to make it easy to registerDan Gohman
2010-08-17CrashRecovery: Add CrashRecoveryContext::GetCurrent(), so clients can find th...Daniel Dunbar
2010-08-17CrashRecovery: Make CrashRecoveryContext static methods thread safe.Daniel Dunbar
2010-08-17Add some win64 coff goodness.Anton Korobeynikov
2010-08-17Sketch i386 relocations handling, from Roman Divacky.Benjamin Kramer
2010-08-17There is this new "LLVM" compiler that supports __builtin_bswap but thinks it...Benjamin Kramer
2010-08-16Add ELF ObjectWriter and Streamer support.Matt Fleming
2010-08-11Clean up ConstantRange a bit:Nick Lewycky
2010-08-10Trailing whitespace.Mikhail Glushenkov
2010-08-07Roll back my last two commits, valgrind complains.Benjamin Kramer
2010-08-07A reference to the Timer's name is safe, it outlives the contents of the vector.Benjamin Kramer
2010-08-07Shrink PassNameParser's binary size with array_pod_sort.Benjamin Kramer
2010-08-07Remove layering violation.Owen Anderson
2010-08-07Add an inverse() method to ConstantRange.Owen Anderson
2010-08-07Delete this explicit assignment operator; it's equivalent toDan Gohman
2010-08-07Add a convenience constructor.Owen Anderson
2010-08-06Some cleanup. Use a class (OptionInfo) instead of a pair of a pair and removeRafael Espindola
2010-08-05remove the private hack from CallInst, it was not supposed to hit the branch ...Gabor Greif
2010-08-05Give ConstantRange an operator=Owen Anderson
2010-08-04Fix build of DataFlow.hTorok Edwin
2010-08-04Don't construct a std::string with a literal "".Dan Gohman
2010-08-04Don't print the filename twice in file-not-found errors.Dan Gohman
2010-08-03Thread const correctness through a bunch of AliasAnalysis interfaces andDan Gohman
2010-07-29remove a layer of cruftGabor Greif
2010-07-28Support: Add CrashRecoveryContext helper object.Daniel Dunbar
2010-07-28we are supposed to only create proper CallSites from an instruction (esp. Cal...Gabor Greif
2010-07-27reintroduce original (asserting) semantics of CallSite(Instruction *II)Gabor Greif
2010-07-27remove bogus assert, use static_cast for additional checkingGabor Greif
2010-07-26Add a comment.Dan Gohman
2010-07-26Remove LCSSA's bogus dependence on LoopSimplify and LoopSimplify's bogusDan Gohman