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
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-17
Fix ARMFastISel::ARMEmitIntExt shift emission
JF Bastien
1
-30
/
+52
2013-07-17
PPC: Add CTR-register clobber to builtin setjmp
Hal Finkel
3
-0
/
+9
2013-07-17
Mark a method 'const' and another 'static'.
Craig Topper
1
-2
/
+2
2013-07-17
Make a few more static string pointers constant.
Craig Topper
1
-8
/
+8
2013-07-17
Don't fallback to copy + delete in rename.
Rafael Espindola
1
-11
/
+2
2013-07-17
Make constant string pointer into an array to remove a pointer lookup for eve...
Craig Topper
2
-2
/
+2
2013-07-17
raw_ostream.cpp: Introduce <fcntl.h> to let O_BINARY provided. Or, llvm::outs...
NAKAMURA Takumi
1
-0
/
+5
2013-07-17
SLPVectorizer: Accelerate the isConsecutive check by replacing the subtractio...
Nadav Rotem
1
-10
/
+5
2013-07-17
PPC: Implement base pointer and stack realignment
Hal Finkel
5
-41
/
+240
2013-07-17
Move string pointer from being a static class member to just a static global ...
Craig Topper
2
-7
/
+2
2013-07-16
Add getModuleFlag(StringRef Key) to query a module flag given Key.
Manman Ren
2
-11
/
+17
2013-07-16
flip the scev minus direction to simplify the code.
Nadav Rotem
1
-3
/
+3
2013-07-16
SLPVectorizer: Improve the compile time of isConsecutive by adding a simple c...
Nadav Rotem
1
-0
/
+18
2013-07-16
Related to r181161 - Indirect branches may not be the last branch in a basic
Lang Hames
1
-0
/
+7
2013-07-16
ARM: Add support for the Thumb2 PLI alternate literal form.
Tilmann Scheller
1
-0
/
+3
2013-07-16
Add a wrapper for open.
Rafael Espindola
11
-60
/
+71
2013-07-16
Remove floats from live range splitting costs.
Jakob Stoklund Olesen
2
-26
/
+28
2013-07-16
Reapply r185393.
Jakob Stoklund Olesen
2
-82
/
+80
2013-07-16
[X86] Use min/max to optimze unsigend vector comparison on X86
Juergen Ributzka
1
-2
/
+22
2013-07-16
Make SpecialCaseList match full strings, as documented, using anchors.
Peter Collingbourne
1
-1
/
+1
2013-07-16
Test commit to verify write access.
Juergen Ributzka
1
-0
/
+1
2013-07-16
[Support] Add a Unicode conversion wrapper from UTF16 to UTF8
Reid Kleckner
1
-0
/
+55
2013-07-16
When the inliner merges allocas, it must keep the larger alignment
Hal Finkel
1
-2
/
+16
2013-07-16
SLPVectorizer: Reduce the compile time of the consecutive store lookup.
Nadav Rotem
1
-5
/
+13
2013-07-16
Create files with mode 666. This matches the behavior of other unix tools.
Rafael Espindola
1
-1
/
+1
2013-07-16
[Support] Fix some warnings when self-hosting clang on Windows
Reid Kleckner
2
-2
/
+5
2013-07-16
[APFloat] PR16573: Avoid losing mantissa bits in ppc_fp128 to double truncation
Ulrich Weigand
1
-0
/
+17
2013-07-16
[XCore] Fix printing of inline asm operands.
Richard Osborne
1
-11
/
+7
2013-07-16
ARM: allow printing of ARM atomic DAG nodes.
Tim Northover
1
-0
/
+13
2013-07-16
[SystemZ] Use ROSBG and non-zero form of RISBG for OR nodes
Richard Sandiford
1
-1
/
+86
2013-07-16
Fixing a buildbot failure:unused function.
Vladimir Medic
1
-14
/
+0
2013-07-16
[SystemZ] Add MC support for R[NOX]SBG
Richard Sandiford
1
-0
/
+8
2013-07-16
[SystemZ] Use RISBG for (shift (and ...))
Richard Sandiford
1
-97
/
+168
2013-07-16
This patch represents Mips utilization of r186388 code that alows asm matche...
Vladimir Medic
4
-270
/
+242
2013-07-16
PPCJITInfo.cpp: Tweak r186252 with s/__ppc/__powerpc/ to work on powerpc-linu...
NAKAMURA Takumi
1
-2
/
+2
2013-07-16
ARM: implement ldrex, strex and clrex intrinsics
Tim Northover
5
-16
/
+131
2013-07-16
ARM EABI divmod support
Renato Golin
3
-2
/
+87
2013-07-16
Add a version of sys::fs::status that uses fstat.
Rafael Espindola
2
-40
/
+68
2013-07-16
Instead friending status, provide windows and posix constructors to file_status.
Rafael Espindola
2
-25
/
+18
2013-07-16
Add 'const' qualifiers to static const char* variables.
Craig Topper
9
-37
/
+38
2013-07-15
PEI: Support for non-zero SPAdj at beginning of a basic block.
Manman Ren
1
-15
/
+26
2013-07-15
PR16628: Fix a bug in the code that merges compares.
Nadav Rotem
1
-1
/
+3
2013-07-15
PPC: Refactoring to support subtarget feature changing
Hal Finkel
2
-37
/
+69
2013-07-15
Machine Verifier: verify FrameSetup and FrameDestroy
Manman Ren
1
-0
/
+132
2013-07-15
Remove an extra is_directory call.
Rafael Espindola
1
-11
/
+0
2013-07-15
Fix register subclass handling in PPCInstrInfo::insertSelect
Hal Finkel
1
-5
/
+10
2013-07-15
[mc-coff] Resolve aliases when emitting COFF relocations
Reid Kleckner
1
-2
/
+3
2013-07-15
R600/SI: Add support for 64-bit loads
Tom Stellard
3
-1
/
+29
2013-07-15
Remove invalid assert in DAGTypeLegalizer::RemapValue
Hal Finkel
1
-1
/
+4
2013-07-15
Remove trailing whitespace
Stephen Lin
1
-36
/
+36
[prev]
[next]