oota-llvm.git
2013-11-11 Peter Zotov[OCaml] Add missing Llvm_target functions
2013-11-11 Peter Zotov[OCaml] Accept context explicitly in Llvm_target functions
2013-11-11 Peter Zotov[OCaml] Make Llvm_target.DataLayout.t automatically...
2013-11-11 Peter Zotov[llvm-c] Remove dead typedef
2013-11-11 Sylvestre LedruUpdate of the 'Code Review' page. The link is now calle...
2013-11-11 NAKAMURA Takumi[autoconf] Prune "runtime" stuff in configure, correspo...
2013-11-11 Evgeniy Stepanov[msan] Propagate origin for insertvalue, extractvalue.
2013-11-11 Justin Holewinski[NVPTX] Blacklist TailDuplicate pass
2013-11-11 Pete CooperDon't universally enable initialiser lists on GCC....
2013-11-11 Pete CooperAdd LLVM_HAS_INITIALIZER_LISTS for upcoming C++11 suppo...
2013-11-11 Tim NorthoverAArch64: refactor vector list creation to be more uniform
2013-11-10 Arnaud A. de... CalculateSpillWeights does not need to be a pass
2013-11-10 NAKAMURA TakumiMark 36 tests as XFAIL:vg_leak in llvm/test/TableGen.
2013-11-10 NAKAMURA TakumiRemove 6 of XFAIL(s) in llvm/test/TableGen, since r1937...
2013-11-10 Bill WendlingRevert "Resurrect r191017 " GVN proceeds in the presenc...
2013-11-10 Matt ArsenaultUse type form of getIntPtrType.
2013-11-10 Nadav RotemSimplifyCFG has a heuristics for out-of-order processor...
2013-11-10 Matt ArsenaultUse size function instead of manually calculating it.
2013-11-10 Matt ArsenaultResolve TODO in test now that filecheck has multiple...
2013-11-10 Matt ArsenaultAllow multiple check prefixes in FileCheck.
2013-11-10 Matt ArsenaultTeach MergeFunctions about address spaces
2013-11-10 David MajnemerIR: Refactor GEP range checks, reuse them for other...
2013-11-10 Matt ArsenaultMake method static
2013-11-10 Matt ArsenaultFix missing C++ mode comment
2013-11-10 Matt ArsenaultUse variable for register name in test
2013-11-10 Reed KotlerMostly finish up constant islands port for Mips for...
2013-11-09 Benjamin KramerRemove some unnecessary temporary strings.
2013-11-09 Logan Chien[arm] Refine ARMBuildAttrs.h.
2013-11-09 Chandler Carruth[PM] Start sketching out the new module and function...
2013-11-09 Chandler CarruthMove the old pass manager infrastructure into a legacy...
2013-11-09 Filip PizloThis exposes the new calling conventions (WebKit_JS...
2013-11-09 Chandler CarruthSwitch to allow implicit construction. In many cases...
2013-11-09 Chandler CarruthTest the polymorphic behavior of this utility.
2013-11-09 Chandler CarruthUse something really explicit to test "move semantics...
2013-11-09 Chandler CarruthAdd the critically missing 'clone' method. =]
2013-11-09 Chandler CarruthMove the test type out of the function and into the...
2013-11-09 Chandler CarruthAdd a polymorphic_ptr<T> smart pointer data type. It...
2013-11-09 NAKAMURA Takumiinclude/llvm/CodeGen/PBQP: Update @param(s) in comments...
2013-11-09 NAKAMURA TakumiFix whitespace.
2013-11-09 Lang HamesRe-apply r194300 with fixes for warnings.
2013-11-09 Akira Hatanaka[mips] Make sure there is a chain edge dependency betwe...
2013-11-09 Nick LewyckyRevert r194300 which broke the build.
2013-11-09 Juergen Ributzka[Stackmap] Materialize the jump address within the...
2013-11-09 Adrian PrantlRevert "Move copying of global initializers below the...
2013-11-09 Adrian PrantlRevert "Run clang-format on file."
2013-11-09 Lang HamesRewrite the PBQP graph data structure.
2013-11-08 Juergen Ributzka[Stackmap] Add AnyReg calling convention support for...
2013-11-08 Pedro Artigasincrease the accuracy of register pressure computation...
2013-11-08 Jim GrosbachX86: Assembly files with .cfi_cfa_def shouldn't hit...
2013-11-08 Lang HamesFix some minor issues with r194282 to get the tree...
2013-11-08 Lang HamesAdd a method to get the object-file appropriate stack...
2013-11-08 Hal FinkelRemove dead code from LoopUnswitch
2013-11-08 Arnaud A. de... Revert "CalculateSpillWeights does not need to be a...
2013-11-08 Quentin Colombet[VirtRegMap] Fix for PR17825. Do not ignore noreturn...
2013-11-08 Richard BartonMake PrintAsmOperand call to the superclass to handle...
2013-11-08 Arnaud A. de... CalculateSpillWeights does not need to be a pass
2013-11-08 Jordan RoseAdd ImmutableSet profiling info for 'bool'.
2013-11-08 Tim NorthoverARM: fold prologue/epilogue sp updates into push/pop...
2013-11-08 Artyom Skrobov[ARM] Handling for coprocessor instructions that are...
2013-11-08 Artyom Skrobov[ARM] Handling for coprocessor instructions that are...
2013-11-08 Artyom Skrobov[ARM] Handling for coprocessor instructions that are...
2013-11-08 Artyom SkrobovExport MCDisassembler's SubtargetInfo, to allow archite...
2013-11-08 Arnaud A. de... CalculateSpillWeights cleanup: remove unneeded includes
2013-11-08 Zoran JovanovicTest for microMIPS trap instructions.
2013-11-08 NAKAMURA Takumillvm-ar: Let opening a directory failed in llvm-ar.
2013-11-08 Matheus Almeida[mips][msa] Update encoding of LDI instruction.
2013-11-08 Artyom Skrobov[ARM] In ARMAsmParser, MatchCoprocessorOperandName...
2013-11-08 Bill WendlingRemove ^M from the file.
2013-11-07 David MajnemerIR: Properly canonicalize PointerType in ConstantExpr...
2013-11-07 David MajnemerIR: Do not canonicalize constant GEPs into an out-of...
2013-11-07 Bill WendlingRun clang-format on file.
2013-11-07 Bill WendlingMove copying of global initializers below the cloning...
2013-11-07 Zoran JovanovicSupport for microMIPS trap instructions 1.
2013-11-07 NAKAMURA Takumillvm-c/Support.h: Add a newline at eof.
2013-11-07 Reed KotlerDisable some code that is causing some warnings. It...
2013-11-07 Chandler CarruthAdd the fact that we anticipate switching to use (some...
2013-11-06 Vincent LejeuneR600: Fix LowerUDIVREM
2013-11-06 Amara Emerson[AArch64] Remove NEON from "generic" CPU target.
2013-11-06 Simon AtanasyanAdd DT_VERSYM dynamic table entry tag definition.
2013-11-06 Richard Sandiford[SystemZ] Handle vectors in getSetCCResultType
2013-11-06 Benjamin KramerAdd test case for PR12377, it was fixed by r194116.
2013-11-06 Peter Zotov[llvm-c] Add parameter names in Target.h for C99 compliance
2013-11-06 Vladimir MedicImplement gpword directive for mips, test case added...
2013-11-06 Peter ZotovAdd newline at EOF in DynamicLibrary.cpp
2013-11-06 Peter Zotov[llvm-c] Improve TargetMachine bindings
2013-11-06 Peter Zotov[llvm-c] Specify explicit namespace in LLVMLoadLibraryP...
2013-11-06 Peter Zotov[llvm-c] Correctly check for existence of native AsmPar...
2013-11-06 Peter Zotov[llvm-c] Add functions for initializing native AsmPrint...
2013-11-06 Peter Zotov[llvm-c] Expose LLVMLoadLibraryPermanently
2013-11-06 Peter Zotov[OCaml] Impement Llvm_irreader, bindings to LLVM assemb...
2013-11-06 Peter Zotov[llvm-c] Expose IRReader interface
2013-11-06 Peter Zotov[OCaml] Implement Llvm.string_of_llvalue
2013-11-06 Peter Zotov[llvm-c] Implement LLVMPrintValueToString
2013-11-06 Reed KotlerFix definition for Mips16 pc relative load word instruc...
2013-11-06 Jiangning LiuImplement AArch64 Neon instruction set Perm.
2013-11-06 Jiangning LiuImplement AArch64 Neon instruction set Bitwise Extract.
2013-11-06 Andrew TrickRewrite SCEV's backedge taken count computation.
2013-11-05 Rafael EspindolaRemove another unused, and IMHO, not very desirable...
2013-11-05 Reed KotlerGet rid of current calculation function and adjustment...
2013-11-05 Andrew TrickSlightly change the way stackmap and patchpoint intrins...
next