| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Ease contention on this lock by noticing that all writes to the VTs array will | Owen Anderson | 2009-08-22 | 1 | -2/+5 |
| | | | | | | | | | | be of (dynamically) constant values, so races on it are immaterial. We just need to ensure that at least one write has completed before return the pointer into it. With this change, parllc exhibits essentially no overhead on 403.gcc. llvm-svn: 79708 | ||||
| * | Revert r79563 | Chris Lattner | 2009-08-21 | 2 | -177/+0 |
| | | | | | llvm-svn: 79691 | ||||
| * | revert r79562 + r79563 | Chris Lattner | 2009-08-21 | 10 | -533/+280 |
| | | | | | llvm-svn: 79690 | ||||
| * | Fix typo. | Anton Korobeynikov | 2009-08-21 | 1 | -1/+1 |
| | | | | | llvm-svn: 79688 | ||||
| * | revert r79631 | Chris Lattner | 2009-08-21 | 2 | -0/+0 |
| | | | | | llvm-svn: 79686 | ||||
| * | revert 79631 | Chris Lattner | 2009-08-21 | 10 | -197/+8 |
| | | | | | llvm-svn: 79685 | ||||
| * | llvm-mc/Mach-O: Support .o emission for .org and .align. | Daniel Dunbar | 2009-08-21 | 2 | -17/+91 |
| | | | | | llvm-svn: 79684 | ||||
| * | Implement APInt <-> APFloat conversion for IEEE 128-bit floats. | Anton Korobeynikov | 2009-08-21 | 1 | -3/+83 |
| | | | | | | | This fixes PR2555 llvm-svn: 79677 | ||||
| * | Rename ARM "lane_cst" operands to "nohash_imm" since they are used for | Bob Wilson | 2009-08-21 | 5 | -18/+20 |
| | | | | | | | | several things other than Neon vector lane numbers. For inline assembly operands with a "c" print code, check that they really are immediates. llvm-svn: 79676 | ||||
| * | Fix a bug where the DWARF emitter in the JIT was not initializing alignment | Reid Kleckner | 2009-08-21 | 2 | -28/+22 |
| | | | | | | | | | | | bytes. libgcc doesn't seem to mind, but if you pass this DWARF to GDB, it doesn't like it. Also make the JIT memory manager to initialize it's memory to garbage in debug mode, so that it's easier to find bugs like these in the future. llvm-svn: 79674 | ||||
| * | Match VTRN, VZIP, and VUZP shuffles. Restore the tests for these operations, | Bob Wilson | 2009-08-21 | 2 | -9/+74 |
| | | | | | | | now using shuffles instead of intrinsics. llvm-svn: 79673 | ||||
| * | Add fcopysign instructions | Anton Korobeynikov | 2009-08-21 | 1 | -0/+7 |
| | | | | | llvm-svn: 79664 | ||||
| * | Try again at privatizing the layout info map, with a rewritten patch. | Owen Anderson | 2009-08-21 | 1 | -47/+17 |
| | | | | | | | This preserves the existing behavior much more closely than my previous attempt. llvm-svn: 79663 | ||||
| * | Expand few nodes until someone will be crazy enough to implement them ↵ | Anton Korobeynikov | 2009-08-21 | 1 | -2/+6 |
| | | | | | | | natively :) llvm-svn: 79659 | ||||
| * | Typo :( | Anton Korobeynikov | 2009-08-21 | 1 | -2/+2 |
| | | | | | llvm-svn: 79657 | ||||
| * | Correct instruction names for subtract-with-borrow | Anton Korobeynikov | 2009-08-21 | 1 | -2/+2 |
| | | | | | llvm-svn: 79656 | ||||
| * | llvm-mc/Mach-O: Support byte and fill value emission. | Daniel Dunbar | 2009-08-21 | 2 | -27/+140 |
| | | | | | llvm-svn: 79652 | ||||
| * | Don't assume that the operand of an inttoptr is an pointer-sized integer. | Dan Gohman | 2009-08-21 | 1 | -1/+3 |
| | | | | | llvm-svn: 79651 | ||||
| * | Fix typo. Should check both values of RangeUse for 0. Patch by Marius Wachtler. | Bill Wendling | 2009-08-21 | 1 | -1/+1 |
| | | | | | llvm-svn: 79649 | ||||
| * | Handle 'r' inline asm constraint | Anton Korobeynikov | 2009-08-21 | 2 | -0/+45 |
| | | | | | llvm-svn: 79648 | ||||
| * | Fix a problem noticed by gcc-4.4: | Duncan Sands | 2009-08-21 | 1 | -1/+1 |
| | | | | | | | warning: comparison is always true due to limited range of data type. llvm-svn: 79642 | ||||
| * | Change getelementptr folding to use APInt instead of uint64_t for | Dan Gohman | 2009-08-21 | 1 | -11/+15 |
| | | | | | | | | offset computations. This fixes a truncation bug on targets that don't have 64-bit pointers. llvm-svn: 79639 | ||||
| * | Fix -Asserts warning. | Daniel Dunbar | 2009-08-21 | 1 | -2/+2 |
| | | | | | llvm-svn: 79636 | ||||
| * | Fix a typo | Anton Korobeynikov | 2009-08-21 | 1 | -1/+1 |
| | | | | | llvm-svn: 79634 | ||||
| * | Add a pass to do call graph analyis to overlay the autos and frame sections of | Sanjiv Gupta | 2009-08-21 | 10 | -8/+202 |
| | | | | | | | | leaf functions. This pass will be extended to color other nodes of the call tree as well in future. llvm-svn: 79631 | ||||
| * | More cpp backend fixes. Now for FP stuff. | Anton Korobeynikov | 2009-08-21 | 1 | -3/+3 |
| | | | | | llvm-svn: 79626 | ||||
| * | Fix some typos and use type-based isel for VZIP/VUZP/VTRN | Anton Korobeynikov | 2009-08-21 | 4 | -56/+56 |
| | | | | | llvm-svn: 79625 | ||||
| * | Add lowering of ARM 4-element shuffles to multiple instructios via ↵ | Anton Korobeynikov | 2009-08-21 | 3 | -9/+6720 |
| | | | | | | | perfectshuffle-generated table. llvm-svn: 79624 | ||||
| * | Add nodes & dummy matchers for some v{zip,uzp,trn} instructions | Anton Korobeynikov | 2009-08-21 | 3 | -0/+51 |
| | | | | | llvm-svn: 79622 | ||||
| * | Expand EXTRACT_SUBVECTOR | Anton Korobeynikov | 2009-08-21 | 1 | -0/+1 |
| | | | | | llvm-svn: 79621 | ||||
| * | Provide vext.{16,32} | Anton Korobeynikov | 2009-08-21 | 2 | -13/+23 |
| | | | | | llvm-svn: 79620 | ||||
| * | Use masks not nodes for vector shuffle predicates. Provide set of 'legal' ↵ | Anton Korobeynikov | 2009-08-21 | 2 | -15/+34 |
| | | | | | | | masks, so legalizer won't infinite cycle llvm-svn: 79619 | ||||
| * | Update CMakeLists. | Benjamin Kramer | 2009-08-21 | 1 | -0/+3 |
| | | | | | llvm-svn: 79617 | ||||
| * | bug 4530: Make debug information static to it is preservered during bitcode ↵ | Richard Pennington | 2009-08-21 | 1 | -2/+2 |
| | | | | | | | linking. llvm-svn: 79616 | ||||
| * | llvm-mc: Start MCAssembler and MCMachOStreamer. | Daniel Dunbar | 2009-08-21 | 2 | -0/+398 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Together these form the (Mach-O) back end of the assembler. - MCAssembler is the actual assembler backend, which is designed to have a reasonable API. This will eventually grow to support multiple object file implementations, but for now its Mach-O/i386 only. - MCMachOStreamer adapts the MCStreamer "actions" API to the MCAssembler API, e.g. converting the various directives into fragments, managing state like the current section, and so on. - llvm-mc will use the new backend via '-filetype=obj', which may eventually be, but is not yet, since I hear that people like assemblers which actually assemble. - The only thing that works at the moment is changing sections. For the time being I have a Python Mach-O dumping tool in test/scripts so this stuff can be easily tested, eventually I expect to replace this with a real LLVM tool. - More doxyments to come. I assume that since this stuff doesn't touch any of the things which are part of 2.6 that it is ok to put this in not so long before the freeze, but if someone objects let me know, I can pull it. llvm-svn: 79612 | ||||
| * | Remove #include <iostream>. | Bill Wendling | 2009-08-21 | 1 | -1/+0 |
| | | | | | llvm-svn: 79603 | ||||
| * | Clean up the APInt function getDigit. | Erick Tryzelaar | 2009-08-21 | 1 | -21/+19 |
| | | | | | llvm-svn: 79602 | ||||
| * | Update error messages for '+'. Fix grammar and make the two | Eric Christopher | 2009-08-21 | 1 | -4/+5 |
| | | | | | | | negative checks resemble each other. llvm-svn: 79595 | ||||
| * | Fix trailing whitespace and 80-col violation. | Eric Christopher | 2009-08-21 | 1 | -120/+121 |
| | | | | | llvm-svn: 79594 | ||||
| * | Fix bug with APInt::getBitsNeeded with for base 10 numbers 0-9. | Erick Tryzelaar | 2009-08-21 | 1 | -30/+42 |
| | | | | | llvm-svn: 79593 | ||||
| * | Allow '+' to appear in APInt strings, and add more unit tests. | Erick Tryzelaar | 2009-08-21 | 1 | -6/+11 |
| | | | | | llvm-svn: 79592 | ||||
| * | Remove Neon intrinsics for VZIP, VUZP, and VTRN. We will represent these as | Bob Wilson | 2009-08-21 | 1 | -57/+0 |
| | | | | | | | | vector shuffles. Temporarily remove the tests for these operations until the new implementation is working. llvm-svn: 79579 | ||||
| * | Re-revert r79555. Apparently it's not just buildbot weirdness. | Owen Anderson | 2009-08-20 | 1 | -35/+52 |
| | | | | | llvm-svn: 79578 | ||||
| * | Add support for including '+' in APFloat strings, more asserts, | Erick Tryzelaar | 2009-08-20 | 1 | -28/+34 |
| | | | | | | | and many new unit tests. llvm-svn: 79574 | ||||
| * | Reapply r79555 for testing. Daniel's trying to work out some buildbot ↵ | Owen Anderson | 2009-08-20 | 1 | -52/+35 |
| | | | | | | | weirdnesss. llvm-svn: 79572 | ||||
| * | --- Reverse-merging r79555 into '.': | Bill Wendling | 2009-08-20 | 1 | -35/+52 |
| | | | | | | | | | | U include/llvm/Target/TargetData.h U lib/Target/TargetData.cpp Temporarily revert 79555. It was causing hangs and test failures. llvm-svn: 79568 | ||||
| * | Attempt to comment this code more. | Bill Wendling | 2009-08-20 | 1 | -27/+122 |
| | | | | | llvm-svn: 79567 | ||||
| * | Suppress build warning in -Asserts | Daniel Dunbar | 2009-08-20 | 1 | -0/+1 |
| | | | | | llvm-svn: 79564 | ||||
| * | part of the previous commit for PIC16 ISR implementation. | Sanjiv Gupta | 2009-08-20 | 2 | -0/+178 |
| | | | | | llvm-svn: 79563 | ||||
| * | Implement support for ISRs. | Sanjiv Gupta | 2009-08-20 | 10 | -280/+528 |
| | | | | | | | | | | Clone functions that are shared between the Main thread and Interrupt thread. CallSites are changed in AsmPrinter currently. A better solution would have been to modify the legalizer (SoftenFloat) to allow targets to change the name of libcalls for float operations. But that currently breaks other targets. Also, cloing of automatic variables is done AsmPrinter, a better approach would be to use the ValueMap in CloneFunction itself. llvm-svn: 79562 | ||||

