index
:
~vlj/llvm
cfg
clause
codesize
codesize2
codesize3
codesize4
codesize5
codesize6
constbuf
constbuf2
indirect-wip
master
native
radeonsi
radeonsi-backup
radeonsi-backup2
radeonsi-scheduling
scheduling
scheduling-backup
scheduling2
textures
vliw5
AMDGPU backend development for LLVM
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-13
[mips] Define two subclasses of MipsTargetLowering. Mips16TargetLowering is for
Akira Hatanaka
9
-878
/
+1106
2013-03-13
Refactor filename/directory in DICompileUnit into a DIFile
David Blaikie
99
-137
/
+144
2013-03-12
Don't crash if write_impl() leaves less buffer space available than expected.
Matt Beaumont-Gay
1
-1
/
+6
2013-03-12
Remove unused "isMain" field from DICompileUnit
David Blaikie
97
-122
/
+110
2013-03-12
[Support][Path] Don't inf loop if creating the parent directory fails.
Michael J. Spencer
1
-1
/
+7
2013-03-12
Update debug info test cases with empty SplitDebugFilename field.
David Blaikie
75
-81
/
+81
2013-03-12
ARM cost model: Increase the cost for vector casts that use the stack
Arnold Schwaighofer
2
-0
/
+22
2013-03-12
Debug Info: use SmallVector instead of std::vector in MCDwarfDirsCUMap and MC...
Manman Ren
4
-13
/
+14
2013-03-12
[Support][MemoryBuffer] Use sys::fs::mapped_file_region instead of sys::Path:...
Michael J. Spencer
1
-35
/
+44
2013-03-12
Correct invalid debug info metadata
David Blaikie
1
-1
/
+8
2013-03-12
Debug Info: use DW_FORM_ref_addr instead of DW_FORM_ref4 if the referenced DIE
Manman Ren
6
-4
/
+54
2013-03-12
Avoid generating ISD::SELECT for vector operands to SIGN_EXTEND
Richard Relph
1
-2
/
+2
2013-03-12
Remove the assert()'s from the LLVMCreateDisasmCPU() library API and just
Kevin Enderby
1
-8
/
+16
2013-03-12
Add a doFinalization method to the DataLayout pass.
Pete Cooper
2
-0
/
+10
2013-03-12
Revert the test moves from 176733. Use "REQUIRES: asserts" instead.
Jan Wen Voung
87
-68
/
+73
2013-03-12
Change the order of the operands in patchAndReplaceAllUsesWith so
Dan Gohman
1
-5
/
+5
2013-03-12
Don't reserve R2 on Darwin/PPC
Hal Finkel
7
-49
/
+36
2013-03-12
PPC should always use the register scavenger for CR spilling
Hal Finkel
3
-137
/
+29
2013-03-12
Small fix for cost analysis of ptrtoint.
Patrik Hagglund
1
-2
/
+2
2013-03-12
In r169695, the address space limit for tests was replaced with a data
Patrik Hagglund
1
-1
/
+2
2013-03-12
ReleaseNotes: Add Hexagon Target section
Matthew Curtis
1
-0
/
+5
2013-03-12
Reflect reality.
Bill Wendling
2
-6
/
+1
2013-03-12
[mips] Rename function and variable names to start with proper case. Fix typos.
Akira Hatanaka
3
-571
/
+493
2013-03-12
LibCallSimplifier: optimize speed for short-lived instances
Meador Inge
1
-177
/
+225
2013-03-11
Remove support for versioned debug info.
David Blaikie
6
-354
/
+119
2013-03-11
Add asserts to DIBuilder & fix DINameSpace::Verify to allow unnamed namespaces.
David Blaikie
2
-8
/
+31
2013-03-11
Residual cleanup: live-out set is gone
Eli Bendersky
1
-8
/
+7
2013-03-11
llvm/test/CodeGen/R600/schedule-*.ll: Let them require +Asserts.
NAKAMURA Takumi
6
-0
/
+6
2013-03-11
Upgrading debug info test cases to be (more) compatible with the current debu...
David Blaikie
51
-244
/
+249
2013-03-11
Remove duplicate test contents.
David Blaikie
18
-224
/
+10
2013-03-11
Fix a crasher newly introduced in r176659/r176649, where fast-isel tries to
Nick Lewycky
2
-0
/
+25
2013-03-11
Fixes disassembler crashes on 2013 Haswell RTM instructions.
Kevin Enderby
3
-1
/
+21
2013-03-11
Don't remove a landing pad if the invoke requires a table entry.
Bill Wendling
2
-3
/
+94
2013-03-11
R600: Fix JUMP handling so that MachineInstr verification can occur
Vincent Lejeune
10
-45
/
+553
2013-03-11
Missing period in doc
Eli Bendersky
1
-1
/
+1
2013-03-11
llvm/test/CodeGen/X86/handle-move.ll: Mark it as XFAIL:cygming. Investigating.
NAKAMURA Takumi
1
-0
/
+1
2013-03-11
[docs] Remove explicit authorship.
Sean Silva
18
-44
/
+0
2013-03-11
Suppress atomic(32|64).ll as XFAIL on win32 codegen. Investigating.
NAKAMURA Takumi
2
-0
/
+4
2013-03-11
R600MachineScheduler.cpp: Fix use cases of dbgs(). Don't include <iostream> h...
NAKAMURA Takumi
1
-1
/
+2
2013-03-11
Remove date from test case file name. The PR number provides a unique ID alre...
Lang Hames
1
-0
/
+0
2013-03-10
Correct this error message, and most importantly make it distinct from the
Nick Lewycky
1
-1
/
+1
2013-03-10
Use LLVMBool instead of 'bool' in the C API. Based on a patch by Peter Zotov!
Nick Lewycky
2
-5
/
+5
2013-03-10
BBVectorize: Fixup debugging statements
Hal Finkel
1
-2
/
+2
2013-03-10
Cleanup #includes.
Jakub Staszak
3
-5
/
+5
2013-03-10
Remove unneeded #include.
Jakub Staszak
1
-1
/
+0
2013-03-10
Add some constantness in MachinePostDominators.h.
Jakub Staszak
1
-7
/
+8
2013-03-10
Remove unneeded #includes. Use forward declarations instead.
Jakub Staszak
2
-5
/
+9
2013-03-10
Remove unneeded #includes. Use forward declarations instead.
Jakub Staszak
1
-3
/
+5
2013-03-09
Remove an unused member variable from HelpPrinter. Move another member variab...
Craig Topper
1
-6
/
+2
2013-03-09
Don't glue users to extract_subreg when selecting the llvm.arm.ldrexd
Lang Hames
2
-6
/
+17
[prev]
[next]