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
/
CodeGen
/
AsmPrinter
/
DwarfCFIException.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-2
/
+2
*
This patch is needed to make c++ exceptions work for mips16.
Reed Kotler
2012-12-16
1
-2
/
+3
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-10
/
+10
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-1
/
+1
*
Add 148175 back. I am unable to reproduce any non determinism in a dragonegg
Rafael Espindola
2012-01-17
1
-2
/
+4
*
Speculatively revert commit 148175 (rafael), to see if this fixes
Duncan Sands
2012-01-14
1
-4
/
+2
*
Only emit the Leh_func_endN symbol when needed.
Rafael Espindola
2012-01-14
1
-2
/
+4
*
Remove previous commit while I debug the bot failures.
Rafael Espindola
2012-01-13
1
-0
/
+3
*
Remove label that is not used anymore.
Rafael Espindola
2012-01-13
1
-3
/
+0
*
Add MCObjectFileInfo and sink the MCSections initialization code from
Evan Cheng
2011-07-20
1
-1
/
+2
*
Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for
Evan Cheng
2011-07-18
1
-1
/
+1
*
Initialize moveTypeModule.
Rafael Espindola
2011-05-10
1
-2
/
+2
*
Use .cfi_sections to put the unwind info in .debug_frame when possible. With
Rafael Espindola
2011-05-10
1
-1
/
+10
*
Only produce the eh_frame section if we have at least one personality function.
Rafael Espindola
2011-05-02
1
-7
/
+9
*
The last hack for producing bit identical output with cfi on OS X.
Rafael Espindola
2011-04-29
1
-0
/
+8
*
Change DwarfCFIException's member variables to track what it actually
Rafael Espindola
2011-04-29
1
-28
/
+31
*
Factor some code to needsCFIMoves. Avoid printing moves when we don't have to.
Rafael Espindola
2011-04-29
1
-2
/
+1
*
Remove unnecessary argument.
Rafael Espindola
2011-04-27
1
-2
/
+1
*
Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, and
Rafael Espindola
2011-04-27
1
-11
/
+2
*
Simplify the logic. Noticed by aKor.
Rafael Espindola
2011-04-24
1
-2
/
+1
*
Synchronize the conditions for producing a .cfi_startproc and a .cfi_endproc.
Rafael Espindola
2011-04-24
1
-1
/
+1
*
Remove unused variable.
Benjamin Kramer
2011-04-16
1
-5
/
+2
*
Put each personality function in a section. This fixes the gnu ld warning:
Rafael Espindola
2011-04-16
1
-8
/
+3
*
Add 129518 back with a fix for when we are producing eh just because of debug...
Rafael Espindola
2011-04-15
1
-16
/
+28
*
Revert r129518, "Change ELF systems to use CFI for producing the EH tables. T...
NAKAMURA Takumi
2011-04-15
1
-27
/
+15
*
Change ELF systems to use CFI for producing the EH tables. This reduces the
Rafael Espindola
2011-04-14
1
-15
/
+27
*
Add a possibility to switch between CFI directives- and table-based frame des...
Anton Korobeynikov
2011-01-14
1
-1
/
+1
*
Add CFI directives-based frame information emission. Not hooked yet.
Anton Korobeynikov
2011-01-14
1
-0
/
+138