projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2011-11-28
Eli Friedman
Make SelectionDAG::InferPtrAlignment use llvm::ComputeM...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Evan Cheng
Revert r145273 and fix in SelectionDAG::InferPtrAlignme...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Daniel Dunbar
Fix some possible gcc-4.2 may be used uninitialized...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Nick Lewycky
Don't define these unless we plan to use them.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Joe Abbey
Merging two bullet points into one
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Evan Cheng
DAG combine should not increase alignment of loads...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Evan Cheng
Add missing avx pattern.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Peter Collingbourne
Add OpenCL blurb to release notes.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Chad Rosier
80-column.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Bill Wendling
Remove dead llvm.eh.sjlj.dispatchsetup intrinsic.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Andrew Trick
Remove the temporary flag -disable-unroll-scev and...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Eli Friedman
Add back a line I deleted by accident in r145141. ...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Michael J....
Add object file related release notes.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Jakob Stoklund...
Explain what ExeDepsFix does.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Rafael Espindola
Fix spelling/grammar errors found by Duncan.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Benjamin Kramer
Handle more cases in APInt::getLowBitsSet's fast path.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Bill Wendling
Support a 'final' release candidate tag.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Duncan Sands
Silence wrong warnings from GCC about variables possibl...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Craig Topper
Add X86 instruction selection for VPERM2I128 when AVX2...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Bob Wilson
Add an optional separate install prefix for internal...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
NAKAMURA Takumi
test/lit.cfg: Enable the feature 'asserts' to check...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
NAKAMURA Takumi
lit/TestRunner.py: Use RemoveForce().
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
NAKAMURA Takumi
lit/TestRunner.py: [Win32] Introduce WinWaitReleased...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Jakob Stoklund...
Add a blurb about the new ExecutionDepsFix pass.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Craig Topper
Make isCommutedVSHUFP more like the way isCommutedSHUFP...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
NAKAMURA Takumi
configure, config.h.in: Regenerate.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Dylan Noblesmith
use llvm-config.h in public header
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Dylan Noblesmith
rename ENABLE_THREADS to LLVM_ENABLE_THREADS
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Dylan Noblesmith
update description of LLVM_DEFAULT_TARGET_TRIPLE
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Nick Lewycky
Place the "cfg checksum" around a test. This was recent...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Chris Lattner
dwarf parsing stuff.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Chris Lattner
first pass of writing complete!
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Chris Lattner
arm and carve out a place ot mention segmented stacks.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Rafael Espindola
Add a description of the status of segmented stacks.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Chris Lattner
optimize, mc, x86
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Craig Topper
Merge detecting and handling for VSHUFPSY and VSHUFPDY...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Chris Lattner
some writing.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Chris Lattner
fix some out-of-date attribution.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Chris Lattner
distribute various bullets to different sections.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Chandler Carruth
Prevent rotating the blocks of a loop (and thus getting...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Chris Lattner
rewrite the known problems section. Including a short...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Chris Lattner
move the detailed information about the EH rewrite...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Chris Lattner
tweak subprojects' section
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Chris Lattner
some random notes.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Chris Lattner
remove a test that is using old-style llvm.dbg intrinsi...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Chandler Carruth
Take two on rotating the block ordering of loops. My...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Chandler Carruth
Revert r145180 as it is causing test failures on all...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Chandler Carruth
Fix an impressive type-o / spell-o Duncan noticed.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Danil Malyshev
Fixed ObjectFile functions:
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Chandler Carruth
Rework a bit of the implementation of loop block rotati...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Chris Lattner
Eli managed to kill off llvm.membarrier in llvm 3.0...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Chris Lattner
add some final random notes, I've completed my pass...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Chris Lattner
The llvm.atomic intrinsics *were* removed in LLVM 3...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Chris Lattner
remove autoupgrade support for old forms of llvm.prefet...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Chris Lattner
add some notes.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Chris Lattner
remove asmparsing and documentation support for "volati...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Chris Lattner
Upgrade syntax of tests using volatile instructions...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Chris Lattner
some notes.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Chris Lattner
remove autoupgrade support for really old-style debug...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Chris Lattner
remove some old autoupgrade logic
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Chris Lattner
remove autoupgrade support for LLVM 2.9 exception stuff...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Chris Lattner
remove support for reading llvm 2.9 .bc files. LLVM...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Chris Lattner
add some notes
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Wesley Peck
Add several new instructions supported by the latest...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Bob Wilson
Partially revert r145157 to quiet an unhappy buildbot.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Wesley Peck
Optimize comparison against 0 in conditional instructions.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Chandler Carruth
Introduce a loop block rotation optimization to the...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Bob Wilson
Merge the install-clang-c target into install-clang...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-26
Benjamin Kramer
Move code into anonymous namespaces.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-26
Craig Topper
Merge 128-bit and 256-bit X86ISD node types for VPERMIL...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-26
Wesley Peck
Rename a couple of options and fix some simple typos.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-26
Craig Topper
Collapse X86ISD node types for PUNPCKH*, PUNPCKL*,...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-26
Benjamin Kramer
Move the branch probability blurb into the optimizer...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-26
David Chisnall
Added Objective-C and libc++ details to the 3.0 release...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-26
Chandler Carruth
FileCheck-ize this test and make it more precise. This...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-26
Eli Friedman
Fix APFloat::convert so that it handles narrowing conve...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-25
Benjamin Kramer
shpelling
commit
|
commitdiff
|
tree
|
snapshot
2011-11-25
Benjamin Kramer
Remove ZooLib from the projects list.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-25
Chris Lattner
add a user
commit
|
commitdiff
|
tree
|
snapshot
2011-11-25
Chris Lattner
add some notes
commit
|
commitdiff
|
tree
|
snapshot
2011-11-25
Chris Lattner
add faust
commit
|
commitdiff
|
tree
|
snapshot
2011-11-25
Bruno Cardoso...
This patch contains support for encoding FMA4 instructi...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-25
NAKAMURA Takumi
ARMLoadStoreOptimizer.cpp: Fix MSVC(Debug) build.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-24
Craig Topper
Remove 256-bit specific node types for UNPCKHPS/D and...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-24
Craig Topper
Remove AVX2 specific X86ISD node types for PUNPCKH...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-24
Benjamin Kramer
Devirtualize Pass::getPassID, overriding it isn't usefu...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-24
Benjamin Kramer
Make ConstantRange::truncate a bit more efficient.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-24
Benjamin Kramer
X86: alias cqo to cqto.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-24
Chandler Carruth
Fix a silly use-after-free issue. A much earlier versio...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-24
Chandler Carruth
When adding blocks to the list of those which no longer...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-24
Jim Grosbach
Add a few notes for ARM and a blurb about the MCJIT.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-23
Akira Hatanaka
This patch makes the following changes necessary for...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-23
Akira Hatanaka
This patch addresses gp relative fixups/relocations...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-23
Richard Smith
Correctly byte-swap APInts with bit-widths greater...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-23
Benjamin Kramer
Validate the return type when checking if a function...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-23
Duncan Sands
Fix a crash in which a multiplication was being reporte...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-23
Benjamin Kramer
X86: Use btq for bit tests if the immediate can't be...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-23
NAKAMURA Takumi
test/CodeGen/X86/block-placement.ll: Add explicit ...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-23
Chandler Carruth
Relax an invariant that block placement was trying...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-23
Elena Demikhovsky
I added several lines in X86 code generator that allow...
commit
|
commitdiff
|
tree
|
snapshot
next