| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Remove redundant semicolons which are null statements. | Dmitri Gribenko | 2012-09-10 | 6 | -7/+7 | |
| | | | | | llvm-svn: 163547 | |||||
| * | Disable stack coloring because it makes dragonegg fail bootstrapping. | Nadav Rotem | 2012-09-10 | 1 | -1/+1 | |
| | | | | | llvm-svn: 163545 | |||||
| * | [ms-inline asm] Pass the correct AsmVariant to the PrintAsmOperand() function | Chad Rosier | 2012-09-10 | 4 | -7/+24 | |
| | | | | | | | and update the printOperand() function accordingly. llvm-svn: 163544 | |||||
| * | [ms-inline asm] Add support for .att_syntax directive. | Chad Rosier | 2012-09-10 | 2 | -3/+8 | |
| | | | | | llvm-svn: 163542 | |||||
| * | Enable stack coloring. | Nadav Rotem | 2012-09-10 | 1 | -1/+1 | |
| | | | | | llvm-svn: 163539 | |||||
| * | Don't attempt to use flags from predicated instructions. | Jakob Stoklund Olesen | 2012-09-10 | 2 | -2/+29 | |
| | | | | | | | | | | | | | The ARM backend can eliminate cmp instructions by reusing flags from a nearby sub instruction with similar arguments. Don't do that if the sub is predicated - the flags are not written unconditionally. <rdar://problem/12263428> llvm-svn: 163535 | |||||
| * | [Object] Extract Elf_Ehdr. Patch by Hemant Kulkarni! | Michael J. Spencer | 2012-09-10 | 2 | -24/+26 | |
| | | | | | llvm-svn: 163532 | |||||
| * | Stack Coloring: Handle the case where END markers come before BEGIN markers ↵ | Nadav Rotem | 2012-09-10 | 2 | -0/+39 | |
| | | | | | | | properly. llvm-svn: 163530 | |||||
| * | Enhance PR11334 fix to support extload from v2f32/v4f32 | Michael Liao | 2012-09-10 | 4 | -11/+43 | |
| | | | | | | | - Fix an remaining issue of PR11674 as well llvm-svn: 163528 | |||||
| * | Add "blocked" heuristic to the Hexagon MI scheduler. | Sergei Larin | 2012-09-10 | 2 | -177/+269 | |
| | | | | | | | Improve AQ instruction selection in the Hexagon MI scheduler. llvm-svn: 163523 | |||||
| * | Fold multiply by 0 or 1 when in UnsafeFPMath mode in SelectionDAG::getNode(). | Michael Ilseman | 2012-09-10 | 1 | -0/+18 | |
| | | | | | | | This folding happens as early as possible for performance reasons, and to make sure it isn't foiled by other transforms (e.g. forming FMAs). llvm-svn: 163519 | |||||
| * | whitespace | Michael Ilseman | 2012-09-10 | 1 | -10/+10 | |
| | | | | | llvm-svn: 163518 | |||||
| * | Add boolean simplification support from CMOV | Michael Liao | 2012-09-10 | 2 | -13/+59 | |
| | | | | | | | | | - If a boolean value is generated from CMOV and tested as boolean value, simplify the use of test result by referencing the original condition. RDRAND intrinisc is one of such cases. llvm-svn: 163516 | |||||
| * | Fix an assertion failure when optimising a shufflevector incorrectly into ↵ | James Molloy | 2012-09-10 | 3 | -10/+22 | |
| | | | | | | | concat_vectors, and a followup bug with SelectionDAG::getNode() creating nodes with invalid types. llvm-svn: 163511 | |||||
| * | Minor cleanup. No functional change. | Nadav Rotem | 2012-09-10 | 1 | -3/+3 | |
| | | | | | llvm-svn: 163510 | |||||
| * | Stack Coloring: Debug prints to print the slot number and not the array index. | Nadav Rotem | 2012-09-10 | 1 | -1/+2 | |
| | | | | | llvm-svn: 163509 | |||||
| * | Stack Coloring: When searching for disjoint regions, do not compare ↵ | Nadav Rotem | 2012-09-10 | 1 | -1/+1 | |
| | | | | | | | intervals twice or to theirself. llvm-svn: 163508 | |||||
| * | Stack Coloring: Add support for multiple regions of the same slot, within a ↵ | Nadav Rotem | 2012-09-10 | 2 | -23/+61 | |
| | | | | | | | single basic block. llvm-svn: 163507 | |||||
| * | The VPSHUFB 256-bit instruction may be generated when one of input vector is ↵ | Elena Demikhovsky | 2012-09-10 | 2 | -5/+39 | |
| | | | | | | | | | undefined or zeroinitializer. I've added the "zeroinitializer" case in this patch. llvm-svn: 163506 | |||||
| * | Make helper function static. | Benjamin Kramer | 2012-09-10 | 1 | -2/+1 | |
| | | | | | llvm-svn: 163504 | |||||
| * | Move bypassSlowDivision into the llvm namespace. | Benjamin Kramer | 2012-09-10 | 2 | -7/+13 | |
| | | | | | llvm-svn: 163503 | |||||
| * | c bindings: revert LLVMConstInlineAsm to always use the default asm dialect. | Benjamin Kramer | 2012-09-10 | 1 | -4/+2 | |
| | | | | | | | | | - The C API should be stable - InlineAsm::AsmDialect is not exposed to C - The function didn't match the prototype so this was unreachable code llvm-svn: 163502 | |||||
| * | GTest on Android needs a custom tmpdir path. | Evgeniy Stepanov | 2012-09-10 | 1 | -0/+4 | |
| | | | | | llvm-svn: 163501 | |||||
| * | Fix a typo in the comment. | Nadav Rotem | 2012-09-10 | 1 | -2/+2 | |
| | | | | | llvm-svn: 163496 | |||||
| * | Add an assertion that the frame index is indeed inside the declared lifetime ↵ | Nadav Rotem | 2012-09-10 | 1 | -0/+16 | |
| | | | | | | | region. llvm-svn: 163495 | |||||
| * | Teach the DAGBuilder about lifetime markers which are generated from PHINodes. | Nadav Rotem | 2012-09-10 | 2 | -18/+57 | |
| | | | | | llvm-svn: 163494 | |||||
| * | Fix style issues from r163302 pointed out by Evan. | Hans Wennborg | 2012-09-10 | 1 | -18/+15 | |
| | | | | | llvm-svn: 163491 | |||||
| * | Move spaces to the right places. No functionality change. | Nick Lewycky | 2012-09-09 | 1 | -4/+4 | |
| | | | | | llvm-svn: 163485 | |||||
| * | Add missing space before {. No functionality change. | Nick Lewycky | 2012-09-09 | 1 | -1/+1 | |
| | | | | | llvm-svn: 163484 | |||||
| * | Teach DAG combiner to constant fold fneg of a BUILD_VECTOR of constants. | Craig Topper | 2012-09-09 | 2 | -3/+27 | |
| | | | | | llvm-svn: 163483 | |||||
| * | Fixing a type width warning with MSVC. | Aaron Ballman | 2012-09-09 | 1 | -1/+1 | |
| | | | | | llvm-svn: 163481 | |||||
| * | DSE: Poking holes into a SetVector is expensive, avoid it if possible. | Benjamin Kramer | 2012-09-09 | 1 | -5/+5 | |
| | | | | | llvm-svn: 163480 | |||||
| * | LiveVariables: Compute a set of defs and kills to speed up updating LV ↵ | Benjamin Kramer | 2012-09-09 | 1 | -4/+30 | |
| | | | | | | | | | | | | | | | | during critical edge splitting. Previously we checked if the register is def'd in a block via the def/use list a nd walked the list of kills to check if the register is killed in a block. Both of these checks can be made much cheaper by walking the block first and recording all defs and kills. This reduces the compile time of the test case from PR13651 from 40s to 15s at -O2. The compile time is still dominated by LV updating but now the main culprit is SparseBitVector's slowness. llvm-svn: 163478 | |||||
| * | Add instruction selection for ffloor of vectors when SSE4.1 or AVX is enabled. | Craig Topper | 2012-09-08 | 3 | -20/+79 | |
| | | | | | llvm-svn: 163473 | |||||
| * | lit: Util.which(): Use os.path.isfile() instead of os.path.exists(), or it ↵ | NAKAMURA Takumi | 2012-09-08 | 1 | -1/+1 | |
| | | | | | | | | | hits to the directory. For example, which('loop-convert') returns 'loop-convert' when the directory 'loop-convert' exists. llvm-svn: 163469 | |||||
| * | Use 256-bit alignment for constant pool value for 256-bit vector FNEG lowering. | Craig Topper | 2012-09-08 | 1 | -2/+3 | |
| | | | | | llvm-svn: 163463 | |||||
| * | Add support for lowering FABS of vector types. | Craig Topper | 2012-09-08 | 2 | -12/+63 | |
| | | | | | llvm-svn: 163461 | |||||
| * | Set operation action for FFLOOR to Expand for all vector types for X86. Set ↵ | Craig Topper | 2012-09-08 | 3 | -0/+33 | |
| | | | | | | | FFLOOR of v4f32 to Expand for ARM. v2f64 was already correct. llvm-svn: 163458 | |||||
| * | Revert "Add -exact-match option to FileCheck to allow clients to do exact ↵ | Ted Kremenek | 2012-09-08 | 1 | -5/+1 | |
| | | | | | | | | | | matches without using regular expressions." Turns out I did not need it after all. If we find a use for it in the future, we can resurrect it. llvm-svn: 163457 | |||||
| * | Add operator< for FoldingSetNodeID. | Ted Kremenek | 2012-09-08 | 2 | -0/+27 | |
| | | | | | llvm-svn: 163454 | |||||
| * | Remove an incorrect assert during branch weight propagation. | Andrew Trick | 2012-09-08 | 2 | -1/+37 | |
| | | | | | | | Patch and test case by Alastair Murray! llvm-svn: 163437 | |||||
| * | Refactored DFA generator. Merged transition class into state class. | Anshuman Dasgupta | 2012-09-07 | 1 | -117/+51 | |
| | | | | | | | Patch by Ivan Llopard! llvm-svn: 163424 | |||||
| * | Add IRC handle entry to CREDITS.TXT as a test commit. | Alex Rosenberg | 2012-09-07 | 1 | -2/+3 | |
| | | | | | llvm-svn: 163423 | |||||
| * | Correct an unfortunately necessary typo. | Sandeep Patel | 2012-09-07 | 1 | -4/+4 | |
| | | | | | llvm-svn: 163422 | |||||
| * | Fix alignment of .comm and .lcomm on mingw32. | Benjamin Kramer | 2012-09-07 | 9 | -17/+42 | |
| | | | | | | | | | For some reason .lcomm uses byte alignment and .comm log2 alignment so we can't use the same setting for both. Fix this by reintroducing the LCOMM enum. I verified this against mingw's gcc. llvm-svn: 163420 | |||||
| * | Initial relocations test for the Mips standalone assembler. | Jack Carter | 2012-09-07 | 1 | -0/+41 | |
| | | | | | | | | This is not an exhaustive set, but something we can build on. Contributer: Vladimir Medic llvm-svn: 163419 | |||||
| * | Fix indent. | Chad Rosier | 2012-09-07 | 1 | -2/+2 | |
| | | | | | llvm-svn: 163416 | |||||
| * | Contrary to what the documentation says, .lcomm alignment on COFF is in ↵ | Benjamin Kramer | 2012-09-07 | 1 | -1/+1 | |
| | | | | | | | bytes, not power of 2. llvm-svn: 163405 | |||||
| * | Update function names to conform to guidelines. No functional change intended. | Chad Rosier | 2012-09-07 | 2 | -49/+48 | |
| | | | | | llvm-svn: 163401 | |||||
| * | Custom DAGCombine for and/or/xor are for all ARMs. | Jakob Stoklund Olesen | 2012-09-07 | 1 | -6/+3 | |
| | | | | | | | | The 'select' transformations apply to all ARM architectures and don't require hasV6T2Ops. llvm-svn: 163396 | |||||

