aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* CalculateSpillWeights cleanup: remove unneeded includesArnaud A. de Grandmaison2013-11-081-2/+0
* [mips][msa] Update encoding of LDI instruction.Matheus Almeida2013-11-081-4/+4
* [ARM] In ARMAsmParser, MatchCoprocessorOperandName() permitted p10 and p11 as...Artyom Skrobov2013-11-081-2/+3
* Remove ^M from the file.Bill Wendling2013-11-081-1419/+1415
* IR: Properly canonicalize PointerType in ConstantExpr GEPsDavid Majnemer2013-11-071-5/+6
* IR: Do not canonicalize constant GEPs into an out-of-bounds array accessDavid Majnemer2013-11-071-1/+37
* Move copying of global initializers below the cloning of functions.Bill Wendling2013-11-071-4/+4
* Support for microMIPS trap instructions 1.Zoran Jovanovic2013-11-074-8/+32
* Disable some code that is causing some warnings. It's in the processReed Kotler2013-11-071-3/+2
* R600: Fix LowerUDIVREMVincent Lejeune2013-11-061-5/+5
* [AArch64] Remove NEON from "generic" CPU target.Amara Emerson2013-11-061-2/+1
* [SystemZ] Handle vectors in getSetCCResultTypeRichard Sandiford2013-11-062-5/+8
* Implement gpword directive for mips, test case added. Stype changes using cla...Vladimir Medic2013-11-061-299/+313
* Add newline at EOF in DynamicLibrary.cppPeter Zotov2013-11-061-1/+1
* [llvm-c] Improve TargetMachine bindingsPeter Zotov2013-11-061-0/+39
* [llvm-c] Specify explicit namespace in LLVMLoadLibraryPermanentlyPeter Zotov2013-11-061-1/+1
* [llvm-c] Expose LLVMLoadLibraryPermanentlyPeter Zotov2013-11-061-0/+9
* [llvm-c] Expose IRReader interfacePeter Zotov2013-11-061-0/+32
* [llvm-c] Implement LLVMPrintValueToStringPeter Zotov2013-11-061-0/+10
* Fix definition for Mips16 pc relative load word instructions.Reed Kotler2013-11-061-5/+3
* Implement AArch64 Neon instruction set Perm.Jiangning Liu2013-11-062-0/+347
* Implement AArch64 Neon instruction set Bitwise Extract.Jiangning Liu2013-11-066-100/+203
* Rewrite SCEV's backedge taken count computation.Andrew Trick2013-11-061-163/+207
* Get rid of current calculation function and adjustment schemeReed Kotler2013-11-051-76/+13
* Slightly change the way stackmap and patchpoint intrinsics are lowered.Andrew Trick2013-11-051-9/+27
* Get rid of all references to soimm in MipsConstantIslands pass becauseReed Kotler2013-11-051-12/+7
* Cleanup getUserOffset. Issues related to inline assembler length andReed Kotler2013-11-051-16/+1
* ARM: permit bare dmb/dsb/isb aliases on Cortex-M0Tim Northover2013-11-051-3/+3
* Use error_code in GVMaterializer.Rafael Espindola2013-11-053-23/+34
* Implement AArch64 Neon Crypto instruction classes AES, SHA, and 3 SHA.Jiangning Liu2013-11-053-5/+165
* Convert FindFunctionInStream to return an error_code.Rafael Espindola2013-11-052-5/+6
* [objc-arc] Convert the one directional retain/release relation assert to a co...Michael Gottesman2013-11-051-3/+18
* Silence GCC warning about dropping off a fully covered switch.Benjamin Kramer2013-11-051-0/+1
* Remove the word "thumb" from comments. Remove also an incorrectReed Kotler2013-11-051-24/+6
* X86 Disassembler: remove unused bool typedef-nameDavid Majnemer2013-11-051-2/+0
* Fix r194019 as requested by Eric Christopher.Reed Kotler2013-11-052-13/+1380
* Lift alignment restrictions on load folding for a significant portion of AVX ...Craig Topper2013-11-051-166/+166
* Implement AArch64 post-index vector load/store multiple N-element structure c...Hao Liu2013-11-057-14/+708
* Implemented aarch64 neon intrinsic vcopy_lane with float type.Kevin Qin2013-11-052-88/+82
* Revert "llvm-cov: Added command-line option to change dir."Yuchen Wu2013-11-051-8/+6
* llvm-cov: Added command-line option to change dir.Yuchen Wu2013-11-051-6/+8
* Support for reading run counts in llvm-cov.Yuchen Wu2013-11-051-1/+13
* Add a runtime unrolling parameter to the LoopUnroll pass constructorHal Finkel2013-11-051-6/+10
* Revert r194019 to r194021, "Submit the basic port of the rest of ARM constant...NAKAMURA Takumi2013-11-042-1499/+12
* ARM: remove unnecessary state-tracking during frame lowering.Tim Northover2013-11-046-115/+58
* AArch64: use default asm operand printing when modifier inapplicableTim Northover2013-11-041-47/+59
* Make sure we don't get a warning from this variable that is only usedReed Kotler2013-11-041-0/+1
* Submit the basic port of the rest of ARM constant islands code to Mips. Reed Kotler2013-11-042-12/+1498
* Remove dead codeShuxin Yang2013-11-041-6/+0
* Check for both styles of clobbers, those produced by dragonegg andEric Christopher2013-11-041-11/+19