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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-02
Merge master branch
tstellar
6
-9
/
+38
2012-10-02
Merge master branch
tstellar
18
-282
/
+393
2012-10-02
Merge TOT
tstellar
2
-2
/
+2
2012-09-24
Add LLVM_OVERRIDE to methods that override their base classes.
tstellar
11
-45
/
+47
2012-09-24
Machine Model (-schedmodel only). Added SchedAliases.
tstellar
1
-1
/
+32
2012-09-24
Add llvm::getOrdinalSuffix to get the appropriate -st, -nd, -rd, -th suffix.
tstellar
1
-0
/
+19
2012-09-24
Casting: assert that pointer arguments to isa<> are non-null.
tstellar
1
-0
/
+3
2012-09-24
DenseMap: assert that we have found a bucket before we try to insert into it.
tstellar
1
-0
/
+1
2012-09-24
Add an --enable-backtraces option to configure to determine
tstellar
1
-0
/
+3
2012-09-24
Add an MDBuilder utility for creating !tbaa.struct nodes.
tstellar
1
-0
/
+21
2012-09-24
[ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.
tstellar
1
-0
/
+4
2012-09-21
include/llvm: Add R600 Intrinsics
Tom Stellard
2
-0
/
+37
2012-09-21
Encapsulate the "construct*AlignmentFromInt" functions.
void
1
-25
/
+25
2012-09-21
Make the 'get*AlignmentFromAttr' functions into member functions within the A...
void
1
-18
/
+19
2012-09-21
Fix SymbolRef::getAddress implementation for ELF. The 'value' field in symbol...
samsonov
2
-1
/
+14
2012-09-21
ARM: Use a dedicated intrinsic for vector bitwise select.
grosbach
1
-0
/
+5
2012-09-20
Revert r164308 to fix buildbots.
void
1
-21
/
+19
2012-09-20
Make the 'get*AlignmentFromAttr' functions into member functions within the A...
void
1
-19
/
+21
2012-09-20
Remove more bare uses of the different Attribute enums.
void
1
-10
/
+26
2012-09-20
Make the 'getAsString' function a method of the Attributes class.
void
1
-6
/
+6
2012-09-19
ARM: Tidy up IntrinsicsARM.td a bit.
grosbach
1
-225
/
+207
2012-09-19
Add predicates for queries on whether an attribute exists.
void
1
-0
/
+81
2012-09-19
Add in new data types that are used by AMDIL/ANL among others.
mvillmow
3
-64
/
+127
2012-09-19
Implement a correct copy constructor for Record. Now that we're using the ID...
resistor
1
-0
/
+8
2012-09-19
This patch adds memory support functions which will later be used to implemen...
akaylor
1
-0
/
+65
2012-09-19
Add support for macro parameters/arguments delimited by spaces,
pgurd
1
-0
/
+5
2012-09-19
Add support for accessing an MDNode's operands via the C binding. Patch by
baldrick
1
-0
/
+21
2012-09-19
Document the interface for integer expansion, using doxygen-style comments
milseman
1
-0
/
+8
2012-09-19
Forward declarations
milseman
1
-0
/
+4
2012-09-19
Fix minor typo in IntervalPartition.h
wdietz2
1
-2
/
+2
2012-09-19
Make MapVector a bit more expensive but harder to misuse. We now only
rafael
1
-87
/
+14
2012-09-19
InlineCost: Make TotalAllocaSizeRecursiveCaller unsigned to avoid sign-compar...
d0k
1
-1
/
+1
2012-09-19
Remove unused and broken CloneFunction wrapper.
d0k
1
-7
/
+0
2012-09-19
Prevent inlining of callees which allocate lots of memory into a recursive ca...
nadav
1
-0
/
+3
2012-09-19
Refactor Record* by-ID comparator to Record.h
silvas
1
-0
/
+10
2012-09-18
New utility for expanding integer division for targets that don't support it.
milseman
1
-0
/
+26
2012-09-18
Add a MapVector class. It provides a regular set iteration, but
rafael
1
-0
/
+153
2012-09-18
Avoid symbol name clash when filling TOC.
rdivacky
1
-0
/
+1
2012-09-18
Add PowerPC64 relocation definitions. Patch by Adhemerval Zanella!
rdivacky
1
-0
/
+15
2012-09-18
When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend
rdivacky
1
-5
/
+8
2012-09-18
Make MachinePostDominatorTree::DT private
tstellar
1
-2
/
+4
2012-09-18
Replaced ReInitMCSubtargetInfo with InitMCProcessor.
atrick
1
-3
/
+3
2012-09-18
Fix a typo. No functional change.
ctopper
1
-1
/
+1
2012-09-18
Let NULL slip through again.
atrick
1
-1
/
+1
2012-09-18
TargetSchedModel API. Implement latency lookup, disabled.
atrick
4
-14
/
+30
2012-09-18
TableGen subtarget emitter. Remove unnecessary header dependence.
atrick
1
-8
/
+9
2012-09-18
Mark unimplemented operator new as LLVM_DELETED_FUNCTION.
ctopper
1
-10
/
+10
2012-09-18
TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...
atrick
3
-5
/
+29
2012-09-18
Mark constructors, destructors, and operator new commented as 'do not impleme...
ctopper
5
-43
/
+43
2012-09-18
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
ctopper
3
-10
/
+10
[next]