index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix static function names in CodingStandards examples.
Andrew Trick
2012-09-20
1
-6
/
+6
*
Convert some attribute existence queries over to use the predicate methods.
Bill Wendling
2012-09-19
4
-38
/
+38
*
ARM: Tidy up IntrinsicsARM.td a bit.
Jim Grosbach
2012-09-19
1
-225
/
+207
*
Add predicates for queries on whether an attribute exists.
Bill Wendling
2012-09-19
2
-7
/
+87
*
Add in new data types that are used by AMDIL/ANL among others.
Micah Villmow
2012-09-19
5
-64
/
+155
*
Soften the pattern-can-never-match error in TableGen into a warning. This pat...
Owen Anderson
2012-09-19
1
-2
/
+5
*
Implement a correct copy constructor for Record. Now that we're using the ID...
Owen Anderson
2012-09-19
1
-0
/
+8
*
Resolve conflicts involving dead vector lanes for -new-coalescer.
Jakob Stoklund Olesen
2012-09-19
2
-9
/
+182
*
This patch adds memory support functions which will later be used to implemen...
Andrew Kaylor
2012-09-19
6
-90
/
+747
*
Add support for macro parameters/arguments delimited by spaces,
Preston Gurd
2012-09-19
6
-33
/
+188
*
Add support for accessing an MDNode's operands via the C binding. Patch by
Duncan Sands
2012-09-19
2
-0
/
+34
*
Support default parameters/arguments for assembler macros.
Preston Gurd
2012-09-19
2
-9
/
+41
*
Enhance unmatched '.endr' directive error message in assembler.
Preston Gurd
2012-09-19
2
-2
/
+2
*
Unify the logic in SelectAtomicLoadAdd and SelectAtomicLoadArith
Michael Liao
2012-09-19
2
-177
/
+142
*
Renaming functions to match coding style guidelines
Michael Ilseman
2012-09-19
1
-4
/
+4
*
Really XFAIL test/CodeGen/PowerPC/structsinregs.ll.
Jordan Rose
2012-09-19
1
-1
/
+1
*
Doxygen-ify comments
Michael Ilseman
2012-09-19
1
-8
/
+16
*
XFAIL test/CodeGen/PowerPC/structsinregs.ll
Bill Schmidt
2012-09-19
1
-0
/
+6
*
Put the * and & next to the variable, rather than the type.
Michael Ilseman
2012-09-19
1
-73
/
+73
*
Document the interface for integer expansion, using doxygen-style comments
Michael Ilseman
2012-09-19
1
-0
/
+8
*
Forward declarations
Michael Ilseman
2012-09-19
1
-0
/
+4
*
GCC doesn't understand that OrigAliasResult having a value is correlated with
Duncan Sands
2012-09-19
1
-1
/
+1
*
Small structs for PPC64 SVR4 must be passed right-justified in registers.
Bill Schmidt
2012-09-19
3
-61
/
+347
*
SimplifyCFG: Don't generate invalid code for switch used to initialize
Hans Wennborg
2012-09-19
2
-9
/
+42
*
Fix minor typo in IntervalPartition.h
Will Dietz
2012-09-19
1
-2
/
+2
*
Make MapVector a bit more expensive but harder to misuse. We now only
Rafael Espindola
2012-09-19
1
-87
/
+14
*
InlineCost: Make TotalAllocaSizeRecursiveCaller unsigned to avoid sign-compar...
Benjamin Kramer
2012-09-19
1
-1
/
+1
*
IntegerDivision: Style cleanups, avoid warning about mixing || and && without...
Benjamin Kramer
2012-09-19
1
-7
/
+5
*
Remove unused and broken CloneFunction wrapper.
Benjamin Kramer
2012-09-19
1
-7
/
+0
*
Move load_to_switch.ll to test/CodeGen/SPARC/
Hans Wennborg
2012-09-19
1
-1
/
+1
*
rename test
Nadav Rotem
2012-09-19
1
-0
/
+0
*
Prevent inlining of callees which allocate lots of memory into a recursive ca...
Nadav Rotem
2012-09-19
3
-14
/
+99
*
CodeGenPrep: turn lookup tables into switches for some targets.
Hans Wennborg
2012-09-19
2
-4
/
+198
*
Remove code for setting the VEX L-bit as a function of operand size from the ...
Craig Topper
2012-09-19
5
-41
/
+4
*
whitespace.
Nadav Rotem
2012-09-19
1
-9
/
+0
*
Add explicit VEX_L tags to all 256-bit instructions. This will allow us to re...
Craig Topper
2012-09-19
3
-240
/
+254
*
Silence -Wnon-virtual-dtor in llvm-stress.
Andrew Trick
2012-09-19
1
-0
/
+4
*
SchedMachineModel: compress the CPU's WriteLatencyTable.
Andrew Trick
2012-09-19
3
-7
/
+44
*
De-nest if's and fix mix-up
Sean Silva
2012-09-19
1
-41
/
+37
*
Iterate deterministicaly over ClassInfo*'s
Sean Silva
2012-09-19
1
-2
/
+12
*
Iterate deterministically over register classes
Sean Silva
2012-09-19
1
-2
/
+3
*
Refactor Record* by-ID comparator to Record.h
Sean Silva
2012-09-19
3
-18
/
+19
*
llvm/test/MC/X86/x86_nop.s: Make sure -arch=x86 when -mcpu=geode.
NAKAMURA Takumi
2012-09-19
1
-1
/
+1
*
Tidy up. Minor formatting.
Jim Grosbach
2012-09-18
1
-3
/
+2
*
Tidy up. 80 columns.
Jim Grosbach
2012-09-18
1
-2
/
+6
*
comment typo
Andrew Trick
2012-09-18
1
-1
/
+1
*
Fix the last crasher I've gotten a reproduction for in SROA. This one
Chandler Carruth
2012-09-18
2
-0
/
+22
*
Test commit
Sean Silva
2012-09-18
1
-1
/
+1
*
New utility for expanding integer division for targets that don't support it.
Michael Ilseman
2012-09-18
3
-0
/
+333
*
MOVi16 (movw) is only legal on cpus with V6T2 support. rdar://12300648
Evan Cheng
2012-09-18
3
-3
/
+16
[prev]
[next]