index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use sse_load_f32/64 for scalar FMA3 intrinsic patterns instead of 128-bit loa...
Craig Topper
2012-06-03
1
-36
/
+30
*
Add neverHasSideEffects and mayLoad to FMA3 instructions.
Craig Topper
2012-06-03
1
-0
/
+5
*
Use access(2) instead of stat(2) to check if a file exists.
Benjamin Kramer
2012-06-02
1
-2
/
+1
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
37
-49
/
+49
*
PR1255: case ranges.
Stepan Dyatkovskiy
2012-06-02
6
-17
/
+16
*
PR1255: case ranges.
Stepan Dyatkovskiy
2012-06-02
1
-1
/
+1
*
Fix a bug in the code which custom-lowers truncating stores in LegalizeDAG.
Akira Hatanaka
2012-06-02
1
-2
/
+3
*
remove an unused variable.
Chris Lattner
2012-06-02
1
-1
/
+1
*
Remove code which is no longer needed in MipsAsmPrinter and MipsMCInstLower.
Akira Hatanaka
2012-06-02
3
-171
/
+0
*
Set operation actions for load/store nodes in the Mips backend.
Akira Hatanaka
2012-06-02
1
-0
/
+11
*
Add definitions of 32/64-bit unaligned load/store instructions for Mips.
Akira Hatanaka
2012-06-02
2
-27
/
+70
*
Define functions MipsTargetLowering::LowerLOAD and LowerSTORE which
Akira Hatanaka
2012-06-02
2
-0
/
+140
*
Define Mips specific unaligned load/store nodes.
Akira Hatanaka
2012-06-02
3
-1
/
+40
*
Expand unaligned i16 loads/stores for the Mips backend.
Akira Hatanaka
2012-06-02
1
-1
/
+0
*
In MipsMCInstLower::LowerSymbolOperand, get offset from symbol if
Akira Hatanaka
2012-06-02
1
-2
/
+4
*
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-06-01
33
-214
/
+188
*
Register the gcov "writeout" at init time. Don't list this as a d'tor. Instead,
Bill Wendling
2012-06-01
1
-2
/
+22
*
Remove physreg support from adjustCopiesBackFrom and removeCopyByCommutingDef.
Jakob Stoklund Olesen
2012-06-01
1
-29
/
+3
*
Simplify some more getAliasSet callers.
Jakob Stoklund Olesen
2012-06-01
3
-27
/
+15
*
Use dominates(Instruction, Use) in the verifier.
Rafael Espindola
2012-06-01
1
-46
/
+2
*
[arm-fast-isel] Fix handling of the frameaddress intrinsic. If depth is 0
Chad Rosier
2012-06-01
1
-1
/
+1
*
Switch some getAliasSet clients to MCRegAliasIterator.
Jakob Stoklund Olesen
2012-06-01
8
-99
/
+46
*
X86: peephole optimization to remove cmp instruction
Manman Ren
2012-06-01
3
-0
/
+331
*
ARM: properly handle alignment for struct byval.
Manman Ren
2012-06-01
4
-250
/
+299
*
BoundsChecking: fix a bug when the handling of recursive PHIs failed and coul...
Nuno Lopes
2012-06-01
1
-22
/
+39
*
Implement the local-dynamic TLS model for x86 (PR3985)
Hans Wennborg
2012-06-01
11
-17
/
+274
*
PR1255: case ranges.
Stepan Dyatkovskiy
2012-06-01
1
-1
/
+1
*
quick fix for PR13006, will check in testcase later.
Chris Lattner
2012-06-01
1
-1
/
+3
*
PR1255: case ranges.
Stepan Dyatkovskiy
2012-06-01
2
-4
/
+4
*
Enable automatic detection of FMA3 support to allow intrinsics to be used.
Craig Topper
2012-06-01
1
-6
/
+4
*
Remove fadd(fmul) patterns for FMA3. This needs to be implemented by paying a...
Craig Topper
2012-06-01
1
-212
/
+0
*
Add VFNSUB* instructions to folding table.
Craig Topper
2012-06-01
1
-0
/
+17
*
Remove a trailing space and fix a comment.
Craig Topper
2012-06-01
1
-3
/
+2
*
enhance the logic for looking through tailcalls to look through transparent c...
Chris Lattner
2012-06-01
1
-1
/
+21
*
Tidy up. Remove trailing spaces and fix the worst of the 80 column violations.
Craig Topper
2012-06-01
1
-74
/
+90
*
enhance getNoopInput to know about vector<->vector bitcasts of legal
Chris Lattner
2012-06-01
1
-10
/
+38
*
rearrange some logic, no functionality change.
Chris Lattner
2012-06-01
1
-24
/
+32
*
ARM: support struct byval in llvm
Manman Ren
2012-06-01
3
-15
/
+279
*
Fix 80 columns.
Michael J. Spencer
2012-06-01
1
-3
/
+6
*
Add support for enum forward declarations.
Eric Christopher
2012-06-01
2
-8
/
+9
*
Put the shiny new MCSubRegIterator to work.
Chad Rosier
2012-06-01
1
-8
/
+6
*
add -bounds-checking-multiple-traps option to make one trap BB per check
Nuno Lopes
2012-05-31
1
-1
/
+5
*
revamp BoundsChecking considerably:
Nuno Lopes
2012-05-31
1
-129
/
+230
*
Add support for return value promotion in X86 calling conventions.
Jakob Stoklund Olesen
2012-05-31
1
-0
/
+10
*
X86: replace SUB with CMP if possible
Manman Ren
2012-05-31
3
-0
/
+42
*
Add a PrintRegUnit helper similar to PrintReg.
Jakob Stoklund Olesen
2012-05-31
1
-0
/
+21
*
Fix typos
Joel Jones
2012-05-31
1
-2
/
+2
*
Fix typos noticed by Benjamin Kramer.
Rafael Espindola
2012-05-31
1
-10
/
+29
*
X86: Rename the CLMUL target feature to PCLMUL.
Benjamin Kramer
2012-05-31
6
-25
/
+25
*
Require intervals in the range metadata to be in a canonical form: They must
Rafael Espindola
2012-05-31
1
-2
/
+16
[next]