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
*
docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.
NAKAMURA Takumi
2011-04-23
52
-1569
/
+1632
*
test/CodeGen/X86/shrink-compare.ll: Relax expressions for Win64.
NAKAMURA Takumi
2011-04-23
1
-2
/
+2
*
Teach FastISel to deal with instructions that have two immediate operands.
Owen Anderson
2011-04-22
2
-11
/
+33
*
Let front-end tie subprogram declaration with subprogram definition directly.
Devang Patel
2011-04-22
5
-48
/
+67
*
Fix comment.
Eric Christopher
2011-04-22
1
-3
/
+3
*
Always compare the cost of region splitting with the cost of per-block splitt...
Jakob Stoklund Olesen
2011-04-22
1
-6
/
+45
*
The .inc file is auto-generated and must not be edited by hand.
Mikhail Glushenkov
2011-04-22
1
-1
/
+1
*
Recommit the fix for rdar://9289512 with a couple tweaks to
Chris Lattner
2011-04-22
4
-18
/
+113
*
Disassembly of A8.6.59 LDR (literal) Encoding T1 (16-bit thumb instruction) s...
Johnny Chen
2011-04-22
4
-3
/
+24
*
DAGCombine: fold "(zext x) == C" into "x == (trunc C)" if the trunc is lossless.
Benjamin Kramer
2011-04-22
3
-30
/
+73
*
Do not leak argument's DbgVariables.
Devang Patel
2011-04-22
1
-1
/
+1
*
Add asserts.
Devang Patel
2011-04-22
1
-0
/
+2
*
X86: Try to use a smaller encoding by transforming (X << C1) & C2 into (X & (...
Benjamin Kramer
2011-04-22
2
-0
/
+176
*
Comment out some unused parameter names to silence out-of-tree -Wunused warni...
Frits van Bommel
2011-04-22
1
-8
/
+8
*
Use enums for constant values.
Eric Christopher
2011-04-22
1
-12
/
+13
*
Make the file format strings a little prettier for mach-o.
Eric Christopher
2011-04-22
1
-16
/
+12
*
Add MachOObjectFile.cpp to cmake.
Eric Christopher
2011-04-22
1
-0
/
+1
*
Hook in mach-o object files into Object interface.
Eric Christopher
2011-04-22
1
-1
/
+1
*
Add support for 64-bit object files to Path.
Eric Christopher
2011-04-22
1
-4
/
+10
*
Add an ObjectFile implementation for mach-o.
Eric Christopher
2011-04-22
1
-0
/
+330
*
80-col fix.
Eric Christopher
2011-04-22
1
-1
/
+1
*
include/llvm/Target/TargetAsmInfo.h: Fix a warning.
NAKAMURA Takumi
2011-04-22
1
-1
/
+1
*
In Thumb2 mode, lower frame indix references to:
Evan Cheng
2011-04-22
3
-9
/
+36
*
Typo
Evan Cheng
2011-04-22
1
-1
/
+1
*
Delete the other unused variable in this function. Sorry I missed this
Chandler Carruth
2011-04-22
1
-1
/
+0
*
Remove an unused variable from a function. This is a likely cut-paste-o.
Chandler Carruth
2011-04-22
1
-1
/
+0
*
Branch folding is folding a landing pad into a regular BB.
Bill Wendling
2011-04-22
1
-1
/
+1
*
Define Neon load/store intrinsics for Clang as macros instead of functions.
Bob Wilson
2011-04-22
1
-15
/
+51
*
Compute the size of the FDE encoding instead of hard coding it. Update
Rafael Espindola
2011-04-22
3
-25
/
+25
*
Remove unused argument.
Rafael Espindola
2011-04-21
9
-40
/
+28
*
Don't pass address spaces to EmitULEB128IntValue.
Rafael Espindola
2011-04-21
1
-3
/
+3
*
Fix DWARF description of Q registers.
Devang Patel
2011-04-21
2
-0
/
+121
*
Fix DWARF description of S registers.
Devang Patel
2011-04-21
3
-0
/
+160
*
Add DW_OP_bit_piece.
Devang Patel
2011-04-21
2
-0
/
+2
*
Refactor.
Devang Patel
2011-04-21
3
-30
/
+38
*
Test case for r129922
Devang Patel
2011-04-21
1
-0
/
+105
*
PR9214: Convert Metadata API to use ArrayRef.
Jay Foad
2011-04-21
10
-66
/
+58
*
Don't recycle loop variables.
Matt Beaumont-Gay
2011-04-21
1
-1
/
+1
*
Allow allocatable ranges from global live range splitting to be split again.
Jakob Stoklund Olesen
2011-04-21
3
-7
/
+45
*
Fix relative relocations. This is sufficient for running the rust testsuite with
Rafael Espindola
2011-04-21
2
-4
/
+27
*
As per ARM docs, register Dx is described as DW_OP_regx(256+x) in DWARF.
Devang Patel
2011-04-21
1
-24
/
+32
*
Add comment in output stream.
Devang Patel
2011-04-21
1
-0
/
+3
*
Revert r1296656, "Fix rdar://9289512 - not folding load into compare at -O0...",
Daniel Dunbar
2011-04-21
3
-65
/
+16
*
PTX: Expand useable register space
Justin Holewinski
2011-04-21
1
-6
/
+226
*
ptx: fix parameter ordering
Che-Liang Chiou
2011-04-21
2
-8
/
+5
*
ptx: PTXMachineFunctionInfo no longer sort registers and so should not use st...
Che-Liang Chiou
2011-04-21
1
-2
/
+3
*
Don't allow per-register spill size and alignment.
Jakob Stoklund Olesen
2011-04-21
3
-14
/
+0
*
In gcov profiling, give all functions an extra unified return block. This is
Nick Lewycky
2011-04-21
1
-5
/
+17
*
Fix think-o: emit all 8 bytes of the EOF marker. Also reflow a line in a
Nick Lewycky
2011-04-21
1
-3
/
+3
*
Add independent controls for whether GCOV profiling should emit .gcno files or
Nick Lewycky
2011-04-21
3
-6
/
+18
[next]