aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* system_error: Even more unsupported error numbers :(.Michael J. Spencer2010-11-251-0/+12
* 80 col.Michael J. Spencer2010-11-241-2/+4
* Path Version 2.Michael J. Spencer2010-11-241-0/+977
* include/llvm/System/system_error.h: ECANCELED is undefined on Cygwin-1.5.NAKAMURA Takumi2010-11-241-0/+4
* Tweak ImmutableMap/ImmutableSet/ImmutableList APIsTed Kremenek2010-11-244-236/+211
* Generalize overflowLeaf to also handle overflows in branch nodes.Jakob Stoklund Olesen2010-11-241-29/+50
* add a MemoryBuffer::getOpenFile method, which turns an openChris Lattner2010-11-231-4/+9
* system_error: Add fixme.Michael J. Spencer2010-11-231-0/+3
* Move the ARM reloc constants to Support/ELF.hJason W Kim2010-11-231-0/+138
* Expand a little on the description of what InstructionSimplify does.Duncan Sands2010-11-231-3/+5
* Clarify that constant folding of instructions applies when all operandsDuncan Sands2010-11-231-6/+7
* Invalidate the layout on any relaxation, not just Instructions. Bug found by ...Rafael Espindola2010-11-231-4/+3
* Optimize a common case in the Lengauer-Tarjan dominators algorithm. This gives aCameron Zwarich2010-11-231-2/+9
* Revert functionality doug added in r98575 that was neverChris Lattner2010-11-231-9/+4
* Reuse data fragments while lowering. Patch by David Meyer.Rafael Espindola2010-11-231-2/+9
* fix this harder.Chris Lattner2010-11-231-2/+2
* fix a bug I introduced on the other side of the #ifdefChris Lattner2010-11-231-2/+2
* reimplement SwapByteOrder.h in terms of overloading instead of Chris Lattner2010-11-232-45/+44
* Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.Wesley Peck2010-11-232-21/+21
* add a 'LLVMConstIntOfArbitraryPrecision' api to the C api,Chris Lattner2010-11-231-0/+3
* Add basic CFI methods to the streamer interface.Rafael Espindola2010-11-221-0/+8
* Remove some #includes.Rafael Espindola2010-11-221-2/+2
* Implement ELF object file writing support for the MBlaze backend. Its not per...Wesley Peck2010-11-211-0/+27
* add some helper methods for asmprinter flags, from PR8417Chris Lattner2010-11-211-0/+10
* the getLocationForSource/Dest methods can be static.Chris Lattner2010-11-211-2/+2
* add "getLocation" method to AliasAnalysis for getting the source andChris Lattner2010-11-211-0/+3
* implement PR8576, deleting dead stores with intervening may-alias stores.Chris Lattner2010-11-211-1/+9
* Implement PR8644: forwarding a memcpy value to a byval,Chris Lattner2010-11-211-5/+0
* Test commit: Fix two -Asserts mode warnings in StringMap.h.Frits van Bommel2010-11-201-0/+2
* Move some more hooks to TargetFrameInfoAnton Korobeynikov2010-11-202-16/+10
* On X86, MEMBARRIER, MFENCE, SFENCE, LFENCE are not target memory intrinsics,Duncan Sands2010-11-201-3/+0
* Fix old GCC build error.Jakob Stoklund Olesen2010-11-201-1/+1
* Detemplatize NodeRef.Jakob Stoklund Olesen2010-11-201-96/+92
* Rename NodeBase::{key,val} as {first,second} and swap the BranchNode arrays suchJakob Stoklund Olesen2010-11-201-24/+23
* Implement IntervalMap destructor.Jakob Stoklund Olesen2010-11-191-0/+5
* Implement IntervalMap::clear().Jakob Stoklund Olesen2010-11-191-3/+25
* Support backwards iteration starting from end().Jakob Stoklund Olesen2010-11-191-1/+1
* Prefetch has a MemOperand now. FileCheckize a test.Dale Johannesen2010-11-191-1/+2
* Rename methods for clarity instead of brevity. No functional changes.Jakob Stoklund Olesen2010-11-191-44/+46
* Include raw_ostream.h unconditionally even if it is only used for debug code.Jakob Stoklund Olesen2010-11-191-3/+1
* Added support for the Mach-O .symbol_resolver directive. rdar://8673046Kevin Enderby2010-11-193-1/+8
* Simplify, no functionality change.Duncan Sands2010-11-191-3/+1
* Add a MCLineSectionOrder vector so that we produce the line tables in aRafael Espindola2010-11-192-3/+18
* Work around GCC 4.0 build error:Jakob Stoklund Olesen2010-11-191-3/+6
* Add ADT/IntervalMap.Jakob Stoklund Olesen2010-11-191-0/+1705
* Change some methods in MCDwarf.cpp to be able to handle an arbitraryRafael Espindola2010-11-193-3/+20
* Revert "Add ADT/IntervalMap.", GCC doesn't like it.Jakob Stoklund Olesen2010-11-191-1695/+0
* Add ADT/IntervalMap.Jakob Stoklund Olesen2010-11-191-0/+1695
* Move getInitialFrameState() to TargetFrameInfoAnton Korobeynikov2010-11-182-5/+6
* Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov2010-11-182-25/+26