index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix TryToShrinkGlobalToBoolean in GlobalOpt, so that it does not discard addr...
Joey Gouly
2013-01-10
1
-1
/
+2
*
[ObjCARC Debug Message] Added debug message when we convert an autorelease in...
Michael Gottesman
2013-01-10
1
-0
/
+6
*
Fix a race condition in the lock-file manager: once the lock file is
Douglas Gregor
2013-01-10
1
-3
/
+13
*
Fix a race condition in llvm::sys::path::unique_file: when we end up
Douglas Gregor
2013-01-10
1
-4
/
+7
*
Support headerless bundles in MachineInstr::hasProperty().
Jakob Stoklund Olesen
2013-01-10
1
-7
/
+5
*
Stack Alignment: throw error if we can't satisfy the minimal alignment
Manman Ren
2013-01-10
3
-20
/
+34
*
[Object][Archive] Fix name handling with bsd style long names.
Michael J. Spencer
2013-01-10
1
-8
/
+14
*
[Object][Archive] Apparently StringRef::getAsInteger for APInt accepts spaces.
Michael J. Spencer
2013-01-10
1
-2
/
+6
*
Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hang...
Bill Wendling
2013-01-09
4
-22
/
+25
*
[Object][Archive] Use uint64_t instead of APInt. It is significantly faster.
Michael J. Spencer
2013-01-09
1
-10
/
+10
*
Fix description of ARMOperand
Joel Jones
2013-01-09
1
-1
/
+1
*
ARM Cost model: Use the size of vector registers and widest vectorizable inst...
Nadav Rotem
2013-01-09
5
-3
/
+88
*
Fix a DAG combine bug visitBRCOND() is transforming br(xor(x, y)) to br(x != y).
Evan Cheng
2013-01-09
1
-12
/
+18
*
Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...
Argyrios Kyrtzidis
2013-01-09
2
-11
/
+19
*
[ObjCARC Debug Messages] This is a squashed commit of 3x debug message commit...
Michael Gottesman
2013-01-09
1
-0
/
+24
*
Don't print bundle flags.
Jakob Stoklund Olesen
2013-01-09
1
-1
/
+2
*
Don't require BUNDLE headers in MachineInstr::getBundleSize().
Jakob Stoklund Olesen
2013-01-09
1
-10
/
+5
*
LICM: Hoist insertvalue/extractvalue out of loops.
Benjamin Kramer
2013-01-09
1
-7
/
+6
*
Fix a typo in MachineInstr::unbundleFromSucc() method.
Sergei Larin
2013-01-09
1
-1
/
+1
*
PowerPC: EH adjustments
Adhemerval Zanella
2013-01-09
3
-11
/
+34
*
Refactor to expose RTLIB calls to targets.
Tim Northover
2013-01-09
6
-337
/
+367
*
Alter the hasing computation when inserting into the folding set.
Bill Wendling
2013-01-09
1
-2
/
+1
*
tblgen: use an early return to reduce indentation.
Sean Silva
2013-01-09
1
-18
/
+18
*
Efficient lowering of vector sdiv when the divisor is a splatted power of two...
Nadav Rotem
2013-01-09
2
-0
/
+51
*
tblgen: Factor out common code.
Sean Silva
2013-01-09
2
-17
/
+18
*
Last in the series of removing unnecessary '0' arguments for
Eric Christopher
2013-01-09
11
-20
/
+20
*
MIsched: add an ILP window property to machine model.
Andrew Trick
2013-01-09
4
-10
/
+11
*
[Object, DebugInfo] Make DWARFContext BE-aware.
NAKAMURA Takumi
2013-01-09
1
-1
/
+1
*
Inline this into its only caller.
Sean Silva
2013-01-09
2
-12
/
+5
*
tblgen: Reuse function that is 2 lines above.
Sean Silva
2013-01-09
1
-11
/
+2
*
fix copy-paste-o
Sean Silva
2013-01-09
1
-2
/
+2
*
docs: Bring TableGen syntax a bit closer to reality.
Sean Silva
2013-01-09
1
-1
/
+6
*
These functions have default arguments of 0 for the last arg. Use
Eric Christopher
2013-01-09
8
-41
/
+39
*
These functions have default arguments of 0 for the last arg. Use
Eric Christopher
2013-01-09
6
-26
/
+24
*
Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...
Nadav Rotem
2013-01-09
5
-5
/
+53
*
Add comment to the definition of Constant::isZeroValue().
Shuxin Yang
2013-01-09
1
-0
/
+2
*
Forgot the namespace identifier.
Bill Wendling
2013-01-09
1
-2
/
+2
*
Add the integer value of the ConstantInt instead of the Constant* value.
Bill Wendling
2013-01-09
2
-6
/
+9
*
Consider expression "0.0 - X" as the negation of X if
Shuxin Yang
2013-01-09
4
-6
/
+18
*
Move the string pools down into the units. No functional change.
Eric Christopher
2013-01-08
2
-22
/
+14
*
Simplify the code a bit: MCRelaxableFragment doesn't need a separate getInstSize
Eli Bendersky
2013-01-08
1
-3
/
+2
*
Fix memory leak in YAML I/O.
Nick Kledzik
2013-01-08
1
-9
/
+32
*
This patch produces the correct addend value for
Jack Carter
2013-01-08
1
-0
/
+1
*
This patch produces the correct pointer size
Jack Carter
2013-01-08
1
-0
/
+4
*
Pad Short Functions for Intel Atom
Preston Gurd
2013-01-08
7
-3
/
+194
*
Rename statistic for instruction fragments -> relaxable
Eli Bendersky
2013-01-08
1
-3
/
+3
*
Code cleanup: refactor the switch statements in the generation of reduction v...
Nadav Rotem
2013-01-08
1
-59
/
+28
*
Rename the enum members to match the LLVM coding style.
Nadav Rotem
2013-01-08
1
-25
/
+25
*
Add fp128 rtlib function names to LLVM
Tim Northover
2013-01-08
2
-18
/
+138
*
Allow the asm printer to print fp128 values properly.
Tim Northover
2013-01-08
1
-9
/
+12
[next]