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