summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Implement support for varargs functions without any fixedChris Lattner2010-04-10
* fix PR6743, a case where we'd delete an instruction before using itChris Lattner2010-04-10
* fix PR6760, a missing check in heap SRoA.Chris Lattner2010-04-10
* turn an assert into a proper check, fixing crash on invalid here:Chris Lattner2010-04-10
* improve haiku portability, patch by Paul Davey.Chris Lattner2010-04-10
* add attributes and module level asm to the ocaml bindings,Chris Lattner2010-04-10
* Fix a typo and some indentation.Dan Gohman2010-04-09
* When determining a canonical insert position, don't climb deeperDan Gohman2010-04-09
* Tidy whitespace.Bob Wilson2010-04-09
* suck the propagating "has dynamic libs" check into a single makefile Chris Lattner2010-04-09
* add minix support, patch by Kees van Reeuwijk! PR6797Chris Lattner2010-04-09
* clean this up, fix std::min ambiguity on some platforms.Chris Lattner2010-04-09
* Adding IPSCCP and Internalize passes to the C-bindingsWesley Peck2010-04-09
* Provide versions of the ARM eh_sjlj_setjmp instructions for non-VFP subtargetsBob Wilson2010-04-09
* When emitting code for an add, don't force a SCEVUnknown wrapper aroundDan Gohman2010-04-09
* When looking for loop-invariant users, look through no-op instructions,Dan Gohman2010-04-09
* "On SPU, variables in the .bss section that are allocated with the .lcomm dir...Chris Lattner2010-04-09
* Add a comment.Dan Gohman2010-04-09
* Clear InsnsBeginScopeSet and InsnsEndScopeSet at the end of function.Devang Patel2010-04-09
* performance: cache result of looking up userGabor Greif2010-04-09
* Minor code simplification.Dan Gohman2010-04-09
* Delete this obsolete comment.Dan Gohman2010-04-09
* const-ize a predicateGabor Greif2010-04-09
* Add a missing dependency to this library when building with CMake.Chandler Carruth2010-04-09
* Use getNumImplicitDefs() and getNumImplicitUses().Bob Wilson2010-04-09
* Fix up some comments.Bob Wilson2010-04-09
* Refactor the code for computing the insertion point for an expression intoDan Gohman2010-04-09
* Add several more lint checks.Dan Gohman2010-04-09
* Fix a bug in IVUsers which was permitting non-affine addrecs toDan Gohman2010-04-09
* fix a SCCP miscompilation that could happen when aChris Lattner2010-04-09
* Avoid allocating a value of zero in a register if the initial formulaDan Gohman2010-04-08
* Add a few more lint checks.Dan Gohman2010-04-08
* Add variants of ult, ule, etc. which take a uint64_t RHS, for convenience.Dan Gohman2010-04-08
* delete a forwarding function.Chris Lattner2010-04-08
* move elf section uniquing to MCContext. Along the wayChris Lattner2010-04-08
* remove the TargetLoweringObjectFileMachO::getMachoSectionChris Lattner2010-04-08
* move macho section uniquing from MCParser and TLOF to MCContext whereChris Lattner2010-04-08
* Coalescer should not delete copy instructions whose defs are partially dead. ...Evan Cheng2010-04-08
* Update CMake build.Ted Kremenek2010-04-08
* Fix -Wsign-compare warning (issued by clang++).Ted Kremenek2010-04-08
* Add a -lint pass which checks for common sources of undefined or likelyDan Gohman2010-04-08
* Rename a function.Devang Patel2010-04-08
* implicit defs get added to the end of machine instrs sometimes. Scan the who...Chris Lattner2010-04-08
* Pointers to zero-sized objects don't point to overlapping objects.Dan Gohman2010-04-08
* Print empty structs as {} rather than { }.Dan Gohman2010-04-08
* One instruction may start (or end) multiple lexical scopes. Devang Patel2010-04-08
* clean up algorithm and remove operand order assumptionsGabor Greif2010-04-08
* Fix a comment.Dan Gohman2010-04-08
* Remove dead code.Devang Patel2010-04-08
* Delete out of date comment.Devang Patel2010-04-08