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-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
2011-11-23
Chandler Carruth
Handle the case of a no-return invoke correctly. It...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-23
Bob Wilson
Enable stack protectors for all arrays, not just char...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-23
Jakob Stoklund...
Fix PR11422.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-23
Rafael Espindola
Point to libLTO with -L/PATH/ -lLTO so that it is found...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-23
Chandler Carruth
Fix a crash in block placement due to an inner loop...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-23
Kostya Serebryany
[asan] do not instrument threadlocal globals, this...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-22
Anshuman Dasgupta
Undo test commit
commit
|
commitdiff
|
tree
|
snapshot
2011-11-22
Anshuman Dasgupta
Test commit
commit
|
commitdiff
|
tree
|
snapshot
2011-11-22
Hal Finkel
add basic PPC register-pressure feedback; adjust the...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-22
Craig Topper
More fixes to the X86InstComments for shuffle instructi...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-22
Chandler Carruth
Fix a devilish miscompile exposed by block placement...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-22
Benjamin Kramer
Add configure checking for pread(2) and use it to save...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-22
Chandler Carruth
Fix an obvious omission in the SelectionDAGBuilder...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-22
Benjamin Kramer
Turn error recovery into an assert.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-22
Rafael Espindola
Add triple to the test.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-22
Rafael Espindola
If a register is both an early clobber and part of...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-22
Craig Topper
Fix shuffle decoding logic to handle UNPCKLPS/UNPCKLPD...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-22
Craig Topper
Add methods for querying minimum SSE version along...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-21
Sebastian Pop
fix typo in comment
commit
|
commitdiff
|
tree
|
snapshot
2011-11-21
Nick Lewycky
Fix crasher in GVN due to my recent capture tracking...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-21
Nick Lewycky
Add virtual destructor. Whoops!
commit
|
commitdiff
|
tree
|
snapshot
2011-11-21
Craig Topper
Lowering for v32i8 to VPUNPCKLBW/VPUNPCKHBW when AVX2...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-21
Craig Topper
Test case for r145026
commit
|
commitdiff
|
tree
|
snapshot
2011-11-21
Craig Topper
Add support for lowering 256-bit shuffles to VPUNPCKL...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-21
Joe Abbey
Fixing a comment
commit
|
commitdiff
|
tree
|
snapshot
2011-11-21
Craig Topper
Make LowerSIGN_EXTEND_INREG split 256-bit vectors when...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-20
Nick Lewycky
Less template, more virtual! Refactoring suggested...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-20
Nick Lewycky
Refactor code to use new attribute getters on CallSite...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-20
NAKAMURA Takumi
test/CodeGen/X86/block-placement.ll: Relax expressions...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-20
Chandler Carruth
The logic for breaking the CFG in the presence of hot...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-20
Chandler Carruth
Make an obviously const interface actually be marked...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-20
Benjamin Kramer
XFAIL this test until I figure out what indvars is...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-20
Benjamin Kramer
SCEV: Actually set overflow flags on add expressions.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-20
Chandler Carruth
Add some comments to the latest test case I added here...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-20
Craig Topper
Add code for lowering v32i8 shifts by a splat to AVX2...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-19
Craig Topper
Use 256-bit vcmpeqd for creating an all ones vector...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-19
Craig Topper
Remove some of the special classes that worked around...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-19
Craig Topper
Custom lower AVX2 variable shift intrinsics to shl...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-19
Chandler Carruth
Move the handling of unanalyzable branches out of the...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-19
Craig Topper
Test cases for SSSE3/AVX integer horizontal add/sub.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-19
Craig Topper
Synthesize SSSE3/AVX 128-bit horizontal integer add...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-19
Craig Topper
Collapse X86 PSIGNB/PSIGNW/PSIGND node types.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-19
Craig Topper
Extend VPBLENDVB and VPSIGN lowering to work for AVX2.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-19
Craig Topper
Remove some unnecessary filtering checks from X86 disas...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-19
Craig Topper
Remove unused parameters from the AVX maskmov classes.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-18
Andrew Trick
Fix a corner case in updating LoopInfo after fully...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-18
Nadav Rotem
Add AVX2 vpbroadcast support
commit
|
commitdiff
|
tree
|
snapshot
2011-11-18
Kostya Serebryany
[asan] workaround for reg alloc bug 11395: don't instru...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-18
Chad Rosier
Guard call to getRegForValue with isTypeLegal check...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-17
Devang Patel
DISubrange supports unsigned lower/upper array bounds...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-17
Kostya Serebryany
quick fix: remove GlobalVariable::GlobalVariable mistak...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-17
Andrew Trick
Fix an overly general check in SimplifyIndvar to handle...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-17
Kostya Serebryany
fall back to explicit list of allowed linkages when...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-17
Ted Kremenek
Fix bug in RefCountedBase/RefCountedBaseVPTR where...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-17
Chad Rosier
Add TODO comment.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-17
Craig Topper
Fix SSE/AVX integer comparison patterns to understand...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-17
Chad Rosier
Dead code.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-17
Chad Rosier
When fast iseling a GEP, accumulate the offset rather...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-17
Craig Topper
Remove seemingly unnecessary duplicate VROUND definitions.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-17
Chris Lattner
x86/windows issues fixed.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-17
Eli Friedman
Add support for custom names for library functions...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-17
Daniel Dunbar
llvm-build: Attempt to work around a CMake Makefile...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-17
Chad Rosier
Don't unconditionally set the kill flag.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-17
Eli Friedman
Turn on vzeroupper insertion on call boundaries for...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-16
Daniel Dunbar
build/make/test: Get rid of unused BUGPOINT_TOPTS variable.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-16
Eli Friedman
Make sure to replace the chain properly when DAGCombini...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-16
Michael J....
Object/COFF: Support common symbols.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-16
Jim Grosbach
Remove obsolete test.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-16
Jim Grosbach
Generalize the fixup info for ARM mode.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-16
Jim Grosbach
Update test for r144842.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-16
Akira Hatanaka
Lower 64-bit constant pool node.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-16
Akira Hatanaka
Lower 64-bit block address.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-16
Jim Grosbach
Fix encoding of NOP used for padding in ARM mode .align.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-16
Akira Hatanaka
Add patterns for 64-bit tglobaladdr, tblockaddress...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-16
Akira Hatanaka
64-bit jump register instruction.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-16
Evan Cheng
Another missing X86ISD::MOVLPD pattern. rdar://10450317
commit
|
commitdiff
|
tree
|
snapshot
2011-11-16
Jim Grosbach
ARM assembly parsing for shifted register operands...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-16
Jim Grosbach
Clean up debug printing of ARM shifted operands.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-16
Chad Rosier
Add fast-isel stats to determine who's doing all the...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-16
Chad Rosier
Fix the stats collection for fast-isel. The failed...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-16
Chandler Carruth
There are already problems with building LLVM under...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-16
Jim Grosbach
ARM assmebly two operand forms for LSR, ASR, LSL, ROR...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-16
Jim Grosbach
ARM assembly parsing for RRX mnemonic.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-16
Pete Cooper
Added missing comment about new custom lowering of...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-16
Evan Cheng
Disable expensive two-address optimizations at -O0...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-16
Chad Rosier
Check to make sure we can select the instruction before...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-16
Evan Cheng
Disable the assertion again. Looks like fastisel is...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-16
Jim Grosbach
ARM mode aliases for bitwise instructions w/ register...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-16
Bob Wilson
Fix tablegen warning: hasSideEffects is inferred for...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-16
NAKAMURA Takumi
lib/Target/ARM/CMakeLists.txt: Disable optimization...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-16
Evan Cheng
Sink codegen optimization level into MCCodeGenInfo...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-16
Bob Wilson
Record landing pads with a SmallSetVector to avoid...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-16
Craig Topper
Fix the execution domain on a bunch of SSE/AVX instruct...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-16
Bob Wilson
Update the SP in the SjLj jmpbuf whenever it changes...
commit
|
commitdiff
|
tree
|
snapshot
next