aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Rename isLoopGuardedByCond to isLoopEntryGuardedByCond, to emphasiseDan Gohman2010-04-113-17/+17
* Implement support for varargs functions without any fixedChris Lattner2010-04-102-31/+23
* fix PR6743, a case where we'd delete an instruction before using itChris Lattner2010-04-101-1/+3
* fix PR6760, a missing check in heap SRoA.Chris Lattner2010-04-101-1/+2
* 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-101-0/+5
* Fix a typo and some indentation.Dan Gohman2010-04-091-2/+2
* When determining a canonical insert position, don't climb deeperDan Gohman2010-04-091-33/+73
* Tidy whitespace.Bob Wilson2010-04-091-9/+8
* suck the propagating "has dynamic libs" check into a single makefile Chris Lattner2010-04-091-2/+2
* add minix support, patch by Kees van Reeuwijk! PR6797Chris Lattner2010-04-093-2/+17
* 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-091-0/+9
* Provide versions of the ARM eh_sjlj_setjmp instructions for non-VFP subtargetsBob Wilson2010-04-092-2/+35
* When emitting code for an add, don't force a SCEVUnknown wrapper aroundDan Gohman2010-04-091-3/+4
* When looking for loop-invariant users, look through no-op instructions,Dan Gohman2010-04-091-3/+11
* "On SPU, variables in the .bss section that are allocated with the .lcomm dir...Chris Lattner2010-04-091-1/+0
* Add a comment.Dan Gohman2010-04-091-1/+2
* 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
* 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
* Refactor the code for computing the insertion point for an expression intoDan Gohman2010-04-091-8/+29
* Add several more lint checks.Dan Gohman2010-04-091-21/+68
* Fix a bug in IVUsers which was permitting non-affine addrecs toDan Gohman2010-04-091-2/+2
* fix a SCCP miscompilation that could happen when aChris Lattner2010-04-091-3/+10
* 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-081-0/+40
* Add variants of ult, ule, etc. which take a uint64_t RHS, for convenience.Dan Gohman2010-04-084-8/+7
* delete a forwarding function.Chris Lattner2010-04-084-107/+110
* move elf section uniquing to MCContext. Along the wayChris Lattner2010-04-0813-214/+139
* remove the TargetLoweringObjectFileMachO::getMachoSectionChris Lattner2010-04-084-116/+126
* move macho section uniquing from MCParser and TLOF to MCContext whereChris Lattner2010-04-083-90/+67
* Coalescer should not delete copy instructions whose defs are partially dead. ...Evan Cheng2010-04-082-1/+14
* 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-081-0/+368
* 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-081-0/+5
* Print empty structs as {} rather than { }.Dan Gohman2010-04-081-6/+10
* One instruction may start (or end) multiple lexical scopes. Devang Patel2010-04-082-58/+28
* clean up algorithm and remove operand order assumptionsGabor Greif2010-04-081-9/+24
* Fix a comment.Dan Gohman2010-04-081-1/+3
* Remove dead code.Devang Patel2010-04-082-9/+0