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-05
Implement LiveRangeCalc::extendToUses() and createDeadDefs().
Jakob Stoklund Olesen
2012-06-05
MachineInstr::eraseFromParent fix for removing bundled instrs.
Andrew Trick
2012-06-05
misched: API for minimum vs. expected latency.
Andrew Trick
2012-06-05
Add a new intrinsic: llvm.fmuladd. This intrinsic represents a multiply-add
Lang Hames
2012-06-05
Fix header file include order in NVPTX backend NV_CONTRIB
Yuan Lin
2012-06-05
LoopUnroll: always check for NULL LoopPassManager
Andrew Trick
2012-06-05
PPC32 uses R2 as the TLS register. Fix the copy and paste.
Roman Divacky
2012-06-05
X86 itinerary properties.
Andrew Trick
2012-06-05
ARM itinerary properties.
Andrew Trick
2012-06-05
misched: Added MultiIssueItineraries.
Andrew Trick
2012-06-05
sdsched: Use the right heuristics when -mcpu is not provided and we have no i...
Andrew Trick
2012-06-05
misched: Allow disabling scoreboard hazard checking for subtargets with a
Andrew Trick
2012-06-05
whitespace
Andrew Trick
2012-06-05
misched: comments from code review.
Andrew Trick
2012-06-05
Remove the last remat-related code from LiveIntervalAnalysis.
Jakob Stoklund Olesen
2012-06-05
Stop using LiveIntervals::isReMaterializable().
Jakob Stoklund Olesen
2012-06-05
Revert commit r157966
Joel Jones
2012-06-04
This change handles a another case for generating the bic instruction
Joel Jones
2012-06-04
Delete dead code.
Jakob Stoklund Olesen
2012-06-04
When gvn decides to replace an instruction with another, we have to patch the
Rafael Espindola
2012-06-04
Switch LiveIntervals member variable to LLVM naming standards.
Jakob Stoklund Olesen
2012-06-04
Pass context pointers to LiveRangeCalc::reset().
Jakob Stoklund Olesen
2012-06-04
Fix a bug in MipsTargetLowering::LowerLOAD. A shift-right-logical node is
Akira Hatanaka
2012-06-04
Implement local-exec TLS on PowerPC.
Roman Divacky
2012-06-04
MIPS TLS: use the model selected by TargetMachine::getTLSModel().
Hans Wennborg
2012-06-04
Remove the "-promote-elements" flag. This flag is now enabled by default.
Nadav Rotem
2012-06-04
Better comments for TLS-related X86 MachineOperand flags.
Hans Wennborg
2012-06-04
Add intrinsic forms for FMA instructions to opcode folding tables.
Craig Topper
2012-06-04
Add VFMADDSUB and VFMSUBADD FMA instructions to folding tables. Also add 213 ...
Craig Topper
2012-06-04
Fix a copy-and-paste duplication error in the PPC 440 and A2 schedules (no fu...
Hal Finkel
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
[prev]
[next]