index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-06
Triple: Add amdgcn triple
Tom Stellard
2
-1
/
+9
2015-01-06
R600/SI: Remove MachineFunction dump from AsmPrinter
Tom Stellard
1
-17
/
+12
2015-01-06
[CodeGenPrepare] Improved logic to speculate calls to cttz/ctlz.
Andrea Di Biagio
2
-6
/
+207
2015-01-06
Reapply: Teach SROA how to update debug info for fragmented variables.
Adrian Prantl
5
-12
/
+326
2015-01-06
Don't loop endlessly for MachO files with 0 ncmds
Filipe Cabecinhas
4
-0
/
+14
2015-01-06
[Hexagon] Fix 225267. GP register is not yet fully implemented. Removing Us...
Colin LeMahieu
1
-2
/
+2
2015-01-06
Implement a very basic colored syntax highlighting for llvm-dwarfdump.
Adrian Prantl
5
-21
/
+112
2015-01-06
[PowerPC] Add a regression test for r225251
Hal Finkel
1
-0
/
+23
2015-01-06
[Hexagon] Adding dealloc_return encoding and absolute address stores.
Colin LeMahieu
8
-240
/
+376
2015-01-06
[ARM] Cleanup so_imm* tblgen defintions
Asiri Rathnayake
2
-109
/
+43
2015-01-06
Convert fcmp with 0.0 from casted integers to icmp
Matt Arsenault
2
-4
/
+488
2015-01-06
[CMake] Silence stderr on "COMMAND ${CMAKE_C_COMPILER} -Wl,--version". It was...
NAKAMURA Takumi
1
-0
/
+1
2015-01-06
Reformat.
NAKAMURA Takumi
1
-2
/
+4
2015-01-06
[PM] Hide a function we only use in an assert behind NDEBUG.
Chandler Carruth
1
-0
/
+2
2015-01-06
[PM] Introduce a utility pass that preserves no analyses.
Chandler Carruth
3
-0
/
+50
2015-01-06
[X86] Add OpSize32 to XBEGIN_4. Add XBEGIN_2 with OpSize16.
Craig Topper
6
-9
/
+47
2015-01-06
InstCombine: Bitcast call arguments from/to pointer/integer type
David Majnemer
3
-8
/
+56
2015-01-06
[PM] Simplify how we parse the outer layer of the pass pipeline text and
Chandler Carruth
3
-28
/
+50
2015-01-06
[X86] Make isel select the 2-byte register form of INC/DEC even in non-64-bit...
Craig Topper
5
-126
/
+78
2015-01-06
[PowerPC] Remove old README.txt entry regarding struct passing
Hal Finkel
1
-8
/
+0
2015-01-06
X86: Don't make illegal GOTTPOFF relocations
David Majnemer
3
-0
/
+25
2015-01-06
[PowerPC] Add some missing names in getTargetNodeName
Hal Finkel
1
-0
/
+7
2015-01-06
[PowerPC] Improve int_to_fp(fp_to_int(x)) combining
Hal Finkel
3
-30
/
+144
2015-01-06
[PM] Add a utility pass template that synthesizes the invalidation of
Chandler Carruth
5
-5
/
+95
2015-01-06
[PM] Simplify how we use the registry by including it only once. Still
Chandler Carruth
1
-18
/
+0
2015-01-06
[X86] Remove 16-bit and 32-bit offset jump instructions from the AsmParser. W...
Craig Topper
1
-2
/
+2
2015-01-06
[X86] Make isel select the shorter form of jump instructions instead of the l...
Craig Topper
8
-120
/
+97
2015-01-06
[PM] Add a collection of no-op analysis passes and switch the new pass
Chandler Carruth
4
-7
/
+57
2015-01-06
[PM] Sink the no-op pass parsing logic into the .def-based registry to
Chandler Carruth
2
-21
/
+3
2015-01-06
[PM] Move the analysis registry into the Passes.cpp file and provide
Chandler Carruth
3
-12
/
+46
2015-01-06
[PM] Add a utility to the new pass manager for generating a pass which
Chandler Carruth
3
-4
/
+66
2015-01-06
Add a testcase that would have found the problem in r225048.
Rafael Espindola
1
-0
/
+27
2015-01-06
Remove dead variable.
Eric Christopher
2
-2
/
+1
2015-01-06
Use the same call off of the TargetMachine rather than the subtarget.
Eric Christopher
1
-1
/
+1
2015-01-06
Rewrite the Mips16HardFloat pass to avoid using the Subtarget.
Eric Christopher
4
-26
/
+18
2015-01-06
Revert r225048: It broke ObjC on AArch64.
Lang Hames
19
-303
/
+247
2015-01-06
Remove X86 .quad workaround for buggy GNU assembler on OpenBSD / Bitrig.
Brad Smith
1
-5
/
+0
2015-01-05
IR: Don't drop MDNode uniquing on null operands
Duncan P. N. Exon Smith
2
-7
/
+22
2015-01-05
Revert "Use the integrated assembler by default on 32-bit PowerPC and SPARC"
Duncan P. N. Exon Smith
2
-2
/
+4
2015-01-05
[PowerPC] Fix test to pass on Darwin hosts
Hal Finkel
1
-1
/
+3
2015-01-05
[PowerPC] Remove old README.txt entry
Hal Finkel
1
-10
/
+0
2015-01-05
[X86][SSE] lowerVectorShuffleAsByteShift tidyup
Simon Pilgrim
1
-21
/
+14
2015-01-05
[PowerPC] Convert a README.txt entry into a better test
Hal Finkel
2
-14
/
+7
2015-01-05
Use the integrated assembler by default on 32-bit PowerPC and SPARC
Brad Smith
2
-4
/
+2
2015-01-05
[PowerPC] Remove README.txt entry
Hal Finkel
1
-34
/
+0
2015-01-05
[Hexagon] Adding add/sub with carry, logical shift left by immediate and memo...
Colin LeMahieu
5
-226
/
+180
2015-01-05
[PowerPC] Add a test for truncating a shifted load
Hal Finkel
2
-18
/
+18
2015-01-05
Make DIE.h a public CodeGen header.
Frederic Riss
10
-9
/
+9
2015-01-05
[dsymutil] Implement the BinaryHolder object and gain archive support.
Frederic Riss
8
-34
/
+265
2015-01-05
[autoconf] llvm/cmake/modules/Makefile: Make sure to regenerate LLVMConfig.cm...
NAKAMURA Takumi
1
-1
/
+1
[next]