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
/
AsmPrinter
Commit message (
Expand
)
Author
Age
Files
Lines
*
Represent NEON load/store alignments in bytes, not bits.
Bob Wilson
2010-07-06
1
-1
/
+5
*
Fix incorrect asm-printing of some NEON immediates. Fix weak testcase so
Bob Wilson
2010-07-02
2
-4
/
+4
*
Add instruction encoding for the Neon VMOV immediate instruction. This changes
Bob Wilson
2010-06-11
3
-39
/
+69
*
Use report_fatal_error, not llvm_unreachable.
Evan Cheng
2010-05-27
1
-1
/
+1
*
llvm can't correctly support 'H', 'Q' and 'R' modifiers. Just mark it an error.
Evan Cheng
2010-05-27
1
-18
/
+2
*
Fix some bad fall-throughs in a switch statement. Both the 'Q' and 'R' cases
Bob Wilson
2010-05-27
1
-11
/
+17
*
Use enums instead of literals in the ARM backend.
Jakob Stoklund Olesen
2010-05-25
1
-2
/
+2
*
Switch ARMRegisterInfo.td to use SubRegIndex and eliminate the parallel enums
Jakob Stoklund Olesen
2010-05-24
2
-4
/
+4
*
Add support for movi32 of global values to the new (MC) asm printer.
Rafael Espindola
2010-05-12
2
-5
/
+25
*
I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename it
Duncan Sands
2010-05-11
1
-1
/
+1
*
Handle target-specific form of DBG_VALUE in AsmPrinter.
Dale Johannesen
2010-04-26
1
-0
/
+19
*
Add const qualifiers to TargetLoweringObjectFile usage.
Dan Gohman
2010-04-17
1
-4
/
+5
*
Fixed a bug in DisassembleN1RegModImmFrm() where a break stmt was missing for a
Johnny Chen
2010-04-16
2
-4
/
+24
*
In the same spirit of r101524, which removed the assert() from printAddrMode2...
Johnny Chen
2010-04-16
2
-2
/
+0
*
Remove the assert() from printAddrMode2OffsetOperand(). "#0 and #-0" are
Johnny Chen
2010-04-16
2
-2
/
+0
*
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-15
1
-2
/
+2
*
Replace r101053 with a fix for getSOImmValRotate() so that it will correctly
Bob Wilson
2010-04-13
1
-1
/
+1
*
Fixed a crasher in arm disassembler within ARMInstPrinter.cpp after calling
Johnny Chen
2010-04-12
1
-1
/
+1
*
remove the TargetLoweringObjectFileMachO::getMachoSection
Chris Lattner
2010-04-08
1
-6
/
+6
*
don't use emitlabel in the arm asm printer yet, the order
Chris Lattner
2010-04-05
1
-2
/
+7
*
fix a couple problems I introduced handling symbols
Chris Lattner
2010-04-05
1
-4
/
+10
*
just have all targets create the DwarfWriter.
Chris Lattner
2010-04-05
1
-6
/
+0
*
simplify various getAnalysisUsage implementations.
Chris Lattner
2010-04-05
1
-2
/
+0
*
clean up the asmprinter header and privatize some stuff.
Chris Lattner
2010-04-04
1
-5
/
+5
*
remove TargetMachine.h #include, also, TRI isn't used frequently
Chris Lattner
2010-04-04
1
-4
/
+5
*
Momentous day: remove the "O" member from AsmPrinter. Now all
Chris Lattner
2010-04-04
1
-6
/
+3
*
mcize a bunch more stuff, using EmitRawText for things we
Chris Lattner
2010-04-04
1
-26
/
+38
*
convert the non-MCInstPrinter'ized EmitInstruction
Chris Lattner
2010-04-04
1
-14
/
+14
*
fix PrintAsmOperand and PrintAsmMemoryOperand to pass down
Chris Lattner
2010-04-04
1
-4
/
+7
*
fix an ugly wart in the MCInstPrinter api where the
Chris Lattner
2010-04-04
3
-7
/
+6
*
change a ton of code to not implicitly use the "O" raw_ostream
Chris Lattner
2010-04-04
3
-218
/
+349
*
asmstreamerize the .size directive for function bodies, force clients
Chris Lattner
2010-04-03
1
-1
/
+1
*
Comment the changes for r98218 and friends inside the source code.
Bill Wendling
2010-03-31
1
-0
/
+5
*
Rip out the 'is temporary' nonsense from the MCContext interface to
Chris Lattner
2010-03-30
2
-5
/
+5
*
Re-commit r98683 ("remove redundant writeback flag from ARM address mode 6")
Bob Wilson
2010-03-20
3
-19
/
+25
*
Fix -Asserts warnings.
Daniel Dunbar
2010-03-19
1
-5
/
+4
*
Refines 98745 so that it only contains the patch related to the output of the
Johnny Chen
2010-03-17
1
-12
/
+1
*
Added sub-formats to the NeonI/NeonXI instructions to further refine the NEONFrm
Johnny Chen
2010-03-17
3
-55
/
+458
*
Revert 98683. It is breaking something in the disassembler.
Bob Wilson
2010-03-16
2
-7
/
+20
*
Remove redundant writeback flag from ARM address mode 6. Also remove the
Bob Wilson
2010-03-16
2
-20
/
+7
*
Remove redundant writeback flag in ARM addressing mode 5.
Bob Wilson
2010-03-16
2
-4
/
+0
*
Remove the writeback flag from ARM's address mode 4. Now that we have separate
Bob Wilson
2010-03-16
2
-4
/
+0
*
Fix unused variable warnings.
Bob Wilson
2010-03-16
2
-2
/
+0
*
--- Reverse-merging r98637 into '.':
Bob Wilson
2010-03-16
3
-464
/
+55
*
Initial ARM/Thumb disassembler check-in. It consists of a tablgen backend
Johnny Chen
2010-03-16
3
-55
/
+464
*
Stop using the old pre-UAL syntax for LDM/STM instruction suffixes.
Bob Wilson
2010-03-16
2
-20
/
+2
*
eliminate the now-unneeded context argument of MBB::getSymbol()
Chris Lattner
2010-03-13
2
-7
/
+7
*
rearrange MCContext ownership. Before LLVMTargetMachine created it
Chris Lattner
2010-03-13
1
-3
/
+2
*
Change ARM ld/st multiple instructions to have variant instructions for
Bob Wilson
2010-03-13
1
-3
/
+4
*
Fix LLVM build when the user specifies CPPFLAGS on the make command line.
Jeffrey Yasskin
2010-03-12
1
-1
/
+1
[next]