index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
AsmPrinter
/
AsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Produce a __debug_frame section on darwin ARM when appropriate.
Rafael Espindola
2011-05-10
1
-6
/
+6
*
Use .cfi_sections to put the unwind info in .debug_frame when possible. With
Rafael Espindola
2011-05-10
1
-8
/
+8
*
Nothing else uses this label.
Rafael Espindola
2011-05-06
1
-3
/
+0
*
Dead code elimination.
Rafael Espindola
2011-05-06
1
-3
/
+2
*
Remove the DwarfTable enum.
Rafael Espindola
2011-05-05
1
-3
/
+0
*
Implement a really simple DwarfSjLjException.
Rafael Espindola
2011-05-05
1
-0
/
+2
*
List all exception types in a switch.
Rafael Espindola
2011-05-05
1
-14
/
+15
*
Hoist MCLineEntry construction AsmPrinter so that anyone who derives from Asm...
Devang Patel
2011-04-29
1
-0
/
+3
*
Factor some code to needsCFIMoves. Avoid printing moves when we don't have to.
Rafael Espindola
2011-04-29
1
-2
/
+18
*
Teach dwarf writer to handle complex address expression for .debug_loc entries.
Devang Patel
2011-04-28
1
-17
/
+33
*
Revert r130178. It turned out to be not the optimal path to emit complex loca...
Devang Patel
2011-04-27
1
-4
/
+3
*
Print the label if we will use it in debug_frame.
Rafael Espindola
2011-04-26
1
-2
/
+5
*
don't emit the symbol name twice for local bss and common
Chris Lattner
2011-04-26
1
-6
/
+0
*
Print all the moves at a given label instead of just the first one.
Rafael Espindola
2011-04-26
1
-5
/
+5
*
Let dwarf writer allocate extra space in the debug location expression. This ...
Devang Patel
2011-04-26
1
-3
/
+4
*
Refactor.
Devang Patel
2011-04-21
1
-0
/
+34
*
Reduce clutter in asm output. Do not emit source location as comment for each...
Devang Patel
2011-04-18
1
-28
/
+0
*
Some refactoring suggested by Anton Korobeynikov.
Rafael Espindola
2011-04-15
1
-18
/
+1
*
Add 129518 back with a fix for when we are producing eh just because of debug...
Rafael Espindola
2011-04-15
1
-0
/
+43
*
Revert r129518, "Change ELF systems to use CFI for producing the EH tables. T...
NAKAMURA Takumi
2011-04-15
1
-43
/
+0
*
Change ELF systems to use CFI for producing the EH tables. This reduces the
Rafael Espindola
2011-04-14
1
-0
/
+43
*
Print visibility info for external variables.
Rafael Espindola
2011-04-05
1
-10
/
+12
*
Tidy up. 80 columns and trailing whitespace.
Jim Grosbach
2011-03-29
1
-145
/
+146
*
Some first rudimentary support for ARM EHABI: print exception table in "text ...
Anton Korobeynikov
2011-03-05
1
-0
/
+3
*
Omit private_extern declarations of extern symbols; followup to
Stuart Hastings
2011-02-23
1
-3
/
+7
*
Spelling fix: consequtive -> consecutive.
Duncan Sands
2011-02-15
1
-1
/
+1
*
Assert on bad jump tables.
Jakob Stoklund Olesen
2011-02-09
1
-0
/
+1
*
Print the visibility of declarations.
Rafael Espindola
2011-01-28
1
-1
/
+14
*
Add a possibility to switch between CFI directives- and table-based frame des...
Anton Korobeynikov
2011-01-14
1
-1
/
+9
*
Split stuff as a preparation for CFI directives-based frame information emission
Anton Korobeynikov
2011-01-14
1
-2
/
+2
*
split dom frontier handling stuff out to its own DominanceFrontier header,
Chris Lattner
2011-01-02
1
-0
/
+1
*
remove the verbose-asm "constant pool double" comments that we were printing
Chris Lattner
2010-12-13
1
-8
/
+0
*
refactor the interface to EmitInlineAsm a bit, no functionality change.
Chris Lattner
2010-11-17
1
-1
/
+1
*
s/beginScope/beginInstruction/g
Devang Patel
2010-10-26
1
-2
/
+2
*
the latest assembler that runs on powerpc 10.4 machines doesn't
Chris Lattner
2010-09-27
1
-2
/
+10
*
add a comment about where this should eventually move.
Chris Lattner
2010-09-05
1
-0
/
+7
*
There is no need to use .set here.
Devang Patel
2010-09-02
1
-8
/
+1
*
Fix .debug_range for linux. Patch by Krister Wombell.
Devang Patel
2010-09-02
1
-0
/
+23
*
remove unions from LLVM IR. They are severely buggy and not
Chris Lattner
2010-08-28
1
-18
/
+0
*
Create the new linker type "linker_private_weak_def_auto".
Bill Wendling
2010-08-20
1
-2
/
+8
*
Improve whitespace.
Bill Wendling
2010-08-18
1
-1
/
+2
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-1
/
+1
*
Change this llvm_unreachable to report_fatal_error, since it can
Dan Gohman
2010-08-04
1
-4
/
+11
*
Use isPrologLabel() instead of checking the opcode directly.
Bill Wendling
2010-07-17
1
-1
/
+1
*
Consider this function:
Bill Wendling
2010-07-16
1
-2
/
+12
*
Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and
Bill Wendling
2010-07-16
1
-1
/
+1
*
Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway.
Jakob Stoklund Olesen
2010-07-16
1
-6
/
+2
*
a more graceful fix for test/Other/inline-asm-newline-terminator.ll,
Chris Lattner
2010-07-15
1
-1
/
+1
[prev]
[next]