aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add more special treatment for inline asm in RegAllocFast.Jakob Stoklund Olesen2010-06-283-22/+129
* Fix thinko.Eric Christopher2010-06-281-2/+4
* Pull in the libCrashReporterClient.a information with a warning comment.Eric Christopher2010-06-284-98/+9
* Preserve deleted function's local variables' debug info.Devang Patel2010-06-283-0/+53
* Make this test darwin specific.Devang Patel2010-06-281-1/+1
* use ArgOperand APIGabor Greif2010-06-281-12/+12
* use ArgOperand APIGabor Greif2010-06-281-4/+4
* employ CallInst::ArgOffset (for now)Gabor Greif2010-06-281-2/+2
* simplify: we have solid argument iterator rangeGabor Greif2010-06-281-7/+4
* Generalize AAEval so that it can be used both per-function andDan Gohman2010-06-282-38/+104
* Fix this build message so that it displays the correct libraryDan Gohman2010-06-281-1/+1
* Revert r106907, "make sure to handle dbg_value instructions in the middle of theDaniel Dunbar2010-06-281-10/+2
* use setArgOperandGabor Greif2010-06-281-6/+6
* use CallInst::ArgOffsetGabor Greif2010-06-281-1/+1
* use ArgOperand API and CallInst::ArgOffsetGabor Greif2010-06-281-17/+17
* extend ArgOperand interface: setArgOperandGabor Greif2010-06-281-1/+4
* use cached valueGabor Greif2010-06-281-1/+1
* Remove dead code.Devang Patel2010-06-282-3/+1
* Use named MDNode, llvm.dbg.sp, to collect subprogram info. This will be used ...Devang Patel2010-06-281-11/+23
* minor housekeeping cleanup: 80-column, trailing whitespace, spelling, etc.. N...Jim Grosbach2010-06-283-68/+68
* Do not forget last element, function, while creating Subprogram definition MD...Devang Patel2010-06-271-1/+2
* minor cleanup to SROA: when lowering type unsafe accesses toChris Lattner2010-06-271-1/+6
* add some named accessors for StoreInstChris Lattner2010-06-261-0/+3
* fit in 80 colsChris Lattner2010-06-261-2/+2
* this test is failing nondeterministically and blaming me, just disableChris Lattner2010-06-261-1/+2
* Fix test weirdness.Benjamin Kramer2010-06-261-1/+1
* Fix some tests that didn't test anything.Benjamin Kramer2010-06-265-7/+7
* Partial specialization test should not depend on the order of specialization ...Kenneth Uildriks2010-06-261-8/+8
* When splitting a VAARG, remember its alignment.Rafael Espindola2010-06-266-11/+51
* Revert my if-conversion cleanup since it caused a bunch of nightly testBob Wilson2010-06-262-38/+34
* Fix PR7328: when turning a tail recursion into a loop, need to preserveDuncan Sands2010-06-262-6/+23
* use ArgOperand APIGabor Greif2010-06-261-5/+5
* use ArgOperand APIGabor Greif2010-06-261-24/+24
* use ArgOperand APIGabor Greif2010-06-262-8/+8
* VNInfos don't need to be destructed anymore.Benjamin Kramer2010-06-263-9/+9
* resort to ArgOperand APIGabor Greif2010-06-261-9/+8
* Remove bogus test.Eli Friedman2010-06-261-22/+0
* Followup to r106770: actually generate SXTB and SXTH for sign-extensions.Eli Friedman2010-06-261-5/+2
* Clean up some problems with extra CFG edges being introduced duringBob Wilson2010-06-262-34/+38
* Add support for encoding NEON VMOV (from scalar to core register) instructions.Bob Wilson2010-06-261-0/+33
* It's now possible to run code placement pass for ARM.Evan Cheng2010-06-261-4/+8
* When creating X86 MUL8 and DIV8 instructions, make sure we don't produceJakob Stoklund Olesen2010-06-262-37/+80
* Renumber NEON instruction formats to be consecutive.Bob Wilson2010-06-263-26/+24
* Rename ARM instruction formats NEONGetLnFrm, NEONSetLnFrm and NEONDupFrm toBob Wilson2010-06-253-27/+27
* Add AVX convert CVTSS2SI{rr,rm} and CVTDQ2PS{rr,rm} instructionsBruno Cardoso Lopes2010-06-253-0/+46
* Remove unused NEONFrm and ThumbMiscFrm ARM instruction formats.Bob Wilson2010-06-253-22/+7
* Reapply r106896:Bruno Cardoso Lopes2010-06-255-23/+291
* Thumb2ITBlockPass: Fix a possible dereference of an invalid iterator. This wasDaniel Dunbar2010-06-252-2/+77
* make sure to handle dbg_value instructions in the middle of the block, notJim Grosbach2010-06-251-2/+10
* revert this now, it's using avx instead of sse :)Bruno Cardoso Lopes2010-06-254-287/+19