aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2010-09-30Revert r102604. It was breaking 32-bit Linux. SeeBill Wendling
2010-09-15Merge AutoUpgrade of EH magic variable.Bill Wendling
2010-09-14Approved by Chris:Bill Wendling
2010-09-04Remove CorrelatedValuePropagation from the default pass set for LLVM 2.8. ItOwen Anderson
2010-09-03Reapply this increase to the number of virtual registers. All of theEric Christopher
2010-09-03Add 'const' to getter function.Jim Grosbach
2010-09-03Re-enable CorrelatedValuePropagation. I've tested nightly tests, llvm-gcc Owen Anderson
2010-09-03Replace NEON vabdl, vaba, and vabal intrinsics with combinations of theBob Wilson
2010-09-02lets get crazy and name the header file the exact class name,Chris Lattner
2010-09-02AsmPrinter has a formatted stream, pass it down through AsmAnnotationWriterChris Lattner
2010-09-02Revert int_x86_mmx_palignr_b intrinsic to match llvm-gcc's version.Bill Wendling
2010-09-02- Change __builtin_ia32_palignr intrinsic type to match the pattern in clang.Bill Wendling
2010-09-02Remove obsolete comments about throwing exceptions.Dan Gohman
2010-09-02After some discussion with djg, teach SmallVector to grow from a zeroJohn McCall
2010-09-02Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky.Benjamin Kramer
2010-09-02Add a comment.Dan Gohman
2010-09-02Fix .debug_range for linux. Patch by Krister Wombell.Devang Patel
2010-09-02Reapply commit 112699, speculatively reverted by echristo, sinceDuncan Sands
2010-09-01Remove NEON vmull, vmlal, and vmlsl intrinsics, replacing them with multiply,Bob Wilson
2010-09-01Reword this comment. Don't mention outs(), as that's not whatDan Gohman
2010-09-01Recommit with changes. Comment out palignr for the Dale Johannesen
2010-09-01Revert 112740, it broke some clang tests somehow...Dale Johannesen
2010-09-01Add a few more missing MMX operations. This should be it.Dale Johannesen
2010-09-01Disable CorrelatedValuePropagation while I track down selfhost failures.Owen Anderson
2010-09-01Tentatively add correlated value propagation to the set of standard passes.Owen Anderson
2010-09-01Speculatively revert 112699 and 112702, they seem to be causingEric Christopher
2010-09-01Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman
2010-09-01Add an interface for unregistering a file from the FilesToRemove list.Dan Gohman
2010-09-01COFF: Fix incorrect SCT_COMPLEX_TYPE_SHIFT. Add a few constants.Michael J. Spencer
2010-09-01Make the iterator form of erase return void, since it always succeeds,Dan Gohman
2010-09-01Define LLVM_GLOBAL_VISIBILITY to be __declspec(dllexport) onDuncan Sands
2010-09-01If PrototypeValue is erased in the middle of using the SSAUpdatorDuncan Sands
2010-09-01Add convenience class for working with eh.exception calls.Duncan Sands
2010-09-01Revert 112442 and 112440 until the compile time problems introducedDan Gohman
2010-09-01Add some MMX intrinsics that duplicate functionalityDale Johannesen
2010-08-31Use absolute label for DW_AT_stmt_list if a target does not prefer offset here.Devang Patel
2010-08-31Remove noisy semicolon.Benjamin Kramer
2010-08-31This is the second of three patches to implement support for the .loc directiveKevin Enderby
2010-08-31Reapply r112623. Included additional check for unused byval argument.Devang Patel
2010-08-31Comment typo.Dale Johannesen
2010-08-31Revert r112623. It is causing self host build failures.Devang Patel
2010-08-31Remember byval argument's frame index during argument lowering and use this i...Devang Patel
2010-08-31Stop using the dom frontier in DwarfEHPrepare by not promoting alloca'sDuncan Sands
2010-08-31Rename ValuePropagation to a more descriptive CorrelatedValuePropagation.Owen Anderson
2010-08-31Fix spelling/typo.Michael J. Spencer
2010-08-31zap unused method. x86 is the only user and already has a more powerfull versionBruno Cardoso Lopes
2010-08-30Update the descriptions of NoModRef and ModRef to be consistentDan Gohman
2010-08-30Remove NEON vmovn intrinsic, replacing it with vector truncate operations.Bob Wilson
2010-08-30Fix LLVM target initialization to deal with sociopathic outside projectsEric Christopher
2010-08-30Kill a couple of unused variables.Eric Christopher