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
*
Simplify some uses of utohexstr.
Benjamin Kramer
2011-11-07
3
-7
/
+5
*
Simplify code. No functionality change.
Benjamin Kramer
2011-11-07
1
-155
/
+91
*
Make sure we don't insert instructions before a landingpad instruction.
Bill Wendling
2011-11-07
1
-2
/
+2
*
Expand V_SET0 to xorps by default.
Jakob Stoklund Olesen
2011-11-07
1
-1
/
+1
*
Add definition of 64-bit load upper immediate.
Akira Hatanaka
2011-11-07
2
-3
/
+4
*
Include RegSaveAreaSize in the computation of stack size.
Akira Hatanaka
2011-11-07
1
-0
/
+1
*
Define functions that get or set the size of area on callee's stack frame which
Akira Hatanaka
2011-11-07
1
-1
/
+10
*
Use array_lengthof to compute the number of iterations of a loop.
Akira Hatanaka
2011-11-07
1
-6
/
+6
*
Fix patterns for unaligned 32-bit load. DSLL32 or DSRL32 should be emitted
Akira Hatanaka
2011-11-07
1
-2
/
+2
*
Make the type of shift amount i32 in order to reduce the number of shift
Akira Hatanaka
2011-11-07
3
-5
/
+7
*
Add 64-bit to 32-bit trunc pattern.
Akira Hatanaka
2011-11-07
1
-0
/
+5
*
Use StringRef::startswith to do some string comparisons.
Eric Christopher
2011-11-07
1
-5
/
+2
*
Avoid the use of a local temporary for comment twines.
Eric Christopher
2011-11-07
1
-6
/
+3
*
Allow for the case where the name of the subprogram is "".
Eric Christopher
2011-11-07
1
-0
/
+1
*
Don't introduce custom nodes after legalization in TargetLowering::BuildSDIV()
Richard Osborne
2011-11-07
2
-10
/
+16
*
Remove unnecessary addition to API. Replace with something much simpler.
Eric Christopher
2011-11-07
3
-13
/
+1
*
Add new files to cmake.
Eric Christopher
2011-11-07
1
-0
/
+1
*
Add the support code to enable the dwarf accelerator tables. Upcoming patches
Eric Christopher
2011-11-07
6
-8
/
+248
*
Add a new dwarf accelerator table prototype with the goal of replacing
Eric Christopher
2011-11-07
2
-0
/
+504
*
Expose a way to get the beginning of the dwarf string section.
Eric Christopher
2011-11-07
2
-12
/
+23
*
Fix up comment.
Eric Christopher
2011-11-07
1
-1
/
+1
*
Typo.
Eric Christopher
2011-11-07
1
-1
/
+1
*
Add AVX2 variable shift instructions and intrinsics.
Craig Topper
2011-11-07
1
-0
/
+40
*
Add AVX2 VPMOVMASK instructions and intrinsics.
Craig Topper
2011-11-07
1
-0
/
+38
*
Add AVX2 VEXTRACTI128 and VINSERTI128 instructions. Fix VPERM2I128 to be qual...
Craig Topper
2011-11-07
1
-2
/
+38
*
More AVX2 instructions and their intrinsics.
Craig Topper
2011-11-06
4
-14
/
+80
*
Replace (Lower|Upper)caseString in favor of StringRef's newest methods.
Benjamin Kramer
2011-11-06
10
-43
/
+21
*
Fix a typo.
Benjamin Kramer
2011-11-06
1
-1
/
+1
*
ADT/StringRef: Add ::lower() and ::upper() methods.
Daniel Dunbar
2011-11-06
1
-0
/
+26
*
Return only the least significant 8 bits of the exit status from
Peter Collingbourne
2011-11-06
1
-1
/
+1
*
Add more AVX2 instructions and intrinsics.
Craig Topper
2011-11-06
2
-13
/
+96
*
Add support for passing i1, i8, and i16 call parameters. Also, be sure to
Chad Rosier
2011-11-05
1
-28
/
+16
*
Audited all the format strings in libDebugInfo and fixed those that didn't ma...
Benjamin Kramer
2011-11-05
4
-13
/
+14
*
Reduce the offsets in DwarfDebugInfoEntry to 32 bit, they're printed with %x and
Benjamin Kramer
2011-11-05
2
-3
/
+3
*
Twinify.
Benjamin Kramer
2011-11-05
1
-16
/
+13
*
MachOObject: Use DataExtractor's uleb parser instead of rolling our own.
Benjamin Kramer
2011-11-05
1
-21
/
+10
*
Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco...
Benjamin Kramer
2011-11-05
3
-39
/
+15
*
Do simple cross-block DSE when we encounter a free statement. Fixes PR11240.
Nick Lewycky
2011-11-05
1
-25
/
+56
*
Add more PRI.64 macros for MSVC and use them throughout the codebase.
Benjamin Kramer
2011-11-05
8
-14
/
+17
*
Allow i1 to be promoted to i32 for ARM APCS calling convention.
Chad Rosier
2011-11-05
1
-1
/
+1
*
Added missing &. Fixes <rdar://problem/10393723>
Pete Cooper
2011-11-04
1
-1
/
+1
*
Enhanced vzeroupper insertion pass that avoids inserting vzeroupper where it ...
Eli Friedman
2011-11-04
1
-27
/
+207
*
Cannot create a result register for non-legal types.
Chad Rosier
2011-11-04
1
-1
/
+2
*
When materializing an i32, SExt vs ZExt doesn't matter when we're trying to fit
Chad Rosier
2011-11-04
1
-1
/
+1
*
Enable support for materializing i1, i8, and i16 integers via move immediate.
Chad Rosier
2011-11-04
1
-6
/
+11
*
Add mips ELF relocation types. Patch by Jack Carter!
Bruno Cardoso Lopes
2011-11-04
1
-6
/
+55
*
build/cmake: Coalesce the configuration time header include fragment generation
Daniel Dunbar
2011-11-04
1
-36
/
+1
*
build/cmake: Use tblgen macro directly instead of llvm_tablegen, which just
Daniel Dunbar
2011-11-04
10
-79
/
+79
*
Emit declarations before definitions if they are available. This causes DW_AT...
Rafael Espindola
2011-11-04
1
-6
/
+18
*
Teach instsimplify to simplify calls to undef.
Dan Gohman
2011-11-04
1
-0
/
+11
[next]