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
*
Improvements to unique_file and createUniqueDirectory.
Rafael Espindola
2013-06-28
3
-241
/
+235
*
Don't ask for a mode when we are not keeping the file.
Rafael Espindola
2013-06-28
1
-2
/
+2
*
LoopVectorize: Preserve debug location info
Arnold Schwaighofer
2013-06-28
1
-1
/
+74
*
Fix using arg_end() - arg_begin() instead of arg_size()
Matt Arsenault
2013-06-28
1
-3
/
+3
*
Rename DIBuilder::createNullPtrType to createUnspecifiedType and introduce
Peter Collingbourne
2013-06-27
1
-4
/
+9
*
Revert "Revert "[APFloat] Removed APFloat constructor which initialized to ei...
Michael Gottesman
2013-06-27
2
-19
/
+9
*
Revert "[APFloat] Removed APFloat constructor which initialized to either zer...
Michael Gottesman
2013-06-27
2
-9
/
+19
*
LoopVectorize: Cache edge masks created during if-conversion
Arnold Schwaighofer
2013-06-27
1
-0
/
+15
*
[APFloat] Removed APFloat constructor which initialized to either zero/NaN bu...
Michael Gottesman
2013-06-27
2
-19
/
+9
*
Get rid of the unused class member.
Nadav Rotem
2013-06-27
1
-3
/
+2
*
CostModel: improve the cost model for load/store of non power-of-two types su...
Nadav Rotem
2013-06-27
1
-0
/
+43
*
LoopVectorize: Use vectorized loop invariant gep index anchored in loop
Arnold Schwaighofer
2013-06-27
1
-8
/
+20
*
Use MCFillFragment for zero-initialized data.
Serge Pavlov
2013-06-27
3
-3
/
+17
*
Add a Subtarget feature 'v8fp' to the ARM backend.
Joey Gouly
2013-06-27
5
-5
/
+24
*
Remove unused variable.
Benjamin Kramer
2013-06-27
1
-2
/
+0
*
Don't cast away constness.
Benjamin Kramer
2013-06-27
1
-1
/
+2
*
[SystemZ] Allow LA and LARL to be rematerialized
Richard Sandiford
2013-06-27
1
-2
/
+4
*
[SystemZ] Allow immediate moves to be rematerialized
Richard Sandiford
2013-06-27
1
-2
/
+4
*
[SystemZ] Add conditional store patterns
Richard Sandiford
2013-06-27
7
-9
/
+156
*
Add a convenience createUniqueDirectory function.
Rafael Espindola
2013-06-27
1
-0
/
+11
*
LoopVectorize: Don't store a reversed value in the vectorized value map
Arnold Schwaighofer
2013-06-27
1
-1
/
+4
*
Added support for the Builtin attribute.
Michael Gottesman
2013-06-27
9
-16
/
+40
*
No need to use a Set when a vector would do.
Nadav Rotem
2013-06-27
1
-3
/
+3
*
SLP: When searching for vectorization opportunities scan the blocks in post-o...
Nadav Rotem
2013-06-26
1
-2
/
+4
*
SLP: Dont erase instructions during vectorization because it prevents the out...
Nadav Rotem
2013-06-26
1
-2
/
+0
*
In InstCombine{AddSub,MulDivRem} convert APFloat.isFiniteNonZero() && !APFloa...
Michael Gottesman
2013-06-26
2
-5
/
+5
*
[APFloat] Convert all references to fcNormal to references to isFiniteNonZero().
Michael Gottesman
2013-06-26
1
-30
/
+30
*
Revert "Debug Info: clean up usage of Verify." as it's breaking bots.
Eric Christopher
2013-06-26
3
-6
/
+6
*
Fix a crash bug in dumping options with groups
Reid Kleckner
2013-06-26
1
-4
/
+6
*
Clarify and doxygen-ify comments
Stephen Lin
2013-06-26
2
-16
/
+20
*
[Mips Disassembler] Have the DecodeCCRRegisterClass function use the getReg
Chad Rosier
2013-06-26
1
-1
/
+4
*
ARM: Proactively ensure that the LowerCallResult hack for 'this'-returns is n...
Stephen Lin
2013-06-26
3
-4
/
+23
*
Debug Info: clean up usage of Verify.
Manman Ren
2013-06-26
3
-6
/
+6
*
Minor formatting fix to ARMBaseRegisterInfo::getCalleeSavedRegs
Stephen Lin
2013-06-26
1
-7
/
+5
*
Rename PathV2 to just Path now that it is the only one.
Rafael Espindola
2013-06-26
4
-11
/
+11
*
[mips] Do not emit ".option pic0" if target is mips64.
Akira Hatanaka
2013-06-26
1
-1
/
+1
*
[mips] Improve code generation for constant multiplication using shifts, adds...
Akira Hatanaka
2013-06-26
1
-0
/
+54
*
Use enums instead of raw octal values.
Rafael Espindola
2013-06-26
1
-1
/
+0
*
Erase all of the instructions that we RAUWed
Nadav Rotem
2013-06-26
1
-0
/
+9
*
Add a subtarget feature 'v8' to the ARM backend.
Joey Gouly
2013-06-26
8
-4
/
+25
*
Do not add cse-ed instructions into the visited map because we dont want to c...
Nadav Rotem
2013-06-26
1
-5
/
+9
*
ARM: fix more cases where predication may or may not be allowed
Tim Northover
2013-06-26
4
-36
/
+35
*
ARM: allow predicated barriers in Thumb mode
Tim Northover
2013-06-26
2
-18
/
+16
*
Remove the 'generic' CPU from the ARM eabi attributes printer.
Joey Gouly
2013-06-26
1
-9
/
+2
*
PathV1 is deprecated since the 18th of Dec 2010. Remove it.
Rafael Espindola
2013-06-26
4
-1164
/
+0
*
[PowerPC] Accept 17-bit signed immediates for addis
Ulrich Weigand
2013-06-26
3
-4
/
+26
*
[PowerPC] Support symbolic u16imm operands
Ulrich Weigand
2013-06-26
5
-9
/
+14
*
ARM: operands should be explicit when disassembled
Amaury de la Vieuville
2013-06-26
1
-8
/
+3
*
[Sparc]: Add memory operands for the frame references in the storeRegToStackSlot
Venkatraman Govindaraju
2013-06-26
1
-8
/
+30
*
Fixed a comment.
Elena Demikhovsky
2013-06-26
1
-2
/
+2
[next]