aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
* Now that hopefully all direct accesses to InvokeInst operands are fixedGabor Greif2010-03-221-6/+24
* back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_...Gabor Greif2010-03-191-24/+6
* Recommit r80858 again (which has been backed out in r80871).Gabor Greif2010-03-191-6/+24
* offsetof always has type size_t.Dan Gohman2010-03-181-1/+1
* Explicitly cast std::min's arguments to avoid type mismatches.Dan Gohman2010-03-181-2/+2
* Define placement new wrappers for BumpPtrAllocator andDan Gohman2010-03-182-0/+28
* Extend MemoryBuffer::getFile() to take an optional "stat" structureDouglas Gregor2010-03-151-2/+5
* Start using DIFile. See updated SourceLevelDebugging.html for more information.Devang Patel2010-03-091-1/+2
* Add support for an i8* type accessor.Eric Christopher2010-03-051-0/+4
* don't use always_inline with gcc 3.4, it has some unimplemented featuresChris Lattner2010-03-031-1/+3
* Revert r97245 which seems to be causing performance problems.Bob Wilson2010-02-281-1/+1
* Move the EnableFullLoadPRE flag from a separate command-line option to anBob Wilson2010-02-261-1/+1
* Refer to -help instead of --help since this is what tools themselves say.Duncan Sands2010-02-181-8/+8
* Add Regex::sub, for doing regular expression substitution with backreferences.Daniel Dunbar2010-02-171-0/+13
* add missing method, PR6284Chris Lattner2010-02-171-1/+3
* Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...Anton Korobeynikov2010-02-151-1/+0
* comment fix.Chris Lattner2010-02-151-1/+1
* make PadToColumn return the stream so you can use:Chris Lattner2010-02-151-1/+1
* Fix some of the memcheck errors found in the JIT unittests.Jeffrey Yasskin2010-02-111-1/+1
* Fix several comments which had previously been "the the" where aDan Gohman2010-02-101-1/+1
* Fix "the the" and similar typos.Dan Gohman2010-02-101-1/+1
* Add support for TypeBuilder<const/volatile void*, false>.Jeffrey Yasskin2010-02-091-0/+6
* Pull these back out, they're a little too aggressive and timeEric Christopher2010-02-091-3/+2
* Add a new pass to do llvm.objsize lowering using SCEV.Eric Christopher2010-02-091-2/+3
* enhance bits_storage to work with enums by using a c-styleChris Lattner2010-02-091-1/+1
* use a c-style cast instead of reinterpret-cast, as sometimes theChris Lattner2010-02-081-2/+3
* Add a new top-level MachO.h file for manifest constants, fixing Chris Lattner2010-02-021-0/+56
* Adding missing methods for creating Add, Mul, Neg and Sub with NUW.Duncan Sands2010-02-024-0/+59
* Rename two IRReader.h functions to indicate that they return a ModuleJeffrey Yasskin2010-01-291-7/+7
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-271-22/+17
* Make SMDiagnostic::Print a const method.Mikhail Glushenkov2010-01-271-1/+1
* Trailing whitespace.Mikhail Glushenkov2010-01-271-19/+19
* change the canonical form of "cond ? -1 : 0" to be Chris Lattner2010-01-241-1/+15
* Changes to fix buffering that I forgot to commit with previous patch.Chris Lattner2010-01-221-2/+4
* add a new MCAsmStreamer::GetCommentOS method to simplify stuffChris Lattner2010-01-221-0/+3
* give PassNameParser a home.Chris Lattner2010-01-221-1/+3
* Added a newline at the end of SMLoc.hSean Callanan2010-01-181-0/+1
* Changed the comment in the file header for SMLocSean Callanan2010-01-181-2/+2
* Split SMLoc out in its own header so that it canSean Callanan2010-01-182-21/+46
* move the mangler into libtarget from vmcore.Chris Lattner2010-01-161-87/+0
* reapply the mangler gutting patch.Chris Lattner2010-01-161-61/+0
* Revert 93648.Rafael Espindola2010-01-161-0/+61
* Mangler::getMangledName is now dead, remove it and all the other stuff in Man...Chris Lattner2010-01-161-61/+0
* switch liblto to use the new getNameWithPrefix() method instead of getMangled...Chris Lattner2010-01-161-1/+2
* add an inefficient version of getNameWithPrefix that returns an std::string.Chris Lattner2010-01-161-0/+5
* Revive dead assert.Benjamin Kramer2010-01-161-1/+1
* Replace DebugLocTuple with DILocation.Devang Patel2010-01-161-50/+3
* Temporarily revert r93581. It was causing failures in the ExecutionEngine testsBill Wendling2010-01-161-2/+2
* BumpPtrAllocator: Have the DefaultSlabAllocator created at runtime, not initi...Ted Kremenek2010-01-151-2/+2
* Add getSource() to SuccIteratorTobias Grosser2010-01-131-0/+5