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
/
X86MCInstLower.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use the mangler consistently instead of using getGlobalPrefix directly.
Rafael Espindola
2013-11-28
1
-2
/
+1
*
Add an abstraction to handle patchpoint operands.
Andrew Trick
2013-11-19
1
-63
/
+17
*
Added a size field to the stack map record to handle subregister spills.
Andrew Trick
2013-11-17
1
-10
/
+27
*
Remove unused arguments.
Lang Hames
2013-11-15
1
-4
/
+2
*
Minor extension to llvm.experimental.patchpoint: don't require a call.
Andrew Trick
2013-11-14
1
-11
/
+16
*
Lower X86::MORESTACK_RET and X86::MORESTACK_RET_RESTORE_R10 in
Lang Hames
2013-11-11
1
-12
/
+12
*
[Stackmap] Materialize the jump address within the patchpoint noop slide.
Juergen Ributzka
2013-11-09
1
-3
/
+22
*
[Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.
Juergen Ributzka
2013-11-08
1
-8
/
+27
*
Fix unused variable warnings.
Dan Gohman
2013-10-31
1
-0
/
+3
*
Add support for stack map generation in the X86 backend.
Andrew Trick
2013-10-31
1
-0
/
+124
*
Add a helper getSymbol to AsmPrinter.
Rafael Espindola
2013-10-29
1
-3
/
+3
*
The asm printer has a mangler. Don't keep a second pointer to it.
Rafael Espindola
2013-10-29
1
-10
/
+11
*
X86: Shrink certain forms of movsx.
Benjamin Kramer
2013-07-12
1
-0
/
+35
*
DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...
David Blaikie
2013-06-16
1
-7
/
+1
*
X86: Stop LEA64_32r doing unspeakable things to its arguments.
Tim Northover
2013-06-10
1
-17
/
+1
*
Revert r183069: "TMP: LEA64_32r fixing"
Tim Northover
2013-06-01
1
-1
/
+17
*
TMP: LEA64_32r fixing
Tim Northover
2013-06-01
1
-17
/
+1
*
X86: change MOV64ri64i32 into MOV32ri64
Tim Northover
2013-06-01
1
-13
/
+4
*
Temporarily Revert "X86: change MOV64ri64i32 into MOV32ri64" as it
Eric Christopher
2013-05-31
1
-4
/
+13
*
X86: change MOV64ri64i32 into MOV32ri64
Tim Northover
2013-05-31
1
-13
/
+4
*
X86: use sub-register sequences for MOV*r0 operations
Tim Northover
2013-05-30
1
-10
/
+0
*
X86: change zext moves to use sub-register infrastructure.
Tim Northover
2013-05-30
1
-6
/
+0
*
Add X86 code emitter support AVX encoded MRMDestReg instructions.
Craig Topper
2013-03-16
1
-24
/
+33
*
Teach X86 MC instruction lowering that VMOVAPSrr and other VEX-encoded regist...
Craig Topper
2013-03-14
1
-0
/
+42
*
Two changes relevant to LEA and x32:
David Sehr
2013-02-01
1
-1
/
+2
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-4
/
+4
*
Decouple MCInstBuilder from the streamer per Eli's request.
Benjamin Kramer
2012-11-26
1
-17
/
+14
*
Add MCInstBuilder, a utility class to simplify MCInst creation similar to Mac...
Benjamin Kramer
2012-11-26
1
-39
/
+22
*
Fix setjmp on models with non-Small code model nor non-Static relocation model
Michael Liao
2012-10-17
1
-10
/
+8
*
Move X86MCInstLower class definition into implementation file. It's not neede...
Craig Topper
2012-10-16
1
-1
/
+25
*
Move expansion of SETB_C(8/16/32/64)r from MCInstLower to ExpandPostRAPseudos...
Craig Topper
2012-10-05
1
-4
/
+0
*
Convert V_SETALLONES/AVX_SETALLONES/AVX2_SETALLONES to Post-RA pseudos.
Craig Topper
2012-08-28
1
-3
/
+0
*
Merge AVX_SET0PSY/AVX_SET0PDY/AVX2_SET0 into a single post-RA pseudo.
Craig Topper
2012-08-28
1
-3
/
+0
*
Whitespace.
Chad Rosier
2012-08-01
1
-31
/
+31
*
Use a base register instead of an index register with the local dynamic model.
Rafael Espindola
2012-06-07
1
-0
/
+8
*
Implement the local-dynamic TLS model for x86 (PR3985)
Hans Wennborg
2012-06-01
1
-6
/
+31
*
Refactor data-in-code annotations.
Jim Grosbach
2012-05-18
1
-2
/
+0
*
Implement initial-exec TLS model for 32-bit PIC x86
Hans Wennborg
2012-05-11
1
-0
/
+1
*
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-03-17
1
-2
/
+2
*
Use the same CALL instructions for Windows as for everything else.
Jakob Stoklund Olesen
2012-02-16
1
-6
/
+4
*
Add support for implicit TLS model used with MS VC runtime.
Anton Korobeynikov
2012-02-11
1
-1
/
+3
*
Convert assert(0) to llvm_unreachable in X86 Target directory.
Craig Topper
2012-02-05
1
-1
/
+1
*
Ignore register mask operands when lowering instructions to MC.
Jakob Stoklund Olesen
2012-01-18
1
-0
/
+3
*
Make X86 instruction selection use 256-bit VPXOR for build_vector of all ones...
Craig Topper
2012-01-13
1
-0
/
+1
*
Make X86::FsFLD0SS / FsFLD0SD real pseudo-instructions.
Jakob Stoklund Olesen
2011-11-29
1
-4
/
+0
*
Use 256-bit vcmpeqd for creating an all ones vector when AVX2 is enabled.
Craig Topper
2011-11-19
1
-0
/
+1
*
This commit introduces two fake instructions MORESTACK_RET and
Rafael Espindola
2011-10-26
1
-0
/
+16
*
Teach the MC to output code/data region marker labels in MachO and ELF modes....
Owen Anderson
2011-10-04
1
-1
/
+3
*
Expand the x86 V_SET0* pseudos right after register allocation.
Jakob Stoklund Olesen
2011-09-29
1
-6
/
+0
[prev]
[next]