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
/
ARMAsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ARMv8] Change hasV8Fp to hasFPARMv8, and other command line options
Joey Gouly
2013-09-13
1
-4
/
+4
*
[ARMv8] Emit the proper .fpu directive.
Joey Gouly
2013-09-13
1
-3
/
+6
*
Remove unused private member in ARMAsmPrinter.cpp.
Logan Chien
2013-09-10
1
-1
/
+1
*
ARM: respect tied 64-bit inlineasm operands when printing
Tim Northover
2013-08-22
1
-0
/
+17
*
Bug 13662: Enable GPRPair for all i64 operands of inline asm on ARM
Weiming Zhao
2013-06-28
1
-2
/
+22
*
Add a Subtarget feature 'v8fp' to the ARM backend.
Joey Gouly
2013-06-27
1
-4
/
+14
*
Add a subtarget feature 'v8' to the ARM backend.
Joey Gouly
2013-06-26
1
-1
/
+3
*
Remove the 'generic' CPU from the ARM eabi attributes printer.
Joey Gouly
2013-06-26
1
-9
/
+2
*
DebugInfo: PR14763/r183329 correct the location of indirect parameters
David Blaikie
2013-06-19
1
-3
/
+4
*
Reduce indentation.
David Blaikie
2013-06-18
1
-53
/
+55
*
DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...
David Blaikie
2013-06-16
1
-39
/
+1
*
Revert r181009.
Amara Emerson
2013-05-03
1
-8
/
+8
*
Add support for reading ARM ELF build attributes.
Amara Emerson
2013-05-03
1
-8
/
+8
*
ARM: Fix an old refacto.
Benjamin Kramer
2013-03-15
1
-1
/
+1
*
Re-apply r175088 for bug fix 13622: Add paired register support for
Weiming Zhao
2013-02-14
1
-6
/
+9
*
temporarily revert the patch due to some conflicts
Weiming Zhao
2013-02-13
1
-9
/
+6
*
Bug fix 13622: Add paired register support for inline asm with 64-bit data on...
Weiming Zhao
2013-02-13
1
-6
/
+9
*
Switch the code added in r173885 to use the new, shiny RTTI
Chandler Carruth
2013-01-31
1
-6
/
+2
*
Add a special ARM trap encoding for NaCl.
Eli Bendersky
2013-01-30
1
-0
/
+7
*
This patch implements runtime ARM specific
Jack Carter
2013-01-30
1
-0
/
+11
*
Last in the series of removing unnecessary '0' arguments for
Eric Christopher
2013-01-09
1
-5
/
+5
*
These functions have default arguments of 0 for the last arg. Use
Eric Christopher
2013-01-09
1
-2
/
+2
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-4
/
+4
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-9
/
+9
*
Decouple MCInstBuilder from the streamer per Eli's request.
Benjamin Kramer
2012-11-26
1
-114
/
+78
*
Add MCInstBuilder, a utility class to simplify MCInst creation similar to Mac...
Benjamin Kramer
2012-11-26
1
-376
/
+298
*
Use empty parens for empty function parameter list instead of '(void)'.
Dmitri Gribenko
2012-11-15
1
-1
/
+1
*
Disable the Thumb no-return call optimization:
Evan Cheng
2012-11-10
1
-25
/
+0
*
Recommit modified r167540.
Amara Emerson
2012-11-08
1
-4
/
+19
*
Revert r167540 until regression tests are updated.
Amara Emerson
2012-11-07
1
-21
/
+4
*
Improve ARM build attribute emission for architectures types.
Amara Emerson
2012-11-07
1
-4
/
+21
*
Remove some dead code from ARMAsmPrinter. Add virtual and LLVM_OVERRIDE to th...
Craig Topper
2012-10-09
1
-20
/
+0
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-3
/
+3
*
ARM: locate user-defined text sections next to default text.
Jim Grosbach
2012-10-04
1
-4
/
+20
*
This needs braces. Spotted by Bill.
Eric Christopher
2012-08-14
1
-1
/
+2
*
Add support for the %H output modifier.
Eric Christopher
2012-08-13
1
-2
/
+15
*
Skip impdef regs during eabi save/restore list emission to workaround PR11902
Anton Korobeynikov
2012-08-04
1
-2
/
+8
*
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-28
1
-1
/
+1
*
There are a number of generic inline asm operand modifiers that
Jack Carter
2012-06-26
1
-1
/
+3
*
Avoid depending on list orders and register numbering.
Jakob Stoklund Olesen
2012-05-30
1
-6
/
+9
*
ARM: .end_data_region mismatch in Thumb2.
Jim Grosbach
2012-05-21
1
-2
/
+5
*
Refactor data-in-code annotations.
Jim Grosbach
2012-05-18
1
-21
/
+34
*
Clean up ARM fused multiply + add/sub support some more: rename some isel
Evan Cheng
2012-04-11
1
-1
/
+1
*
Fix Thumb __builtin_longjmp with integrated assembler. <rdar://problem/11203543>
Bob Wilson
2012-04-07
1
-2
/
+2
*
Tidy up. 80 columns.
Jim Grosbach
2012-04-06
1
-1
/
+2
*
Deduplicate ARM call-related instructions.
Jakob Stoklund Olesen
2012-04-06
1
-5
/
+0
*
Prune includes and replace uses of ARMRegisterInfo.h with ARMBaeRegisterInfo.h
Craig Topper
2012-03-26
1
-4
/
+0
*
Reorder includes to match coding standards. Fix an issue or two exposed by that.
Craig Topper
2012-03-17
1
-1
/
+1
*
updated patch for the ARM fused multiply add/sub
Sebastian Pop
2012-03-05
1
-2
/
+2
*
Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...
Evan Cheng
2012-02-28
1
-0
/
+54
[next]