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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement the rest of the SEH directive-parsing methods in the COFFAsmParser.
Charles Davis
2011-05-24
1
-0
/
+9
*
Remove dead code.
Devang Patel
2011-05-24
1
-4
/
+0
*
Add a method to TargetRegisterInfo to get the register number that the Win64 EH
Charles Davis
2011-05-24
1
-0
/
+6
*
Clean up the lazy initialization of DIBuilder a bit.
Cameron Zwarich
2011-05-24
1
-2
/
+2
*
Work around code generation bug in Visual Studio 2010.
Jakob Stoklund Olesen
2011-05-24
1
-2
/
+2
*
Make LoadAndStorePromoter preserve debug info and create llvm.dbg.values when
Cameron Zwarich
2011-05-24
2
-1
/
+10
*
add a helper method to get the byval alignment of an argument.
Chris Lattner
2011-05-22
1
-0
/
+3
*
Add methods to parse the SEH directives to the COFFAsmParser. Implement some
Charles Davis
2011-05-22
1
-1
/
+1
*
Add a parameter to ConstantFoldTerminator() that callers can use to ask it to...
Frits van Bommel
2011-05-22
1
-2
/
+4
*
another typo
Chris Lattner
2011-05-22
1
-1
/
+1
*
fix comment typo
Chris Lattner
2011-05-22
1
-1
/
+1
*
Fix some minor typos and grammar.
Chris Lattner
2011-05-22
1
-40
/
+31
*
Implement emission of all Win64 exception tables. Make the COFF streamer emit
Charles Davis
2011-05-22
1
-0
/
+9
*
Make the COFF streamer emit unwind info when processing a .seh_handlerdata
Charles Davis
2011-05-22
2
-4
/
+8
*
random comment cleanups.
Chris Lattner
2011-05-22
1
-1
/
+1
*
remove StandardPasses, it has been replaced with PassManagerBuilder
Chris Lattner
2011-05-22
1
-403
/
+0
*
add support for LTO passes.
Chris Lattner
2011-05-22
1
-0
/
+75
*
Include DataTypes.h from this header to get the uint*_t types.
Charles Davis
2011-05-22
1
-0
/
+2
*
Allow access to the .pdata and .xdata sections through the TargetAsmInfo
Charles Davis
2011-05-22
1
-0
/
+8
*
add an extension point mechanism that allow plugins to add stuff to
Chris Lattner
2011-05-21
1
-40
/
+83
*
Add CreateLifetimeStart and CreateLifetimeEnd to the IRBuilder, with plans to
Nick Lewycky
2011-05-21
1
-4
/
+18
*
add a new PassManagerBuilder class to replace StandardPasses.h
Chris Lattner
2011-05-21
1
-0
/
+204
*
add a copy ctor to TargetLibraryInfo.
Chris Lattner
2011-05-21
1
-0
/
+1
*
PR7952: Make isa<> use the same logic as cast<>, so that they both work
Eli Friedman
2011-05-21
1
-48
/
+40
*
A handler for a function in the Win64 EH scheme can be both an unwind handler
Charles Davis
2011-05-21
1
-7
/
+10
*
Have Program::Wait return -2 for crashed and timeouts instead of embedding
Andrew Trick
2011-05-21
1
-7
/
+5
*
Add .pdata and .xdata sections to the COFF TLOF implementation.
Charles Davis
2011-05-20
2
-0
/
+12
*
Add asserts in StringRef to make sure we avoid undefined behavior:
Argyrios Kyrtzidis
2011-05-20
1
-7
/
+20
*
indvars: Prototyping Sign/ZeroExtend elimination without canonical IVs.
Andrew Trick
2011-05-20
1
-4
/
+12
*
Remove noisy semicolons.
Benjamin Kramer
2011-05-20
1
-6
/
+11
*
Misc code refactorings:
Rafael Espindola
2011-05-19
1
-2
/
+1
*
Implement the EndProlog Win64 EH method on the base MCStreamer.
Charles Davis
2011-05-19
1
-3
/
+3
*
Implement the Win64 EH prolog instruction methods on the base MCStreamer.
Charles Davis
2011-05-19
2
-18
/
+14
*
Fix up the new StandardPasses to run the same scalarrepl passes as the old one.
Eli Friedman
2011-05-19
1
-4
/
+10
*
Reapply 131644 including the missing header changes:
Joerg Sonnenberger
2011-05-19
2
-2
/
+4
*
Turns out GAS does have Win64 EH directives. (It also supports WinCE EH.) Make
Charles Davis
2011-05-19
2
-7
/
+7
*
Implement the StartChained and EndChained Win64 EH methods on MCStreamer.
Charles Davis
2011-05-19
2
-3
/
+4
*
Fix the MSVC build.
Francois Pichet
2011-05-19
1
-14
/
+19
*
Implement the StartProc and EndProc Win64 EH methods on the base MCStreamer.
Charles Davis
2011-05-19
1
-0
/
+5
*
Fix build issues with headers, which I discovered by actually using them.
Charles Davis
2011-05-19
2
-26
/
+28
*
Add a header patterned after MCDwarf.h for supporting Win64 exception handling
Charles Davis
2011-05-18
1
-0
/
+91
*
Some better type safety enforcement in the standard pass list, along with som...
David Chisnall
2011-05-18
1
-25
/
+31
*
Third pass at allowing plugins to modify default passes. This time with a tw...
Eli Friedman
2011-05-18
2
-150
/
+454
*
Set debug location while setting insertion point.
Devang Patel
2011-05-18
1
-0
/
+1
*
Add some more Win64 EH directives:
Charles Davis
2011-05-18
1
-0
/
+4
*
Revert r131556; it's breaking buildbots/clang tests.
Eli Friedman
2011-05-18
2
-448
/
+150
*
Second pass at allowing plugins to modify default passes. This time without ...
David Chisnall
2011-05-18
2
-150
/
+448
*
Revert commit 131534 since it seems to have broken several buildbots.
Duncan Sands
2011-05-18
1
-71
/
+86
*
Refactor getActionType and getTypeToTransformTo ; place all of the 'decision'
Nadav Rotem
2011-05-18
1
-86
/
+71
*
While thinking about how to know where the functions' boundaries are for
Charles Davis
2011-05-18
1
-2
/
+3
[next]