aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* utostr isn't going away too soon, try to make it slightly smaller.Benjamin Kramer2010-04-111-13/+8
* Remove dead argument and clean whitespace. No functionality change.Nick Lewycky2010-04-103-16/+6
* Implement support for varargs functions without any fixedChris Lattner2010-04-102-31/+23
* configure: Fix default value for optimize_option, I messed up the test conditionDaniel Dunbar2010-04-102-6/+13
* fix PR6743, a case where we'd delete an instruction before using itChris Lattner2010-04-102-1/+20
* fix PR6760, a missing check in heap SRoA.Chris Lattner2010-04-102-2/+29
* turn an assert into a proper check, fixing crash on invalid here:Chris Lattner2010-04-101-2/+1
* improve haiku portability, patch by Paul Davey.Chris Lattner2010-04-101-0/+2
* add attributes and module level asm to the ocaml bindings,Chris Lattner2010-04-105-33/+93
* Updated the edis build mechanism to allow for buildsSean Callanan2010-04-103-1/+31
* Fix a typo and some indentation.Dan Gohman2010-04-091-2/+2
* When determining a canonical insert position, don't climb deeperDan Gohman2010-04-092-33/+103
* Tidy whitespace.Bob Wilson2010-04-091-9/+8
* If all the bit positions are not specified; do not decode the instructions.Johnny Chen2010-04-092-9/+15
* 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