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
*
Switch the code generator (except the JIT) onto the new DebugLoc
Chris Lattner
2010-04-02
1
-8
/
+6
*
Rip out the 'is temporary' nonsense from the MCContext interface to
Chris Lattner
2010-03-30
1
-7
/
+5
*
Refactor code to push DILocation prcessing into DwarfDebug.cpp from AsmPrinte...
Devang Patel
2010-03-29
1
-17
/
+4
*
Revert 99772.
Devang Patel
2010-03-28
1
-4
/
+17
*
Refactoring. Push DILocation processing in to DwarfDebug from AsmPrinter.
Devang Patel
2010-03-28
1
-17
/
+4
*
reapply r98656 unmodified, which exposed the asmprinter not
Chris Lattner
2010-03-16
1
-3
/
+21
*
Revert r98656, its breaking all over the place.
Daniel Dunbar
2010-03-16
1
-21
/
+3
*
improve support for uniontype and ConstantUnion, patch by Tim Northover!
Chris Lattner
2010-03-16
1
-3
/
+21
*
Fix the third (and last known) case of code update problems due
Chris Lattner
2010-03-16
1
-7
/
+10
*
Implement support for the case when a reference to a addr-of-bb
Chris Lattner
2010-03-15
1
-0
/
+10
*
Emit dwarf variable info communicated by code generator through DBG_VALUE mac...
Devang Patel
2010-03-15
1
-0
/
+2
*
remove dead method.
Chris Lattner
2010-03-15
1
-7
/
+0
*
fix AsmPrinter::GetBlockAddressSymbol to always return a unique
Chris Lattner
2010-03-14
1
-21
/
+4
*
change the DBG_LABEL MachineInstr to always be created
Chris Lattner
2010-03-14
1
-7
/
+1
*
switch GC_LABEL to use an MCSymbol operand instead of a label ID operand.
Chris Lattner
2010-03-14
1
-3
/
+1
*
change the LabelSDNode to be EHLabelSDNode and make it hold
Chris Lattner
2010-03-14
1
-1
/
+6
*
eliminate the now-unneeded context argument of MBB::getSymbol()
Chris Lattner
2010-03-13
1
-6
/
+6
*
rearrange MCContext ownership. Before LLVMTargetMachine created it
Chris Lattner
2010-03-13
1
-8
/
+9
*
remove gone method, grr symlinks.
Chris Lattner
2010-03-12
1
-6
/
+0
*
inline the now-trivial implementation of GetGlobalValueSymbol into
Chris Lattner
2010-03-12
1
-11
/
+8
*
give Mangler access to TargetData.
Chris Lattner
2010-03-12
1
-1
/
+1
*
finally give Mangler a getSymbol method, which returns an MCSymbol
Chris Lattner
2010-03-12
1
-6
/
+1
*
make the mangler take an MCContext instead of an MAI.
Chris Lattner
2010-03-12
1
-1
/
+1
*
Add a new jump table encoding to indicate jump tables entries
Richard Osborne
2010-03-11
1
-0
/
+3
*
set the temporary bit on MCSymbols correctly.
Chris Lattner
2010-03-10
1
-16
/
+19
*
reapply r98035:
Chris Lattner
2010-03-09
1
-4
/
+3
*
Speculatively revert r98035. It appears to have caused a set of buildbot
Eric Christopher
2010-03-09
1
-3
/
+4
*
Now that setStartLabel takes an MCSymbol, we can de-ID'ize
Chris Lattner
2010-03-09
1
-4
/
+3
*
mcstreamerize AsmPrinter::printLabel.
Chris Lattner
2010-03-09
1
-4
/
+8
*
add a EmitSymbolValue convenience method to MCStreamer.
Chris Lattner
2010-03-09
1
-3
/
+1
*
move .set generation out of DwarfPrinter into AsmPrinter and
Chris Lattner
2010-03-08
1
-1
/
+28
*
Avoid using DIDescriptor.isNull().
Devang Patel
2010-03-08
1
-2
/
+2
*
Revert r97947.
Devang Patel
2010-03-08
1
-2
/
+2
*
Avoid using DIDescriptor.isNull().
Devang Patel
2010-03-08
1
-2
/
+2
*
use OutStreamer.EmitCodeAlignment for alignment in the text
Chris Lattner
2010-02-23
1
-4
/
+3
*
move isOnlyReachableByFallthrough out of MachineBasicBlock into AsmPrinter,
Chris Lattner
2010-02-17
1
-1
/
+34
*
Fix "the the" and similar typos.
Dan Gohman
2010-02-10
1
-1
/
+1
*
fix a layering violation: VirtRegRewriter.cpp shouldn't use AsmPrinter.h.
Chris Lattner
2010-02-10
1
-1
/
+1
*
Move verbose asm instruction comments to using MCStreamer.
Chris Lattner
2010-02-10
1
-74
/
+61
*
print all the newlines at the end of instructions with
Chris Lattner
2010-02-10
1
-4
/
+6
*
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-02-09
1
-6
/
+6
*
Implement AsmPrinter support for several more operators which have
Dan Gohman
2010-02-09
1
-0
/
+10
*
now that @GOTOFF is no longer represented as a suffix on a
Chris Lattner
2010-02-08
1
-6
/
+4
*
ConstantFoldConstantExpression can theoretically return the original
Dan Gohman
2010-02-08
1
-2
/
+4
*
When CodeGen'ing unoptimized code, there may be unfolded constant expressions
Dan Gohman
2010-02-08
1
-9
/
+11
*
An empty global constant (one of size 0) may have a section immediately
Bill Wendling
2010-02-05
1
-0
/
+1
*
don't emit \n's at the start of X86AsmPrinter::runOnMachineFunction,
Chris Lattner
2010-02-03
1
-0
/
+2
*
privatize a bunch of methods and move \n printing into them.
Chris Lattner
2010-02-03
1
-8
/
+6
*
rejigger the world so that EmitInstruction prints the \n at
Chris Lattner
2010-02-03
1
-19
/
+11
*
sink handling of target-independent machine instrs (other
Chris Lattner
2010-02-03
1
-2
/
+19
[next]