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
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Have the integrated assembler give an error if $1 is used as an identifier in
Kevin Enderby
2013-01-22
1
-2
/
+7
*
[mips] Clean up code in MipsTargetLowering::LowerCall. No functional change
Akira Hatanaka
2013-01-22
2
-21
/
+14
*
X86: Make sure we account for the FMA4 register immediate value, otherwise ri...
Benjamin Kramer
2013-01-22
1
-1
/
+1
*
Initial patch for x32 ABI support.
Eli Bendersky
2013-01-22
4
-4
/
+16
*
[msan] Export the value of msan-keep-going flag for the runtime.
Evgeniy Stepanov
2013-01-22
1
-0
/
+3
*
[msan] Do not insert check on volatile store.
Evgeniy Stepanov
2013-01-22
1
-4
/
+1
*
Begin fleshing out an interface in TTI for modelling the costs of
Chandler Carruth
2013-01-22
4
-66
/
+176
*
Make APFloat constructor require explicit semantics.
Tim Northover
2013-01-22
14
-100
/
+129
*
[MC/Mach-O] Load commands are supposed to 8-byte aligned on 64-bit.
Daniel Dunbar
2013-01-22
1
-7
/
+8
*
Add a new method that adds the AttributeSet at the given index. No functional...
Bill Wendling
2013-01-22
1
-8
/
+3
*
Add the attributes that are passed in instead of the ones we're merging into.
Bill Wendling
2013-01-22
1
-2
/
+2
*
Use AttributeSet instead of Attribute to verify things.
Bill Wendling
2013-01-21
1
-53
/
+52
*
Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attri...
Bill Wendling
2013-01-21
4
-30
/
+47
*
Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Att...
Bill Wendling
2013-01-21
5
-20
/
+45
*
Transform (sub 0, (zext bool to A)) to (sext bool to A) and
Paul Redmond
2013-01-21
1
-0
/
+10
*
Fix some incorrectly named u10 / lu10 instructions.
Richard Osborne
2013-01-21
1
-25
/
+12
*
Remove unused multiclass.
Richard Osborne
2013-01-21
1
-12
/
+0
*
Add instruction encodings / disassembly support for u6 / lu6 instructions.
Richard Osborne
2013-01-21
2
-59
/
+42
*
Add instruction encoding / disassembly support for ru6 / lru6 instructions.
Richard Osborne
2013-01-21
3
-94
/
+97
*
Use correct format for the LDAWCP instruction (u6).
Richard Osborne
2013-01-21
1
-7
/
+3
*
Fix a heinous inefficiency introduced in r149918, wherein reading each byte of a
Chris Lattner
2013-01-21
1
-9
/
+8
*
Introduce a new data structure, the SparseMultiSet, and changes to the MI sch...
Michael Ilseman
2013-01-21
1
-45
/
+33
*
wean Blob handling logic off of banging on NextChar directly. Instead, make
Chris Lattner
2013-01-21
1
-10
/
+13
*
rename "SkipToWord" to "SkipToFourByteBoundary" since a word is not always 4 ...
Chris Lattner
2013-01-21
1
-3
/
+3
*
Fix a comment. Induction vars dont need to start at zero.
Nadav Rotem
2013-01-21
1
-1
/
+1
*
R600/SI: Use unnormalized coordinates for sampling with the RECT target.
Tom Stellard
2013-01-21
2
-0
/
+13
*
R600/SI: Take target parameter for sample intrinsics.
Tom Stellard
2013-01-21
2
-4
/
+4
*
R600/SI: Derive all sample intrinsics from a single class.
Tom Stellard
2013-01-21
1
-3
/
+5
*
R600/SILowerControlFlow.cpp: Fix a warning. [-Wunused-variable]
NAKAMURA Takumi
2013-01-21
1
-3
/
+2
*
Switch CodeMetrics itself over to use TTI to determine if an instruction
Chandler Carruth
2013-01-21
5
-88
/
+27
*
Sink InlineCost.cpp into IPA -- it is now officially an interprocedural
Chandler Carruth
2013-01-21
3
-1
/
+1
*
Move the inline cost analysis's primary cost query to TTI instead of the
Chandler Carruth
2013-01-21
1
-4
/
+4
*
Now that the inline cost analysis is a pass, we can easily have it
Chandler Carruth
2013-01-21
1
-12
/
+20
*
Make the inline cost a proper analysis pass. This remains essentially
Chandler Carruth
2013-01-21
3
-26
/
+57
*
Formatting and comment fixes to the always inliner.
Chandler Carruth
2013-01-21
1
-25
/
+28
*
Clean up the formatting and doxygen for the simple inliner a bit. No
Chandler Carruth
2013-01-21
1
-18
/
+29
*
Use <0 checks in place of ==-1 because it results in simpler code.
Craig Topper
2013-01-21
1
-3
/
+3
*
Use MVT instead of EVT in LowerVECTOR_SHUFFLEtoBlend.
Craig Topper
2013-01-21
1
-6
/
+5
*
Remove trailing whitespace.
Craig Topper
2013-01-21
1
-9
/
+9
*
Fix some 80 column violations.
Craig Topper
2013-01-21
1
-7
/
+9
*
Make helper method static.
Craig Topper
2013-01-21
2
-4
/
+2
*
Introduce a generic interface for querying an operation's expected
Chandler Carruth
2013-01-21
1
-1
/
+122
*
Convert more EVT's to MVT's in the lowering methods.
Craig Topper
2013-01-20
1
-23
/
+24
*
Capitalize lowerTRUNCATE so that it matches the other lower functions in this...
Craig Topper
2013-01-20
2
-3
/
+3
*
Revert CostTable algorithm, will re-write
Renato Golin
2013-01-20
2
-111
/
+102
*
LoopVectorize: Fix a C++11 incompatibility.
Benjamin Kramer
2013-01-20
1
-1
/
+1
*
Add instruction encodings / disassembly support for l2rus instructions.
Richard Osborne
2013-01-20
3
-23
/
+81
*
Add instruction encodings / disassembly support for l3r instructions.
Richard Osborne
2013-01-20
3
-56
/
+172
*
Add instruction encodings / disassembler support for 2rus instructions.
Richard Osborne
2013-01-20
3
-23
/
+90
*
Add instruction encodings / disassembly support 3r instructions.
Richard Osborne
2013-01-20
3
-85
/
+167
[next]