| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | suck the propagating "has dynamic libs" check into a single makefile | Chris Lattner | 2010-04-09 | 3 | -3/+9 |
* | add minix support, patch by Kees van Reeuwijk! PR6797 | Chris Lattner | 2010-04-09 | 6 | -4/+27 |
* | clean this up, fix std::min ambiguity on some platforms. | Chris Lattner | 2010-04-09 | 1 | -7/+5 |
* | Adding IPSCCP and Internalize passes to the C-bindings | Wesley Peck | 2010-04-09 | 2 | -0/+15 |
* | Provide versions of the ARM eh_sjlj_setjmp instructions for non-VFP subtargets | Bob Wilson | 2010-04-09 | 3 | -2/+37 |
* | Move 'Optional' class from Clang to LLVM/ADT. | Ted Kremenek | 2010-04-09 | 1 | -0/+66 |
* | ARM decoder emitter should print out useful information unconditionally when it | Johnny Chen | 2010-04-09 | 1 | -17/+19 |
* | When emitting code for an add, don't force a SCEVUnknown wrapper around | Dan Gohman | 2010-04-09 | 2 | -3/+41 |
* | When looking for loop-invariant users, look through no-op instructions, | Dan Gohman | 2010-04-09 | 1 | -3/+11 |
* | Make sure this test tests something. | Benjamin Kramer | 2010-04-09 | 1 | -3/+7 |
* | Fix a grammaro. | Bob Wilson | 2010-04-09 | 1 | -1/+1 |
* | Add a testcase for svn r100568. | Bob Wilson | 2010-04-09 | 1 | -0/+23 |
* | "On SPU, variables in the .bss section that are allocated with the .lcomm dir... | Chris Lattner | 2010-04-09 | 2 | -1/+2 |
* | Add a comment. | Dan Gohman | 2010-04-09 | 1 | -1/+2 |
* | Fix up header comments to match the comment fixups I made in r100849. | Bob Wilson | 2010-04-09 | 1 | -5/+3 |
* | Clear InsnsBeginScopeSet and InsnsEndScopeSet at the end of function. | Devang Patel | 2010-04-09 | 1 | -0/+2 |
* | performance: cache result of looking up user | Gabor Greif | 2010-04-09 | 1 | -4/+6 |
* | Merge a few fast-isel tests. | Dan Gohman | 2010-04-09 | 3 | -23/+21 |
* | Minor code simplification. | Dan Gohman | 2010-04-09 | 1 | -9/+5 |
* | Delete this obsolete comment. | Dan Gohman | 2010-04-09 | 1 | -4/+0 |
* | const-ize a predicate | Gabor Greif | 2010-04-09 | 1 | -2/+2 |
* | Add a missing dependency to this library when building with CMake. | Chandler Carruth | 2010-04-09 | 1 | -0/+2 |
* | Use getNumImplicitDefs() and getNumImplicitUses(). | Bob Wilson | 2010-04-09 | 1 | -24/+6 |
* | Fix up some comments. | Bob Wilson | 2010-04-09 | 1 | -5/+3 |
* | revert r100842 which broke several of the build bots. | Chris Lattner | 2010-04-09 | 5 | -249/+42 |
* | lit: Add support to OneCommandPerFileTest format to take input directory from... | Daniel Dunbar | 2010-04-09 | 1 | -3/+9 |
* | Refactor the code for computing the insertion point for an expression into | Dan Gohman | 2010-04-09 | 1 | -8/+29 |
* | Added a tester for the enhanced disassembler, | Sean Callanan | 2010-04-09 | 5 | -42/+249 |
* | Add several more lint checks. | Dan Gohman | 2010-04-09 | 2 | -21/+89 |
* | Fix a bug in IVUsers which was permitting non-affine addrecs to | Dan Gohman | 2010-04-09 | 2 | -2/+71 |
* | Don't use reserved identifiers. | Dan Gohman | 2010-04-09 | 1 | -11/+11 |
* | fix a SCCP miscompilation that could happen when a | Chris Lattner | 2010-04-09 | 2 | -3/+105 |
* | Bugfixes for edis. Code to initialize instruction | Sean Callanan | 2010-04-09 | 2 | -5/+4 |
* | Avoid allocating a value of zero in a register if the initial formula | Dan Gohman | 2010-04-08 | 1 | -2/+6 |
* | Add a few more lint checks. | Dan Gohman | 2010-04-08 | 2 | -0/+54 |
* | Add variants of ult, ule, etc. which take a uint64_t RHS, for convenience. | Dan Gohman | 2010-04-08 | 5 | -8/+71 |
* | delete a forwarding function. | Chris Lattner | 2010-04-08 | 6 | -113/+111 |
* | move elf section uniquing to MCContext. Along the way | Chris Lattner | 2010-04-08 | 18 | -268/+165 |
* | Now that Evan Cheng has fixed the coalescer bug (r100804), the workaround code | Johnny Chen | 2010-04-08 | 1 | -5/+1 |
* | remove the TargetLoweringObjectFileMachO::getMachoSection | Chris Lattner | 2010-04-08 | 6 | -130/+134 |
* | move macho section uniquing from MCParser and TLOF to MCContext where | Chris Lattner | 2010-04-08 | 7 | -106/+87 |
* | Coalescer should not delete copy instructions whose defs are partially dead. ... | Evan Cheng | 2010-04-08 | 4 | -1/+44 |
* | Update CMake build. | Ted Kremenek | 2010-04-08 | 1 | -0/+1 |
* | Fix -Wsign-compare warning (issued by clang++). | Ted Kremenek | 2010-04-08 | 1 | -1/+1 |
* | Add a -lint pass which checks for common sources of undefined or likely | Dan Gohman | 2010-04-08 | 4 | -0/+453 |
* | Rename a function. | Devang Patel | 2010-04-08 | 2 | -9/+7 |
* | implicit defs get added to the end of machine instrs sometimes. Scan the who... | Chris Lattner | 2010-04-08 | 1 | -4/+9 |
* | Pointers to zero-sized objects don't point to overlapping objects. | Dan Gohman | 2010-04-08 | 2 | -0/+15 |
* | Print empty structs as {} rather than { }. | Dan Gohman | 2010-04-08 | 4 | -11/+15 |
* | Fix a comment. | Dan Gohman | 2010-04-08 | 1 | -1/+1 |