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
/
test
/
CodeGen
/
ARM
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the private linkage.
Rafael Espindola
2009-01-15
1
-0
/
+22
*
Clean up some ARM GV asm printing out; minor fixes to match what gcc does.
Evan Cheng
2008-12-06
4
-1
/
+42
*
- Register scavenger should use MachineRegisterInfo and internal map to find ...
Evan Cheng
2008-11-20
1
-0
/
+414
*
Register scavenger should process early clobber defs first. A dead early clob...
Evan Cheng
2008-11-18
1
-0
/
+16
*
Actually ARM / Mac OS X does have UINTTOFP_I64_F{64|32} libcalls.
Evan Cheng
2008-11-04
1
-0
/
+17
*
Custom lower bit_convert i64 -> f64 into FMDRR. This is now happening with le...
Evan Cheng
2008-11-04
1
-0
/
+29
*
Implement function notes as function attributes.
Devang Patel
2008-09-26
1
-1
/
+1
*
Unallocatable registers do not have live intervals.
Evan Cheng
2008-09-17
1
-0
/
+17
*
Re-enable SelectionDAG CSE for calls. It matters in the case of
Dan Gohman
2008-09-15
1
-0
/
+30
*
Correctly update kill infos after extending a live range and merge 2 val#'s; ...
Evan Cheng
2008-09-15
1
-0
/
+29
*
Legalizer was missing code that expand fpow to a libcall.
Evan Cheng
2008-09-09
1
-0
/
+10
*
It's not legal to output a GV in a coalesced section if it's used in an ARM P...
Evan Cheng
2008-08-08
1
-0
/
+13
*
Print section flags ok on platforms, which use '@' as comment string. Fix test.
Anton Korobeynikov
2008-08-07
1
-1
/
+1
*
This check is unnecessary, and getting rid of it removes a use of -disable-co...
Owen Anderson
2008-08-05
1
-1
/
+1
*
Remove the need for -disable-correct-folding from this test.
Owen Anderson
2008-08-05
1
-9
/
+12
*
Update these tests to work by disabling the new correct CFG generation. This...
Owen Anderson
2008-08-04
2
-2
/
+2
*
Teach ARM isLegalAddressingMode to handle unknown type without crashing. This...
Evan Cheng
2008-07-25
1
-0
/
+9
*
Softfloat support for FDIV. Patch by
Duncan Sands
2008-07-18
1
-0
/
+6
*
sabre brings to my attention that the 'tr' suffix is also obsolete
Gabor Greif
2008-05-20
1
-1
/
+1
*
Rename the last test with .llx extension to .ll, resolve duplicate test by re...
Gabor Greif
2008-05-20
1
-1
/
+1
*
More local spiller complexity!
Evan Cheng
2008-05-20
1
-0
/
+22
*
Don't spill dead def.
Evan Cheng
2008-05-20
1
-0
/
+55
*
If a PHI node has a single implicit_def source, replace it with an implicit_d...
Evan Cheng
2008-04-11
1
-0
/
+3544
*
New test.
Evan Cheng
2008-04-10
2
-1
/
+259
*
1. IMPLICIT_DEF can *re-define* any register.
Evan Cheng
2008-04-05
1
-0
/
+60
*
More soft fp fixes.
Evan Cheng
2008-04-01
1
-1
/
+3
*
Unbreak ARM / Thumb soft FP support.
Evan Cheng
2008-04-01
1
-0
/
+10
*
Fixed a register scavenger bug. If a def is re-defining part of a super regis...
Evan Cheng
2008-03-07
1
-0
/
+20
*
Constant fold SIGN_EXTEND_INREG with ashr not lshr.
Evan Cheng
2008-03-06
1
-0
/
+14
*
DCE'ed this testcase.
Bill Wendling
2008-02-29
1
-229
/
+0
*
If we reload a virtual register that's already been assigned, we want to mark
Bill Wendling
2008-02-29
1
-0
/
+250
*
Remove llvm-upgrade.
Tanya Lattner
2008-02-17
50
-906
/
+906
*
It's PR1925, not PR1609.
Evan Cheng
2008-02-06
1
-1
/
+1
*
Fix a number of local register allocator issues: PR1609.
Evan Cheng
2008-02-06
1
-0
/
+19
*
Update this test. Due to dag combiner improvements, we now compile
Chris Lattner
2008-01-27
1
-1
/
+1
*
Remove xfail. This is fixed.
Evan Cheng
2007-12-20
1
-1
/
+0
*
Turning simple splitting on. Start testing new coalescer heuristics as new ll...
Evan Cheng
2007-12-06
1
-1
/
+1
*
Fix for PR1831: if all defs of an interval are re-materializable, then it's a...
Evan Cheng
2007-12-06
1
-2
/
+2
*
Update tests.
Evan Cheng
2007-11-29
1
-1
/
+1
*
update this test after the fmrrd fix
Chris Lattner
2007-11-28
1
-3
/
+2
*
Fix bug in regression tests that ignored stderr output in RUN lines. Updated ...
Tanya Lattner
2007-11-28
3
-1
/
+3
*
commit testcase I forgot to svn add.
Chris Lattner
2007-11-27
1
-0
/
+13
*
[ARM] Implement __builtin_thread_pointer.
Lauro Ramos Venancio
2007-11-08
1
-0
/
+10
*
[ARM] Fix code generation for:
Lauro Ramos Venancio
2007-11-05
1
-0
/
+11
*
Fix memcpy lowering when addresses are 4-byte aligned but size is not multipl...
Evan Cheng
2007-10-22
1
-0
/
+15
*
new testcase
Chris Lattner
2007-10-13
1
-0
/
+18
*
Disable if-conversion for this test.
Evan Cheng
2007-09-20
1
-1
/
+1
*
-enable-arm-if-conversion is gone.
Evan Cheng
2007-09-20
8
-23
/
+23
*
Change all floating constants that are not exactly
Dale Johannesen
2007-09-05
1
-1
/
+1
*
Testcases for PR1628.
Duncan Sands
2007-09-05
3
-0
/
+11
[next]