| Commit message (Expand) | Author | Age | Files | Lines |
* | Extend TargetPassConfig to allow running only a subset of the normal passes. | Bob Wilson | 2012-07-02 | 1 | -6/+0 |
* | Add all codegen passes to the PassManager via TargetPassConfig. | Bob Wilson | 2012-07-02 | 1 | -5/+5 |
* | Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h | Chandler Carruth | 2012-06-29 | 1 | -6/+6 |
* | Remove layering violation #include. | Bill Wendling | 2012-06-28 | 1 | -1/+0 |
* | Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and | Bill Wendling | 2012-06-28 | 1 | -8/+6 |
* | There are a number of generic inline asm operand modifiers that | Jack Carter | 2012-06-26 | 1 | -1/+3 |
* | llvm/lib: [CMake] Add explicit dependency to intrinsics_gen. | NAKAMURA Takumi | 2012-06-24 | 1 | -0/+1 |
* | Round 2 of dead private variable removal. | Benjamin Kramer | 2012-06-06 | 2 | -8/+2 |
* | Fix header file include order in NVPTX backend NV_CONTRIB | Yuan Lin | 2012-06-05 | 1 | -2/+2 |
* | Fix typos found by http://github.com/lyda/misspell-check | Benjamin Kramer | 2012-06-02 | 1 | -1/+1 |
* | Fix typos | Joel Jones | 2012-05-31 | 1 | -2/+2 |
* | Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall | Justin Holewinski | 2012-05-25 | 2 | -36/+24 |
* | Shrink. | Jakob Stoklund Olesen | 2012-05-24 | 1 | -7145/+18 |
* | Convert assert(0) to llvm_unreachable. | Craig Topper | 2012-05-24 | 5 | -31/+20 |
* | Mark a couple arrays as static and const. Use array_lengthof instead of sizeo... | Craig Topper | 2012-05-24 | 2 | -6/+6 |
* | Remove extraneous ';'. | Bill Wendling | 2012-05-15 | 1 | -1/+1 |
* | Remove excess semi-colons to quiet warnings. | Eric Christopher | 2012-05-08 | 1 | -5/+5 |
* | NVPTX: Initialize the UseF32FTZ flag. | Benjamin Kramer | 2012-05-05 | 1 | -0/+2 |
* | Fix warnings in release build. | David Blaikie | 2012-05-04 | 2 | -1/+2 |
* | Fix a Clang warning in the new NVPTX backend: | Chandler Carruth | 2012-05-04 | 1 | -1/+1 |
* | This patch adds a new NVPTX back-end to LLVM which supports code generation f... | Justin Holewinski | 2012-05-04 | 59 | -0/+22983 |