| Commit message (Expand) | Author | Age | Files | Lines |
* | Add getUniqueVRegDef to MachineRegisterInfo. | Manman Ren | 2012-06-29 | 1 | -0/+5 |
* | Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h | Chandler Carruth | 2012-06-29 | 5 | -9/+9 |
* | The DIBuilder class is just a wrapper around debug info creation | Bill Wendling | 2012-06-29 | 1 | -1/+1 |
* | Revert "Make NumMicroOps a variable in the subtarget's instruction itinerary." | Andrew Trick | 2012-06-29 | 3 | -14/+12 |
* | misched: count micro-ops toward the issue limit. | Andrew Trick | 2012-06-29 | 1 | -6/+6 |
* | Make NumMicroOps a variable in the subtarget's instruction itinerary. | Andrew Trick | 2012-06-29 | 3 | -13/+16 |
* | X86: add more GATHER intrinsics in LLVM | Manman Ren | 2012-06-29 | 1 | -3/+36 |
* | add a new @llvm.donothing intrinsic that, well, does nothing, and teach CodeG... | Nuno Lopes | 2012-06-28 | 1 | -0/+3 |
* | Fix hexagon gcc builtin names to use '_' instead of '.'. | Benjamin Kramer | 2012-06-28 | 1 | -852/+852 |
* | Define MIPS DSP Rev1 intrinsics. That allows frontend to emit a correct IR. | Simon Atanasyan | 2012-06-28 | 2 | -0/+287 |
* | MemoryBuiltins: | Nuno Lopes | 2012-06-28 | 1 | -1/+4 |
* | add ConstantRange::difference (to perform set difference/relative complement) | Nuno Lopes | 2012-06-28 | 1 | -0/+4 |
* | Devirtualize DIScope and subclasses. | Benjamin Kramer | 2012-06-28 | 1 | -13/+0 |
* | Allow BBVectorize to form non-2^n-length vectors. | Hal Finkel | 2012-06-28 | 1 | -0/+3 |
* | Refactor operation equivalence checking in BBVectorize by extending Instructi... | Hal Finkel | 2012-06-28 | 1 | -1/+11 |
* | Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and | Bill Wendling | 2012-06-28 | 1 | -0/+0 |
* | The ELF relocation record format is different for N64 | Jack Carter | 2012-06-27 | 1 | -1/+43 |
* | Revert r159136 due to PR13124. | Matt Beaumont-Gay | 2012-06-27 | 1 | -6/+0 |
* | Revamp how debugging information is emitted for debug info objects. | Bill Wendling | 2012-06-26 | 1 | -62/+29 |
* | X86: add GATHER intrinsics (AVX2) in LLVM | Manman Ren | 2012-06-26 | 1 | -0/+36 |
* | Allow targets to inject passes before the virtual register rewriter. | Jakob Stoklund Olesen | 2012-06-26 | 1 | -0/+12 |
* | IntegersSubsetMapping: implemented "diff" operation. Operation allows at the ... | Stepan Dyatkovskiy | 2012-06-26 | 1 | -3/+258 |
* | IntegersSubsetMapping: removed exclude operation, it will replaced with more ... | Stepan Dyatkovskiy | 2012-06-26 | 1 | -52/+0 |
* | Enable the new LoopInfo algorithm by default. | Andrew Trick | 2012-06-26 | 2 | -192/+11 |
* | Define DAGOperand, an empty base class for RegisterClass and Operand. This a... | Owen Anderson | 2012-06-25 | 1 | -2/+9 |
* | add CallSite/CallInst/InvokeInst::hasFnAttr() | Nuno Lopes | 2012-06-25 | 2 | -11/+26 |
* | If a constant or a function has linkonce_odr linkage and unnamed_addr, mark it | Rafael Espindola | 2012-06-25 | 1 | -0/+6 |
* | The name (and comment describing) of llvm::GetFirstDebuigLocInBasicBlock no l... | Eli Bendersky | 2012-06-25 | 1 | -4/+0 |
* | Just remove generic support for C++11 alignas -- GCC is already | Chandler Carruth | 2012-06-25 | 1 | -1/+1 |
* | Allow controlling vectorization of boolean values separately from other integ... | Hal Finkel | 2012-06-24 | 1 | -0/+3 |
* | llvm/Support/IntegersSubset.h: Add a copy constructor on IntegersSubset to ap... | NAKAMURA Takumi | 2012-06-24 | 1 | -0/+4 |
* | llvm/Support/IntegersSubset.h: Fix whitespace. | NAKAMURA Takumi | 2012-06-24 | 1 | -92/+92 |
* | Allow BBVectorize to fuse compare instructions. | Hal Finkel | 2012-06-23 | 1 | -0/+3 |
* | Add relocation types for Hexagon processor; patch by Sidney Manning <sidneym@... | Marshall Clow | 2012-06-23 | 2 | -0/+190 |
* | Clean-up after r159077. | Hans Wennborg | 2012-06-23 | 1 | -17/+5 |
* | Extend the IL for selecting TLS models (PR9788) | Hans Wennborg | 2012-06-23 | 1 | -6/+35 |
* | Optimized usage of new SwitchInst case values (IntegersSubset type) in Local.... | Stepan Dyatkovskiy | 2012-06-23 | 1 | -2/+1 |
* | TableGen: AsmMatcher support for better operand diagnostics. | Jim Grosbach | 2012-06-22 | 1 | -0/+5 |
* | Remove ProcessImplicitDefs.h which was unused. | Jakob Stoklund Olesen | 2012-06-22 | 1 | -51/+0 |
* | Delete a boring statistic. | Jakob Stoklund Olesen | 2012-06-22 | 1 | -2/+0 |
* | Store live intervals in an IndexedMap. | Jakob Stoklund Olesen | 2012-06-22 | 1 | -28/+26 |
* | Revert r158679 - use case is unclear (and it increases the memory footprint). | Hal Finkel | 2012-06-22 | 3 | -6/+6 |
* | EmitZerofill should take a 64-bit size or else it's chopping off large zero-f... | Evan Cheng | 2012-06-22 | 1 | -1/+1 |
* | Stop computing physreg live ranges. | Jakob Stoklund Olesen | 2012-06-22 | 1 | -14/+1 |
* | Remove a variable that is unused when assertions aren't enabled. | Kaelyn Uhrain | 2012-06-22 | 1 | -2/+1 |
* | Remove LiveIntervals::trackingRegUnits(). | Jakob Stoklund Olesen | 2012-06-22 | 1 | -5/+0 |
* | Change comment into proper Doxygen member comment. | Dmitri Gribenko | 2012-06-22 | 1 | -1/+2 |
* | Fixed r158979. | Stepan Dyatkovskiy | 2012-06-22 | 2 | -52/+161 |
* | Remove another duplicated variable. We only need one to tell us if the linker | Rafael Espindola | 2012-06-22 | 1 | -7/+0 |
* | Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same as | Rafael Espindola | 2012-06-22 | 1 | -9/+0 |