| Commit message (Expand) | Author | Age | Files | Lines |
* | Factor out EH landing pad code into a separate function, and constify | Dan Gohman | 2010-04-14 | 3 | -5/+5 |
* | Fixed another assert exposed by fuzzing. Now, when an encoding error occurs | Johnny Chen | 2010-04-14 | 1 | -4/+14 |
* | Fixed an assert() exposed by fuzzing. Now, instead of assert when an invalid | Johnny Chen | 2010-04-14 | 2 | -10/+15 |
* | Unbreak CMake build by improving the EnhancedDisassembly makefile a | Douglas Gregor | 2010-04-13 | 2 | -0/+2 |
* | Handle a v2f64 formal parameter that is split between registers and memory | Bob Wilson | 2010-04-13 | 1 | -7/+13 |
* | Fixed a nasty layering violation in the edis source | Sean Callanan | 2010-04-13 | 4 | -2/+30 |
* | Changed getSOImmValRotate()'s hunt retry logic to ignore the low order 6 bits, | Johnny Chen | 2010-04-13 | 1 | -3/+3 |
* | Re-apply 101075 and fix it properly. Just reuse the debug info of the branch ... | Evan Cheng | 2010-04-13 | 1 | -1/+44 |
* | Temporarily revert r101075, it's causing invalid iterator assertions | Eric Christopher | 2010-04-13 | 1 | -46/+1 |
* | Eliminate MachineBasicBlock::const_livein_iterator and make | Dan Gohman | 2010-04-13 | 1 | -1/+1 |
* | Use MachineBasicBlock::isLiveIn. | Dan Gohman | 2010-04-13 | 1 | -8/+1 |
* | Replace r101053 with a fix for getSOImmValRotate() so that it will correctly | Bob Wilson | 2010-04-13 | 2 | -53/+7 |
* | add llvm codegen support for -ffunction-sections and -fdata-sections, | Chris Lattner | 2010-04-13 | 1 | -1/+24 |
* | Use .set expression for x86 pic jump table reference to reduce assembly reloc... | Evan Cheng | 2010-04-12 | 1 | -0/+9 |
* | Micro-optimization: | Bill Wendling | 2010-04-12 | 1 | -1/+46 |
* | Fixed a crasher in arm disassembler within ARMInstPrinter.cpp after calling | Johnny Chen | 2010-04-12 | 2 | -1/+38 |
* | Implement support for varargs functions without any fixed | Chris Lattner | 2010-04-10 | 1 | -16/+23 |
* | Provide versions of the ARM eh_sjlj_setjmp instructions for non-VFP subtargets | Bob Wilson | 2010-04-09 | 2 | -2/+35 |
* | "On SPU, variables in the .bss section that are allocated with the .lcomm dir... | Chris Lattner | 2010-04-09 | 1 | -1/+0 |
* | delete a forwarding function. | Chris Lattner | 2010-04-08 | 3 | -18/+23 |
* | move elf section uniquing to MCContext. Along the way | Chris Lattner | 2010-04-08 | 8 | -127/+38 |
* | remove the TargetLoweringObjectFileMachO::getMachoSection | Chris Lattner | 2010-04-08 | 3 | -27/+24 |
* | use abstract interface in two more places | Gabor Greif | 2010-04-08 | 1 | -2/+2 |
* | fix compile | Gabor Greif | 2010-04-08 | 1 | -2/+2 |
* | use abstract interface | Gabor Greif | 2010-04-08 | 1 | -1/+1 |
* | Use twines to simplify calls to report_fatal_error. For code size and readabi... | Benjamin Kramer | 2010-04-08 | 5 | -93/+35 |
* | Avoid using f64 to lower memcpy from constant string. It's cheaper to use i32... | Evan Cheng | 2010-04-08 | 4 | -23/+37 |
* | mpsadbw is not commutative. | Eric Christopher | 2010-04-08 | 1 | -1/+1 |
* | Added support for ARM disassembly to edis. | Sean Callanan | 2010-04-08 | 1 | -1/+1 |
* | Update CMake build. | Ted Kremenek | 2010-04-07 | 1 | -0/+1 |
* | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner | 2010-04-07 | 21 | -49/+49 |
* | add newlines at end of files. | Chris Lattner | 2010-04-07 | 5 | -5/+5 |
* | Missed this one line for the previous checkin to fix build warnings. | Johnny Chen | 2010-04-07 | 1 | -1/+0 |
* | Fixed warnings pointed out by clang. | Johnny Chen | 2010-04-07 | 1 | -7/+19 |
* | Fixed warnings pointed out by clang. | Johnny Chen | 2010-04-07 | 1 | -2/+16 |
* | Fixed a bug where the disassembler would allow an immediate | Sean Callanan | 2010-04-07 | 2 | -0/+4 |
* | Fixed 3 warnings pointed out by clang. | Johnny Chen | 2010-04-07 | 1 | -3/+3 |
* | Re-enable ARM/Thumb disassembler and add a workaround for a memcpy() call in | Johnny Chen | 2010-04-07 | 2 | -2/+19 |
* | Added an AsmLexer for the ARM target, which uses | Sean Callanan | 2010-04-07 | 2 | -0/+143 |
* | Educate GetInstrSizeInBytes implementations that | Dale Johannesen | 2010-04-07 | 4 | -0/+4 |
* | Remove late ARM codegen optimization pass committed by accident. | Anton Korobeynikov | 2010-04-07 | 4 | -158/+1 |
* | Split A8/A9 itins - they already were too big. | Anton Korobeynikov | 2010-04-07 | 3 | -603/+614 |
* | Add some crude itin approximation for VFP load / stores on A9 | Anton Korobeynikov | 2010-04-07 | 1 | -0/+54 |
* | Add some crude approximation for neon load/store instructions | Anton Korobeynikov | 2010-04-07 | 1 | -1/+55 |
* | Add some A8-based approximation for instructions with unknown cycle times | Anton Korobeynikov | 2010-04-07 | 1 | -0/+52 |
* | Move NEON-VFP domain fixer upper, so post-RA scheduler would benefit from it. | Anton Korobeynikov | 2010-04-07 | 1 | -4/+6 |
* | Since tblgen bug was fixed (thanks Jakob!) we don't need InstrStage2 hack any... | Anton Korobeynikov | 2010-04-07 | 1 | -259/+266 |
* | Fix A8 FP NEON MAC itins | Anton Korobeynikov | 2010-04-07 | 1 | -2/+2 |
* | A9 NEON FP itins | Anton Korobeynikov | 2010-04-07 | 1 | -0/+66 |
* | Some permute goodness for A9 | Anton Korobeynikov | 2010-04-07 | 1 | -1/+85 |