summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-11-13Add another (perhaps better) video for Sean's talk. (Thanks Marshall!)Chandler Carruth
2013-11-13Fix a null pointer dereference when copying a null polymorphic pointer.Chandler Carruth
2013-11-13Give folks a reference to some material on the fundamental designChandler Carruth
2013-11-13Introduce an AnalysisManager which is like a pass manager but with a lotChandler Carruth
2013-11-13Removing llvm::huge_vald and llvm::huge_vall because they are not currently u...Aaron Ballman
2013-11-13Replacing HUGE_VALF with llvm::huge_valf in order to work around a warning tr...Aaron Ballman
2013-11-12Remove always true flag.Rafael Espindola
2013-11-12delinearization of arraysSebastian Pop
2013-11-12remove virtual methods in SCEVApplyRewriter and SCEVParameterRewriterSebastian Pop
2013-11-12Protect user-supplied runtime library functions in LTOJustin Bogner
2013-11-12Export intrinsics:__builtin_arm_{dmb,dsb} to frontendWeiming Zhao
2013-11-12GraphViz CFGPrinter: wrap long lines.Andrew Trick
2013-11-12whitespaceAndrew Trick
2013-11-12Revert "Remove unused variable."Rafael Espindola
2013-11-12Remove unused variable.Rafael Espindola
2013-11-12Change data structure to memorize computed result in ScalarEvolutionWan Xiaofei
2013-11-11CalcSpillWeights: allow overidding the spill weight normalizing functionArnaud A. de Grandmaison
2013-11-11[AArch64] The shift right/left and insert immediate builtins expect 3Chad Rosier
2013-11-11CalcSpillWeights: give a better describing name to calculateSpillWeightsArnaud A. de Grandmaison
2013-11-11[AArch64] Add support for NEON scalar floating-point convert to fixed-point i...Chad Rosier
2013-11-11[llvm-c] Remove dead typedefPeter Zotov
2013-11-11Don't universally enable initialiser lists on GCC. Thanks for catching this ...Pete Cooper
2013-11-11Add LLVM_HAS_INITIALIZER_LISTS for upcoming C++11 support. Use it in ArrayRefPete Cooper
2013-11-10CalculateSpillWeights does not need to be a passArnaud A. de Grandmaison
2013-11-09[PM] Start sketching out the new module and function pass manager.Chandler Carruth
2013-11-09Move the old pass manager infrastructure into a legacy namespace andChandler Carruth
2013-11-09This exposes the new calling conventions (WebKit_JS and AnyReg) via the C API...Filip Pizlo
2013-11-09Switch to allow implicit construction. In many cases, we're wrappingChandler Carruth
2013-11-09Add a polymorphic_ptr<T> smart pointer data type. It's a somewhat sillyChandler Carruth
2013-11-09include/llvm/CodeGen/PBQP: Update @param(s) in comments. [-Wdocumentation]NAKAMURA Takumi
2013-11-09Fix whitespace.NAKAMURA Takumi
2013-11-09Re-apply r194300 with fixes for warnings.Lang Hames
2013-11-09Revert r194300 which broke the build.Nick Lewycky
2013-11-09[Stackmap] Materialize the jump address within the patchpoint noop slide.Juergen Ributzka
2013-11-09Rewrite the PBQP graph data structure.Lang Hames
2013-11-08[Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.Juergen Ributzka
2013-11-08Add a method to get the object-file appropriate stack map section.Lang Hames
2013-11-08Revert "CalculateSpillWeights does not need to be a pass"Arnaud A. de Grandmaison
2013-11-08CalculateSpillWeights does not need to be a passArnaud A. de Grandmaison
2013-11-08Add ImmutableSet profiling info for 'bool'.Jordan Rose
2013-11-08Export MCDisassembler's SubtargetInfo, to allow architecture-aware disassemblyArtyom Skrobov
2013-11-07llvm-c/Support.h: Add a newline at eof.NAKAMURA Takumi
2013-11-06Add DT_VERSYM dynamic table entry tag definition.Simon Atanasyan
2013-11-06[llvm-c] Add parameter names in Target.h for C99 compliancePeter Zotov
2013-11-06[llvm-c] Improve TargetMachine bindingsPeter Zotov
2013-11-06[llvm-c] Correctly check for existence of native AsmParser, AsmPrinter, Disas...Peter Zotov
2013-11-06[llvm-c] Add functions for initializing native AsmPrinter, AsmParser & Disass...Peter Zotov
2013-11-06[llvm-c] Expose LLVMLoadLibraryPermanentlyPeter Zotov
2013-11-06[llvm-c] Expose IRReader interfacePeter Zotov
2013-11-06[llvm-c] Implement LLVMPrintValueToStringPeter Zotov