| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | delinearization of arrays | Sebastian Pop | 2013-11-12 | 4 | -1/+19 |
* | remove virtual methods in SCEVApplyRewriter and SCEVParameterRewriter | Sebastian Pop | 2013-11-12 | 1 | -46/+94 |
* | Protect user-supplied runtime library functions in LTO | Justin Bogner | 2013-11-12 | 1 | -0/+3 |
* | Export intrinsics:__builtin_arm_{dmb,dsb} to frontend | Weiming Zhao | 2013-11-12 | 1 | -2/+2 |
* | GraphViz CFGPrinter: wrap long lines. | Andrew Trick | 2013-11-12 | 1 | -2/+19 |
* | whitespace | Andrew Trick | 2013-11-12 | 1 | -5/+5 |
* | Revert "Remove unused variable." | Rafael Espindola | 2013-11-12 | 1 | -0/+1 |
* | Remove unused variable. | Rafael Espindola | 2013-11-12 | 1 | -1/+0 |
* | Change data structure to memorize computed result in ScalarEvolution | Wan Xiaofei | 2013-11-12 | 1 | -3/+3 |
* | CalcSpillWeights: allow overidding the spill weight normalizing function | Arnaud A. de Grandmaison | 2013-11-11 | 1 | -3/+12 |
* | [AArch64] The shift right/left and insert immediate builtins expect 3 | Chad Rosier | 2013-11-11 | 1 | -2/+2 |
* | CalcSpillWeights: give a better describing name to calculateSpillWeights | Arnaud A. de Grandmaison | 2013-11-11 | 1 | -6/+4 |
* | [AArch64] Add support for NEON scalar floating-point convert to fixed-point i... | Chad Rosier | 2013-11-11 | 1 | -0/+12 |
* | [llvm-c] Remove dead typedef | Peter Zotov | 2013-11-11 | 1 | -1/+0 |
* | Don't universally enable initialiser lists on GCC. Thanks for catching this ... | Pete Cooper | 2013-11-11 | 1 | -2/+1 |
* | Add LLVM_HAS_INITIALIZER_LISTS for upcoming C++11 support. Use it in ArrayRef | Pete Cooper | 2013-11-11 | 2 | -0/+16 |
* | CalculateSpillWeights does not need to be a pass | Arnaud A. de Grandmaison | 2013-11-10 | 2 | -23/+11 |
* | [PM] Start sketching out the new module and function pass manager. | Chandler Carruth | 2013-11-09 | 1 | -0/+118 |
* | Move the old pass manager infrastructure into a legacy namespace and | Chandler Carruth | 2013-11-09 | 8 | -95/+154 |
* | This exposes the new calling conventions (WebKit_JS and AnyReg) via the C API... | Filip Pizlo | 2013-11-09 | 1 | -0/+2 |
* | Switch to allow implicit construction. In many cases, we're wrapping | Chandler Carruth | 2013-11-09 | 1 | -1/+1 |
* | Add a polymorphic_ptr<T> smart pointer data type. It's a somewhat silly | Chandler Carruth | 2013-11-09 | 1 | -0/+117 |
* | include/llvm/CodeGen/PBQP: Update @param(s) in comments. [-Wdocumentation] | NAKAMURA Takumi | 2013-11-09 | 5 | -48/+48 |
* | Fix whitespace. | NAKAMURA Takumi | 2013-11-09 | 4 | -41/+41 |
* | Re-apply r194300 with fixes for warnings. | Lang Hames | 2013-11-09 | 6 | -423/+435 |
* | Revert r194300 which broke the build. | Nick Lewycky | 2013-11-09 | 6 | -434/+404 |
* | [Stackmap] Materialize the jump address within the patchpoint noop slide. | Juergen Ributzka | 2013-11-09 | 1 | -0/+6 |
* | Rewrite the PBQP graph data structure. | Lang Hames | 2013-11-09 | 6 | -404/+434 |
* | [Stackmap] Add AnyReg calling convention support for patchpoint intrinsic. | Juergen Ributzka | 2013-11-08 | 3 | -4/+10 |
* | Add a method to get the object-file appropriate stack map section. | Lang Hames | 2013-11-08 | 1 | -0/+4 |
* | Revert "CalculateSpillWeights does not need to be a pass" | Arnaud A. de Grandmaison | 2013-11-08 | 2 | -11/+23 |
* | CalculateSpillWeights does not need to be a pass | Arnaud A. de Grandmaison | 2013-11-08 | 2 | -23/+11 |
* | Add ImmutableSet profiling info for 'bool'. | Jordan Rose | 2013-11-08 | 1 | -0/+12 |
* | Export MCDisassembler's SubtargetInfo, to allow architecture-aware disassembly | Artyom Skrobov | 2013-11-08 | 1 | -0/+2 |
* | llvm-c/Support.h: Add a newline at eof. | NAKAMURA Takumi | 2013-11-07 | 1 | -1/+1 |
* | Add DT_VERSYM dynamic table entry tag definition. | Simon Atanasyan | 2013-11-06 | 1 | -0/+1 |
* | [llvm-c] Add parameter names in Target.h for C99 compliance | Peter Zotov | 2013-11-06 | 1 | -21/+23 |
* | [llvm-c] Improve TargetMachine bindings | Peter Zotov | 2013-11-06 | 1 | -0/+20 |
* | [llvm-c] Correctly check for existence of native AsmParser, AsmPrinter, Disas... | Peter Zotov | 2013-11-06 | 1 | -6/+6 |
* | [llvm-c] Add functions for initializing native AsmPrinter, AsmParser & Disass... | Peter Zotov | 2013-11-06 | 1 | -0/+36 |
* | [llvm-c] Expose LLVMLoadLibraryPermanently | Peter Zotov | 2013-11-06 | 1 | -0/+36 |
* | [llvm-c] Expose IRReader interface | Peter Zotov | 2013-11-06 | 1 | -0/+40 |
* | [llvm-c] Implement LLVMPrintValueToString | Peter Zotov | 2013-11-06 | 1 | -0/+8 |
* | Rewrite SCEV's backedge taken count computation. | Andrew Trick | 2013-11-06 | 1 | -8/+20 |
* | Remove another unused, and IMHO, not very desirable feature of ErrorOr. | Rafael Espindola | 2013-11-05 | 1 | -29/+7 |
* | Convert comments to documentation comments (// -> ///) | Dmitri Gribenko | 2013-11-05 | 1 | -9/+10 |
* | Use error_code in GVMaterializer. | Rafael Espindola | 2013-11-05 | 1 | -8/+4 |
* | Implement AArch64 Neon Crypto instruction classes AES, SHA, and 3 SHA. | Jiangning Liu | 2013-11-05 | 1 | -0/+8 |
* | [llvm-c] (PR16190) Add LLVMIsA* functions for ConstantDataSequential and subc... | Peter Zotov | 2013-11-05 | 1 | -0/+3 |
* | Fix symbol defines in config.h.cmake | Alp Toker | 2013-11-05 | 1 | -3/+3 |