| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fix a really subtle bug in the cross section of aliases and TLS: | Chris Lattner | 2009-06-26 | 1 | -9/+3 |
* | Thumb-2 has CLZ. | David Goodwin | 2009-06-26 | 1 | -1/+1 |
* | Use "adcs/sbcs" only when the carry-out is live, otherwise use "adc/sbc". | David Goodwin | 2009-06-26 | 1 | -3/+3 |
* | Get rid of these cache variables, which are a holdover from the days when | Owen Anderson | 2009-06-26 | 1 | -41/+28 |
* | Make this const. | Owen Anderson | 2009-06-26 | 1 | -1/+1 |
* | minor cleanup/framework changes. | Chris Lattner | 2009-06-26 | 1 | -3/+11 |
* | Privatize some variables. | Owen Anderson | 2009-06-26 | 1 | -5/+4 |
* | move magic for PIC constantpool references from asmprinter to isel. | Chris Lattner | 2009-06-26 | 2 | -23/+44 |
* | implement DOTGraphTraits<SelectionDAG*>::getNodeLabel in terms of | Chris Lattner | 2009-06-26 | 1 | -138/+5 |
* | use jump table operand flags in asm printer instead of "magic predicates" | Chris Lattner | 2009-06-26 | 1 | -6/+18 |
* | Use atomic operations for accessing this global counter. | Owen Anderson | 2009-06-26 | 1 | -3/+6 |
* | ADC used to implement adde should use "adcs" opcode instead of "adc". | David Goodwin | 2009-06-26 | 1 | -2/+2 |
* | Get rid of unnecessary global variables. | Owen Anderson | 2009-06-26 | 2 | -7/+2 |
* | Currently there is a pattern for the thumb-2 MOV 16-bit immediate instruction... | David Goodwin | 2009-06-26 | 1 | -3/+8 |
* | Fix linking of llvm-ld and lli with CMake, from Xerxes RĂ„nby | Douglas Gregor | 2009-06-26 | 5 | -0/+10 |
* | Fix compilation without pthreads. | Owen Anderson | 2009-06-26 | 1 | -3/+3 |
* | Simplify predicate CarryDefIsUsed. | Evan Cheng | 2009-06-26 | 1 | -1/+1 |
* | fix a pasto. | Chris Lattner | 2009-06-26 | 1 | -1/+1 |
* | dot graph viewing is apparently not using SDNode::print_details, this is bad, | Chris Lattner | 2009-06-26 | 1 | -0/+7 |
* | propagate target operand flags from dag nodes into MachineOperands. | Chris Lattner | 2009-06-26 | 1 | -4/+8 |
* | propagate target operand flags through addressing mode selection. | Chris Lattner | 2009-06-26 | 1 | -6/+12 |
* | fit in 80 cols | Chris Lattner | 2009-06-26 | 1 | -5/+4 |
* | Escape the name of the module since it comes from the file name and may include | Nick Lewycky | 2009-06-26 | 1 | -2/+6 |
* | Let's ignore MDStrings also! | Devang Patel | 2009-06-26 | 8 | -8/+8 |
* | Fix may-be-used-uninitialized warning. | Daniel Dunbar | 2009-06-26 | 1 | -1/+1 |
* | Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprograms | Devang Patel | 2009-06-26 | 4 | -162/+85 |
* | Fix unused variable warnings. | Daniel Dunbar | 2009-06-26 | 1 | -0/+3 |
* | Fix error in the Win32 implementation pointed out by Howard Su. | Owen Anderson | 2009-06-26 | 1 | -1/+1 |
* | start adding logic in isel to determine asm printer semantics, step N of M. | Chris Lattner | 2009-06-26 | 2 | -8/+29 |
* | Change this code to a form about which VC++ reportedly isn't unhappy. | Dan Gohman | 2009-06-26 | 1 | -1/+2 |
* | Fix LCSSA to avoid emitting a PHI node for the unwind destination of | Dan Gohman | 2009-06-26 | 1 | -2/+11 |
* | Add a note about commuting conditional move. | Evan Cheng | 2009-06-26 | 1 | -0/+2 |
* | Minor code simplification. | Dan Gohman | 2009-06-26 | 1 | -7/+3 |
* | These are done / no longer applicable. | Evan Cheng | 2009-06-26 | 1 | -47/+3 |
* | Mark a bunch of instructions commutable. | Evan Cheng | 2009-06-26 | 2 | -37/+62 |
* | tst is also commutable. | Evan Cheng | 2009-06-26 | 1 | -1/+1 |
* | Committed the wrong version in my last commit. | Owen Anderson | 2009-06-26 | 2 | -4/+2 |
* | Privatize a static variable. | Owen Anderson | 2009-06-26 | 1 | -0/+3 |
* | Guards for the compiler driver plugin list. | Owen Anderson | 2009-06-26 | 1 | -1/+7 |
* | Select ADC, SBC, and RSC instead of the ADCS, SBCS, and RSCS when the carry b... | Evan Cheng | 2009-06-25 | 2 | -45/+116 |
* | Support thread-local pretty stack traces. | Owen Anderson | 2009-06-25 | 1 | -7/+8 |
* | Add support for const thread locals. | Owen Anderson | 2009-06-25 | 2 | -6/+6 |
* | Fix typo in assertion. | Owen Anderson | 2009-06-25 | 1 | -1/+1 |
* | Use MVN for ~t2_so_imm immediates. | David Goodwin | 2009-06-25 | 1 | -0/+3 |
* | Add a configure test for pthread_getspecific, and use it when building Thread... | Owen Anderson | 2009-06-25 | 1 | -1/+1 |
* | Add Def/Use of CPSR for Thumb-1 instructions. | David Goodwin | 2009-06-25 | 1 | -41/+103 |
* | Simplify. | Devang Patel | 2009-06-25 | 4 | -22/+12 |
* | Unbreak mingw build. Patch by Viktor Kutuzov. | Evan Cheng | 2009-06-25 | 1 | -1/+1 |
* | Update cmake build files. | Owen Anderson | 2009-06-25 | 1 | -0/+1 |
* | Add a class for supporting platform independent thread-local storage. | Owen Anderson | 2009-06-25 | 3 | -0/+151 |