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-29
Rafael Espindola
grammar.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Andrew Trick
comment.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Daniel Dunbar
build/CMake: Finish removal of add_llvm_library_depende...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Benjamin Kramer
Add a link to Bill's blog post.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Rafael Espindola
Release notes for segmented stacks.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Duncan Sands
Fix a theoretical problem (not seen in the wild): if...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Michael J....
MC/X86/COFF: Allow quotes in names when targeting MS...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Danil Malyshev
Fixed ObjectFile functions:
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Elena Demikhovsky
Fixed vsqrt.ss intrinsic usage - order of input operand...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Craig Topper
Fix shuffle decoding for memory forms for (V)SHUFPS/D.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Craig Topper
Fix issues in shuffle decoding around VPERM* instructio...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
NAKAMURA Takumi
[Win32] Catch exceptions (eg. segfault) on waiting...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
NAKAMURA Takumi
lit/TestRunner.py: Try to catch ERROR_FILE_NOT_FOUND...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Bob Wilson
Install llvmCore to /usr/local. <rdar://problem/10390708>
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Craig Topper
Fix VINSERTF128/VEXTRACTF128 to be marked as FP instruc...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Craig Topper
Correctly mark VPERM2F128 as being an FP instruction...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Bill Wendling
MachO doesn't support the protected visibility. Don...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Andrew Trick
SCEV fix. In general, Add/Mul expressions should not...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Andrew Trick
Make SCEV print <nsw><nuw> for Add/MulExpr.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Andrew Trick
Filecheckize.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Peter Collingbourne
Remove content that has been moved to Clang release...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Peter Collingbourne
Fix grammar.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Bill Wendling
On MachO, the pointer to the personality function shoul...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Daniel Dunbar
build/cmake: Switch to using llvm-build computed depend...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Eli Friedman
Zap some completely ridiculous code. There's probably...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Jim Grosbach
Better fix for ARM MOVT relocation encoding of thumb...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Andrew Trick
Reenable this IndVars unit test.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Daniel Dunbar
build: Update CMakeLists.txt.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Chandler Carruth
Add a link from the LLVM release notes to the Clang...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Daniel Dunbar
edis: Sink EDMain.cpp into lib/MC/MCDisassembler.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Daniel Dunbar
edis: Don't do the target initialization in EDGetDisass...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Daniel Dunbar
llvm-c: Add a few missing InitializeAll* functions.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Daniel Dunbar
build/Make: edis isn't built as a shared library anymor...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Daniel Dunbar
llvmbuild/CMake: Update CMake output fragment to includ...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Rafael Espindola
Expand the part about CFI a bit.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Devang Patel
Add documentation for llvm-cov.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Jim Grosbach
Thumb2 only force the fixup thumb bit for data relocations.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Eli Friedman
Add a missing safety check to ProcessUGT_ADDCST_ADD...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Jim Grosbach
Remove obsolete FIXME.
commit
|
commitdiff
|
tree
|
snapshot
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
next