index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
X86AsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
1
-17
/
+24
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-1
/
+29
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-101
/
+91
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-153
/
+152
*
Revert "COFF: Emit all MCSymbols rather than filtering out some of them"
Reid Kleckner
2013-11-18
1
-0
/
+1
*
Add a FIXME for 32-bit q modifiers.
Eric Christopher
2013-11-12
1
-0
/
+1
*
Add support for stack map generation in the X86 backend.
Andrew Trick
2013-10-31
1
-0
/
+2
*
whitespace
Andrew Trick
2013-10-31
1
-4
/
+4
*
Add a helper getSymbol to AsmPrinter.
Rafael Espindola
2013-10-29
1
-6
/
+6
*
Revert "Re-commit r192758 - MC: quote tricky symbol names in asm output"
Hans Wennborg
2013-10-18
1
-3
/
+1
*
Re-commit r192758 - MC: quote tricky symbol names in asm output
Hans Wennborg
2013-10-17
1
-1
/
+3
*
COFF: Ensure that objects produced by LLVM link with /safeseh
Reid Kleckner
2013-09-17
1
-0
/
+20
*
DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...
David Blaikie
2013-06-16
1
-42
/
+0
*
Change '@SECREL' suffix to GAS-compatible '@SECREL32'.
Benjamin Kramer
2013-03-30
1
-1
/
+1
*
[ms-inline-asm] Add support for memory references that have non-immediate
Chad Rosier
2013-02-13
1
-13
/
+18
*
These functions have default arguments of 0 for the last arg. Use
Eric Christopher
2013-01-09
1
-9
/
+7
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-4
/
+4
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-10
/
+10
*
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-11-01
1
-1
/
+1
*
Move X86MCInstLower class definition into implementation file. It's not neede...
Craig Topper
2012-10-16
1
-1
/
+0
*
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
1
-1
/
+1
*
Revert 165732 for further review.
Micah Villmow
2012-10-11
1
-1
/
+1
*
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
1
-1
/
+1
*
Remove some unused code in the X86AsmPrinter. Add LLVM_OVERRIDE and virtual k...
Craig Topper
2012-10-09
1
-46
/
+0
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-1
/
+1
*
[ms-inline asm] Add support in the X86AsmPrinter for printing memory references
Chad Rosier
2012-10-03
1
-0
/
+52
*
Change getX86SubSuperRegister to take an MVT::SimpleValueType rather than an ...
Craig Topper
2012-09-30
1
-1
/
+1
*
Update function names to conform to guidelines. No functional change intended.
Chad Rosier
2012-09-10
1
-3
/
+3
*
Revert r163556. Missed updates to tablegen files.
Chad Rosier
2012-09-10
1
-3
/
+3
*
Update function names to conform to guidelines. No functional change intended.
Chad Rosier
2012-09-10
1
-3
/
+3
*
[ms-inline asm] Pass the correct AsmVariant to the PrintAsmOperand() function
Chad Rosier
2012-09-10
1
-3
/
+5
*
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
/
+3
*
Implement the local-dynamic TLS model for x86 (PR3985)
Hans Wennborg
2012-06-01
1
-0
/
+3
*
Implement initial-exec TLS model for 32-bit PIC x86
Hans Wennborg
2012-05-11
1
-0
/
+1
*
Add support for AVX enhanced comparison predicates. Patch from Kay Tiong Khoo.
Craig Topper
2012-04-03
1
-2
/
+1
*
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-03-17
1
-2
/
+2
*
Properly emit _fltused with FastISel. Refactor to share code with SDAG.
Michael J. Spencer
2012-02-22
1
-1
/
+1
*
Add support for implicit TLS model used with MS VC runtime.
Anton Korobeynikov
2012-02-11
1
-0
/
+1
*
Fixed a bug in printing "cmp" pseudo ops.
Elena Demikhovsky
2012-02-08
1
-8
/
+32
*
Fix C++0x narrowing errors when char is unsigned.
Jeffrey Yasskin
2011-08-30
1
-2
/
+2
*
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-24
1
-3
/
+3
*
Separate MCInstPrinter registration from AsmPrinter registration.
Evan Cheng
2011-07-25
1
-13
/
+0
*
createMCInstPrinter doesn't need TargetMachine anymore.
Evan Cheng
2011-07-06
1
-3
/
+2
*
We need to pass the TargetMachine object to the InstPrinter if we are printing
Bill Wendling
2011-03-21
1
-2
/
+3
*
Patches to build EFI with Clang/LLVM. By Carl Norum.
Evan Cheng
2011-02-01
1
-4
/
+4
*
Add support for the 'H' modifier.
Rafael Espindola
2011-01-01
1
-0
/
+6
*
move the pic base symbol stuff up to MachineFunction
Chris Lattner
2010-11-14
1
-16
/
+5
*
simplify getPICBaseSymbol a bit.
Chris Lattner
2010-11-14
1
-2
/
+1
*
tidy up.
Chris Lattner
2010-11-12
1
-3
/
+2
[next]