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
*
Move most user of TargetMachine::getDataLayout to the Module one
Mehdi Amini
2015-07-16
1
-9
/
+9
*
MC: Add target hook to control symbol quoting
Matt Arsenault
2015-06-09
1
-4
/
+4
*
Create a MCSymbolELF.
Rafael Espindola
2015-06-02
1
-2
/
+3
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-2
/
+2
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-1
/
+1
*
[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.
Lang Hames
2015-04-24
1
-17
/
+17
*
Remove unused class variable.
Eric Christopher
2015-02-02
1
-3
/
+1
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-2
/
+2
*
Bring r226038 back.
Rafael Espindola
2015-01-19
1
-2
/
+0
*
std::unique_ptrify the MCStreamer argument to createAsmPrinter
David Blaikie
2015-01-18
1
-3
/
+4
*
Revert r226242 - Revert Revert Don't create new comdats in CodeGen
Timur Iskhodzhanov
2015-01-16
1
-0
/
+2
*
Revert "Revert Don't create new comdats in CodeGen"
Rafael Espindola
2015-01-16
1
-2
/
+0
*
Revert Don't create new comdats in CodeGen
Timur Iskhodzhanov
2015-01-15
1
-0
/
+2
*
Don't create new comdats in CodeGen.
Rafael Espindola
2015-01-14
1
-2
/
+0
*
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
[next]