aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Changed set of BlocksToInstrument to set of InsertedBlocks that do not have toAndreas Neustifter2009-09-021-9/+9
* Code cleanups and added comments.Andreas Neustifter2009-09-021-17/+45
* Opaque types didn't work if llvm_is_multithreaded().Torok Edwin2009-09-021-1/+1
* set svn:ignoreNuno Lopes2009-09-020-0/+0
* Fix DbgStopPointInst->getFileName/getDirectory, broken by the MDNodification inTorok Edwin2009-09-023-8/+80
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-0243-181/+214
* Fix month.Chris Lattner2009-09-021-0/+0
* fix PR4815: some cases where DeleteDeadInstruction can deleteChris Lattner2009-09-022-3/+39
* clean up this code a bit.Chris Lattner2009-09-021-64/+67
* eliminate VISIBILITY_HIDDEN from Transforms/Scalar. PR4861Chris Lattner2009-09-0230-118/+82
* refactor select 'sched insertion' out to its own method.Chris Lattner2009-09-022-60/+73
* Add support for modeling whether or not the processor has support forChris Lattner2009-09-023-10/+21
* fix PR4848 an infinite loop when indexing down through a recursive gepChris Lattner2009-09-022-1/+25
* fix PR4837, some bugs folding vector compares. TheseChris Lattner2009-09-022-7/+13
* revert my patch, duncan points out what is wrong with my logic. AddChris Lattner2009-09-021-4/+8
* one more try at making this simpler, hopefully it won't break everything :)Chris Lattner2009-09-021-4/+4
* Complicate Chris's simplification, avoiding complaintsDuncan Sands2009-09-021-1/+5
* Don't force the triple or data layout in this test. We just have to get themDaniel Dunbar2009-09-021-2/+0
* Add a comment.Dan Gohman2009-09-021-0/+3
* Fixed the asmstrings for 8-bit, 16-bit, and 32-bit ADD %rAX, imm instructions.Sean Callanan2009-09-022-3/+28
* Fix PR4845: r77946 completely broke x86_64 Darwin (or any situation where theEvan Cheng2009-09-021-10/+32
* Disable uniqueness test for now.Devang Patel2009-09-021-1/+1
* For now disable MDNode uniquing. This fixes llvm-gcc bootstrap failure on cer...Devang Patel2009-09-013-19/+8
* Avoid calling removeVirtualRegisterKilled which iterates over the operandsBob Wilson2009-09-011-1/+2
* Refactor some code into separate functions. No functional changes.Bob Wilson2009-09-011-52/+82
* Move use of LV inside condition that guards for null LV.Bob Wilson2009-09-011-5/+5
* Fix build warning.Daniel Dunbar2009-09-011-1/+1
* Simplify.Daniel Dunbar2009-09-011-18/+8
* Fix what I believe is a copy-n-pasto introduced in r78129.Daniel Dunbar2009-09-011-3/+3
* X86/Encoding: Support ExternalSymbol operands in emitDisplacementField (for c...Daniel Dunbar2009-09-011-0/+7
* Remove Offset from ExternalSybmol MachineOperands, this is unused (and at lea...Daniel Dunbar2009-09-014-6/+5
* debug intrinsics do not go in the callgraph, this fixes a coupleChris Lattner2009-09-011-1/+2
* Fix a regression I introduced in r80708, found by llvm-test.Chris Lattner2009-09-011-5/+12
* Fix ELF Writter related memory leaksBruno Cardoso Lopes2009-09-011-7/+18
* OptimalEdgeProfiling: Reading in Profiles.Andreas Neustifter2009-09-013-7/+196
* Addedum to r80712, forgot to add files.Andreas Neustifter2009-09-012-0/+4
* OptimalEdgeProfiling: Creation of profiles.Andreas Neustifter2009-09-015-1/+235
* Small fix in ProfileEstimator that eliminates duplicated code.Andreas Neustifter2009-09-011-2/+1
* reduce size of SmallString to something more reasonableJim Grosbach2009-09-012-2/+2
* remove CallGraphNode::replaceCallSite, it is redundant with other APIs.Chris Lattner2009-09-015-30/+7
* Add support for generating code for vst{234}lane intrinsics.Bob Wilson2009-09-015-0/+237
* cleanup/simplifyChris Lattner2009-09-011-17/+13
* Fix incorrect declarations of intrinsics in this test.Bob Wilson2009-09-011-12/+12
* Use raw_ostream instead of sstreamJim Grosbach2009-09-012-14/+10
* remove a bunch of explicit code previously needed to update theChris Lattner2009-09-011-27/+7
* Add hidden flags to allow binary search of post-RA scheduling errors.David Goodwin2009-09-011-0/+21
* RRX reads CPSR.David Goodwin2009-09-012-1/+4
* doxygenate RefreshCallGraph, add a new 'verification mode', and run it after Chris Lattner2009-09-011-4/+37
* Fix a typo in a comment.Dan Gohman2009-09-011-1/+1
* Added TEST %rAX, $imm instructions to the Intel tables. These are required f...Sean Callanan2009-09-012-0/+9