index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
X86TargetObjectFile.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr.
Daniel Dunbar
2010-03-15
1
-2
/
+2
*
Now that the default for Darwin platforms is to place the LSDA into the TEXT
Bill Wendling
2010-03-15
1
-13
/
+0
*
use Mang->getSymbol()
Chris Lattner
2010-03-15
1
-7
/
+1
*
Place the LSDA into the TEXT section for x86 Darwin. If the global it's pointing
Bill Wendling
2010-03-15
1
-0
/
+14
*
rename getSymbolForDwarf* to getExprForDwarf* since it returns
Chris Lattner
2010-03-11
1
-4
/
+4
*
set the temporary bit on MCSymbols correctly.
Chris Lattner
2010-03-10
1
-2
/
+7
*
It turned out that we failed to emit proper symbol stubs on non-x86/darwin fo...
Anton Korobeynikov
2010-02-21
1
-64
/
+0
*
Revert Anton's most recent EH patch (r96637), since it breaks a lot of
Bob Wilson
2010-02-19
1
-0
/
+32
*
Use the same encoding for EH stuff uniformly on all MachO targets.
Anton Korobeynikov
2010-02-19
1
-32
/
+0
*
Use pointer-wide encoding for LSDA and FDE on Darwin.
Anton Korobeynikov
2010-02-17
1
-4
/
+4
*
Fix a silly darwin-only typo introduced during merge.
Anton Korobeynikov
2010-02-15
1
-7
/
+6
*
Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...
Anton Korobeynikov
2010-02-15
1
-34
/
+150
*
switch ELF @GOTOFF references to use X86MCTargetExpr.
Chris Lattner
2010-02-08
1
-0
/
+1
*
add an x86 implementation of MCTargetExpr for
Chris Lattner
2010-02-08
1
-3
/
+3
*
make MachineModuleInfoMachO hold non-const MCSymbol*'s instead
Chris Lattner
2010-02-03
1
-1
/
+1
*
move the mangler into libtarget from vmcore.
Chris Lattner
2010-01-16
1
-3
/
+4
*
Make a new X8632_MachoTargetObjectFile TLOF implementation whose
Chris Lattner
2009-09-18
1
-0
/
+31
*
pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
Chris Lattner
2009-09-17
1
-0
/
+1
*
Big change #1 for personality function references:
Chris Lattner
2009-09-16
1
-0
/
+33