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
*
SCEV fix. In general, Add/Mul expressions should not inherit NSW/NUW.
Andrew Trick
2011-11-29
3
-11
/
+33
*
Make SCEV print <nsw><nuw> for Add/MulExpr.
Andrew Trick
2011-11-29
1
-0
/
+8
*
Filecheckize.
Andrew Trick
2011-11-29
1
-1
/
+2
*
Remove content that has been moved to Clang release notes.
Peter Collingbourne
2011-11-29
1
-10
/
+3
*
Fix grammar.
Peter Collingbourne
2011-11-29
1
-1
/
+1
*
On MachO, the pointer to the personality function should always be in the
Bill Wendling
2011-11-29
1
-3
/
+1
*
build/cmake: Switch to using llvm-build computed dependencies.
Daniel Dunbar
2011-11-29
3
-9
/
+11
*
Zap some completely ridiculous code. There's probably a miscompile here, but...
Eli Friedman
2011-11-29
1
-1
/
+1
*
Better fix for ARM MOVT relocation encoding of thumb bit.
Jim Grosbach
2011-11-29
2
-9
/
+16
*
Reenable this IndVars unit test.
Andrew Trick
2011-11-29
1
-4
/
+1
*
build: Update CMakeLists.txt.
Daniel Dunbar
2011-11-29
1
-0
/
+1
*
Add a link from the LLVM release notes to the Clang release notes.
Chandler Carruth
2011-11-29
1
-2
/
+4
*
edis: Sink EDMain.cpp into lib/MC/MCDisassembler.
Daniel Dunbar
2011-11-29
5
-66
/
+4
*
edis: Don't do the target initialization in EDGetDisassembler, this is contrary
Daniel Dunbar
2011-11-29
1
-11
/
+0
*
llvm-c: Add a few missing InitializeAll* functions.
Daniel Dunbar
2011-11-29
1
-0
/
+52
*
build/Make: edis isn't built as a shared library anymore, remove related cruf...
Daniel Dunbar
2011-11-29
1
-23
/
+0
*
llvmbuild/CMake: Update CMake output fragment to include explicit library
Daniel Dunbar
2011-11-29
2
-0
/
+66
*
Expand the part about CFI a bit.
Rafael Espindola
2011-11-28
1
-2
/
+5
*
Add documentation for llvm-cov.
Devang Patel
2011-11-28
2
-0
/
+48
*
Thumb2 only force the fixup thumb bit for data relocations.
Jim Grosbach
2011-11-28
1
-8
/
+8
*
Add a missing safety check to ProcessUGT_ADDCST_ADD. Fixes PR11438.
Eli Friedman
2011-11-28
2
-0
/
+30
*
Remove obsolete FIXME.
Jim Grosbach
2011-11-28
1
-2
/
+0
*
Make SelectionDAG::InferPtrAlignment use llvm::ComputeMaskedBits instead of d...
Eli Friedman
2011-11-28
3
-29
/
+22
*
Revert r145273 and fix in SelectionDAG::InferPtrAlignment() instead.
Evan Cheng
2011-11-28
3
-28
/
+18
*
Fix some possible gcc-4.2 may be used uninitialized warnings.
Daniel Dunbar
2011-11-28
1
-2
/
+2
*
Don't define these unless we plan to use them.
Nick Lewycky
2011-11-28
1
-0
/
+2
*
Merging two bullet points into one
Joe Abbey
2011-11-28
1
-12
/
+8
*
DAG combine should not increase alignment of loads / stores with alignment less
Evan Cheng
2011-11-28
3
-13
/
+66
*
Add missing avx pattern.
Evan Cheng
2011-11-28
1
-0
/
+3
*
Add OpenCL blurb to release notes.
Peter Collingbourne
2011-11-28
1
-0
/
+4
*
80-column.
Chad Rosier
2011-11-28
1
-2
/
+4
*
Remove dead llvm.eh.sjlj.dispatchsetup intrinsic.
Bill Wendling
2011-11-28
6
-36
/
+0
*
Remove the temporary flag -disable-unroll-scev and dead code.
Andrew Trick
2011-11-28
3
-144
/
+7
*
Add back a line I deleted by accident in r145141. Fixes uninitialized variab...
Eli Friedman
2011-11-28
1
-0
/
+1
*
Add object file related release notes.
Michael J. Spencer
2011-11-28
1
-49
/
+53
*
Explain what ExeDepsFix does.
Jakob Stoklund Olesen
2011-11-28
1
-3
/
+6
*
Fix spelling/grammar errors found by Duncan.
Rafael Espindola
2011-11-28
1
-2
/
+2
*
Handle more cases in APInt::getLowBitsSet's fast path.
Benjamin Kramer
2011-11-28
1
-2
/
+2
*
Support a 'final' release candidate tag.
Bill Wendling
2011-11-28
2
-26
/
+34
*
Silence wrong warnings from GCC about variables possibly being used
Duncan Sands
2011-11-28
1
-2
/
+2
*
Add X86 instruction selection for VPERM2I128 when AVX2 is enabled. Merge VPER...
Craig Topper
2011-11-28
5
-110
/
+155
*
Add an optional separate install prefix for internal components. rdar://10217046
Bob Wilson
2011-11-28
4
-5
/
+40
*
test/lit.cfg: Enable the feature 'asserts' to check output of llc -version.
NAKAMURA Takumi
2011-11-28
1
-1
/
+6
*
lit/TestRunner.py: Use RemoveForce().
NAKAMURA Takumi
2011-11-28
1
-4
/
+1
*
lit/TestRunner.py: [Win32] Introduce WinWaitReleased(f), to wait for file han...
NAKAMURA Takumi
2011-11-28
1
-0
/
+43
*
Add a blurb about the new ExecutionDepsFix pass.
Jakob Stoklund Olesen
2011-11-28
1
-1
/
+4
*
Make isCommutedVSHUFP more like the way isCommutedSHUFP is handled.
Craig Topper
2011-11-28
1
-35
/
+81
*
configure, config.h.in: Regenerate.
NAKAMURA Takumi
2011-11-28
3
-11
/
+14
*
use llvm-config.h in public header
Dylan Noblesmith
2011-11-28
1
-1
/
+1
*
rename ENABLE_THREADS to LLVM_ENABLE_THREADS
Dylan Noblesmith
2011-11-28
10
-22
/
+30
[next]