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-08-24
Missed tLEApcrelJT.
Jakob Stoklund Olesen
2012-08-24
Explicitly mark LEApcrel pseudos with hasSideEffects.
Jakob Stoklund Olesen
2012-08-24
Fix call instruction operands in ARMFastISel.
Jakob Stoklund Olesen
2012-08-24
Mark X86::RET and RETI instructions as variadic.
Jakob Stoklund Olesen
2012-08-24
Disable Mips' delay slot filler when optimization level is O0.
Akira Hatanaka
2012-08-24
In MipsDAGToDAGISel::SelectAddr, fold add node into address operand, if its
Akira Hatanaka
2012-08-24
Lower constant pools and jump tables via TOC on PPC64/SVR4.
Roman Divacky
2012-08-24
Fix load/store SDNode flags.
Jakob Stoklund Olesen
2012-08-24
Add missing SDNPSideEffect flags.
Jakob Stoklund Olesen
2012-08-24
Remove more mayLoad workarounds.
Jakob Stoklund Olesen
2012-08-24
Custom lower FMA intrinsics to target specific nodes and remove the patterns.
Craig Topper
2012-08-24
Fix undefined behavior (negation of INT_MIN) in ARM backend.
Richard Smith
2012-08-24
Remove some spurious mayLoad = 0 flags.
Jakob Stoklund Olesen
2012-08-24
Add missing SDNP properties on the flushw node.
Jakob Stoklund Olesen
2012-08-24
X86MemBarrier has unmodeled side effects.
Jakob Stoklund Olesen
2012-08-23
Preserve operand flags in convertToThreeAddress() by copying operands.
Jakob Stoklund Olesen
2012-08-23
Favor FMA3 over FMA4 if both are enabled.
Craig Topper
2012-08-23
Use a switch statement instead of a bunch of if-else checks and pull out the ...
Craig Topper
2012-08-23
Remove unused private field to silence build warning.
Craig Topper
2012-08-23
Make function loadImmediate a member of MipsSEInstrInfo and change it to return
Akira Hatanaka
2012-08-22
Add a member of type Mips16InstrInfo/MipsSEInstrInfo to class
Akira Hatanaka
2012-08-22
[ms-inline asm] Avoid a false positive assertion
Chad Rosier
2012-08-22
Reduce duplicated hash map lookups.
Benjamin Kramer
2012-08-22
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
2012-08-22
Don't cache the MBB in the class. Its only used by one function. Change a for...
Craig Topper
2012-08-22
Mark a function as static since it doesn't use anything in the class.
Craig Topper
2012-08-22
Add register Mips::GP to the list of reserved registers if target is bare-metal
Akira Hatanaka
2012-08-22
Add option disable-mips-delay-filler. Turn on mips' delay slot filler by
Akira Hatanaka
2012-08-22
For mips64 switch statements in subroutines could generate
Jack Carter
2012-08-21
Add a few functions to TargetLibraryInfo as part of PR13574.
Chad Rosier
2012-08-21
Fix unaligned memory accesses when performing relocations in X86 JIT. There's
Richard Smith
2012-08-21
[ms-inline asm] Do not report a Parser error when matching inline assembly.
Chad Rosier
2012-08-21
[ms-inline asm] Expose the ErrorInfo from the MatchInstructionImpl. In general,
Chad Rosier
2012-08-21
Fix up indentation and remove a couple else's after returns.
Craig Topper
2012-08-21
Use uint16_t for tables of opcodes.
Craig Topper
2012-08-21
Fix up indentation. No functional change.
Craig Topper
2012-08-21
Add a couple llvm_unreachables. Add a message to several others.
Craig Topper
2012-08-21
Replace a break with llvm_unreachable in the default case of a nested switch....
Craig Topper
2012-08-21
Cleanup the scalar FMA3 definitions. Add patterns to fold loads with scalar f...
Craig Topper
2012-08-21
Merge FMA3 instructions with and without patterns into single classes using n...
Craig Topper
2012-08-21
Add a missing def flag.
Jakob Stoklund Olesen
2012-08-20
Use a SmallPtrSet to dedup successors in EmitSjLjDispatchBlock.
Jakob Stoklund Olesen
2012-08-20
fix HexagonSubtarget parsing of -mv flag
Sebastian Pop
2012-08-20
fix a case where all operands of BUILD_VECTOR are undefined
Michael Liao
2012-08-20
Fix coding style violations in 162135 and 162136.
Akira Hatanaka
2012-08-20
Remove FMA3 intrinsic instructions in favor of patterns.
Craig Topper
2012-08-20
Use correct intrinsic for 256-bit VFMSUBADDPS.
Craig Topper
2012-08-19
Remove trailing white space and tab characters. No functional change.
Craig Topper
2012-08-19
When unsafe math is used, we can use commutative FMAX and FMIN. In some cases
Nadav Rotem
2012-08-19
Fabs folding is implemented.
Benjamin Kramer
[prev]
[next]