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
2012-08-01
Temporarily revert c23b933d5f8be9b51a1d22e717c0311f65f87dcd. It's causing
Eric Christopher
2012-08-01
remove tabs from my previous commit.
Nuno Lopes
2012-08-01
(hopefuly) fix the remaining cases where null wasnt expected (PR13497).
Nuno Lopes
2012-08-01
Line endings.
Matt Beaumont-Gay
2012-08-01
Add DataDep constructors. Explicitly check SSA form.
Jakob Stoklund Olesen
2012-08-01
fix 'make check' when ocamlopt returns the compiler path with CFLAGS (and the...
Nuno Lopes
2012-08-01
Reference IntrusiveRefCntPtr in doxygen doc of RefCountedBase to get a link t...
Axel Naumann
2012-08-01
Added FMA functionality to X86 target.
Elena Demikhovsky
2012-08-01
Stay rational; don't assert trying to take the square root of a negative value.
Nick Lewycky
2012-08-01
Add range erase, element insert, and range insert methods to
Chandler Carruth
2012-08-01
Add basic in-bounds asserts to TinyPtrVector::erase.
Chandler Carruth
2012-08-01
Add more indirection to the disassembler tables to reduce amount of space use...
Craig Topper
2012-08-01
Initial commit of new FileOutputBuffer support class.
Nick Kledzik
2012-08-01
Implement MipsJITInfo::replaceMachineCodeForFunction.
Akira Hatanaka
2012-08-01
Fix shadowed variable warning
Nick Kledzik
2012-08-01
Remove unused variable.
Akira Hatanaka
2012-07-31
Implement MipsSERegisterInfo::eliminateCallFramePseudoInstr. The function emits
Akira Hatanaka
2012-07-31
Add definitions of two subclasses of MipsRegisterInfo, Mips16RegisterInfo and
Akira Hatanaka
2012-07-31
Add definitions of two subclasses of MipsFrameLowering, Mips16FrameLowering and
Akira Hatanaka
2012-07-31
Suppress stderr noise when test case runs.
Nick Kledzik
2012-07-31
Add Mips16InstrInfo.cpp and MipsSEInstrInfo.cpp to CMakeLists.txt.
Akira Hatanaka
2012-07-31
[obj2yaml] Print the Relocations header.
Michael J. Spencer
2012-07-31
Add definitions of two subclasses of MipsInstrInfo, MipsInstrInfo (for mips16),
Akira Hatanaka
2012-07-31
Delete mips64 target machine classes. mips target machines can be used in place
Akira Hatanaka
2012-07-31
Let PEI::calculateFrameObjectOffsets compute the final stack size rather than
Akira Hatanaka
2012-07-31
Expand DYNAMIC_STACKALLOC nodes rather than doing custom-lowering.
Akira Hatanaka
2012-07-31
MachineSink: Sort the successors before trying to find SuccToSinkTo.
Manman Ren
2012-07-31
Compute instruction depths through the current trace.
Jakob Stoklund Olesen
2012-07-31
Rename CT -> MTM. MachineTraceMetrics is abbreviated MTM.
Jakob Stoklund Olesen
2012-07-31
Define ADJCALLSTACKDOWN/UP nodes. These nodes are emitted regardless of whether
Akira Hatanaka
2012-07-31
Change name of class MipsInst to InstSE to distinguish it from mips16's
Akira Hatanaka
2012-07-31
When store nodes or memcpy nodes are created to copy the function call
Akira Hatanaka
2012-07-31
[x86 frame lowering] In 32-bit mode, use ESI as the base pointer.
Chad Rosier
2012-07-31
Use regex instead of special casing clang and llvm libraries.
Ted Kremenek
2012-07-31
Fix type of LUXC1 and SUXC1. These instructions were incorrectly defined as
Akira Hatanaka
2012-07-31
MachineSink: Sort the successors before trying to find SuccToSinkTo.
Manman Ren
2012-07-31
Conform to LLVM coding style.
Micah Villmow
2012-07-31
Don't generate ordered or unordered comparison operations if it is not legal ...
Micah Villmow
2012-07-31
Implement copy and move assignment for TinyPtrVector. These try to
Chandler Carruth
2012-07-31
Fix some minor typos
Sylvestre Ledru
2012-07-31
Use uint8_t to store the InstructionContext table. Saves 768 bytes of static ...
Craig Topper
2012-07-31
Tidy up. Move for loop index declarations into for statements. Use unsigned i...
Craig Topper
2012-07-31
Tidy up function argument formatting.
Craig Topper
2012-07-31
Remove trailing whitespace
Craig Topper
2012-07-31
Remove trailing whitespace
Craig Topper
2012-07-31
Make INSTRUCTION_SPECIFIER_FIELDS match X86DisassemblerCommon.h. Also remove ...
Craig Topper
2012-07-31
Tidy up trailing whitespace
Craig Topper
2012-07-31
Tidy up trailing whitespace
Craig Topper
2012-07-31
Clean up trailing whitespace and unnecessary blank lines.
Chandler Carruth
2012-07-31
Bring TinyPtrVector under test. Somehow we never picked up unit tests
Chandler Carruth
[next]