summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Update the examples for the new header file locations.Chandler Carruth2013-01-02
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Sort a few more #include lines in tools/... unittests/... and utils/...Chandler Carruth2013-01-02
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-02
* Update the root Makefile for VMCore -> IR. Missed by my original searchChandler Carruth2013-01-02
* Update the configure scripts as well as the makefiles for the move fromChandler Carruth2013-01-02
* Rename VMCore directory to IR.Chandler Carruth2013-01-02
* Merge SSE and AVX instruction definitions for scalar forms of SQRT, RSQRT, an...Craig Topper2013-01-02
* Merge SSE and AVX instruction definitions for PSHUFD/PSHUFHW/PSHUFLW.Craig Topper2013-01-02
* docs: update docs/README.txt and make it useful.Sean Silva2013-01-02
* Revert 171351. It broke MC/X86/x86-32-avx.s.Rafael Espindola2013-01-02
* Merge SSE and AVX instruction definitions for scalar forms of SQRT, RSQRT, an...Craig Topper2013-01-01
* Add IRBuilder::CreateVectorSplat and use it to simplify code.Benjamin Kramer2013-01-01
* SROA: Clean up unused assignment warnings from clang's analyzer.Benjamin Kramer2013-01-01
* Added DEBUG message when ObjCARC replaces a call which returns its argument v...Michael Gottesman2013-01-01
* Added DEBUG messages to the top of several processing loops in ObjCARC.cpp th...Michael Gottesman2013-01-01
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2013-01-01
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2013-01-01
* Update the copyright coredits -- Happy new year 2013!NAKAMURA Takumi2013-01-01
* Make opt grab the triple from the module and use it to initialize the target ...Nadav Rotem2013-01-01
* Remove unused argument from a multiclass.Craig Topper2013-01-01
* Merge intrinsic instruction definitions for SSE and AVX versions of RCPPS and...Craig Topper2013-01-01
* Remove 2 unused multiclasses.Craig Topper2013-01-01
* Merge AVX/SSE instruction definitions for SQRTPS/PD, RSQRTPS, RCPPS. No funci...Craig Topper2013-01-01
* Use packed instead of scalar itineraries for SSE1/2 SQRTPS/PD, RCPPS, and RSQ...Craig Topper2012-12-31
* Make it explicit that the only entry points to the Program object areChandler Carruth2012-12-31
* Remove an unused method on Program.Chandler Carruth2012-12-31
* Remove an unused method on the Program class.Chandler Carruth2012-12-31
* Go ahead and get rid of the old page size interface and convert all theChandler Carruth2012-12-31
* Flesh out a page size accessor in the new API.Chandler Carruth2012-12-31
* Remove the declspecs from small alignments that we can force withChandler Carruth2012-12-31
* Remove an unused function in the old Process interface.Chandler Carruth2012-12-31
* reimplement GetPointerBaseWithConstantOffset().Nuno Lopes2012-12-31
* recommit r171298 (add support for PHI nodes to ObjectSizeOffsetVisitor). Hope...Nuno Lopes2012-12-31
* [AlignOf] Add AlignedCharArray and refactor AlignedCharArrayUnion.Michael J. Spencer2012-12-31
* Revert "add support for PHI nodes to ObjectSizeOffsetVisitor"Benjamin Kramer2012-12-31
* Add extra CHECK to make sure that 'or' instruction was replaced.Jakub Staszak2012-12-31
* Fix bits check in ELFObjectFile::isSectionZeroInit().Rafael Espindola2012-12-31
* revert r171306, since we cannot compare APInts with different bitwidthsNuno Lopes2012-12-31
* use ValueTracking's GetPointerBaseWithConstantOffset() function instead of a ...Nuno Lopes2012-12-31
* minor code simplificationNuno Lopes2012-12-31
* Use the generic dump template. Extracted from a patch by Sami Liedes.Rafael Espindola2012-12-31
* Dump sections. Extracted from a patch by Sami Liedes.Rafael Espindola2012-12-31
* add support for GlobalAlias to ObjectSizeOffsetVisitorNuno Lopes2012-12-31
* Print a header above the symbols. Extracted from a patch by Sami Liedes.Rafael Espindola2012-12-31
* Check for errors. Extracted from a patch by Sami Liedes.Rafael Espindola2012-12-31
* Fix indentation. Extracted from a patch by Sami Liedes!Rafael Espindola2012-12-31
* Style fixes in llvm-readobj.cpp. Extracted from a patch by Sami Liedes!Rafael Espindola2012-12-31
* add support for PHI nodes to ObjectSizeOffsetVisitorNuno Lopes2012-12-31
* Remove dead method.Bill Wendling2012-12-31