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