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
/
lib
/
Target
Age
Commit message (
Expand
)
Author
2012-07-06
Revert r159804, "[arm-fast-isel] Add support for vararg function calls."
NAKAMURA Takumi
2012-07-06
[arm-fast-isel] Add support for vararg function calls.
Jush Lu
2012-07-06
Changes per review of commit 159787
Jack Carter
2012-07-05
Mips specific inline asm operand modifier D.
Jack Carter
2012-07-05
Enclose instruction rdhwr with directives, which are needed when target is
Akira Hatanaka
2012-07-04
Make X86 call and return instructions non-variadic.
Jakob Stoklund Olesen
2012-07-04
Ensure CopyToReg nodes are always glued to the call instruction.
Jakob Stoklund Olesen
2012-07-04
Add early if-conversion support to X86.
Jakob Stoklund Olesen
2012-07-03
Remove extra space.
Craig Topper
2012-07-03
Change i128mem/i256mem to f128mem/f256mem on some floating point vector instr...
Craig Topper
2012-07-03
Add aliases for pblendvb, blendvpd, and blendvps instructions with the implic...
Craig Topper
2012-07-02
mips32 long long register inline asm constraint support.
Jack Carter
2012-07-02
Revert " mips32 long long register inline asm constraint support." as
Eric Christopher
2012-07-02
Target option DisableJumpTables is a gross hack. Move it to TargetLowering in...
Evan Cheng
2012-07-02
mips32 long long register inline asm constraint support.
Jack Carter
2012-07-02
Pass the correct ELFOSABI enumeration to the MipsELFObjectWriter constructor
Jack Carter
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
Revert accidental checkin.
Andrew Trick
2012-07-02
Reapply "Make NumMicroOps a variable in the subtarget's instruction itinerary."
Andrew Trick
2012-07-02
Do not attempt to use ROR for Thumb1.
Bob Wilson
2012-07-01
Optimization of shuffle node that can fit to the register form of VBROADCAST ...
Elena Demikhovsky
2012-07-01
Reduce code size by using a second switch statement to avoid extra calls to S...
Craig Topper
2012-07-01
Add a break to the end of case statement missed in r159501.
Craig Topper
2012-07-01
Fix a crash on release builds if gather intrinsics are passed a non-constant ...
Craig Topper
2012-07-01
Use a second switch statement to reduce number of calls to SelectGather in co...
Craig Topper
2012-06-29
ARM: Clean up optimizeCompare in peephole, no functional change.
Manman Ren
2012-06-29
Add SrcReg2 to analyzeCompare and optimizeCompareInstr to handle Compare
Manman Ren
2012-06-29
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-29
Revert "Make NumMicroOps a variable in the subtarget's instruction itinerary."
Andrew Trick
2012-06-29
In the initial exec mode we always do a load to find the address of a variable.
Rafael Espindola
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
Changed the formatting sequence of a curly brace to
Jack Carter
2012-06-28
Remove layering violation #include.
Bill Wendling
2012-06-28
The Mips specific inline asm operand modifier 'z' has the
Jack Carter
2012-06-28
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-27
This allows hello world to be compiled for Mips 64 direct object.
Jack Carter
2012-06-27
This allows hello world to be compiled for Mips 64 direct object.
Jack Carter
2012-06-27
Whitespace.
Chad Rosier
2012-06-27
The ELF relocation record format is different for N64
Jack Carter
2012-06-27
Teach assembler to handle capitalised operation values for DSB instructions
Richard Barton
2012-06-27
Prevent ARM Assembler crashing on unrecognised assembly format for DSB instru...
Richard Barton
2012-06-27
Silence uninitialized variable warning in MipsISelDAGToDAG.cpp.
Akira Hatanaka
2012-06-27
Fix bug in computation of stack size in MipsFrameLowering.cpp.
Akira Hatanaka
2012-06-26
Add a missing check to avoid dereference null. No sensible test case possible...
Evan Cheng
2012-06-26
X86: add GATHER intrinsics (AVX2) in LLVM
Manman Ren
2012-06-26
There are a number of generic inline asm operand modifiers that
Jack Carter
2012-06-26
Removed unused variable
Elena Demikhovsky
[next]