summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* include/llvm: Add R600 Intrinsics v6Tom Stellard2012-07-16
* Add support for attaching branch weight metadata directly from the IRBuilder.Chandler Carruth2012-07-16
* Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completesChandler Carruth2012-07-15
* Update the header guard I missed when moving the header.Chandler Carruth2012-07-15
* Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live withChandler Carruth2012-07-15
* Refactor the code that checks that all operands of a node are UNDEFs.Nadav Rotem2012-07-15
* Move IsSameValue from clang's ASTImporter to be methods on theEric Christopher2012-07-15
* LSR Fix: check SCEV expression safety before expansion.Andrew Trick2012-07-13
* Factor SCEV traversal code so I can use it elsewhere. No functionality.Andrew Trick2012-07-13
* Fixed few warnings.Galina Kistanova2012-07-13
* Initializers for some fields were missing in Option::OptionAlexander Kornienko2012-07-13
* Regenerate.Eric Christopher2012-07-12
* Add intrinsics for Ivy Bridge's rdrand instruction.Benjamin Kramer2012-07-12
* Teach the LiveInterval::join function to use the fast merge algorithm,Chandler Carruth2012-07-10
* Move [get|set]BasePtrStackAdjustment() from MachineFrameInfo toChad Rosier2012-07-10
* Add support for dynamic stack realignment in the presence of dynamic allocas onChad Rosier2012-07-10
* Add an efficient merge operation to LiveInterval and use it to avoidChandler Carruth2012-07-10
* Teach LiveIntervals how to verify themselves and start using it in someChandler Carruth2012-07-10
* Allow intrinsics to be used in place of node matchables.Jim Grosbach2012-07-10
* Remove some trivial copy ctors so the classes become trivially copyable and g...Benjamin Kramer2012-07-08
* SmallVector: Make use of move semantics to speed up moving objects in erase()...Benjamin Kramer2012-07-08
* I'm introducing a new machine model to simultaneously allow simpleAndrew Trick2012-07-07
* whitespaceAndrew Trick2012-07-07
* Tweak spelling.Andrew Trick2012-07-07
* Fix the naming of ensureAlignment. Per the coding standard function namesChad Rosier2012-07-06
* Add a print method to the ObjC property object.Bill Wendling2012-07-06
* Revert r159789.Dmitri Gribenko2012-07-06
* llvm/include/llvm/CMakeLists.txt: Cut dependency to intrinsics_gen.NAKAMURA Takumi2012-07-06
* Enable new[] on llvm::BumpPtrAllocator.Dmitri Gribenko2012-07-06
* Fix an overzealous assertion. It is legitimate for a target to have multiple...Owen Anderson2012-07-05
* Remove dead infrastructure for building DenseMaps with a SlotIndex asChandler Carruth2012-07-05
* Finish fixing the MachineOperand hashing, providing a nice modernChandler Carruth2012-07-05
* Reverted r159658:Stepan Dyatkovskiy2012-07-04
* Reverted r156659, due to probable performance regressions, DenseMap should be...Stepan Dyatkovskiy2012-07-04
* Add an experimental early if-conversion pass, off by default.Jakob Stoklund Olesen2012-07-04
* fold PHI nodes in SizeOffsetEvaluator whenever possible.Nuno Lopes2012-07-03
* IntegersSubsetMappin: cosmetic changes in diff operation.Stepan Dyatkovskiy2012-07-03
* Part of r159527. Splitted into series of patches and gone with fixed PR13256:Stepan Dyatkovskiy2012-07-03
* Part of r159527. Splitted into series of patches and gone with fixed PR13256:Stepan Dyatkovskiy2012-07-03
* Part of r159527. Splitted into series of patches and gone with fixed PR13256:Stepan Dyatkovskiy2012-07-03
* Micro-optimize this function a bit. This shrinks the generated codeChandler Carruth2012-07-03
* Revert "IntRange:" as it appears to be breaking self hosting.Eric Christopher2012-07-02
* Target option DisableJumpTables is a gross hack. Move it to TargetLowering in...Evan Cheng2012-07-02
* Fix -Wstring-conversion warning.David Blaikie2012-07-02
* Extend TargetPassConfig to allow running only a subset of the normal passes.Bob Wilson2012-07-02
* Consistently use AnalysisID types in TargetPassConfig.Bob Wilson2012-07-02
* Add all codegen passes to the PassManager via TargetPassConfig.Bob Wilson2012-07-02
* Add a missing forward declaration of PassManagerBase.Bob Wilson2012-07-02
* Reapply "Make NumMicroOps a variable in the subtarget's instruction itinerary."Andrew Trick2012-07-02
* Fixed switch in IntRange::isSingleNumber method.Stepan Dyatkovskiy2012-07-02