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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove some trivial copy ctors so the classes become trivially copyable and g...
Benjamin Kramer
2012-07-08
2
-6
/
+0
*
SmallVector: Make use of move semantics to speed up moving objects in erase()...
Benjamin Kramer
2012-07-08
1
-6
/
+6
*
I'm introducing a new machine model to simultaneously allow simple
Andrew Trick
2012-07-07
6
-214
/
+292
*
whitespace
Andrew Trick
2012-07-07
1
-2
/
+2
*
Tweak spelling.
Andrew Trick
2012-07-07
1
-1
/
+1
*
Fix the naming of ensureAlignment. Per the coding standard function names
Chad Rosier
2012-07-06
1
-2
/
+2
*
Add a print method to the ObjC property object.
Bill Wendling
2012-07-06
1
-0
/
+2
*
Revert r159789.
Dmitri Gribenko
2012-07-06
1
-17
/
+0
*
llvm/include/llvm/CMakeLists.txt: Cut dependency to intrinsics_gen.
NAKAMURA Takumi
2012-07-06
1
-2
/
+0
*
Enable new[] on llvm::BumpPtrAllocator.
Dmitri Gribenko
2012-07-06
1
-0
/
+17
*
Fix an overzealous assertion. It is legitimate for a target to have multiple...
Owen Anderson
2012-07-05
1
-1
/
+1
*
Remove dead infrastructure for building DenseMaps with a SlotIndex as
Chandler Carruth
2012-07-05
1
-31
/
+0
*
Finish fixing the MachineOperand hashing, providing a nice modern
Chandler Carruth
2012-07-05
1
-0
/
+8
*
Reverted r159658:
Stepan Dyatkovskiy
2012-07-04
1
-84
/
+2
*
Reverted r156659, due to probable performance regressions, DenseMap should be...
Stepan Dyatkovskiy
2012-07-04
1
-4
/
+30
*
Add an experimental early if-conversion pass, off by default.
Jakob Stoklund Olesen
2012-07-04
3
-0
/
+55
*
fold PHI nodes in SizeOffsetEvaluator whenever possible.
Nuno Lopes
2012-07-03
1
-5
/
+7
*
IntegersSubsetMappin: cosmetic changes in diff operation.
Stepan Dyatkovskiy
2012-07-03
1
-6
/
+6
*
Part of r159527. Splitted into series of patches and gone with fixed PR13256:
Stepan Dyatkovskiy
2012-07-03
1
-1
/
+96
*
Part of r159527. Splitted into series of patches and gone with fixed PR13256:
Stepan Dyatkovskiy
2012-07-03
1
-31
/
+5
*
Part of r159527. Splitted into series of patches and gone with fixed PR13256:
Stepan Dyatkovskiy
2012-07-03
1
-2
/
+84
*
Micro-optimize this function a bit. This shrinks the generated code
Chandler Carruth
2012-07-03
1
-4
/
+6
*
Revert "IntRange:" as it appears to be breaking self hosting.
Eric Christopher
2012-07-02
2
-216
/
+43
*
Target option DisableJumpTables is a gross hack. Move it to TargetLowering in...
Evan Cheng
2012-07-02
2
-6
/
+17
*
Fix -Wstring-conversion warning.
David Blaikie
2012-07-02
1
-2
/
+1
*
Extend TargetPassConfig to allow running only a subset of the normal passes.
Bob Wilson
2012-07-02
2
-3
/
+25
*
Consistently use AnalysisID types in TargetPassConfig.
Bob Wilson
2012-07-02
2
-11
/
+9
*
Add all codegen passes to the PassManager via TargetPassConfig.
Bob Wilson
2012-07-02
1
-2
/
+10
*
Add a missing forward declaration of PassManagerBase.
Bob Wilson
2012-07-02
1
-0
/
+1
*
Reapply "Make NumMicroOps a variable in the subtarget's instruction itinerary."
Andrew Trick
2012-07-02
3
-12
/
+14
*
Fixed switch in IntRange::isSingleNumber method.
Stepan Dyatkovskiy
2012-07-02
1
-1
/
+3
*
IntRange, fixed warning in isSingleNumber method
Stepan Dyatkovskiy
2012-07-02
1
-2
/
+1
*
IntRange:
Stepan Dyatkovskiy
2012-07-02
2
-43
/
+216
*
This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...
Alexey Samsonov
2012-07-02
1
-5
/
+29
*
Avoid sign compare warning.
Benjamin Kramer
2012-06-30
1
-1
/
+1
*
Add SrcReg2 to analyzeCompare and optimizeCompareInstr to handle Compare
Manman Ren
2012-06-29
1
-8
/
+11
*
Add getUniqueVRegDef to MachineRegisterInfo.
Manman Ren
2012-06-29
1
-0
/
+5
*
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-29
6
-10
/
+10
*
The DIBuilder class is just a wrapper around debug info creation
Bill Wendling
2012-06-29
1
-1
/
+1
*
Revert "Make NumMicroOps a variable in the subtarget's instruction itinerary."
Andrew Trick
2012-06-29
3
-14
/
+12
*
misched: count micro-ops toward the issue limit.
Andrew Trick
2012-06-29
1
-6
/
+6
*
Make NumMicroOps a variable in the subtarget's instruction itinerary.
Andrew Trick
2012-06-29
3
-13
/
+16
*
X86: add more GATHER intrinsics in LLVM
Manman Ren
2012-06-29
1
-3
/
+36
*
add a new @llvm.donothing intrinsic that, well, does nothing, and teach CodeG...
Nuno Lopes
2012-06-28
1
-0
/
+3
*
Fix hexagon gcc builtin names to use '_' instead of '.'.
Benjamin Kramer
2012-06-28
1
-852
/
+852
*
Define MIPS DSP Rev1 intrinsics. That allows frontend to emit a correct IR.
Simon Atanasyan
2012-06-28
2
-0
/
+287
*
MemoryBuiltins:
Nuno Lopes
2012-06-28
1
-1
/
+4
*
add ConstantRange::difference (to perform set difference/relative complement)
Nuno Lopes
2012-06-28
1
-0
/
+4
*
Devirtualize DIScope and subclasses.
Benjamin Kramer
2012-06-28
1
-13
/
+0
*
Allow BBVectorize to form non-2^n-length vectors.
Hal Finkel
2012-06-28
1
-0
/
+3
[next]