index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2012-12-05
Define new-value store instructions with base+immediate addressing mode
Jyotsna Verma
2012-12-05
Fix name. The array is unboundED.
Bill Wendling
2012-12-05
RegisterPressureTracker: fix findUseBetween to handle DebugValue
Andrew Trick
2012-12-05
RegisterPressureTracker: unify virtual registers and physical regunits.
Andrew Trick
2012-12-05
RegisterPresssureTracker: Track live physical register by unit.
Andrew Trick
2012-12-05
Cost Model: change the default cost of control flow instructions (br / ret / ...
Nadav Rotem
2012-12-05
Correct ARM NOP encoding
David Sehr
2012-12-05
[NVPTX] Fix crash with unnamed struct arguments
Justin Holewinski
2012-12-05
Use multiclass to define store instructions with base+immediate offset
Jyotsna Verma
2012-12-05
Adjust JIT target triple on OS X to match the current architecture.
Bob Wilson
2012-12-05
Fix misplaced closing brace.
Matthew Curtis
2012-12-05
Try to unbreak the build on hosts that don't transitively pull in a definitio...
Benjamin Kramer
2012-12-05
Remove unused MachineInstr constructors.
Jakob Stoklund Olesen
2012-12-05
Added a option to the disassembler to print immediates as hex.
Kevin Enderby
2012-12-05
- Added calls to doInitialization/doFinalization to immutable passes
Pedro Artigas
2012-12-05
[msan] Instrument bswap intrinsic.
Evgeniy Stepanov
2012-12-05
[msan] Initialize callbacks in runOnFunction as opposed to doInitialization.
Evgeniy Stepanov
2012-12-05
[msan] Change linkage type of __msan_track_origins.
Evgeniy Stepanov
2012-12-05
Simplified BLEND pattern matching for shuffles.
Elena Demikhovsky
2012-12-05
Added RegisterPressureTracker::dump() for debugging.
Andrew Trick
2012-12-05
Copy clang/Driver/<Option parsing stuff> to llvm.
Michael J. Spencer
2012-12-05
Add x86 isel lowering logic to form bit test with inverted condition. e.g.
Evan Cheng
2012-12-04
Appease GCC's -Wparentheses.
Matt Beaumont-Gay
2012-12-04
Split up the ParseOptionalAttrs method into three different methods for each
Bill Wendling
2012-12-04
LoopVectorizer: Increase the number of pointers that can be tested at runtime...
Nadav Rotem
2012-12-04
Enable if-conversion during vectorization.
Nadav Rotem
2012-12-04
ARM custom lower ctpop for vector types. Patch by Pete Couperus.
Evan Cheng
2012-12-04
Fix a bug in vectorization of if-converted reduction variables. If the
Nadav Rotem
2012-12-04
Speed up the AllocationOrder class a bit.
Jakob Stoklund Olesen
2012-12-04
For rdar://12329730, last piece.
Shuxin Yang
2012-12-04
Comment change made in r169304 as requested by Eric Christopher.
David Blaikie
2012-12-04
Define store instructions with base+register offset addressing mode
Jyotsna Verma
2012-12-04
Use the 'count' attribute to calculate the upper bound of an array.
Bill Wendling
2012-12-04
Reapply r160148 (reverted in r163570) fixing spurious breakpoints in modern GDB
David Blaikie
2012-12-04
Make NaCl naming consistent. The triple OSType is called NaCl and is represented
Eli Bendersky
2012-12-04
Add support for reduction variables when IF-conversion is enabled.
Nadav Rotem
2012-12-04
Add patterns to define 'combine', 'tstbit', 'ct0/cl0' (count trailing/leading...
Jyotsna Verma
2012-12-04
Add constant extender support to ALU32 instructions for V2.
Jyotsna Verma
2012-12-04
This patch introduces initial-exec model support for thread-local storage
Bill Schmidt
2012-12-04
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
Give scalar if-converted blocks half the score because they are not always ex...
Nadav Rotem
2012-12-04
Add a comment about the requirement that the Windows.h header be last.
Chandler Carruth
2012-12-04
Add a 'count' field to the DWARF subrange.
Bill Wendling
2012-12-04
Add the last part that is needed for vectorization of if-converted code.
Nadav Rotem
2012-12-04
[asan] add experimental -asan-realign-stack option (true by default, which do...
Kostya Serebryany
2012-12-04
Add 'using' declarations to suppress -Woverloaded-virtual warnings.
Matt Beaumont-Gay
2012-12-04
Move all operand definitions into HexagonOperands.td
Jyotsna Verma
2012-12-04
Move generic Hexagon subtarget information into Hexagon.td
Jyotsna Verma
2012-12-04
rdar://12329730 (2nd part, revised)
Shuxin Yang
2012-12-04
ASan: add initial support for handling llvm.lifetime intrinsics in ASan - emi...
Alexey Samsonov
[prev]
[next]