aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* Part one of switching to using a more sane heuristic for determining if-conve...Owen Anderson2010-09-284-43/+29
* Factor out dbg_value comment printing and teach MC asm printing to use it.Jim Grosbach2010-09-281-13/+29
* Use the canonical library name for library PIC16Passes.Oscar Fuentes2010-09-282-2/+2
* Added library LLVMPIC16passes to CMake build.Oscar Fuentes2010-09-281-0/+4
* Add ARM Disassembler to the CMake build.Oscar Fuentes2010-09-283-2/+11
* Remove trailing spaces of MipsMachineFunction.hChe-Liang Chiou2010-09-281-17/+17
* Remove trailing spaces of MipsTargetObjectFile.cppChe-Liang Chiou2010-09-281-10/+10
* 80-col fixups.Eric Christopher2010-09-283-5/+9
* Add a command line option "-arm-strict-align" to disallow unaligned memoryBob Wilson2010-09-283-9/+18
* Rework builtin handling and call setup. The builtin handlingEric Christopher2010-09-281-30/+35
* Fix typo.Eric Christopher2010-09-281-1/+1
* Fix fp constant loads to have a destination register.Eric Christopher2010-09-281-2/+3
* Enable the MC-ized ARM asm printer. Passing all local tests, so it's time toJim Grosbach2010-09-271-0/+67
* ARM-mode eh.sjlj.longjmp MC loweringJim Grosbach2010-09-271-0/+54
* Enable the MC-ized ARM asm printer. Passing all local tests, so it's time toJim Grosbach2010-09-271-1/+1
* Hard to imagine there are still people using inferior compilers.Daniel Dunbar2010-09-272-2/+2
* Odd additional stub framework for the ARM MC ELF emission.Rafael Espindola2010-09-276-16/+205
* MMX parameters aren't handled here yet.Dale Johannesen2010-09-271-0/+3
* yet more aliases.Chris Lattner2010-09-271-0/+3
* add a couple more aliases, rdar://8456378Chris Lattner2010-09-271-0/+2
* fix rdar://8470918 - llvm-mc can't assemble smovlChris Lattner2010-09-271-0/+4
* Fix rdar://8468087 - llvm-mc commutes fmul (and friend) operands.Chris Lattner2010-09-271-5/+4
* the latest assembler that runs on powerpc 10.4 machines doesn'tChris Lattner2010-09-271-0/+1
* improve indentationChris Lattner2010-09-271-3/+3
* Insert missing coherency in comment. Add a quick check for hardwareEric Christopher2010-09-271-3/+7
* Mass rename for Jim.Eric Christopher2010-09-271-33/+33
* This code should never fire on non-darwin subtargets.Eric Christopher2010-09-271-3/+3
* implement support for 'clr' alias. This is part of rdar://8416805,Chris Lattner2010-09-271-0/+11
* Add ret instruction to PTX backendChe-Liang Chiou2010-09-253-2/+27
* Move ELF to HasReliableSymbolDifference=true. Also take the opportunity to putRafael Espindola2010-09-251-0/+6
* Fix IIC_iEXTAr itinerary class of Cortex-A9.Evan Cheng2010-09-251-1/+1
* Remove a unused instruction itinerary class.Evan Cheng2010-09-254-4/+0
* Fix zero and sign extension instructions scheduling itineraries.Evan Cheng2010-09-255-31/+45
* More pseudo instruction scheduling itinerary fixes.Evan Cheng2010-09-245-3/+25
* Fix scheduling itinerary for pseudo mov immediate instructions which expand i...Evan Cheng2010-09-245-5/+12
* Add ARM explicit MCInst lowering for the Thumb eh.sjlj.setjmp sequence.Jim Grosbach2010-09-241-0/+95
* Enable code placement optimization pass for ARM.Evan Cheng2010-09-241-7/+1
* We can't return SSE/MMX vectors if SSE is disabled.Dale Johannesen2010-09-241-3/+5
* Fix a potential null dereference bug.Evan Cheng2010-09-241-4/+12
* Revert r114703 and r114702, removing the isConditionalMove flag from instruct...Owen Anderson2010-09-235-10/+10
* Set alignment operand for NEON VST instructions.Bob Wilson2010-09-231-14/+22
* ARM-mode eh.sjlj.setjmp pseudo MC-inst lowering expansionJim Grosbach2010-09-231-0/+77
* #+4 --> #4 for consistency with other asm outputJim Grosbach2010-09-231-2/+2
* Fix formatting of output .s codeJim Grosbach2010-09-231-1/+1
* Add isConditionalMove bits to X86 and ARM instructions.Owen Anderson2010-09-235-10/+10
* Set alignment operand for NEON VLD instructions.Bob Wilson2010-09-231-0/+16
* never mind. I can't read, apparentlyJim Grosbach2010-09-231-1/+1
* Fix r114632. Return if the only terminator is an unconditional branch after t...Evan Cheng2010-09-231-3/+5
* Fix opcode value for the 'trap' instruction, keeping the type suffix on theJim Grosbach2010-09-231-1/+1
* explicit 'unsigned long' on constant value. Hopefully make bots happier.Jim Grosbach2010-09-231-1/+1