aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support
AgeCommit message (Expand)Author
2009-03-19Fix the Win32 VS2008 build:Sebastian Redl
2009-03-17Add BUILTIN_EXPECT Support/Compiler macro.Daniel Dunbar
2009-03-17raw_ostream: Return '*this' explicitly (instead of implicitly viaDaniel Dunbar
2009-03-17raw_ostream: Rework implementation of unbuffered streams so outputtingDaniel Dunbar
2009-03-16raw_ostream: Replace flush_impl with write_impl, which takes data toDaniel Dunbar
2009-03-16raw_ostream: Lift out flush_nonempty.Daniel Dunbar
2009-03-16Add slow path for single character write, and use exclusively forDaniel Dunbar
2009-03-13Revert r66920. It was causing failures in the self-hosting buildbot (in releaseBill Wendling
2009-03-13Second installment of "BasicBlock operands to the back"Gabor Greif
2009-03-12raw_ostream: unbuffered streams weren't being immediately flushed onDaniel Dunbar
2009-03-10Changed Allocate to use size_t instead of unsigned.Mon P Wang
2009-03-10Add an explicit keyword.Dan Gohman
2009-03-10Fixed rounding up EltSizeMon P Wang
2009-03-10PR3478: raw_ostream should not buffer stderrDaniel Dunbar
2009-03-10Add C++ marker.Daniel Dunbar
2009-03-06Add IRBuilder::CreateConstGEP{1, 2}_{32, 64}.Daniel Dunbar
2009-03-04ooops, forgot to include the pointless-write eliminator in my previous checkinGabor Greif
2009-03-04add some helper classes for building light-weight symbolic stack tracesChris Lattner
2009-03-04Give sentinel traits the right to determine the policy where the sentinel is ...Gabor Greif
2009-02-20Removed trailing whitespace.Misha Brukman
2009-02-18allow TimeRegion to take a potentially-null pointer to aChris Lattner
2009-02-17The debugger sometimes lookup dynamically in the runtime to find ivar info of...Devang Patel
2009-02-16Add llvm::RoundUpToAlignment.Daniel Dunbar
2009-02-06Deallocate() methods now take a 'const void*' instead of a 'void *', matching...Ted Kremenek
2009-02-03add a method to BumpPtrAllocator that allows allocating elements Chris Lattner
2009-02-02Improve -fno-opt style option processing to not require an extraMike Stump
2009-01-30Add opposite_of and inverse_opt to support -fno- style options. ThisMike Stump
2009-01-26Add method raw_fd_ostream::seek() for random access within a file.Ted Kremenek
2009-01-23Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_f...Devang Patel
2009-01-22introduce a useful abstraction to find out if a Use is in the call position o...Gabor Greif
2009-01-21Do not use host floating point types when emittingDale Johannesen
2009-01-20indentation...Devang Patel
2009-01-20Need only one set of debug info versions enum.Devang Patel
2009-01-17make comparisons a bist fasterGabor Greif
2009-01-16Support for multi-valued options in CommandLineMikhail Glushenkov
2009-01-16Registry.h should not depend on CommandLine.h.Mikhail Glushenkov
2009-01-16Delete trailing whitespace.Mikhail Glushenkov
2009-01-15Add the private linkage.Rafael Espindola
2009-01-14Add member template MallocAllocator::Allocate(Num) (to match the same functio...Ted Kremenek
2009-01-12Remove some dead code from the days llvm had type planes.Rafael Espindola
2009-01-11drats! remove tabsGabor Greif
2009-01-11simplify CallSite helper class to not consult the Instruction'sGabor Greif
2009-01-07remove DebugInfoBuilder, it has been subsumed by Analysis/DebugInfo.hChris Lattner
2009-01-06no need to negate the APInt for 0.Chris Lattner
2009-01-05Change m_ConstantInt and m_SelectCst to take their constant integersChris Lattner
2009-01-05make m_ConstantInt(int64_t) safely match ConstantInt's that are larger than i64.Chris Lattner
2009-01-05Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman
2009-01-04add #include guards, thanks Dan.Chris Lattner
2009-01-02* Alphabetized system headers per the style guideMisha Brukman
2008-12-09newline at end of phileChris Lattner