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
Age
Commit message (
Expand
)
Author
2012-06-04
Enable generating PPC pre-increment (r+imm) instructions by default.
Hal Finkel
2012-06-03
Represent .rept as an anonymous macro. This removes the need for the ActiveRept
Rafael Espindola
2012-06-03
Add a typedef to simplify the code a bit. Not functionality change.
Rafael Espindola
2012-06-03
Rename FMA3 feature flag to just FMA to match gcc so it can be added to clang.
Craig Topper
2012-06-03
Simplify the fma4 renaming code.
Craig Topper
2012-06-03
Autoupgrade support the rename of x86.fma4 intrinsics to x86.fma from r157898.
Craig Topper
2012-06-03
Rename fma4 intrinsics to just fma since they are now used for both FMA4 and ...
Craig Topper
2012-06-03
Revert r157831
Manman Ren
2012-06-03
Use sse_load_f32/64 for scalar FMA3 intrinsic patterns instead of 128-bit loa...
Craig Topper
2012-06-03
Add neverHasSideEffects and mayLoad to FMA3 instructions.
Craig Topper
2012-06-02
Use access(2) instead of stat(2) to check if a file exists.
Benjamin Kramer
2012-06-02
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
PR1255: case ranges.
Stepan Dyatkovskiy
2012-06-02
PR1255: case ranges.
Stepan Dyatkovskiy
2012-06-02
Fix a bug in the code which custom-lowers truncating stores in LegalizeDAG.
Akira Hatanaka
2012-06-02
remove an unused variable.
Chris Lattner
2012-06-02
Remove code which is no longer needed in MipsAsmPrinter and MipsMCInstLower.
Akira Hatanaka
2012-06-02
Set operation actions for load/store nodes in the Mips backend.
Akira Hatanaka
2012-06-02
Add definitions of 32/64-bit unaligned load/store instructions for Mips.
Akira Hatanaka
2012-06-02
Define functions MipsTargetLowering::LowerLOAD and LowerSTORE which
Akira Hatanaka
2012-06-02
Define Mips specific unaligned load/store nodes.
Akira Hatanaka
2012-06-02
Expand unaligned i16 loads/stores for the Mips backend.
Akira Hatanaka
2012-06-02
In MipsMCInstLower::LowerSymbolOperand, get offset from symbol if
Akira Hatanaka
2012-06-01
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-06-01
Register the gcov "writeout" at init time. Don't list this as a d'tor. Instead,
Bill Wendling
2012-06-01
Remove physreg support from adjustCopiesBackFrom and removeCopyByCommutingDef.
Jakob Stoklund Olesen
2012-06-01
Simplify some more getAliasSet callers.
Jakob Stoklund Olesen
2012-06-01
Use dominates(Instruction, Use) in the verifier.
Rafael Espindola
2012-06-01
[arm-fast-isel] Fix handling of the frameaddress intrinsic. If depth is 0
Chad Rosier
2012-06-01
Switch some getAliasSet clients to MCRegAliasIterator.
Jakob Stoklund Olesen
2012-06-01
X86: peephole optimization to remove cmp instruction
Manman Ren
2012-06-01
ARM: properly handle alignment for struct byval.
Manman Ren
2012-06-01
BoundsChecking: fix a bug when the handling of recursive PHIs failed and coul...
Nuno Lopes
2012-06-01
Implement the local-dynamic TLS model for x86 (PR3985)
Hans Wennborg
2012-06-01
PR1255: case ranges.
Stepan Dyatkovskiy
2012-06-01
quick fix for PR13006, will check in testcase later.
Chris Lattner
2012-06-01
PR1255: case ranges.
Stepan Dyatkovskiy
2012-06-01
Enable automatic detection of FMA3 support to allow intrinsics to be used.
Craig Topper
2012-06-01
Remove fadd(fmul) patterns for FMA3. This needs to be implemented by paying a...
Craig Topper
2012-06-01
Add VFNSUB* instructions to folding table.
Craig Topper
2012-06-01
Remove a trailing space and fix a comment.
Craig Topper
2012-06-01
enhance the logic for looking through tailcalls to look through transparent c...
Chris Lattner
2012-06-01
Tidy up. Remove trailing spaces and fix the worst of the 80 column violations.
Craig Topper
2012-06-01
enhance getNoopInput to know about vector<->vector bitcasts of legal
Chris Lattner
2012-06-01
rearrange some logic, no functionality change.
Chris Lattner
2012-06-01
ARM: support struct byval in llvm
Manman Ren
2012-06-01
Fix 80 columns.
Michael J. Spencer
2012-06-01
Add support for enum forward declarations.
Eric Christopher
2012-06-01
Put the shiny new MCSubRegIterator to work.
Chad Rosier
2012-05-31
add -bounds-checking-multiple-traps option to make one trap BB per check
Nuno Lopes
[next]