aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* If an executable is run through a symlink, dladdr will return theChris Lattner2009-02-191-3/+8
* Fix the logic in this assertion to properly validate the numberDan Gohman2009-02-191-2/+3
* Reapply r57340. VMKit does not presently rely on materializeFunctionDan Gohman2009-02-191-2/+2
* Put code that generates debug labels into TableGen so that it can be used byBill Wendling2009-02-187-20/+10
* add proper asmwriter and asmparser support for anonymous functions.Chris Lattner2009-02-182-11/+15
* In theory the aliasee may have dead constant usersDuncan Sands2009-02-181-0/+1
* The subprogram die may not exist while creating "default" scope.Devang Patel2009-02-181-1/+4
* Use a sign-extend instead of a zero-extend when promoting aDan Gohman2009-02-182-15/+54
* Simplify by using dyn_cast instead of isa and cast.Dan Gohman2009-02-181-6/+5
* Add explicit keywords.Dan Gohman2009-02-182-3/+3
* Add support to the JIT for true non-lazy operation. When a call to a functionNate Begeman2009-02-189-40/+255
* Factor out the code to add a MachineOperand to a MachineInstrBuilder.Dan Gohman2009-02-188-159/+38
* Eliminate several more unnecessary intptr_t casts.Dan Gohman2009-02-185-9/+9
* GV with null value initializer shouldn't go to BSS if it's meant for a mergea...Evan Cheng2009-02-183-3/+8
* Fix a corner case in the new indvars promotion logic: if thereDan Gohman2009-02-181-19/+25
* Fix a typo in a comment.Dan Gohman2009-02-181-1/+1
* If an alias is dead and so is its aliasee, then globaldce wouldDuncan Sands2009-02-171-8/+16
* The debugger sometimes lookup dynamically in the runtime to find ivar info of...Devang Patel2009-02-173-4/+16
* Remove trailing whitespace to reduce later commit patch noise.Scott Michel2009-02-178-1609/+1609
* Emit debug info for bitfields.Devang Patel2009-02-172-4/+30
* LoopIndexSplit doesn't actually use ScalarEvolution.Dan Gohman2009-02-171-4/+1
* Add a method to ScalarEvolution for telling it when a loop has beenDan Gohman2009-02-173-12/+32
* commit a tweaked version of Daniel's patch for PR3599. We nowChris Lattner2009-02-171-26/+29
* Move dumpPassStructure out of line.Dan Gohman2009-02-171-0/+10
* Delete trailing whitespace.Dan Gohman2009-02-171-34/+34
* This transform also applies to private linkage.Duncan Sands2009-02-171-2/+2
* Fix 80-column violation.Dan Gohman2009-02-171-1/+2
* A couple of places where reused use operands should be marked kill. This is e...Evan Cheng2009-02-171-0/+11
* add a horrible noteChris Lattner2009-02-171-0/+41
* --- Merging (from foreign repository) r64714 into '.':Bill Wendling2009-02-173-31/+59
* Strengthen the "non-constant stride must dominate loop preheader" check.Evan Cheng2009-02-172-9/+44
* Simplify; fix some 80-column violations.Dan Gohman2009-02-171-6/+7
* Delete trailing whitespace.Dan Gohman2009-02-161-5/+5
* Fix EnforceKnownAlignment so that it doesn't ever reduce the alignmentDan Gohman2009-02-161-4/+12
* Fix typo caused by too much surfing, dudes...Nick Lewycky2009-02-161-1/+1
* Delete this long-commented-out code. The situation it seems to haveDan Gohman2009-02-161-26/+0
* Change these tests to use regular loads instead of llvm.x86.sse2.loadu.dq.Dan Gohman2009-02-161-3/+5
* Don't assume that a left-shift of a value with one bit set will haveDan Gohman2009-02-151-6/+23
* MachineLICM now handles these cases.Dan Gohman2009-02-151-85/+0
* Update the list of function annotations for nocapture. All of these came upNick Lewycky2009-02-151-47/+186
* On 64bit we may have a personality function which requires 64 bits toNicolas Geoffray2009-02-151-7/+13
* Make this more useful for cleaning up after theDuncan Sands2009-02-151-15/+5
* If the target of an alias has internal linkage, then theDuncan Sands2009-02-151-7/+55
* Fix PR3522. It's not safe to sink into landing pad BB's.Evan Cheng2009-02-151-0/+5
* Fix pr3571: If stride is a value defined by an instruction, make sure it domi...Evan Cheng2009-02-151-5/+15
* ifdef out unneeded if statement.Evan Cheng2009-02-151-0/+2
* Fix warning on gcc 4.3.Mikhail Glushenkov2009-02-151-1/+4
* Whitespace fixes.Mikhail Glushenkov2009-02-151-58/+58
* Unbreak the build on win32.Cedric Venet2009-02-143-3/+4
* Generalize some alias analysis logic from atomicDuncan Sands2009-02-142-52/+6