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
/
DwarfEHPrepare.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Eliminate unnecessary uses of getZExtValue().
Dan Gohman
2010-06-18
1
-1
/
+1
*
When performing the Horrible Hack(tm-Duncan) on the EH code to convert a
Bill Wendling
2010-06-12
1
-26
/
+49
*
Code that needs a TargetMachine should have access to one directly, rather
Dan Gohman
2010-04-19
1
-5
/
+7
*
Revert 101465, it broke internal OpenGL testing.
Eric Christopher
2010-04-16
1
-5
/
+5
*
reapply r101434
Gabor Greif
2010-04-16
1
-5
/
+5
*
back out r101423 and r101397, they break llvm-gcc self-host on darwin10
Gabor Greif
2010-04-16
1
-5
/
+5
*
reapply r101364, which has been backed out in r101368
Gabor Greif
2010-04-15
1
-5
/
+5
*
typos
Gabor Greif
2010-04-15
1
-2
/
+2
*
back out r101364, as it trips the linux nightlybot on some clang C++ tests
Gabor Greif
2010-04-15
1
-5
/
+5
*
rotate CallInst operands, i.e. move callee to the back
Gabor Greif
2010-04-15
1
-5
/
+5
*
Skip debug info when looking for existing EH calls at the
Dale Johannesen
2010-04-02
1
-2
/
+2
*
Re-add back in the slow way of determining of a clean-up should become a
Bill Wendling
2010-03-29
1
-0
/
+135
*
A more general (and simpler!) implementation of r99671. It performs a similar
Bill Wendling
2010-03-29
1
-122
/
+59
*
Return if we changed anything or not.
Bill Wendling
2010-03-27
1
-11
/
+9
*
If a selector has a call to ".llvm.eh.catch.all.value" that we haven't
Bill Wendling
2010-03-27
1
-8
/
+38
*
If we mark clean-ups as clean-ups, then it could break when inlining through an
Bill Wendling
2010-03-26
1
-7
/
+215
*
SjLj EH introduces can introduce an additional edge to a landing pad and pad
Jim Grosbach
2010-01-20
1
-0
/
+13
*
Pull LLVMContext out of PromoteMemToReg.
Nick Lewycky
2009-11-23
1
-1
/
+1
*
Don't put in these EH changes.
Bill Wendling
2009-10-29
1
-291
/
+35
*
Reverting r85338 for now. It's causing a bootstrap failure on PPC darwin9.
Bill Wendling
2009-10-29
1
-35
/
+291
*
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
1
-1
/
+0
*
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-25
1
-1
/
+1
*
Introduce and use convenience methods for getting pointer types
Duncan Sands
2009-10-06
1
-1
/
+1
*
Tabs -> spaces, and remove trailing whitespace.
Daniel Dunbar
2009-09-20
1
-2
/
+2
*
Expand on comment.
Eric Christopher
2009-09-15
1
-1
/
+4
*
Pull the creation of the "RewindFunction" function out of the loop. It's only
Bill Wendling
2009-09-14
1
-14
/
+25
*
If there's a calling convention attach it to the rewind function call.
Eric Christopher
2009-09-04
1
-1
/
+3
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
1
-6
/
+9
*
Move types back to the 2.5 API.
Owen Anderson
2009-07-29
1
-2
/
+1
*
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-22
1
-2
/
+2
*
Revert yesterday's change by removing the LLVMContext parameter to AllocaInst...
Owen Anderson
2009-07-15
1
-2
/
+2
*
Move EVER MORE stuff over to LLVMContext.
Owen Anderson
2009-07-14
1
-1
/
+2
*
More LLVMContext-ification.
Owen Anderson
2009-07-05
1
-1
/
+1
*
Add a new codegen pass that normalizes dwarf exception handling
Duncan Sands
2009-05-22
1
-0
/
+397
[prev]