summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* lets get crazy and name the header file the exact class name,Chris Lattner2010-09-02
* AsmPrinter has a formatted stream, pass it down through AsmAnnotationWriterChris Lattner2010-09-02
* Revert int_x86_mmx_palignr_b intrinsic to match llvm-gcc's version.Bill Wendling2010-09-02
* - Change __builtin_ia32_palignr intrinsic type to match the pattern in clang.Bill Wendling2010-09-02
* Remove obsolete comments about throwing exceptions.Dan Gohman2010-09-02
* After some discussion with djg, teach SmallVector to grow from a zeroJohn McCall2010-09-02
* Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky.Benjamin Kramer2010-09-02
* Add a comment.Dan Gohman2010-09-02
* Fix .debug_range for linux. Patch by Krister Wombell.Devang Patel2010-09-02
* Reapply commit 112699, speculatively reverted by echristo, sinceDuncan Sands2010-09-02
* Remove NEON vmull, vmlal, and vmlsl intrinsics, replacing them with multiply,Bob Wilson2010-09-01
* Reword this comment. Don't mention outs(), as that's not whatDan Gohman2010-09-01
* Recommit with changes. Comment out palignr for the Dale Johannesen2010-09-01
* Revert 112740, it broke some clang tests somehow...Dale Johannesen2010-09-01
* Add a few more missing MMX operations. This should be it.Dale Johannesen2010-09-01
* Disable CorrelatedValuePropagation while I track down selfhost failures.Owen Anderson2010-09-01
* Tentatively add correlated value propagation to the set of standard passes.Owen Anderson2010-09-01
* Speculatively revert 112699 and 112702, they seem to be causingEric Christopher2010-09-01
* Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman2010-09-01
* Add an interface for unregistering a file from the FilesToRemove list.Dan Gohman2010-09-01
* COFF: Fix incorrect SCT_COMPLEX_TYPE_SHIFT. Add a few constants.Michael J. Spencer2010-09-01
* Make the iterator form of erase return void, since it always succeeds,Dan Gohman2010-09-01
* Define LLVM_GLOBAL_VISIBILITY to be __declspec(dllexport) onDuncan Sands2010-09-01
* If PrototypeValue is erased in the middle of using the SSAUpdatorDuncan Sands2010-09-01
* Add convenience class for working with eh.exception calls.Duncan Sands2010-09-01
* Revert 112442 and 112440 until the compile time problems introducedDan Gohman2010-09-01
* Add some MMX intrinsics that duplicate functionalityDale Johannesen2010-09-01
* Use absolute label for DW_AT_stmt_list if a target does not prefer offset here.Devang Patel2010-08-31
* Remove noisy semicolon.Benjamin Kramer2010-08-31
* This is the second of three patches to implement support for the .loc directiveKevin Enderby2010-08-31
* Reapply r112623. Included additional check for unused byval argument.Devang Patel2010-08-31
* Comment typo.Dale Johannesen2010-08-31
* Revert r112623. It is causing self host build failures.Devang Patel2010-08-31
* Remember byval argument's frame index during argument lowering and use this i...Devang Patel2010-08-31
* Stop using the dom frontier in DwarfEHPrepare by not promoting alloca'sDuncan Sands2010-08-31
* Rename ValuePropagation to a more descriptive CorrelatedValuePropagation.Owen Anderson2010-08-31
* Fix spelling/typo.Michael J. Spencer2010-08-31
* zap unused method. x86 is the only user and already has a more powerfull versionBruno Cardoso Lopes2010-08-31
* Update the descriptions of NoModRef and ModRef to be consistentDan Gohman2010-08-30
* Remove NEON vmovn intrinsic, replacing it with vector truncate operations.Bob Wilson2010-08-30
* Fix LLVM target initialization to deal with sociopathic outside projectsEric Christopher2010-08-30
* Kill a couple of unused variables.Eric Christopher2010-08-30
* nuke dead ivar which was supposed to be committed with r112496Chris Lattner2010-08-30
* two changes: 1) make AliasSet hold the list of call sites with anChris Lattner2010-08-29
* Make IVUsers iterative instead of recursive.Dan Gohman2010-08-29
* Delete an unused declaration.Dan Gohman2010-08-29
* Stop explicitly scheduling domfrontier before the loop passes,Chris Lattner2010-08-29
* Remove NEON vaddl, vaddw, vsubl, and vsubw intrinsics. Instead, use llvmBob Wilson2010-08-29
* implement SSAUpdater::RewriteUseAfterInsertions, a helpful form of RewriteUse.Chris Lattner2010-08-29
* remove unions from LLVM IR. They are severely buggy and notChris Lattner2010-08-28