index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2012-07-06
Revert r159789.
Dmitri Gribenko
2012-07-06
llvm/include/llvm/CMakeLists.txt: Cut dependency to intrinsics_gen.
NAKAMURA Takumi
2012-07-06
Enable new[] on llvm::BumpPtrAllocator.
Dmitri Gribenko
2012-07-05
Fix an overzealous assertion. It is legitimate for a target to have multiple...
Owen Anderson
2012-07-05
Remove dead infrastructure for building DenseMaps with a SlotIndex as
Chandler Carruth
2012-07-05
Finish fixing the MachineOperand hashing, providing a nice modern
Chandler Carruth
2012-07-04
Reverted r159658:
Stepan Dyatkovskiy
2012-07-04
Reverted r156659, due to probable performance regressions, DenseMap should be...
Stepan Dyatkovskiy
2012-07-04
Add an experimental early if-conversion pass, off by default.
Jakob Stoklund Olesen
2012-07-03
fold PHI nodes in SizeOffsetEvaluator whenever possible.
Nuno Lopes
2012-07-03
IntegersSubsetMappin: cosmetic changes in diff operation.
Stepan Dyatkovskiy
2012-07-03
Part of r159527. Splitted into series of patches and gone with fixed PR13256:
Stepan Dyatkovskiy
2012-07-03
Part of r159527. Splitted into series of patches and gone with fixed PR13256:
Stepan Dyatkovskiy
2012-07-03
Part of r159527. Splitted into series of patches and gone with fixed PR13256:
Stepan Dyatkovskiy
2012-07-03
Micro-optimize this function a bit. This shrinks the generated code
Chandler Carruth
2012-07-02
Revert "IntRange:" as it appears to be breaking self hosting.
Eric Christopher
2012-07-02
Target option DisableJumpTables is a gross hack. Move it to TargetLowering in...
Evan Cheng
2012-07-02
Fix -Wstring-conversion warning.
David Blaikie
2012-07-02
Extend TargetPassConfig to allow running only a subset of the normal passes.
Bob Wilson
2012-07-02
Consistently use AnalysisID types in TargetPassConfig.
Bob Wilson
2012-07-02
Add all codegen passes to the PassManager via TargetPassConfig.
Bob Wilson
2012-07-02
Add a missing forward declaration of PassManagerBase.
Bob Wilson
2012-07-02
Reapply "Make NumMicroOps a variable in the subtarget's instruction itinerary."
Andrew Trick
2012-07-02
Fixed switch in IntRange::isSingleNumber method.
Stepan Dyatkovskiy
2012-07-02
IntRange, fixed warning in isSingleNumber method
Stepan Dyatkovskiy
2012-07-02
IntRange:
Stepan Dyatkovskiy
2012-07-02
This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...
Alexey Samsonov
2012-06-30
Avoid sign compare warning.
Benjamin Kramer
2012-06-29
Add SrcReg2 to analyzeCompare and optimizeCompareInstr to handle Compare
Manman Ren
2012-06-29
Add getUniqueVRegDef to MachineRegisterInfo.
Manman Ren
2012-06-29
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-29
The DIBuilder class is just a wrapper around debug info creation
Bill Wendling
2012-06-29
Revert "Make NumMicroOps a variable in the subtarget's instruction itinerary."
Andrew Trick
2012-06-29
misched: count micro-ops toward the issue limit.
Andrew Trick
2012-06-29
Make NumMicroOps a variable in the subtarget's instruction itinerary.
Andrew Trick
2012-06-29
X86: add more GATHER intrinsics in LLVM
Manman Ren
2012-06-28
add a new @llvm.donothing intrinsic that, well, does nothing, and teach CodeG...
Nuno Lopes
2012-06-28
Fix hexagon gcc builtin names to use '_' instead of '.'.
Benjamin Kramer
2012-06-28
Define MIPS DSP Rev1 intrinsics. That allows frontend to emit a correct IR.
Simon Atanasyan
2012-06-28
MemoryBuiltins:
Nuno Lopes
2012-06-28
add ConstantRange::difference (to perform set difference/relative complement)
Nuno Lopes
2012-06-28
Devirtualize DIScope and subclasses.
Benjamin Kramer
2012-06-28
Allow BBVectorize to form non-2^n-length vectors.
Hal Finkel
2012-06-28
Refactor operation equivalence checking in BBVectorize by extending Instructi...
Hal Finkel
2012-06-28
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-27
The ELF relocation record format is different for N64
Jack Carter
2012-06-27
Revert r159136 due to PR13124.
Matt Beaumont-Gay
2012-06-26
Revamp how debugging information is emitted for debug info objects.
Bill Wendling
2012-06-26
X86: add GATHER intrinsics (AVX2) in LLVM
Manman Ren
2012-06-26
Allow targets to inject passes before the virtual register rewriter.
Jakob Stoklund Olesen
[next]