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
/
Thumb2
/
machine-licm.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fold predicable instructions into MOVCC / t2MOVCC.
Jakob Stoklund Olesen
2012-08-15
1
-1
/
+1
*
- Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a function
Evan Cheng
2011-12-14
1
-1
/
+1
*
Add vmov.f32 to materialize f32 immediate splats which cannot be handled by
Evan Cheng
2011-11-15
1
-3
/
+2
*
ARM Darwin default relocation model is PIC.
Jim Grosbach
2011-09-30
1
-1
/
+1
*
Make tBX_RET and tBX_RET_vararg predicable.
Jim Grosbach
2011-07-08
1
-5
/
+4
*
Fix more register allocation sensitive tests.
Jakob Stoklund Olesen
2011-07-08
1
-2
/
+2
*
Implement Jakob's suggestion on how to detect fall thought without calling
Rafael Espindola
2011-06-14
1
-2
/
+2
*
AnalyzeBranch doesn't change which successors a bb has, just the order
Rafael Espindola
2011-06-12
1
-2
/
+2
*
Weekly fix of register allocation dependent unit tests.
Jakob Stoklund Olesen
2011-04-30
1
-10
/
+10
*
fix two completely broken tests, which were matching due to PR9629.
Chris Lattner
2011-04-09
1
-3
/
+3
*
Last round of fixes for movw + movt global address codegen.
Evan Cheng
2011-01-21
1
-9
/
+6
*
Remove ARM isel hacks that fold large immediates into a pair of add, sub, and,
Evan Cheng
2010-11-17
1
-1
/
+40
*
Enable using vdup for vector constants which are splat of
Dale Johannesen
2010-10-19
1
-4
/
+4
*
Change register allocation order for ARM VFP and NEON registers to put the
Bob Wilson
2010-10-08
1
-1
/
+1
*
Add alignment arguments to all the NEON load/store intrinsics.
Bob Wilson
2010-08-27
1
-4
/
+4
*
Print "dregpair" NEON operands with a space between them, for readability and
Bob Wilson
2010-07-09
1
-1
/
+1
*
Remove arm_apcscc from the test files. It is the default and doing this
Rafael Espindola
2010-06-17
1
-2
/
+2
*
t2LEApcrel and tLEApcrel are re-materializable. This makes it possible to hoi...
Evan Cheng
2010-05-19
1
-6
/
+39
*
Start function numbering at 0.
Dan Gohman
2010-04-17
1
-7
/
+7
*
Enable machine cse pass.
Evan Cheng
2010-03-10
1
-4
/
+2
*
Enable hoisting load from constant memories.
Evan Cheng
2009-11-20
1
-2
/
+6
*
Also CSE non-pic load from constant pools.
Evan Cheng
2009-11-20
1
-2
/
+11
*
Refactor code. Fix a potential missing check. Teach isIdentical() about tLDRp...
Evan Cheng
2009-11-07
1
-0
/
+1
*
- Add TargetInstrInfo::isIdentical(). It's similar to MachineInstr::isIdentical
Evan Cheng
2009-11-07
1
-4
/
+6
*
- Add pseudo instructions tLDRpci_pic and t2LDRpci_pic which does a pc-relative
Evan Cheng
2009-11-06
1
-0
/
+3
*
Fix test.
Evan Cheng
2009-11-04
1
-1
/
+1
*
Use cbz and cbnz instructions.
Evan Cheng
2009-10-31
1
-0
/
+2
*
It's safe to remat t2LDRpci; Add PseudoSourceValue to load / store's to enabl...
Evan Cheng
2009-10-31
1
-0
/
+34