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-10-13
Michael J....
Support/Windows: Add support modifying memory permissio...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-13
Eli Friedman
Fix undefined shifts and abs in Alpha backend. Based...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-13
Michael J....
Support/Windows: Add efficent RW mutex on Windows....
commit
|
commitdiff
|
tree
|
snapshot
2011-10-13
Lang Hames
Fixed typo.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-13
Eli Friedman
Avoid undefined behavior in signed integer negation...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-13
Eli Friedman
Simplify and avoid undefined shift. Based on patch...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-13
Michael J....
ELF: Fix the section that relocations apply to. Add...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-13
Michael J....
llvm-object: Add inline relocation information to disas...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-13
Eli Friedman
Enhance the memdep interface so that users can tell...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-13
Andrew Trick
Reapply r141870, SCEV expansion of post-inc.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-13
Eric Christopher
Don't forget to reconstruct D after changing the scope...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-13
Richard Osborne
Update IntrinsicsXCore.td with the normal LLVM notice...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-13
Michael J....
llvm-objdump: Fix whitespace.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-13
Michael J....
llvm-objdump: Fix dumping of multiple symbols with...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-13
Michael J....
COFF: Implement sectionContainsSymbol for relocatable...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-13
Andrew Trick
Fix memory corruption I introduced a few checkins ago.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-13
NAKAMURA Takumi
configure: [cygming] Set --disable-embed-stdcxx by...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-13
Owen Anderson
SETEND is not allowed in an IT block.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-13
Andrew Trick
Revert r141870. The test case crashes on linux with...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-13
NAKAMURA Takumi
docs/CMake.html: Clarify LLVM_LIT_TOOLS_DIR as :PATH.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-13
Michael J....
Fix incorrect ELF typedefs.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-13
Andrew Trick
LSR: Reuse the post-inc expansion of expressions.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-13
Daniel Dunbar
build: Remove some stray LLVMC configure variables.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-13
Andrew Trick
SCEV: Rewrite TrandformForPostIncUse to handle expressi...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-13
Andrew Trick
Slightly more useful tracing.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-13
Benjamin Kramer
Force CPU type on test so it doesn't accidentally emit...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-13
Kalle Raiskila
Mark 'branch indirect' instruction as an indirect branch.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-13
Bill Wendling
More closely follow libgcc, which has code after the...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-13
Bill Wendling
Revert r141854 because it was causing failures:
commit
|
commitdiff
|
tree
|
snapshot
2011-10-13
Bill Wendling
Should not add instructions to a BB after a return...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-13
Cameron Zwarich
Use an existing method.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-13
Craig Topper
Add X86 TZCNT instruction and patterns to select it...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-13
Craig Topper
Add 'implicit EFLAGS' to patterns for popcnt and lzcnt
commit
|
commitdiff
|
tree
|
snapshot
2011-10-13
Nick Lewycky
Elf_Word is not POD! Stop using it in a DenseMap.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-13
Nick Lewycky
If MI is deleted then remove it from the set. If a...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-13
Nick Lewycky
Tabs to spaces.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-13
Nick Lewycky
Add missing braces to pacify GCC's -Wparentheses.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-13
Michael J....
Add missing ELF constants.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-12
Jakob Stoklund...
Also inflate register classes around inline asm.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-12
Jakob Stoklund...
Add MachineInstr::getRegClassConstraint().
commit
|
commitdiff
|
tree
|
snapshot
2011-10-12
Jakob Stoklund...
Extract a method for finding the inline asm flag operand.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-12
Jakob Stoklund...
Encode register class constreaints in inline asm instru...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-12
Eli Friedman
Attempt to fix MSVC build.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-12
Bill Wendling
We need to verify that the machine instruction we're...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-12
Eli Friedman
Use a utility from MathExtras to clarify a check and...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-12
Owen Anderson
The VMAs stored in the symbol table of a MachO file...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-12
Eli Friedman
Use unsigned multiply to hash integers, so we don't...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-12
Lang Hames
Removed colons from some target datalayout strings...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-12
Owen Anderson
Don't label a STAB debugging symbol as a function symbol.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-12
Owen Anderson
sectionContainsSymbol needs to be based on VMA's rather...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-12
Eli Friedman
Fix a couple hash functions so that they do not depend...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-12
Jim Grosbach
ARM addrmode5 represents the 'U' bit of the encoding...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-12
Eli Friedman
Fix APFloat::getSmallestNormalized so the shift doesn...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-12
Eli Friedman
Fix APFloat::getLargest so that it actually returns...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-12
Owen Anderson
Section indices in MachO symbol tables begin at 1,...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-12
Kevin Enderby
Finish supporting cpp #file/line comments in assembler...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-12
Evan Cheng
Disable machine LICM speculation check (for profitabili...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-12
Cameron Zwarich
To find the exiting VN of a LiveInterval from a block...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-12
Jim Grosbach
Thumb2 assembly parsing and encoding for LDC/STC.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-12
Nick Lewycky
Hoist vector.size() computation out of the loop. No...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-12
Jim Grosbach
addrmode2 is gone from these, so no need for the reg0...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-12
Jim Grosbach
ARM encoding tests for STC.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-12
Jim Grosbach
ARM parsing and encoding for the <option> form of LDC...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-12
Jim Grosbach
80 columns.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-12
Jim Grosbach
Tidy up. Formatting.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-12
Dan Gohman
Fix a thinko that Nick noticed. The previous code actua...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-12
NAKAMURA Takumi
lib/Object/ELFObjectFile.cpp: Fix undefined behavior...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-12
Bill Wendling
Expand the check for a landing pad so that it looks...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-12
Jakob Stoklund...
Use an existing function.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-12
Akira Hatanaka
Define base class LogicNOR and make 32-bit and 64-bit...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-12
Akira Hatanaka
Fix encoding of 32-bit integer instructions. Change...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-12
Eric Christopher
Make this use a public accessor too.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-12
Nick Lewycky
Add missing space.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-12
Nick Lewycky
Fix indent in comment.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-12
Evan Cheng
Fix r141744.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-12
Jakob Stoklund...
Fix -widen-vmovs liveness issues.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-11
Evan Cheng
Refine r141689 with a tri-state variable.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-11
Akira Hatanaka
Change name of class to ArithOverflowR.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-11
Akira Hatanaka
Define class ArithLogicI. Make 32-bit and 64-bit arithm...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-11
Bob Wilson
Make this test more specific. There are 3 stats that...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-11
Eric Christopher
Use public accessors on the scope that is returned.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-11
Akira Hatanaka
Fix comment.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-11
Akira Hatanaka
Define classes ArithLogicR and ArithLogicOfR and make...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-11
Chris Lattner
target data is a contract with the code generator,...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-11
Chris Lattner
improve some of the documentation around target data...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-11
Eric Christopher
Add a new wrapper node for a DILexicalBlock that encaps...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-11
Eric Christopher
Formatting.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-11
Eric Christopher
Spacing.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-11
Bill Wendling
N.B. This is with the new EH scheme:
commit
|
commitdiff
|
tree
|
snapshot
2011-10-11
Akira Hatanaka
Fix function isUnalignedLoadStore.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-11
Jim Grosbach
ARM assembly parsing and encoding for LDC{2}{L}/STC...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-11
Akira Hatanaka
Remove unused PatLeaf.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-11
Akira Hatanaka
Change the names of 64-bit logical instructions so...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-11
Bill Wendling
Revert r141529. This is causing failures in the test...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-11
Akira Hatanaka
Remove redundancy in setcc patterns using multiclass.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-11
Cameron Zwarich
Fix PR11106 by correcting a typo that has been in the...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-11
Akira Hatanaka
Use sltiu instead of sltu when a register operand and...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-11
Jim Grosbach
Update test for r141704.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-11
Jim Grosbach
ARM addressing mode cleanup for LDC/STC.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-11
Daniel Dunbar
Clean up a few references to System/. We still have...
commit
|
commitdiff
|
tree
|
snapshot
next