| Commit message (Expand) | Author | Age | Files | Lines |
* | DebugLabelFolder ruthlessly deletes redundant labels. However, sometimes the ... | Devang Patel | 2009-04-10 | 2 | -1/+18 |
* | Clean up a bunch of whitespace issues and fix a comment typo. | Bob Wilson | 2009-04-10 | 1 | -72/+74 |
* | Don't install the libLLVMHello.dylib example. | Bill Wendling | 2009-04-10 | 2 | -1/+3 |
* | Add compatibility_version and current_version flags when creating dylibs. | Bill Wendling | 2009-04-10 | 1 | -0/+1 |
* | Don't run "dsymutils" on .a files. | Bill Wendling | 2009-04-10 | 1 | -2/+3 |
* | fix two problems with machine sinking: | Chris Lattner | 2009-04-10 | 2 | -12/+42 |
* | Now that register classes have names, include the name in debug output. | Dan Gohman | 2009-04-10 | 1 | -2/+4 |
* | fix a broken assertion in ilist_iterator, which caused it to crash in the | Chris Lattner | 2009-04-10 | 1 | -1/+1 |
* | fix typo, patch by Shlomi Fish! | Chris Lattner | 2009-04-10 | 1 | -1/+1 |
* | Added code to handle spilling and reloading of FSRs. | Sanjiv Gupta | 2009-04-10 | 4 | -14/+61 |
* | Don't fold a load if the other operand is a TLS address. | Rafael Espindola | 2009-04-10 | 6 | -14/+49 |
* | Cleanup. Remove redundant llvm:: , we don't need them since we're inside | Nick Lewycky | 2009-04-10 | 1 | -18/+18 |
* | Add a new Type::getPointerTo method, which is shorthand for | Chris Lattner | 2009-04-10 | 2 | -0/+8 |
* | Add utility function to IRBuilder that takes the difference between two | Nick Lewycky | 2009-04-10 | 1 | -0/+14 |
* | Regenerate. | Nick Lewycky | 2009-04-10 | 1 | -1/+1 |
* | a few fixes to "addrspace(256) is reference offset of GS segment register". | Chris Lattner | 2009-04-10 | 1 | -17/+60 |
* | Pass in the std::string parameter instead of returning it by value. | Bill Wendling | 2009-04-10 | 4 | -28/+34 |
* | Constify getter methods. | Bill Wendling | 2009-04-10 | 3 | -3/+4 |
* | Remove the obsolete SelectionDAG::getNodeValueTypes and simplify | Dan Gohman | 2009-04-09 | 7 | -95/+60 |
* | Change the NumVTs field from short to int, since there's no | Dan Gohman | 2009-04-09 | 1 | -1/+1 |
* | StringMap<DIE*>::iterator::first() returns a pointer to the first character of | Bill Wendling | 2009-04-09 | 3 | -5/+10 |
* | Silence unused variable warning. | Devang Patel | 2009-04-09 | 1 | -1/+1 |
* | ignore register zero in isRegTiedToUseOperand, following the example of | Chris Lattner | 2009-04-09 | 1 | -1/+1 |
* | Give register alias checking the hash table treatment too. | Owen Anderson | 2009-04-09 | 3 | -5/+97 |
* | Use a StringMap instead of std::map for storing std::string->DIE* maps. This | Bill Wendling | 2009-04-09 | 1 | -10/+10 |
* | llvm.dbg.func_start also defines beginning of function scope. | Devang Patel | 2009-04-09 | 1 | -7/+3 |
* | Revert r68708. It was causing this failure in the self-hosting buildbot: | Bill Wendling | 2009-04-09 | 1 | -2/+2 |
* | Fix pr3954. The register scavenger asserts for inline assembly with | Bob Wilson | 2009-04-09 | 12 | -42/+47 |
* | The way we are trying to figure out banksel immediate operand may yield diffe... | Sanjiv Gupta | 2009-04-09 | 1 | -2/+3 |
* | reg0 references are not real registers. This fixes a crash on the | Chris Lattner | 2009-04-09 | 2 | -1/+166 |
* | Make sure to rebuild dependencies for the `check' and `unittests' targets so | Misha Brukman | 2009-04-09 | 1 | -2/+2 |
* | Arguments to indirect calls were being passed incorrectly. They are not fixed... | Sanjiv Gupta | 2009-04-09 | 1 | -2/+6 |
* | Fix code size computation on x86-64, patch by Zoltan Varga! | Chris Lattner | 2009-04-09 | 1 | -1/+1 |
* | add an accessor method, patch by John McCall! | Chris Lattner | 2009-04-09 | 1 | -0/+7 |
* | r68576 unconverd a bug in PIC16 port (Thanks to Dan Gohman) where we were cus... | Sanjiv Gupta | 2009-04-09 | 1 | -5/+10 |
* | Generalize ExtendUsesToFormExtLoad to be usable for ANY_EXTEND, | Dan Gohman | 2009-04-09 | 5 | -85/+159 |
* | Convert TargetRegisterInfo's super-register checking to use a pre-computed ha... | Owen Anderson | 2009-04-09 | 3 | -7/+101 |
* | Fix pointer casting problem. | Nick Lewycky | 2009-04-09 | 1 | -1/+2 |
* | Don't copy the operand of a SwitchInst into virtual registers as | Dan Gohman | 2009-04-09 | 1 | -3/+13 |
* | Fix grammaros in comments. | Dan Gohman | 2009-04-09 | 1 | -2/+2 |
* | Fixed compiler warning. | Misha Brukman | 2009-04-09 | 1 | -1/+1 |
* | Add sys::Path::makeAbsolute(). | Daniel Dunbar | 2009-04-09 | 2 | -0/+16 |
* | Fix BitstreamReader's GetCurrentBitNo to return the correct bit number, and s... | Douglas Gregor | 2009-04-08 | 1 | -2/+1 |
* | If subprogram type is not tagged as DW_TAG_subroutine_type then use it direct... | Devang Patel | 2009-04-08 | 1 | -2/+3 |
* | Re-apply 68552. | Rafael Espindola | 2009-04-08 | 21 | -202/+242 |
* | Add testcase for PR3795. | Bob Wilson | 2009-04-08 | 1 | -0/+18 |
* | Fix PR3795: Apply Dan's suggested fix for | Bob Wilson | 2009-04-08 | 1 | -2/+6 |
* | Accommodate empty string for build type. This was previously causing an error | Ted Kremenek | 2009-04-08 | 1 | -1/+1 |
* | Use 8 instead of CHAR_BIT | Douglas Gregor | 2009-04-08 | 1 | -1/+1 |
* | Soft float support for FREM. | Duncan Sands | 2009-04-08 | 3 | -0/+23 |