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
/
Target
/
XCore
/
XCoreAsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-2
/
+2
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-1
/
+2
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-2
/
+1
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-7
/
+7
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[XCore] Add support for the "m" inline asm constraint.
Richard Osborne
2014-03-06
1
-0
/
+17
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[cleanup] Re-sort all the includes with utils/sort_includes.py.
Chandler Carruth
2014-03-04
1
-1
/
+1
*
XCore target: Handle common linkage
Robert Lytton
2014-02-18
1
-5
/
+8
*
Pass the Mangler by reference.
Rafael Espindola
2014-02-08
1
-2
/
+2
*
Change MCStreamer EmitInstruction interface to take subtarget info
David Woodhouse
2014-01-28
1
-1
/
+1
*
XCore: Fix typo in function name.
Benjamin Kramer
2014-01-27
1
-2
/
+2
*
Add a XCoreTargetStreamer and port over the simple uses of EmitRawText.
Rafael Espindola
2014-01-26
1
-9
/
+12
*
Decouple dllexport/dllimport from linkage
Nico Rieck
2014-01-14
1
-4
/
+0
*
Revert "Decouple dllexport/dllimport from linkage"
Nico Rieck
2014-01-14
1
-0
/
+4
*
Decouple dllexport/dllimport from linkage
Nico Rieck
2014-01-14
1
-4
/
+0
*
Move the llvm mangler to lib/IR.
Rafael Espindola
2014-01-07
1
-1
/
+1
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Make the llvm mangler depend only on DataLayout.
Rafael Espindola
2014-01-03
1
-1
/
+2
*
Remove dead code.
Rafael Espindola
2013-12-02
1
-7
/
+0
*
Add a helper getSymbol to AsmPrinter.
Rafael Espindola
2013-10-29
1
-2
/
+2
*
XCore target fix bug in emitArrayBound() causing segmentation fault
Robert Lytton
2013-10-11
1
-6
/
+5
*
Xcore target
Robert Lytton
2013-08-01
1
-6
/
+9
*
[XCore] Fix printing of inline asm operands.
Richard Osborne
2013-07-16
1
-11
/
+7
*
DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...
David Blaikie
2013-06-16
1
-38
/
+2
*
[XCore] Move lowering of thread local storage to a separate pass.
Richard Osborne
2013-05-04
1
-13
/
+2
*
Last in the series of removing unnecessary '0' arguments for
Eric Christopher
2013-01-09
1
-1
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-4
/
+4
*
Resort the #include lines in include/... and lib/... with the
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Change XCoreAsmPrinter to lower MachineInstrs to MCInsts before emission.
Richard Osborne
2012-12-16
1
-24
/
+32
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-11
/
+11
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-2
/
+2
*
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
/
+11
*
Implement the emitFrameIndexDebugValue and getDebugValueLocation hooks.
Richard Osborne
2011-10-11
1
-6
/
+50
*
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-24
1
-1
/
+1
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-1
/
+1
*
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...
Evan Cheng
2011-07-14
1
-1
/
+1
*
Fix a FIXME by making GlobalVariable::getInitializer() return a
Jay Foad
2011-06-19
1
-1
/
+1
*
move all the target's asmprinters into the main target. The piece
Chris Lattner
2010-11-14
1
-0
/
+280
*
Move XCore AsmPrinter to XCore/AsmPrinter directory.
Richard Osborne
2009-08-15
1
-384
/
+0
*
Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple
Chris Lattner
2009-08-12
1
-1
/
+2
*
make printInstruction return void since its result is omitted. Make the
Chris Lattner
2009-08-08
1
-1
/
+1
*
don't check the result of printInstruction anymore.
Chris Lattner
2009-08-08
1
-4
/
+1
*
pass the mangler down into the various SectionForGlobal methods.
Chris Lattner
2009-07-29
1
-2
/
+2
*
Rip all of the global variable lowering logic out of TargetAsmInfo. Since
Chris Lattner
2009-07-28
1
-2
/
+3
*
Add new helpers for registering targets.
Daniel Dunbar
2009-07-25
1
-11
/
+7
*
make AsmPrinter::doFinalization iterate over the global variables
Chris Lattner
2009-07-21
1
-12
/
+2
*
reduce indentation by using an early exit.
Chris Lattner
2009-07-21
1
-73
/
+68
*
Add plumbing for the `linker_private' linkage type. This type is meant for
Bill Wendling
2009-07-20
1
-0
/
+2
[next]