aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add braces for legibility.Jim Grosbach2010-09-291-1/+2
* One Printer to rule them all, One Printer to find them,Jim Grosbach2010-09-291-102/+1
* Move "local commons" to the end of .bss to match the gnu as behavior.Rafael Espindola2010-09-291-9/+29
* improve heuristics to find the 'and' corresponding to 'tst' to also catch opp...Gabor Greif2010-09-291-8/+20
* fix rdar://8490728 - llvm-mc rejects gpr64 form of 'movmskpd'Chris Lattner2010-09-291-2/+4
* add assembler support for the cvtsd2sil/cvtsd2siq mnemonics, rdar://8456382Chris Lattner2010-09-291-2/+2
* make the x86 mccode emitter emit the 0x67 and 0x66 prefix bytes in the sameChris Lattner2010-09-291-4/+4
* implement support for 32-bit address operands in 64-bit mode, which Chris Lattner2010-09-291-5/+18
* MC-COFF: Fix symbol storage class for globalsMichael J. Spencer2010-09-291-1/+1
* add basic avx support to the disassembler, also teach it about ssmem/sdmemChris Lattner2010-09-293-20/+21
* add asmparser support for cvttpd2dq by removing some Int_ prefixes.Chris Lattner2010-09-292-22/+16
* implement rdar://8456382 - cvtsd2si support, by removing some Int_ prefixes.Chris Lattner2010-09-292-8/+6
* implement rdar://8456378 and PR7557 - support for the fstsw,Chris Lattner2010-09-292-7/+18
* change the protocol TargetAsmPArser::MatchInstruction method to take anChris Lattner2010-09-293-22/+22
* Rework comparison handling to set a register on true/false. This avoidsEric Christopher2010-09-291-18/+28
* Remove unnecessary set ahead of time.Eric Christopher2010-09-291-2/+1
* Separate itinerary classes for mvn from mov; for tst / teq from cmp / cmn.Evan Cheng2010-09-297-26/+86
* Remove assert, add comment.Eric Christopher2010-09-291-1/+1
* Assign bitwise binary instructions different itinerary classes from ALU instr...Evan Cheng2010-09-297-39/+87
* Add support to model pipeline bypass / forwarding.Evan Cheng2010-09-2812-12/+13
* Revert r114997. It was causing a failure on darwin10-selfhost.Bill Wendling2010-09-281-5/+13
* 32-bit constant ints only for now.Eric Christopher2010-09-281-5/+8
* Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes2010-09-2820-39/+4
* Fix a FIXME. _foo.eh symbols are currently always exported so that the linkerBill Wendling2010-09-281-13/+5
* When an MDNode changes to become identical to another MDNode,Dan Gohman2010-09-281-5/+4
* Add a subtarget hook for reporting the misprediction penalty. Use this to pro...Owen Anderson2010-09-283-2/+18
* Integer materialization needed the same thinko change.Eric Christopher2010-09-281-4/+4
* Resolve this GCC warning:Nick Lewycky2010-09-281-1/+2
* User proper libcall names & condcodes while compiling for ARM EABI.Anton Korobeynikov2010-09-281-6/+150
* Scope a varible inside an if statement, to make it clear thatDan Gohman2010-09-281-3/+1
* Give the if-converter access to MachineLoopInfo, and use it to generate plaus...Owen Anderson2010-09-281-16/+50
* Fix spelling.Bill Wendling2010-09-281-1/+1
* Part one of switching to using a more sane heuristic for determining if-conve...Owen Anderson2010-09-285-47/+33
* Make ConstantRange::makeICmpRegion handle all the edge cases properly. ThisNick Lewycky2010-09-281-10/+28
* Provide an interface to let FEs anchor debug info for types.Devang Patel2010-09-282-0/+12
* Factor out dbg_value comment printing and teach MC asm printing to use it.Jim Grosbach2010-09-281-13/+29
* On elf, undefined symbols can start with .L.Rafael Espindola2010-09-281-1/+4
* 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
* Remove dead argument.Devang Patel2010-09-272-5/+4
* Weight loop unrolling counts by nesting depth. Unrolling deeply nested loops ...Owen Anderson2010-09-271-1/+6
* Enable the MC-ized ARM asm printer. Passing all local tests, so it's time toJim Grosbach2010-09-271-0/+67