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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add more constantness in BlockFrequencyInfo.
Jakub Staszak
2011-08-03
4
-4
/
+5
*
Kill the export list as well.
Evan Cheng
2011-08-03
1
-36
/
+0
*
New approach to r136737: insert the necessary fences for atomic ops in platfo...
Eli Friedman
2011-08-03
7
-86
/
+94
*
Remove CreateUnwind from the IRBuillder.
Bill Wendling
2011-08-03
1
-4
/
+0
*
Remove unused variables.
Benjamin Kramer
2011-08-03
2
-2
/
+0
*
Some revisions to Devang's change r136759 for merged global debug info.
Bob Wilson
2011-08-03
1
-23
/
+9
*
Go back to the old definition. It's not clear that a 'resume' can be 'outline...
Bill Wendling
2011-08-03
1
-2
/
+2
*
SCEV: Use AssertingVH to catch dangling BasicBlock* when passes forget
Andrew Trick
2011-08-03
4
-3
/
+106
*
whitespace
Andrew Trick
2011-08-03
1
-7
/
+7
*
Explain how clauses are applied.
Bill Wendling
2011-08-03
1
-0
/
+4
*
Handle IMPLICIT_DEF instructions in X86FloatingPoint.
Jakob Stoklund Olesen
2011-08-03
2
-1
/
+33
*
Use cast<> instead of a C-style cast to get some free assertions.
Jay Foad
2011-08-03
1
-2
/
+2
*
fix PR10286, a problem with the .ll printer handling block addresses that are...
Chris Lattner
2011-08-03
2
-11
/
+43
*
Use byte offset, instead of element number, to access merged global.
Devang Patel
2011-08-03
2
-3
/
+145
*
Small cleanups:
Nick Lewycky
2011-08-03
1
-3
/
+2
*
Add this back in for now. There are still a few passes which create unwind in...
Bill Wendling
2011-08-03
1
-1
/
+1
*
Fix logical error when detecting lifetime intrinsics.
Nick Lewycky
2011-08-03
2
-33
/
+45
*
Replace the 'UnwindInst' check with a check for 'ResumeInst', which also exits
Bill Wendling
2011-08-03
1
-1
/
+1
*
Use the precomputed def presence in RAGreedy::calcSpillCost.
Jakob Stoklund Olesen
2011-08-02
1
-11
/
+2
*
Inform SpillPlacement about blocks with defs.
Jakob Stoklund Olesen
2011-08-02
1
-0
/
+1
*
Rename {First,Last}Use to {First,Last}Instr.
Jakob Stoklund Olesen
2011-08-02
3
-43
/
+45
*
lldb doesn't need the edis dylib any more.
Evan Cheng
2011-08-02
1
-1
/
+0
*
ARM backend support for atomicrmw and cmpxchg with non-monotonic ordering. N...
Eli Friedman
2011-08-02
1
-47
/
+77
*
Add a BlockInfo::FirstDef field.
Jakob Stoklund Olesen
2011-08-02
2
-1
/
+15
*
Delete BlockInfo::LiveThrough. It wasn't used any more.
Jakob Stoklund Olesen
2011-08-02
2
-4
/
+0
*
Teach InstCombine that lifetime intrincs aren't a real user on the result of a
Nick Lewycky
2011-08-02
2
-12
/
+48
*
Extend the SpillPlacement interface with two new features.
Jakob Stoklund Olesen
2011-08-02
2
-1
/
+11
*
Add the documentation for the 'landingpad' instruction. Improve the 'invoke'
Bill Wendling
2011-08-02
1
-4
/
+90
*
Move methods in PassManagerBuilder offline.
Rafael Espindola
2011-08-02
6
-236
/
+281
*
move PassManagerBuilder.h to IPO. This is a non intuitive place to put it,
Rafael Espindola
2011-08-02
5
-5
/
+5
*
Add new atomic instructions to SCCP. No functional change, but stops debug s...
Eli Friedman
2011-08-02
1
-0
/
+2
*
Lifetime intrinsics on undef are dead.
Nick Lewycky
2011-08-02
2
-4
/
+19
*
Update the default bug report url in autoconf.
Chad Rosier
2011-08-02
1
-2
/
+2
*
no need to count the terminators.
Chris Lattner
2011-08-02
1
-9
/
+9
*
Assume .cfi_startproc is the first thing in a function. If the function is
Rafael Espindola
2011-08-02
3
-8
/
+36
*
Don't create a ridiculous EXTRACT_ELEMENT. PR10563.
Eli Friedman
2011-08-02
2
-3
/
+2
*
Fix the broken encodings for the VFP vmov.f32 and vmov.f64 instructions, as w...
Owen Anderson
2011-08-02
1
-6
/
+8
*
Tidy up. 80 columns.
Jim Grosbach
2011-08-02
1
-8
/
+10
*
ARM: rename addrmode7 to addr_offset_none.
Jim Grosbach
2011-08-02
2
-15
/
+16
*
Comment out the PPC relocation offset adjustment. It must be done differently.
Roman Divacky
2011-08-02
1
-0
/
+4
*
Make this kind of lowering to be supported by 256-bit instructions:
Bruno Cardoso Lopes
2011-08-02
2
-14
/
+56
*
Remove trailing semicolon.
Roman Divacky
2011-08-02
1
-1
/
+1
*
Sketch out PowerPC ELF writer. This is enough to get clang -integrated-as
Roman Divacky
2011-08-02
5
-2
/
+173
*
Duncan's english is better than mine. :-)
Bill Wendling
2011-08-02
1
-1
/
+1
*
Remove the LLVMBuildUnwind C API function.
Bill Wendling
2011-08-02
3
-8
/
+7
*
Use consistent terminology for loop exit/exiting blocks. Name change only.
Andrew Trick
2011-08-02
2
-16
/
+16
*
Remove empty test.
Benjamin Kramer
2011-08-02
1
-0
/
+0
*
Revert r136503 and r136480 in an effort to fix non-determinism in the llvm-gc...
Owen Anderson
2011-08-02
2
-60
/
+1
*
I am the code owner for Clang's IR generation; this has been true
John McCall
2011-08-02
2
-0
/
+6
*
Minor wording tweak for memory model.
Eli Friedman
2011-08-02
1
-4
/
+4
[next]