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
/
Target
/
ARM
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM Scheduler Model: Add resources instructions, map resources in subtargets
Arnold Schwaighofer
2013-04-01
4
-41
/
+85
*
Remove the old CodePlacementOpt pass.
Benjamin Kramer
2013-03-29
1
-2
/
+0
*
Fix issue with disassembler decoding CBZ/CBNZ immediates as negatives when th...
Gordon Keiser
2013-03-28
1
-2
/
+2
*
Testing commit access to llvm. Remove two lines of whitespace from the Thumb...
Gordon Keiser
2013-03-28
1
-2
/
+0
*
Enabling the generation of dependency breakers for partial updates on Cortex-...
Silviu Baranga
2013-03-27
2
-9
/
+6
*
Revert ARM Scheduler Model: Add resources instructions, map resources
Arnold Schwaighofer
2013-03-26
4
-70
/
+24
*
Patch by Gordon Keiser!
Joe Abbey
2013-03-26
1
-1
/
+1
*
ARM Scheduler Model: Add resources instructions, map resources in subtargets
Arnold Schwaighofer
2013-03-26
4
-24
/
+70
*
ARM Scheduler Model: Partial implementation of the new machine scheduler model
Arnold Schwaighofer
2013-03-26
1
-0
/
+57
*
[arm load/store optimizer] When trying to merge a base update load/store, make
Chad Rosier
2013-03-25
1
-1
/
+1
*
Allow the register scavenger to spill multiple registers
Hal Finkel
2013-03-22
3
-3
/
+3
*
Avoid NEON SP-FP unless unsafe-math or Darwin
Renato Golin
2013-03-21
4
-9
/
+23
*
Fix pr13145 - Naming a function like a register name confuses the asm parser.
Chad Rosier
2013-03-19
1
-14
/
+20
*
Improve long vector sext/zext lowering on ARM
Renato Golin
2013-03-19
2
-4
/
+67
*
ARM cost model: Make some vector integer to float casts cheaper
Arnold Schwaighofer
2013-03-18
1
-0
/
+30
*
ARM cost model: Correct cost for some cheap float to integer conversions
Arnold Schwaighofer
2013-03-18
1
-1
/
+9
*
ARM cost model: Fix costs for some vector selects
Arnold Schwaighofer
2013-03-15
1
-5
/
+0
*
Adding an A15 specific optimization pass for interactions between S/D/Q regis...
Silviu Baranga
2013-03-15
5
-2
/
+720
*
ARM: Fix an old refacto.
Benjamin Kramer
2013-03-15
1
-1
/
+1
*
ARM cost model: Fix cost of fptrunc and fpext instructions
Arnold Schwaighofer
2013-03-15
1
-2
/
+17
*
Silence anonymous type in anonymous union warnings.
Eric Christopher
2013-03-15
1
-96
/
+120
*
Move estimateStackSize from ARM into MachineFrameInfo
Hal Finkel
2013-03-14
1
-54
/
+3
*
ARM cost model: Increase cost of some vector selects we do terrible on
Arnold Schwaighofer
2013-03-14
1
-0
/
+24
*
ARM cost model: Increase the cost for vector casts that use the stack
Arnold Schwaighofer
2013-03-12
1
-0
/
+8
*
Don't glue users to extract_subreg when selecting the llvm.arm.ldrexd
Lang Hames
2013-03-09
1
-6
/
+4
*
ArrayRefize some code. No functionality change.
Benjamin Kramer
2013-03-07
1
-3
/
+1
*
ARM: Creating a vector from a lane of another.
Jim Grosbach
2013-03-02
1
-2
/
+5
*
Clean up code format a bit.
Jim Grosbach
2013-03-02
1
-4
/
+2
*
Tidy up. Trailing whitespace.
Jim Grosbach
2013-03-02
1
-7
/
+7
*
ARM NEON: Fix v2f32 float intrinsics
Arnold Schwaighofer
2013-03-02
1
-0
/
+18
*
Add support for using non-pic code for arm and thumb1 when emitting the sjlj
Chad Rosier
2013-03-01
1
-10
/
+21
*
Tidy up; no functional change.
Chad Rosier
2013-02-28
1
-5
/
+3
*
Style; no functional change.
Chad Rosier
2013-02-28
1
-7
/
+4
*
ARM: FMA is legal only if VFP4 is available.
Jim Grosbach
2013-02-27
1
-0
/
+6
*
Remove this instance of dl as it's defined in a previous scope.
Chad Rosier
2013-02-27
1
-1
/
+0
*
ARM: permit full range of valid ADR immediates.
Tim Northover
2013-02-27
1
-2
/
+15
*
[fast-isel] Make sure the FastLowerArguments function checks to make sure the
Chad Rosier
2013-02-26
1
-0
/
+1
*
ARM: Convenience aliases for 'srs*' instructions.
Jim Grosbach
2013-02-23
3
-0
/
+28
*
Make ARMAsmPrinter generate the correct alignment specifier syntax in instruc...
Kristof Beyls
2013-02-22
1
-2
/
+1
*
Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo
Eli Bendersky
2013-02-21
8
-111
/
+96
*
Radar numbers don't belong in source code.
Evan Cheng
2013-02-21
3
-4
/
+1
*
MCParser: Update method names per coding guidelines.
Jim Grosbach
2013-02-20
1
-30
/
+30
*
Update TargetLowering ivars for name policy.
Jim Grosbach
2013-02-20
1
-8
/
+8
*
Fix thumbv5e frame lowering assertion failure.
Logan Chien
2013-02-20
1
-3
/
+6
*
ARM NEON: Don't need COPY_TO_REGCLASS in pattern
Arnold Schwaighofer
2013-02-19
1
-3
/
+1
*
ARM: Allocation hints must make sure to be in the alloc order.
Jim Grosbach
2013-02-19
1
-1
/
+2
*
Make ARMAsmPrinter pass name more precise and fix comment.
Eli Bendersky
2013-02-19
1
-6
/
+2
*
ARM NEON: Merge a f32 bitcast of a v2i32 extractelt
Arnold Schwaighofer
2013-02-19
1
-0
/
+6
*
[fast-isel] Remove an invalid assert.
Chad Rosier
2013-02-18
1
-1
/
+0
*
Typo
Renato Golin
2013-02-16
1
-1
/
+1
[next]