aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "Run clang-format on file."Adrian Prantl2013-11-091-9/+14
* Rewrite the PBQP graph data structure.Lang Hames2013-11-097-418/+448
* [Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.Juergen Ributzka2013-11-0818-51/+504
* increase the accuracy of register pressure computation in the presence of dea...Pedro Artigas2013-11-082-16/+36
* X86: Assembly files with .cfi_cfa_def shouldn't hit llvm_unreachable()Jim Grosbach2013-11-082-1/+76
* Fix some minor issues with r194282 to get the tree healthy again.Lang Hames2013-11-081-1/+2
* Add a method to get the object-file appropriate stack map section.Lang Hames2013-11-083-2/+8
* Remove dead code from LoopUnswitchHal Finkel2013-11-081-127/+0
* Revert "CalculateSpillWeights does not need to be a pass"Arnaud A. de Grandmaison2013-11-087-20/+52
* [VirtRegMap] Fix for PR17825. Do not ignore noreturn definitions when settingQuentin Colombet2013-11-082-5/+21
* Make PrintAsmOperand call to the superclass to handle 'n' and 'c' operand mod...Richard Barton2013-11-081-6/+2
* CalculateSpillWeights does not need to be a passArnaud A. de Grandmaison2013-11-087-52/+20
* Add ImmutableSet profiling info for 'bool'.Jordan Rose2013-11-081-0/+12
* ARM: fold prologue/epilogue sp updates into push/pop for code sizeTim Northover2013-11-085-32/+292
* [ARM] Handling for coprocessor instructions that are undefined starting from ...Artyom Skrobov2013-11-084-3000/+239
* [ARM] Handling for coprocessor instructions that are undefined starting from ...Artyom Skrobov2013-11-081-0/+167
* [ARM] Handling for coprocessor instructions that are undefined starting from ...Artyom Skrobov2013-11-083-9/+59
* Export MCDisassembler's SubtargetInfo, to allow architecture-aware disassemblyArtyom Skrobov2013-11-081-0/+2
* CalculateSpillWeights cleanup: remove unneeded includesArnaud A. de Grandmaison2013-11-081-2/+0
* Test for microMIPS trap instructions.Zoran Jovanovic2013-11-081-0/+32
* llvm-ar: Let opening a directory failed in llvm-ar.NAKAMURA Takumi2013-11-082-3/+7
* [mips][msa] Update encoding of LDI instruction.Matheus Almeida2013-11-082-8/+8
* [ARM] In ARMAsmParser, MatchCoprocessorOperandName() permitted p10 and p11 as...Artyom Skrobov2013-11-085-28/+34
* 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-072-1/+67
* Run clang-format on file.Bill Wendling2013-11-071-14/+9
* Move copying of global initializers below the cloning of functions.Bill Wendling2013-11-075-5/+163
* Support for microMIPS trap instructions 1.Zoran Jovanovic2013-11-076-8/+68
* llvm-c/Support.h: Add a newline at eof.NAKAMURA Takumi2013-11-071-1/+1
* Disable some code that is causing some warnings. It's in the processReed Kotler2013-11-071-3/+2
* Add the fact that we anticipate switching to use (some subset of) C++11Chandler Carruth2013-11-071-0/+10
* R600: Fix LowerUDIVREMVincent Lejeune2013-11-062-9/+22
* [AArch64] Remove NEON from "generic" CPU target.Amara Emerson2013-11-061-2/+1
* Add DT_VERSYM dynamic table entry tag definition.Simon Atanasyan2013-11-061-0/+1
* [SystemZ] Handle vectors in getSetCCResultTypeRichard Sandiford2013-11-062-5/+8
* Add test case for PR12377, it was fixed by r194116.Benjamin Kramer2013-11-061-4/+30
* [llvm-c] Add parameter names in Target.h for C99 compliancePeter Zotov2013-11-061-21/+23
* Implement gpword directive for mips, test case added. Stype changes using cla...Vladimir Medic2013-11-062-299/+314
* Add newline at EOF in DynamicLibrary.cppPeter Zotov2013-11-061-1/+1
* [llvm-c] Improve TargetMachine bindingsPeter Zotov2013-11-062-0/+59
* [llvm-c] Specify explicit namespace in LLVMLoadLibraryPermanentlyPeter Zotov2013-11-061-1/+1
* [llvm-c] Correctly check for existence of native AsmParser, AsmPrinter, Disas...Peter Zotov2013-11-061-6/+6
* [llvm-c] Add functions for initializing native AsmPrinter, AsmParser & Disass...Peter Zotov2013-11-061-0/+36
* [llvm-c] Expose LLVMLoadLibraryPermanentlyPeter Zotov2013-11-062-0/+45
* [OCaml] Impement Llvm_irreader, bindings to LLVM assembly parserPeter Zotov2013-11-067-1/+185
* [llvm-c] Expose IRReader interfacePeter Zotov2013-11-062-0/+72
* [OCaml] Implement Llvm.string_of_llvaluePeter Zotov2013-11-064-0/+24
* [llvm-c] Implement LLVMPrintValueToStringPeter Zotov2013-11-062-0/+18
* Fix definition for Mips16 pc relative load word instructions.Reed Kotler2013-11-061-5/+3