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
/
X86
/
X86AsmPrinter.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Simplify StackMapShadowTracker; NFC
Sanjoy Das
2016-04-19
1
-5
/
+5
*
Introduce a "patchable-function" function attribute
Sanjoy Das
2016-04-19
1
-6
/
+6
*
[X86] Rip out orphaned method declarations and other dead code. NFC.
Benjamin Kramer
2015-10-15
1
-2
/
+0
*
Teach LTOModule to emit linker flags for dllexported symbols, plus interface ...
Peter Collingbourne
2015-06-29
1
-2
/
+0
*
[CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op.
Sanjoy Das
2015-06-15
1
-1
/
+5
*
[X86MCInst] Move LowerSTATEPOINT to inside X86AsmPrinter. NFC.
Sanjoy Das
2015-05-06
1
-0
/
+1
*
[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.
Lang Hames
2015-04-24
1
-1
/
+1
*
[patchpoint] Add support for symbolic patchpoint targets to SelectionDAG and the
Lang Hames
2015-04-22
1
-1
/
+1
*
Save the MachineFunction in startFunction so that we can use it for
Eric Christopher
2015-02-20
1
-0
/
+1
*
Migrate the X86 AsmPrinter away from using the subtarget when
Eric Christopher
2015-02-05
1
-3
/
+1
*
std::unique_ptrify the MCStreamer argument to createAsmPrinter
David Blaikie
2015-01-18
1
-2
/
+3
*
Add and update reset() and doInitialization() methods to MC* and passes.
Yaron Keren
2014-09-17
1
-0
/
+6
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
[X86] Clarify some stackmap shadow optimization code as based on review
Lang Hames
2014-07-25
1
-2
/
+13
*
[X86] Optimize stackmap shadows on X86.
Lang Hames
2014-07-24
1
-1
/
+53
*
CodeGen: Stick constant pool entries in COMDAT sections for WinCOFF
David Majnemer
2014-07-14
1
-0
/
+3
*
X86: refactor export directive generation
Saleem Abdulrasool
2014-05-04
1
-1
/
+3
*
Prune includes in X86 target.
Craig Topper
2014-03-19
1
-5
/
+2
*
Replace '#include ValueTypes.h' with forward declarations.
Patrik Hagglund
2014-03-12
1
-1
/
+0
*
[C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.
Craig Topper
2014-03-10
1
-11
/
+11
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-7
/
+7
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Refactor a lot of patchpoint/stackmap related code to simplify and make it
Lang Hames
2013-11-29
1
-11
/
+1
*
Convert more methods in static helpers.
Rafael Espindola
2013-11-27
1
-10
/
+0
*
Convert these methods into static functions.
Rafael Espindola
2013-11-27
1
-7
/
+0
*
Added a size field to the stack map record to handle subregister spills.
Andrew Trick
2013-11-17
1
-1
/
+2
*
Add support for stack map generation in the X86 backend.
Andrew Trick
2013-10-31
1
-1
/
+13
*
DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...
David Blaikie
2013-06-16
1
-5
/
+0
*
Make pass name more precise and fix comment.
Eli Bendersky
2013-02-19
1
-6
/
+2
*
Remove some unused code in the X86AsmPrinter. Add LLVM_OVERRIDE and virtual k...
Craig Topper
2012-10-09
1
-18
/
+15
*
[ms-inline asm] Add support in the X86AsmPrinter for printing memory references
Chad Rosier
2012-10-03
1
-0
/
+4
*
Update function names to conform to guidelines. No functional change intended.
Chad Rosier
2012-09-10
1
-1
/
+1
*
Revert r163556. Missed updates to tablegen files.
Chad Rosier
2012-09-10
1
-1
/
+1
*
Update function names to conform to guidelines. No functional change intended.
Chad Rosier
2012-09-10
1
-1
/
+1
*
[ms-inline asm] Pass the correct AsmVariant to the PrintAsmOperand() function
Chad Rosier
2012-09-10
1
-1
/
+1
*
Whitespace.
Chad Rosier
2012-08-01
1
-4
/
+4
*
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-03-17
1
-4
/
+0
*
Remove unnecessary include.
Devang Patel
2011-11-09
1
-1
/
+0
*
move the pic base symbol stuff up to MachineFunction
Chris Lattner
2010-11-14
1
-2
/
+0
*
fix a layering problem by moving the x86 implementation
Chris Lattner
2010-07-19
1
-0
/
+89
*
Move X86 assembler printers into separate directory. This allows JIT-only use...
Anton Korobeynikov
2008-08-17
1
-0
/
+0
*
Remove X86SharedAsmPrinter
Anton Korobeynikov
2008-06-28
1
-80
/
+0
*
Make intel asmprinter child of generic asmprinter, not x86 shared asm printer...
Anton Korobeynikov
2008-06-28
1
-17
/
+0
*
Use StringSet instead of std::set<std::string>
Anton Korobeynikov
2008-06-27
1
-4
/
+3
*
Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...
Chris Lattner
2007-12-30
1
-2
/
+2
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
AsmPrinters overriding getAnalysisUsage should call super.
Gordon Henriksen
2007-09-30
1
-1
/
+1
*
The personality function on Darwin needs a global stub. We then refer to
Bill Wendling
2007-09-11
1
-1
/
+2
*
Delete the svn:executable property on these files, which aren't executable.
Dan Gohman
2007-07-23
1
-0
/
+0
*
rename X86FunctionInfo to X86MachineFunctionInfo to match the header file
Chris Lattner
2007-04-17
1
-1
/
+1
[next]