aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Reapply this increase to the number of virtual registers. All of theEric Christopher2010-09-031-1/+1
* Add 'const' to getter function.Jim Grosbach2010-09-031-1/+1
* Re-enable CorrelatedValuePropagation. I've tested nightly tests, llvm-gcc Owen Anderson2010-09-031-0/+2
* Replace NEON vabdl, vaba, and vabal intrinsics with combinations of theBob Wilson2010-09-031-8/+0
* lets get crazy and name the header file the exact class name,Chris Lattner2010-09-021-3/+3
* AsmPrinter has a formatted stream, pass it down through AsmAnnotationWriterChris Lattner2010-09-021-5/+10
* Revert int_x86_mmx_palignr_b intrinsic to match llvm-gcc's version.Bill Wendling2010-09-021-2/+2
* - Change __builtin_ia32_palignr intrinsic type to match the pattern in clang.Bill Wendling2010-09-021-5/+24
* Remove obsolete comments about throwing exceptions.Dan Gohman2010-09-026-12/+3
* After some discussion with djg, teach SmallVector to grow from a zeroJohn McCall2010-09-021-17/+6
* Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky.Benjamin Kramer2010-09-021-0/+8
* Add a comment.Dan Gohman2010-09-021-0/+1
* Fix .debug_range for linux. Patch by Krister Wombell.Devang Patel2010-09-022-0/+13
* Reapply commit 112699, speculatively reverted by echristo, sinceDuncan Sands2010-09-021-5/+7
* Remove NEON vmull, vmlal, and vmlsl intrinsics, replacing them with multiply,Bob Wilson2010-09-011-9/+1
* Reword this comment. Don't mention outs(), as that's not whatDan Gohman2010-09-011-4/+3
* Recommit with changes. Comment out palignr for the Dale Johannesen2010-09-011-6/+17
* Revert 112740, it broke some clang tests somehow...Dale Johannesen2010-09-011-17/+6
* Add a few more missing MMX operations. This should be it.Dale Johannesen2010-09-011-6/+17
* Disable CorrelatedValuePropagation while I track down selfhost failures.Owen Anderson2010-09-011-1/+0
* Tentatively add correlated value propagation to the set of standard passes.Owen Anderson2010-09-011-0/+1
* Speculatively revert 112699 and 112702, they seem to be causingEric Christopher2010-09-011-7/+5
* Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman2010-09-012-42/+26
* Add an interface for unregistering a file from the FilesToRemove list.Dan Gohman2010-09-011-0/+4
* COFF: Fix incorrect SCT_COMPLEX_TYPE_SHIFT. Add a few constants.Michael J. Spencer2010-09-011-1/+7
* Make the iterator form of erase return void, since it always succeeds,Dan Gohman2010-09-013-5/+4
* Define LLVM_GLOBAL_VISIBILITY to be __declspec(dllexport) onDuncan Sands2010-09-011-1/+4
* If PrototypeValue is erased in the middle of using the SSAUpdatorDuncan Sands2010-09-011-5/+7
* Add convenience class for working with eh.exception calls.Duncan Sands2010-09-011-0/+14
* Revert 112442 and 112440 until the compile time problems introducedDan Gohman2010-09-011-8/+5
* Add some MMX intrinsics that duplicate functionalityDale Johannesen2010-09-011-0/+74
* Use absolute label for DW_AT_stmt_list if a target does not prefer offset here.Devang Patel2010-08-311-0/+7
* Remove noisy semicolon.Benjamin Kramer2010-08-311-1/+1
* This is the second of three patches to implement support for the .loc directiveKevin Enderby2010-08-312-6/+64
* Reapply r112623. Included additional check for unused byval argument.Devang Patel2010-08-311-0/+10
* Comment typo.Dale Johannesen2010-08-311-1/+1
* Revert r112623. It is causing self host build failures.Devang Patel2010-08-311-10/+0
* Remember byval argument's frame index during argument lowering and use this i...Devang Patel2010-08-311-0/+10
* Stop using the dom frontier in DwarfEHPrepare by not promoting alloca'sDuncan Sands2010-08-311-1/+1
* Rename ValuePropagation to a more descriptive CorrelatedValuePropagation.Owen Anderson2010-08-312-2/+2
* Fix spelling/typo.Michael J. Spencer2010-08-311-2/+2
* zap unused method. x86 is the only user and already has a more powerfull versionBruno Cardoso Lopes2010-08-311-4/+0
* Update the descriptions of NoModRef and ModRef to be consistentDan Gohman2010-08-301-5/+3
* Remove NEON vmovn intrinsic, replacing it with vector truncate operations.Bob Wilson2010-08-301-1/+0
* Fix LLVM target initialization to deal with sociopathic outside projectsEric Christopher2010-08-306-35/+44
* Kill a couple of unused variables.Eric Christopher2010-08-301-2/+2
* nuke dead ivar which was supposed to be committed with r112496Chris Lattner2010-08-301-1/+0
* two changes: 1) make AliasSet hold the list of call sites with anChris Lattner2010-08-291-2/+8
* Make IVUsers iterative instead of recursive.Dan Gohman2010-08-291-5/+8
* Delete an unused declaration.Dan Gohman2010-08-291-1/+0