index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reference IntrusiveRefCntPtr in doxygen doc of RefCountedBase to get a link t...
Axel Naumann
2012-08-01
1
-1
/
+1
*
Added FMA functionality to X86 target.
Elena Demikhovsky
2012-08-01
9
-147
/
+462
*
Stay rational; don't assert trying to take the square root of a negative value.
Nick Lewycky
2012-08-01
2
-0
/
+27
*
Add range erase, element insert, and range insert methods to
Chandler Carruth
2012-08-01
2
-1
/
+148
*
Add basic in-bounds asserts to TinyPtrVector::erase.
Chandler Carruth
2012-08-01
1
-0
/
+3
*
Add more indirection to the disassembler tables to reduce amount of space use...
Craig Topper
2012-08-01
7
-43
/
+72
*
Initial commit of new FileOutputBuffer support class.
Nick Kledzik
2012-08-01
5
-0
/
+384
*
Implement MipsJITInfo::replaceMachineCodeForFunction.
Akira Hatanaka
2012-08-01
2
-3
/
+48
*
Fix shadowed variable warning
Nick Kledzik
2012-08-01
1
-2
/
+2
*
Remove unused variable.
Akira Hatanaka
2012-08-01
1
-1
/
+0
*
Implement MipsSERegisterInfo::eliminateCallFramePseudoInstr. The function emits
Akira Hatanaka
2012-07-31
9
-41
/
+71
*
Add definitions of two subclasses of MipsRegisterInfo, Mips16RegisterInfo and
Akira Hatanaka
2012-07-31
13
-72
/
+268
*
Add definitions of two subclasses of MipsFrameLowering, Mips16FrameLowering and
Akira Hatanaka
2012-07-31
10
-220
/
+416
*
Suppress stderr noise when test case runs.
Nick Kledzik
2012-07-31
1
-0
/
+6
*
Add Mips16InstrInfo.cpp and MipsSEInstrInfo.cpp to CMakeLists.txt.
Akira Hatanaka
2012-07-31
1
-0
/
+2
*
[obj2yaml] Print the Relocations header.
Michael J. Spencer
2012-07-31
1
-1
/
+2
*
Add definitions of two subclasses of MipsInstrInfo, MipsInstrInfo (for mips16),
Akira Hatanaka
2012-07-31
9
-361
/
+624
*
Delete mips64 target machine classes. mips target machines can be used in place
Akira Hatanaka
2012-07-31
2
-88
/
+46
*
Let PEI::calculateFrameObjectOffsets compute the final stack size rather than
Akira Hatanaka
2012-07-31
3
-14
/
+5
*
Expand DYNAMIC_STACKALLOC nodes rather than doing custom-lowering.
Akira Hatanaka
2012-07-31
5
-76
/
+11
*
MachineSink: Sort the successors before trying to find SuccToSinkTo.
Manman Ren
2012-07-31
1
-1
/
+1
*
Compute instruction depths through the current trace.
Jakob Stoklund Olesen
2012-07-31
2
-7
/
+272
*
Rename CT -> MTM. MachineTraceMetrics is abbreviated MTM.
Jakob Stoklund Olesen
2012-07-31
2
-13
/
+13
*
Define ADJCALLSTACKDOWN/UP nodes. These nodes are emitted regardless of whether
Akira Hatanaka
2012-07-31
4
-38
/
+33
*
Change name of class MipsInst to InstSE to distinguish it from mips16's
Akira Hatanaka
2012-07-31
2
-16
/
+16
*
When store nodes or memcpy nodes are created to copy the function call
Akira Hatanaka
2012-07-31
3
-49
/
+35
*
[x86 frame lowering] In 32-bit mode, use ESI as the base pointer.
Chad Rosier
2012-07-31
2
-4
/
+6
*
Use regex instead of special casing clang and llvm libraries.
Ted Kremenek
2012-07-31
1
-2
/
+1
*
Fix type of LUXC1 and SUXC1. These instructions were incorrectly defined as
Akira Hatanaka
2012-07-31
5
-50
/
+29
*
MachineSink: Sort the successors before trying to find SuccToSinkTo.
Manman Ren
2012-07-31
2
-2
/
+69
*
Conform to LLVM coding style.
Micah Villmow
2012-07-31
1
-2
/
+2
*
Don't generate ordered or unordered comparison operations if it is not legal ...
Micah Villmow
2012-07-31
1
-1
/
+2
*
Implement copy and move assignment for TinyPtrVector. These try to
Chandler Carruth
2012-07-31
2
-9
/
+222
*
Fix some minor typos
Sylvestre Ledru
2012-07-31
4
-5
/
+5
*
Use uint8_t to store the InstructionContext table. Saves 768 bytes of static ...
Craig Topper
2012-07-31
1
-1
/
+1
*
Tidy up. Move for loop index declarations into for statements. Use unsigned i...
Craig Topper
2012-07-31
1
-39
/
+26
*
Tidy up function argument formatting.
Craig Topper
2012-07-31
1
-35
/
+17
*
Remove trailing whitespace
Craig Topper
2012-07-31
1
-25
/
+25
*
Remove trailing whitespace
Craig Topper
2012-07-31
1
-31
/
+31
*
Make INSTRUCTION_SPECIFIER_FIELDS match X86DisassemblerCommon.h. Also remove ...
Craig Topper
2012-07-31
1
-5
/
+4
*
Tidy up trailing whitespace
Craig Topper
2012-07-31
1
-33
/
+33
*
Tidy up trailing whitespace
Craig Topper
2012-07-31
1
-12
/
+12
*
Clean up trailing whitespace and unnecessary blank lines.
Chandler Carruth
2012-07-31
1
-18
/
+16
*
Bring TinyPtrVector under test. Somehow we never picked up unit tests
Chandler Carruth
2012-07-31
3
-9
/
+196
*
Clear kill flags in removeCopyByCommutingDef().
Jakob Stoklund Olesen
2012-07-31
2
-0
/
+48
*
Reverse order of the two branches at end of a basic block if it is profitable.
Manman Ren
2012-07-31
2
-1
/
+119
*
Use the latest MachineRegisterInfo APIs. No functionality.
Andrew Trick
2012-07-30
1
-1
/
+1
*
Added MachineRegisterInfo::hasOneDef()
Andrew Trick
2012-07-30
1
-0
/
+9
*
Inline MachineRegisterInfo::hasOneUse
Andrew Trick
2012-07-30
2
-8
/
+6
*
Extend the InstVisitor to visit the specialized classes wrapping
Chandler Carruth
2012-07-30
1
-7
/
+46
[next]