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
/
X86ATTAsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move X86 assembler printers into separate directory. This allows JIT-only use...
Anton Korobeynikov
2008-08-17
1
-985
/
+0
*
Generalize
Anton Korobeynikov
2008-08-08
1
-4
/
+2
*
Handle visibility printing with all generality. Remove bunch of duplicate code.
Anton Korobeynikov
2008-08-08
1
-14
/
+3
*
Fix indentation.
Evan Cheng
2008-08-08
1
-8
/
+8
*
Switch ARM to new section handling stuff
Anton Korobeynikov
2008-08-07
1
-2
/
+1
*
Emit debug info for data-only files. This version
Dale Johannesen
2008-07-09
1
-7
/
+8
*
Remove #include <iostream>.
Dan Gohman
2008-07-09
1
-2
/
+0
*
Honour text sections
Anton Korobeynikov
2008-07-09
1
-1
/
+2
*
Use isWeakForLinker() hook
Anton Korobeynikov
2008-07-09
1
-6
/
+2
*
Switch to new section name handling facility
Anton Korobeynikov
2008-07-09
1
-101
/
+9
*
Fix thinko
Anton Korobeynikov
2008-07-09
1
-0
/
+5
*
Back out 53254. It broke ppc debug info codegen.
Evan Cheng
2008-07-09
1
-9
/
+9
*
Make debug info come out in data-only files.
Dale Johannesen
2008-07-08
1
-9
/
+9
*
Unbreak C++ tests on x86 Darwin.
Evan Cheng
2008-07-08
1
-2
/
+1
*
Avoid unnecessary string construction during asm printing.
Evan Cheng
2008-07-08
1
-12
/
+26
*
ATT asm printer just print register AsmName's instead of calling tolower on e...
Evan Cheng
2008-07-07
1
-5
/
+2
*
Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating
Dan Gohman
2008-07-01
1
-1
/
+1
*
std::ostream and std::string microoptimizations for asm printing.
Dan Gohman
2008-06-30
1
-53
/
+53
*
Unbreak
Anton Korobeynikov
2008-06-28
1
-2
/
+2
*
Temporary rever invalid commit
Anton Korobeynikov
2008-06-28
1
-5
/
+7
*
Move printing of module-level GVs into dedicated helper
Anton Korobeynikov
2008-06-28
1
-197
/
+198
*
Use common naming convention
Anton Korobeynikov
2008-06-28
1
-2
/
+2
*
Factor out stuff into helper function
Anton Korobeynikov
2008-06-28
1
-33
/
+37
*
Cleanup
Anton Korobeynikov
2008-06-28
1
-6
/
+3
*
Remove X86SharedAsmPrinter
Anton Korobeynikov
2008-06-28
1
-5
/
+428
*
whitespace cleanup
Anton Korobeynikov
2008-06-28
1
-24
/
+24
*
add support for PIC on linux x86-64
Rafael Espindola
2008-06-09
1
-12
/
+16
*
Wrap MVT::ValueType in a struct to get type safety
Duncan Sands
2008-06-06
1
-1
/
+1
*
Handle quoted names when constructing $stub's,
Dale Johannesen
2008-05-19
1
-3
/
+3
*
Add CommonLinkage; currently tentative definitions
Dale Johannesen
2008-05-14
1
-1
/
+2
*
Add General Dynamic TLS model for X86-64. Some parts looks really ugly (look ...
Anton Korobeynikov
2008-05-04
1
-2
/
+2
*
Handle the situation in 2008-01-25-EmptyFunction.ll
Dale Johannesen
2008-04-08
1
-10
/
+11
*
Recommitting EH patch; this should answer most of the
Dale Johannesen
2008-04-02
1
-2
/
+3
*
Smaller function alignment when optimizing for size.
Evan Cheng
2008-03-25
1
-3
/
+4
*
Another comments fixing
Anton Korobeynikov
2008-03-22
1
-1
/
+2
*
Replace all target specific implicit def instructions with a target independe...
Evan Cheng
2008-03-15
1
-4
/
+2
*
Get rid of a pseudo instruction and replace it with subreg based operation on...
Christopher Lamb
2008-03-13
1
-8
/
+0
*
Correctly propagate thread-local flag from aliasee to alias. This fixes PR2137
Anton Korobeynikov
2008-03-11
1
-2
/
+8
*
Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...
Evan Cheng
2008-02-28
1
-18
/
+7
*
Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool
Bill Wendling
2008-02-26
1
-2
/
+2
*
Me not like duplicated comments.
Evan Cheng
2008-02-19
1
-4
/
+4
*
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-02-10
1
-3
/
+3
*
Get rid of the annoying blank lines before labels.
Evan Cheng
2008-02-02
1
-1
/
+0
*
If there's no instructions being emitted on X86 for a function, emit a
Bill Wendling
2008-01-26
1
-2
/
+12
*
Remove Darwin'ism
Anton Korobeynikov
2008-01-20
1
-4
/
+1
*
Combine MovePCtoStack + POP32r into one instruction MOVPC32r so it can be mov...
Evan Cheng
2008-01-05
1
-9
/
+8
*
Add new shorter predicates for testing machine operands for various types:
Chris Lattner
2007-12-30
1
-3
/
+3
*
Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...
Chris Lattner
2007-12-30
1
-4
/
+4
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Fix .eh table linkage issues on Darwin. Some EH support
Dale Johannesen
2007-11-20
1
-1
/
+1
[next]