summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* docs: Fix FIXMESean Silva2012-12-31
* Switch this code to a more idiomatic double using namespace directive.Chandler Carruth2012-12-31
* Delete a cut/paste-o from r171290. Very sorry about the noise.Chandler Carruth2012-12-31
* Suppress a MSVC warning complaining about the code working as intended.Chandler Carruth2012-12-31
* Begin sketching out the process interface.Chandler Carruth2012-12-31
* Start sketching out a roadmap for better subprocess management in theChandler Carruth2012-12-31
* Fix LICM's memory promotion optimization to preserve TBAA tags whenChris Lattner2012-12-31
* teach instcombine to preserve TBAA tag when merging two stores, part ofChris Lattner2012-12-31
* Grammo.Jakub Staszak2012-12-31
* Remove the getAttributesAtIndex and getNumAttrs methods in favor of using the...Bill Wendling2012-12-31
* Transform (A == C1 || A == C2) into (A & ~(C1 ^ C2)) == C1Jakub Staszak2012-12-31
* Support ppcf128 in SelectionDAG::getConstantFPHal Finkel2012-12-30
* convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...Nuno Lopes2012-12-30
* Documentation: add a section to prevent spurious test failures like the oneDmitri Gribenko2012-12-30
* Use the predicate methods off of AttributeSet instead of Attribute.Bill Wendling2012-12-30
* Remove the Function::getRetAttributes method in favor of using the AttributeS...Bill Wendling2012-12-30
* Remove Function::getParamAttributes and use the AttributeSet accessor methods...Bill Wendling2012-12-30
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-30
* s/hasAttribute/contains/g to be more consistent with other method names.Bill Wendling2012-12-30
* LoopVectorizer: Fix a bug in the code that updates the loop exiting block.Nadav Rotem2012-12-30
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-30
* Add a few more c'tors:Bill Wendling2012-12-30
* Add a check to the test Analysis/ScalarEvolution/2010-09-03-RequiredTransitiv...Dmitri Gribenko2012-12-30
* Add a few (as yet unused) query methods to determine if the attribute that'sBill Wendling2012-12-30
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-30
* Uniquify the AttributeImpl based on the Constant pointer, since those areBill Wendling2012-12-30
* s/Raw/getBitMask/g to be more in line with current naming conventions. This m...Bill Wendling2012-12-30
* llvm/test/Transforms/GVN/null-aliases-nothing.ll: Fix a RUN line not to emit ...NAKAMURA Takumi2012-12-30
* Remove intrinsic specific instructions for (V)SQRTPS/PD. Instead lower to tar...Craig Topper2012-12-29
* Merge similar functionality using a nested switch.Craig Topper2012-12-29
* Remove intrinsic specific instructions for SSE/SSE2/AVX floating point max/mi...Craig Topper2012-12-29
* Simplify code, no functionality change.Jakub Staszak2012-12-29
* Delete executive bit on ./lib/Target/Hexagon/HexagonAsmPrinter.h.Jakub Staszak2012-12-29
* Use a 'Constant' object instead of a bit field to store the attribute data.Bill Wendling2012-12-29
* Use the accessor method instead of the raw ivar to get the bits.Bill Wendling2012-12-29
* Nuke some dead code that snuck in some how. I thought I had alreadyChandler Carruth2012-12-28
* Fix a stunning oversight in the inline cost analysis. It was neverChandler Carruth2012-12-28
* Teach the inline cost analysis about calls that can be simplified andChandler Carruth2012-12-28
* Teach instsimplify to use the constant folder where appropriate forChandler Carruth2012-12-28
* Add entry points to instsimplify for simplifying calls. The entry pointsChandler Carruth2012-12-28
* Add proper support for -fsanitize-blacklist= flag for TSan and MSan. LLVM part.Alexey Samsonov2012-12-28
* CostModel: initial checkin for code that estimates the cost of special shuffles.Nadav Rotem2012-12-28
* wrap 80-col lines.Nadav Rotem2012-12-28
* AVX: Move the ZEXT/ANYEXT DAGCo optimizations to the lowering of these optimi...Nadav Rotem2012-12-28
* Reverse the 'if' condition and reduce the indentation.Nadav Rotem2012-12-27
* Merge basic_sse12_fp_binop_p_int and basic_sse12_fp_binop_p_y_int multiclasses.Craig Topper2012-12-27
* AVX/AVX2: Move the SEXT lowering code from a target specific DAGco to a lower...Nadav Rotem2012-12-27
* Merge basic_sse12_fp_binop_p and basic_sse12_fp_binop_p_y multiclasses.Craig Topper2012-12-27
* Add support to BasicBlocks for iterating backwards over theChandler Carruth2012-12-27
* Provide a common half-open interval map info implementation, and justChandler Carruth2012-12-27