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
/
X86TargetAsmInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Drop mergeable flag, if size is no suitable
Anton Korobeynikov
2008-07-09
1
-2
/
+8
*
Fix several bugs in named sections handling
Anton Korobeynikov
2008-07-09
1
-11
/
+9
*
Add hacky way to distinguish named and named sections. This will be generaliz...
Anton Korobeynikov
2008-07-09
1
-5
/
+32
*
Add funny darwin section selection logic
Anton Korobeynikov
2008-07-09
1
-13
/
+118
*
Handle ELF mergeable sections
Anton Korobeynikov
2008-07-09
1
-2
/
+63
*
Provide section selection for X86 ELF targets
Anton Korobeynikov
2008-07-09
1
-64
/
+45
*
Provide general hook for section name calculation
Anton Korobeynikov
2008-07-09
1
-6
/
+6
*
Print entity size for mergeable sections
Anton Korobeynikov
2008-07-09
1
-1
/
+2
*
Split PrintSectionFlags
Anton Korobeynikov
2008-07-09
1
-80
/
+68
*
Split UniqueSectionForGlobal()
Anton Korobeynikov
2008-07-09
1
-31
/
+25
*
Split PreferredEHDataFormat hook
Anton Korobeynikov
2008-07-09
1
-52
/
+81
*
Split X86TargetAsmInfo into 4 subtarget-specific classes
Anton Korobeynikov
2008-07-09
1
-189
/
+186
*
Whitespace cleanup
Anton Korobeynikov
2008-07-09
1
-16
/
+16
*
Move flag decoding stuff into special hook
Anton Korobeynikov
2008-07-09
1
-17
/
+24
*
Properly handle linkonce stuff
Anton Korobeynikov
2008-07-09
1
-30
/
+82
*
Provide skeletone code for calculation of section, where global should be emi...
Anton Korobeynikov
2008-07-09
1
-2
/
+95
*
Linux also does not require exception handling
Duncan Sands
2008-07-04
1
-1
/
+0
*
Darwin doesn't need exception handling information for the "move" info when
Bill Wendling
2008-07-01
1
-0
/
+1
*
Add StringConstantPrefix to control what the
Dale Johannesen
2008-06-03
1
-0
/
+1
*
Output correct exception handling and frame info
Duncan Sands
2008-05-07
1
-2
/
+0
*
Use a dedicated IsLinux flag instead of an ELFLinux TargetType.
Dan Gohman
2008-05-05
1
-2
/
+1
*
Add AsmPrinter support for emitting a directive to declare that
Dan Gohman
2008-05-05
1
-0
/
+5
*
API changes for class Use size reduction, wave 1.
Gabor Greif
2008-04-06
1
-1
/
+1
*
Use ## for comment delimiter on darwin x86-32, so
Dale Johannesen
2008-03-25
1
-2
/
+3
*
A quick nm audit turned up several fixed tables and objects that were
Dan Gohman
2008-03-25
1
-1
/
+2
*
On Darwin, GCC issues a ".globl" for something that has a "visibility protected"
Bill Wendling
2008-03-18
1
-0
/
+1
*
Use enumeration for preffered EH dwarf encoding reason
Anton Korobeynikov
2008-02-29
1
-5
/
+6
*
Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...
Evan Cheng
2008-02-28
1
-0
/
+1
*
Preparation step for some cleanup/generalization in EH information emission:
Anton Korobeynikov
2008-02-27
1
-1
/
+65
*
Fix and enable EH for x86-64 Darwin. Adds
Dale Johannesen
2008-01-15
1
-4
/
+11
*
Weak things initialized to 0 don't go in bss on Darwin.
Dale Johannesen
2008-01-11
1
-1
/
+1
*
Emit unused EH frames for weak definitions on Darwin,
Dale Johannesen
2008-01-10
1
-3
/
+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
-0
/
+2
*
Revert previous; these files aren't ready to go in yet.
Dale Johannesen
2007-11-13
1
-1
/
+2
*
Add parameter to getDwarfRegNum to permit targets
Dale Johannesen
2007-11-13
1
-2
/
+1
*
Add a bool to indicate if we should set the "indirect encoding" bit in the Dwarf
Bill Wendling
2007-09-11
1
-0
/
+1
*
The personality function on Darwin needs a global stub. We then refer to
Bill Wendling
2007-09-11
1
-0
/
+2
*
Add the PCSymbol for Darwin x86 platforms.
Bill Wendling
2007-08-22
1
-0
/
+1
*
Use only 1 knob to enable exceptions on Darwin :).
Anton Korobeynikov
2007-08-21
1
-0
/
+8
*
This is the patch to provide clean intrinsic function overloading support in ...
Chandler Carruth
2007-08-04
1
-2
/
+2
*
Minor cleanup:
Anton Korobeynikov
2007-07-25
1
-1
/
+4
*
Long live the exception handling!
Anton Korobeynikov
2007-07-14
1
-2
/
+3
*
Remove a redundant newline in the asm output for ELF .rodata sections.
Dan Gohman
2007-06-27
1
-1
/
+1
*
More DWARF-related things cleanup:
Anton Korobeynikov
2007-05-12
1
-2
/
+0
*
Emit sections/directives in the proper order. This fixes PR1376. Also,
Anton Korobeynikov
2007-05-05
1
-16
/
+13
*
Sets the section names for fixed-size constants and use the mergeable
Dan Gohman
2007-05-03
1
-0
/
+5
*
Fix couple of bugs connected with eh info:
Anton Korobeynikov
2007-05-01
1
-2
/
+4
*
Use correct PC symbol
Anton Korobeynikov
2007-05-01
1
-0
/
+2
*
Adjust correct EH-related sections
Anton Korobeynikov
2007-05-01
1
-0
/
+4
[prev]
[next]