aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Update CMake file (lexically order files).Ted Kremenek2009-10-131-1/+1
* Do not write empty METADATA_ATTACHMENT record.Devang Patel2009-10-131-5/+7
* Remove unnecessary assert.Devang Patel2009-10-131-3/+0
* Update the other CMake file.Benjamin Kramer2009-10-131-0/+1
* Parse GEP with attached custom metadata. This happens during libprofile_rt.bc...Devang Patel2009-10-131-0/+4
* Update CMake file.Ted Kremenek2009-10-131-1/+0
* Refactor some code. No functionality changes.Evan Cheng2009-10-131-105/+119
* Commit the removal of this file, which is now moved to lib/Analysis.Dan Gohman2009-10-131-337/+0
* Move the InlineCost code from Transforms/Utils to Analysis.Dan Gohman2009-10-134-3/+340
* Start refactoring the inline cost estimation code so that it can be usedDan Gohman2009-10-131-71/+71
* change simplifycfg to not duplicate 'unwind' instructions. HopefullyChris Lattner2009-10-131-12/+5
* Make LoopUnswitch's cost estimation count Instructions, rather thanDan Gohman2009-10-131-19/+7
* Make the ExecutionEngine automatically remove global mappings on when theirJeffrey Yasskin2009-10-131-30/+47
* "there is not any instruction with attached debug info in this module" does n...Devang Patel2009-10-131-11/+11
* Add some ARM instruction encoding bits.Bob Wilson2009-10-131-0/+5
* Fix regression introduced by r83894.Bob Wilson2009-10-131-1/+2
* Copy metadata when value is RAUW'd. It is debatable whether this is the right...Devang Patel2009-10-132-0/+16
* Fix a tab. Thanks to Johnny Chen for pointing it out.Bob Wilson2009-10-131-1/+1
* Force memory use markers to have a ConstantInt for the size argument.Nick Lewycky2009-10-131-0/+11
* Teach BasicAA a little something about the atomic intrinsics: they can onlyNick Lewycky2009-10-131-0/+21
* Fix a -Asserts warning.Daniel Dunbar2009-10-131-2/+3
* Memory dependence analysis was incorrectly stopping to scan for stores to a p...Victor Hernandez2009-10-131-10/+5
* Find enclosing subprogram info.Devang Patel2009-10-121-1/+19
* Set default location for a function if it is not set.Devang Patel2009-10-121-0/+2
* Fix two warnings about unused variables that are only used in assert() calls.Kevin Enderby2009-10-121-4/+4
* Delete a comment that makes no sense to me. The statement that moving a CPEBob Wilson2009-10-121-2/+1
* Fix a problem in the code where ARMAsmParser::ParseShift() second argumentKevin Enderby2009-10-121-2/+2
* Make licm debug message readable.Evan Cheng2009-10-121-1/+2
* Change CreateNewWater method to return NewMBB by reference.Bob Wilson2009-10-121-8/+8
* Last week, ARMConstantIslandPass was failing to converge for theBob Wilson2009-10-121-9/+9
* Another minor clean-up.Bob Wilson2009-10-121-5/+5
* Remove redundant parameter.Bob Wilson2009-10-121-8/+6
* Use early exit to reduce indentation.Bob Wilson2009-10-121-19/+20
* Change to return a value by reference.Bob Wilson2009-10-121-6/+6
* Add a typedef for an iterator.Bob Wilson2009-10-121-6/+8
* Revert the kludge in 76703. I got a cleanDale Johannesen2009-10-123-30/+25
* Fix warning.Dale Johannesen2009-10-121-1/+1
* Fix http://llvm.org/PR5160, to let CallbackVHs modify other ValueHandles on theJeffrey Yasskin2009-10-121-23/+46
* Remove a redundant member variable.Dan Gohman2009-10-121-1/+0
* Don't forget to mark RAX as live-out of the function when arranging forDan Gohman2009-10-121-0/+3
* More heuristics for Combiner-AA. Still catches all important cases, butNate Begeman2009-10-121-6/+19
* Haiku porting patches, Credit to Paul Davey.Edward O'Callaghan2009-10-121-1/+1
* Fix PR5087, patch by Jakub Staszak!Chris Lattner2009-10-122-2/+3
* add some more hooks to the C bindings, patch by Kenneth Uildriks!Chris Lattner2009-10-121-1/+59
* populate instcombine's initial worklist more carefully, causingChris Lattner2009-10-121-18/+26
* revert r83814 for now, it is making the llvm-gcc bootstrap unhappy.Chris Lattner2009-10-111-26/+1
* populate instcombine's initial worklist more carefully, causingChris Lattner2009-10-111-1/+26
* Add missed mem-mem move patternsAnton Korobeynikov2009-10-111-0/+7
* Add MSP430 mem-mem insts support. Patch by Brian Lucas with some my refinementsAnton Korobeynikov2009-10-111-0/+127
* remove some harmful code that would turn an insertelement on an undefChris Lattner2009-10-111-22/+0