aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* suck the propagating "has dynamic libs" check into a single makefile Chris Lattner2010-04-093-3/+9
* add minix support, patch by Kees van Reeuwijk! PR6797Chris Lattner2010-04-096-4/+27
* clean this up, fix std::min ambiguity on some platforms.Chris Lattner2010-04-091-7/+5
* Adding IPSCCP and Internalize passes to the C-bindingsWesley Peck2010-04-092-0/+15
* Provide versions of the ARM eh_sjlj_setjmp instructions for non-VFP subtargetsBob Wilson2010-04-093-2/+37
* Move 'Optional' class from Clang to LLVM/ADT.Ted Kremenek2010-04-091-0/+66
* ARM decoder emitter should print out useful information unconditionally when itJohnny Chen2010-04-091-17/+19
* When emitting code for an add, don't force a SCEVUnknown wrapper aroundDan Gohman2010-04-092-3/+41
* When looking for loop-invariant users, look through no-op instructions,Dan Gohman2010-04-091-3/+11
* Make sure this test tests something.Benjamin Kramer2010-04-091-3/+7
* Fix a grammaro.Bob Wilson2010-04-091-1/+1
* Add a testcase for svn r100568.Bob Wilson2010-04-091-0/+23
* "On SPU, variables in the .bss section that are allocated with the .lcomm dir...Chris Lattner2010-04-092-1/+2
* Add a comment.Dan Gohman2010-04-091-1/+2
* Fix up header comments to match the comment fixups I made in r100849.Bob Wilson2010-04-091-5/+3
* Clear InsnsBeginScopeSet and InsnsEndScopeSet at the end of function.Devang Patel2010-04-091-0/+2
* performance: cache result of looking up userGabor Greif2010-04-091-4/+6
* Merge a few fast-isel tests.Dan Gohman2010-04-093-23/+21
* Minor code simplification.Dan Gohman2010-04-091-9/+5
* Delete this obsolete comment.Dan Gohman2010-04-091-4/+0
* const-ize a predicateGabor Greif2010-04-091-2/+2
* Add a missing dependency to this library when building with CMake.Chandler Carruth2010-04-091-0/+2
* Use getNumImplicitDefs() and getNumImplicitUses().Bob Wilson2010-04-091-24/+6
* Fix up some comments.Bob Wilson2010-04-091-5/+3
* revert r100842 which broke several of the build bots.Chris Lattner2010-04-095-249/+42
* lit: Add support to OneCommandPerFileTest format to take input directory from...Daniel Dunbar2010-04-091-3/+9
* Refactor the code for computing the insertion point for an expression intoDan Gohman2010-04-091-8/+29
* Added a tester for the enhanced disassembler,Sean Callanan2010-04-095-42/+249
* Add several more lint checks.Dan Gohman2010-04-092-21/+89
* Fix a bug in IVUsers which was permitting non-affine addrecs toDan Gohman2010-04-092-2/+71
* Don't use reserved identifiers.Dan Gohman2010-04-091-11/+11
* fix a SCCP miscompilation that could happen when aChris Lattner2010-04-092-3/+105
* Bugfixes for edis. Code to initialize instructionSean Callanan2010-04-092-5/+4
* Avoid allocating a value of zero in a register if the initial formulaDan Gohman2010-04-081-2/+6
* Add a few more lint checks.Dan Gohman2010-04-082-0/+54
* Add variants of ult, ule, etc. which take a uint64_t RHS, for convenience.Dan Gohman2010-04-085-8/+71
* delete a forwarding function.Chris Lattner2010-04-086-113/+111
* move elf section uniquing to MCContext. Along the wayChris Lattner2010-04-0818-268/+165
* Now that Evan Cheng has fixed the coalescer bug (r100804), the workaround codeJohnny Chen2010-04-081-5/+1
* remove the TargetLoweringObjectFileMachO::getMachoSectionChris Lattner2010-04-086-130/+134
* move macho section uniquing from MCParser and TLOF to MCContext whereChris Lattner2010-04-087-106/+87
* Coalescer should not delete copy instructions whose defs are partially dead. ...Evan Cheng2010-04-084-1/+44
* Update CMake build.Ted Kremenek2010-04-081-0/+1
* Fix -Wsign-compare warning (issued by clang++).Ted Kremenek2010-04-081-1/+1
* Add a -lint pass which checks for common sources of undefined or likelyDan Gohman2010-04-084-0/+453
* Rename a function.Devang Patel2010-04-082-9/+7
* implicit defs get added to the end of machine instrs sometimes. Scan the who...Chris Lattner2010-04-081-4/+9
* Pointers to zero-sized objects don't point to overlapping objects.Dan Gohman2010-04-082-0/+15
* Print empty structs as {} rather than { }.Dan Gohman2010-04-084-11/+15
* Fix a comment.Dan Gohman2010-04-081-1/+1