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
Age
Commit message (
Expand
)
Author
2013-02-11
Extend Hexagon hardware loop generation to handle various additional cases:
Krzysztof Parzyszek
2013-02-11
Remove trailing whitespace
Michael Ilseman
2013-02-11
Implement HexagonInstrInfo::analyzeCompare.
Krzysztof Parzyszek
2013-02-11
*fixed disassembly of some i386 system insts with intel syntax
Kay Tiong Khoo
2013-02-11
[NVPTX] Remove NoCapture from address space conversion intrinsics. NoCapture ...
Justin Holewinski
2013-02-11
BBVectorize: Eliminate one more restricted linear search
Hal Finkel
2013-02-11
AArch64: generate dwarfdump test rather than include .o in subversion
Tim Northover
2013-02-11
R600/SI: Use V_ADD_F32 instead of V_MOV_B32 for clamp/neg/abs modifiers.
Michel Danzer
2013-02-11
[asan] added a flag -mllvm asan-short-64bit-mapping-offset=1 (0 by default)
Kostya Serebryany
2013-02-11
AArch64: fix build on some MSVC versions
Tim Northover
2013-02-11
Restore the resurrected doc link previously deleted
Bill Schmidt
2013-02-11
Remove a dead PowerPC doc link
Bill Schmidt
2013-02-11
AArch64: Simplify logic in deciding whether bfi is valid
Tim Northover
2013-02-11
AArch64: Add basic relocation processing for llvm-dwarfdump.
Tim Northover
2013-02-11
AArch64: Undo change to how test was run
Tim Northover
2013-02-11
Make use of DiagnosticType to provide better AArch64 diagnostics.
Tim Northover
2013-02-11
Add support for updating LiveIntervals to MachineBasicBlock::SplitCriticalEdg...
Cameron Zwarich
2013-02-11
Update SlotIndexes after updateTerminator() possibly removes instructions. I am
Cameron Zwarich
2013-02-11
Fix some problems with the updating of SlotIndexes after adding a new MBB. In
Cameron Zwarich
2013-02-11
Add support for printing out the attribute groups.
Bill Wendling
2013-02-11
FileCheck-ize the tests.
Bill Wendling
2013-02-11
[tsan/msan] adding thread_safety and uninitialized_checks attributes
Kostya Serebryany
2013-02-11
Revert "Rename LLVMContext diagnostic handler types and functions."
Bob Wilson
2013-02-11
BBVectorize: Remove the linear searches from pair connection searching
Hal Finkel
2013-02-11
BBVectorize: Avoid linear searches within the load-move set
Hal Finkel
2013-02-11
BBVectorize: isa/cast cleanup in getInstructionTypes
Hal Finkel
2013-02-11
BBVectorize: Make the bookkeeping to support full cycle checking less expensive
Hal Finkel
2013-02-11
Currently, codegen may spent some time in SDISel passes even if an entire
Evan Cheng
2013-02-11
Remove unnecessary code.
Evan Cheng
2013-02-11
Fix unnecessary removal of const through cast machinery
David Blaikie
2013-02-10
Spelling correction
Joel Jones
2013-02-10
Fix the unused but nearly correct method SlotIndexes::insertMBBInMaps() and add
Cameron Zwarich
2013-02-10
Abstract the liveness checking in PHIElimination::SplitPHIEdges() to support
Cameron Zwarich
2013-02-10
Add support in the bitcode reader to read the attribute groups.
Bill Wendling
2013-02-10
The 'Raw' method cannot handle 'string' attributes. Don't even try.
Bill Wendling
2013-02-10
Update with attribute group IDs.
Bill Wendling
2013-02-10
Eat the alignment keyword if we're in an attribute group.
Bill Wendling
2013-02-10
Add code for emitting the attribute groups.
Bill Wendling
2013-02-10
Add support for attribute groups in the value enumerator.
Bill Wendling
2013-02-10
Test Commit - Remove some trailing whitespace in R600Instructions.td
Vincent Lejeune
2013-02-10
Handle string attributes in the AttrBuilder.
Bill Wendling
2013-02-10
Use a 'continue' here to stop from double lexing.
Bill Wendling
2013-02-10
Add 'empty' query methods to the builder and use them in the verifier.
Bill Wendling
2013-02-10
Add support for updating LiveIntervals to PHIElimination. If LiveIntervals are
Cameron Zwarich
2013-02-10
Fix a typo.
Cameron Zwarich
2013-02-10
Remove ancient references to 'atomic' phis in PHIElimination that don't really
Cameron Zwarich
2013-02-10
Make LiveVariables an instance variable of PHIElimination.
Cameron Zwarich
2013-02-10
ok, ok, stop fighting type punning warnings by just using a union.
Chris Lattner
2013-02-10
hopefully "really" fix a type punning warning by defining the buffer as
Chris Lattner
2013-02-10
attempt to defeat a gcc warning that is breaking a -Werror buildbot.
Chris Lattner
[next]