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
/
ARMAsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revise ARM inline assembly memory operands to require the memory address to
Bob Wilson
2009-10-13
1
-1
/
+4
*
Use lower16 / upper16 imm modifiers to asmprint 32-bit imms splitted via movt...
Anton Korobeynikov
2009-10-08
1
-3
/
+4
*
Instead of printing unnecessary basic block labels as labels in
Dan Gohman
2009-10-06
1
-1
/
+0
*
Update processDebugLoc() so that it can be used to process debug info before ...
Devang Patel
2009-10-06
1
-1
/
+2
*
getFunctionAlignment should return log2 alignment.
Evan Cheng
2009-10-02
1
-2
/
+3
*
Change ld/st multiples to explicitly model the writeback to base register. Th...
Evan Cheng
2009-10-01
1
-2
/
+3
*
Use MachineInstr as an processDebugLoc() argument.
Devang Patel
2009-09-30
1
-1
/
+1
*
Use OutStreamer.SwitchSection instead of writing out textual section directives.
Bob Wilson
2009-09-30
1
-7
/
+18
*
Add a new virtual EmitStartOfAsmFile method to the AsmPrinter and use this
Bob Wilson
2009-09-30
1
-7
/
+2
*
The AsmPrinter base class contains a DwarfWriter member, so there's no need
Bob Wilson
2009-09-30
1
-3
/
+1
*
For Darwin, emit all the text section directives together before the dwarf
Bob Wilson
2009-09-30
1
-0
/
+19
*
Make ARM and Thumb2 32-bit immediate materialization into a single 32-bit pseudo
Evan Cheng
2009-09-28
1
-1
/
+8
*
Fix superreg use in ARMAsmPrinter. Approved by Anton Korobeynikov.
Sandeep Patel
2009-09-15
1
-2
/
+2
*
remove all but one reference to TargetRegisterDesc::AsmName.
Chris Lattner
2009-09-13
1
-31
/
+29
*
the tblgen produced 'getRegisterName' method does not access
Chris Lattner
2009-09-13
1
-1
/
+1
*
make tblgen produce a function that returns the name for a physreg.
Chris Lattner
2009-09-13
1
-0
/
+2
*
replace printBasicBlockLabel with EmitBasicBlockStart,
Chris Lattner
2009-09-13
1
-1
/
+1
*
convert some uses of printBasicBlockLabel to use GetMBBSymbol
Chris Lattner
2009-09-13
1
-5
/
+6
*
remove DebugLoc from MCInst and eliminate "Comment printing" from
Chris Lattner
2009-09-09
1
-0
/
+3
*
hoist the call to processDebugLoc out of the generated
Chris Lattner
2009-09-09
1
-0
/
+1
*
Whitespace cleanup
Jim Grosbach
2009-09-04
1
-23
/
+23
*
Reference to hidden symbols do not have to go through non-lazy pointer in non...
Evan Cheng
2009-09-03
1
-2
/
+1
*
reduce size of SmallString to something more reasonable
Jim Grosbach
2009-09-01
1
-1
/
+1
*
Use raw_ostream instead of sstream
Jim Grosbach
2009-09-01
1
-7
/
+5
*
Clean up LSDA name generation and use for SJLJ exception handling. This
Jim Grosbach
2009-09-01
1
-5
/
+9
*
Let Darwin linker auto-synthesize stubs and lazy-pointers. This deletes a bun...
Evan Cheng
2009-08-28
1
-126
/
+21
*
Make linkerprivate work for ARM and PPC. Testcase covers
Dale Johannesen
2009-08-24
1
-2
/
+2
*
rename TAI -> MAI, being careful not to make MAILJMP instructions :)
Chris Lattner
2009-08-22
1
-37
/
+37
*
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-22
1
-3
/
+3
*
Rename ARM "lane_cst" operands to "nohash_imm" since they are used for
Bob Wilson
2009-08-21
1
-3
/
+5
*
eliminate AsmPrinter::SwitchToSection and just have clients
Chris Lattner
2009-08-19
1
-7
/
+8
*
Turn on if-conversion for thumb2.
Evan Cheng
2009-08-15
1
-1
/
+1
*
Various AsmWriter output cleanups. Use WriteAsOperand instead of
Dan Gohman
2009-08-13
1
-13
/
+4
*
Shrinkify Thumb2 load / store multiple instructions.
Evan Cheng
2009-08-11
1
-1
/
+3
*
split "JumpTableDirective" (an existing hack) into a PIC and nonPIC
Chris Lattner
2009-08-11
1
-7
/
+3
*
Fix the previous accidental commit. Now shrinking common Thumb2 load / store ...
Evan Cheng
2009-08-11
1
-1
/
+1
*
Fix Thumb2 load / store addressing mode matching code. Do not use so_reg form to
Evan Cheng
2009-08-11
1
-7
/
+6
*
SjLj based exception handling unwinding support. This patch is nasty, brutish
Jim Grosbach
2009-08-11
1
-0
/
+2
*
split MachO section handling stuff out to its out .h/.cpp file.
Chris Lattner
2009-08-10
1
-1
/
+1
*
arm only needs to emit one .align directive for hidden nlp's, not one
Chris Lattner
2009-08-10
1
-1
/
+1
*
make sure that arm nonlazypointers are aligned properly
Chris Lattner
2009-08-10
1
-0
/
+1
*
Make the big switch: Change MCSectionMachO to represent a section *semantically*
Chris Lattner
2009-08-10
1
-14
/
+15
*
Use subclassing to print lane-like immediates (w/o hash) eliminating
Anton Korobeynikov
2009-08-08
1
-6
/
+7
*
Lane number should be printed w/o hash
Anton Korobeynikov
2009-08-08
1
-1
/
+1
*
make printInstruction return void since its result is omitted. Make the
Chris Lattner
2009-08-08
1
-1
/
+1
*
2 more vdup.32 cases
Anton Korobeynikov
2009-08-07
1
-0
/
+5
*
Thumb2 32-bit ldm / stm needs .w suffix if submode is ia.
Evan Cheng
2009-08-07
1
-0
/
+4
*
Missed pieces for ARM HardFP ABI.
Anton Korobeynikov
2009-08-05
1
-0
/
+5
*
Remove dead code. MDNode and MDString are not Constant anymore.
Devang Patel
2009-08-05
1
-3
/
+0
*
Don't flush the raw_ostream between each MachineFunction. These flush
Dan Gohman
2009-08-05
1
-2
/
+0
[next]