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
*
improve PHINode::hasConstantValue() to detect recursive cases like %phi = phi...
Nuno Lopes
2012-07-03
1
-2
/
+6
*
Part of r159527. Splitted into series of patches and gone with fixed PR13256:
Stepan Dyatkovskiy
2012-07-03
2
-11
/
+13
*
Remove extra space.
Craig Topper
2012-07-03
1
-12
/
+12
*
Change i128mem/i256mem to f128mem/f256mem on some floating point vector instr...
Craig Topper
2012-07-03
1
-14
/
+14
*
MCContext.cpp: Fixup for my odd previous commit. No functional changes.
NAKAMURA Takumi
2012-07-03
1
-1
/
+1
*
Add aliases for pblendvb, blendvpd, and blendvps instructions with the implic...
Craig Topper
2012-07-03
1
-5
/
+19
*
MCContext::GetDwarfFile(): Make FileName parsing tolerant of DOSish pathsep w...
NAKAMURA Takumi
2012-07-03
1
-5
/
+5
*
mips32 long long register inline asm constraint support.
Jack Carter
2012-07-02
1
-0
/
+2
*
Revert " mips32 long long register inline asm constraint support." as
Eric Christopher
2012-07-02
1
-2
/
+0
*
Revert "IntRange:" as it appears to be breaking self hosting.
Eric Christopher
2012-07-02
3
-98
/
+159
*
All glory to address sanitizer. ;]
Chandler Carruth
2012-07-02
1
-2
/
+8
*
Target option DisableJumpTables is a gross hack. Move it to TargetLowering in...
Evan Cheng
2012-07-02
4
-17
/
+19
*
mips32 long long register inline asm constraint support.
Jack Carter
2012-07-02
1
-0
/
+2
*
misched: allow NULL InstrItineraries.
Andrew Trick
2012-07-02
1
-0
/
+1
*
Turn an assert into an error to make it a bit more friendly.
Eric Christopher
2012-07-02
1
-2
/
+9
*
Pass the correct ELFOSABI enumeration to the MipsELFObjectWriter constructor
Jack Carter
2012-07-02
1
-1
/
+2
*
Extend TargetPassConfig to allow running only a subset of the normal passes.
Bob Wilson
2012-07-02
5
-16
/
+43
*
Move assertion with TargetPassConfig's Initialized flag.
Bob Wilson
2012-07-02
1
-2
/
+2
*
Consistently use AnalysisID types in TargetPassConfig.
Bob Wilson
2012-07-02
3
-64
/
+62
*
Add all codegen passes to the PassManager via TargetPassConfig.
Bob Wilson
2012-07-02
13
-98
/
+103
*
Revert accidental checkin.
Andrew Trick
2012-07-02
1
-3
/
+2
*
GlobalOpt forgot to handle bitcast when analyzing globals. Found by inspection.
Duncan Sands
2012-07-02
1
-0
/
+2
*
Added assertion in getVRegDef of MachineRegisterInfo to make sure the virtual
Manman Ren
2012-07-02
2
-5
/
+8
*
Reapply "Make NumMicroOps a variable in the subtarget's instruction itinerary."
Andrew Trick
2012-07-02
5
-50
/
+66
*
Do not attempt to use ROR for Thumb1.
Bob Wilson
2012-07-02
1
-2
/
+2
*
fix the regression I introduced in r159385 (it's necessary to update PHI node...
Nuno Lopes
2012-07-02
1
-0
/
+3
*
IntRange:
Stepan Dyatkovskiy
2012-07-02
3
-159
/
+98
*
[asan] small code simplification
Kostya Serebryany
2012-07-02
1
-18
/
+14
*
This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...
Alexey Samsonov
2012-07-02
7
-25
/
+108
*
Now that RegistersDefinedFromSameValue handles one instruction being an
Rafael Espindola
2012-07-01
1
-14
/
+4
*
Optimization of shuffle node that can fit to the register form of VBROADCAST ...
Elena Demikhovsky
2012-07-01
2
-6
/
+39
*
Reduce code size by using a second switch statement to avoid extra calls to S...
Craig Topper
2012-07-01
1
-9
/
+19
*
Add a break to the end of case statement missed in r159501.
Craig Topper
2012-07-01
1
-0
/
+1
*
Fix a crash on release builds if gather intrinsics are passed a non-constant ...
Craig Topper
2012-07-01
1
-2
/
+5
*
Use a second switch statement to reduce number of calls to SelectGather in co...
Craig Topper
2012-07-01
1
-17
/
+23
*
Reduce use list thrashing by using DenseMap's find_as for maps with ValueHand...
Benjamin Kramer
2012-06-30
2
-9
/
+11
*
Don't reinsert the 'atexit' function if it already exists.
Bill Wendling
2012-06-30
1
-2
/
+1
*
Handle implicit_defs in the register coalescer. I am still trying to produce
Rafael Espindola
2012-06-30
1
-27
/
+40
*
revert r159440. As Duncan pointed out, the test for invoke is not needed at t...
Nuno Lopes
2012-06-29
1
-2
/
+1
*
ARM: Clean up optimizeCompare in peephole, no functional change.
Manman Ren
2012-06-29
1
-80
/
+73
*
Add SrcReg2 to analyzeCompare and optimizeCompareInstr to handle Compare
Manman Ren
2012-06-29
3
-28
/
+40
*
Clear kill flags in InstrEmitter::EmitSubregNode().
Jakob Stoklund Olesen
2012-06-29
1
-0
/
+1
*
Check for extra kill flags on live-out virtual registers.
Jakob Stoklund Olesen
2012-06-29
1
-0
/
+14
*
CodeGenPrepare: Don't crash when TLI is not available.
Benjamin Kramer
2012-06-29
1
-1
/
+2
*
Add getUniqueVRegDef to MachineRegisterInfo.
Manman Ren
2012-06-29
1
-0
/
+11
*
Rework this to clarify where the removal of nodes from the queue is
Duncan Sands
2012-06-29
1
-8
/
+9
*
RefreshCallGraph: ignore 'invoke intrinsic'. IntrinsicInst doesnt not recogni...
Nuno Lopes
2012-06-29
1
-1
/
+3
*
ignore 'invoke new' in isInstructionTriviallyDead, since most callers are not...
Nuno Lopes
2012-06-29
1
-1
/
+2
*
Cleanup in DwarfDebug - fix a typo and remove two unused functions
Alexey Samsonov
2012-06-29
1
-7
/
+1
*
Fix a reassociate crash on sozefx when compiling with dragonegg+gcc-4.7 due to
Duncan Sands
2012-06-29
1
-5
/
+13
[next]