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
*
Trailing whitespace.
Mikhail Glushenkov
2009-11-07
1
-7
/
+7
*
Update some globals to use ManagedStatic.
Lang Hames
2009-11-07
1
-2
/
+4
*
Fix memoizing of CvtRndSatSDNode
Mon P Wang
2009-11-07
1
-1
/
+2
*
Fixed Overload table bug noticed by Jakob
Mon P Wang
2009-11-07
1
-1
/
+0
*
Refactor code. Fix a potential missing check. Teach isIdentical() about tLDRp...
Evan Cheng
2009-11-07
5
-30
/
+41
*
- Add TargetInstrInfo::isIdentical(). It's similar to MachineInstr::isIdentical
Evan Cheng
2009-11-07
6
-37
/
+109
*
Update CMake file.
Ted Kremenek
2009-11-07
1
-0
/
+1
*
Add code to check at SelectionDAGISel::LowerArguments time to see if return v...
Kenneth Uildriks
2009-11-07
4
-0
/
+92
*
Fix inverted conflict test in -early-coalesce.
Jakob Stoklund Olesen
2009-11-07
1
-14
/
+15
*
Revert following patches to fix llvmgcc bootstrap.
Devang Patel
2009-11-07
1
-350
/
+234
*
My previous patch (r84124) for setting the encoding bits 4 and 7 of DPSoRegFrm
Johnny Chen
2009-11-07
1
-34
/
+9
*
- new SROA mallocs should have the mallocs running-or'ed, not the malloc's bi...
Victor Hernandez
2009-11-07
1
-19
/
+22
*
Fit in 80 columns
Victor Hernandez
2009-11-07
1
-2
/
+4
*
Avoid "ambiguous 'else'" warning from gcc.
Jeffrey Yasskin
2009-11-07
1
-1
/
+2
*
Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions.
Victor Hernandez
2009-11-07
6
-139
/
+153
*
80-columns
Jim Grosbach
2009-11-07
1
-1
/
+1
*
Give the JITResolver a direct pointer to its JITEmitter, and use that instead
Jeffrey Yasskin
2009-11-07
1
-235
/
+234
*
- Add pseudo instructions tLDRpci_pic and t2LDRpci_pic which does a pc-relative
Evan Cheng
2009-11-06
13
-55
/
+253
*
Honour subreg machine operands during asmprinting
Anton Korobeynikov
2009-11-06
1
-0
/
+3
*
Print VMOV (immediate) operands as hexadecimal values. Apple's assembler
Bob Wilson
2009-11-06
3
-8
/
+39
*
Fix a bug where we'd call SplitBlockPredecessors with a pred in the
Chris Lattner
2009-11-06
1
-2
/
+11
*
Fix comment typos.
Bob Wilson
2009-11-06
1
-3
/
+3
*
Remove ARMPCLabelIndex from ARMISelLowering. Use ARMFunctionInfo::createConst...
Evan Cheng
2009-11-06
2
-13
/
+38
*
CallInst::CreateMalloc() and CallInst::CreateFree() need to create calls with...
Victor Hernandez
2009-11-06
1
-2
/
+4
*
Remove function left over from other jump threading cleanup.
Eli Friedman
2009-11-06
1
-24
/
+0
*
Fix a problem discovered on self host.
Chris Lattner
2009-11-06
1
-1
/
+1
*
remove more code subsumed by r86264
Chris Lattner
2009-11-06
1
-83
/
+17
*
Tolerate invalid derived type.
Devang Patel
2009-11-06
1
-0
/
+4
*
eliminate some more code subsumed by r86264
Chris Lattner
2009-11-06
1
-41
/
+4
*
remove now redundant code, r86264 handles this case.
Chris Lattner
2009-11-06
1
-66
/
+0
*
Extend jump threading to support much more general threading
Chris Lattner
2009-11-06
1
-27
/
+325
*
Use WriteAsOperand to print GlobalAddress MachineOperands. This
Dan Gohman
2009-11-06
1
-1
/
+2
*
Do not bother to emit debug info for nameless global variable.
Devang Patel
2009-11-06
2
-2
/
+5
*
Pass StringRef by value.
Daniel Dunbar
2009-11-06
26
-84
/
+79
*
remove some more Context arguments.
Chris Lattner
2009-11-06
1
-1
/
+1
*
remove a bunch of extraneous LLVMContext arguments
Chris Lattner
2009-11-06
16
-260
/
+201
*
Revert r86077 because it caused crashes in 179.art and 175.vpr on ARM
Victor Hernandez
2009-11-06
6
-155
/
+138
*
Do not try to emit debug info entry for dead global variable.
Devang Patel
2009-11-06
1
-1
/
+6
*
Factor out the printing of the leading tab into printInlineAsm.
Dan Gohman
2009-11-06
4
-3
/
+2
*
Use SUBREG_TO_REG instead of INSERT_SUBREG to model x86-64's
Dan Gohman
2009-11-05
1
-5
/
+3
*
Teach LSR to avoid calling SplitCriticalEdge on edges with indirectbr.
Dan Gohman
2009-11-05
1
-0
/
+1
*
Fix the label name generation for address-taken labels to avoid potential
Dan Gohman
2009-11-05
1
-6
/
+10
*
Added support for renumbering existing index list elements. Removed some junk...
Lang Hames
2009-11-05
1
-25
/
+31
*
Avoid calling getUniqueExitBlocks from within LoopSimplify, as it depends
Dan Gohman
2009-11-05
1
-1
/
+8
*
LoopDeletion depends on loops having dedicated exits.
Dan Gohman
2009-11-05
1
-0
/
+4
*
The introduction of indirectbr meant the introduction of
Dan Gohman
2009-11-05
1
-21
/
+82
*
Update various Loop optimization passes to cope with the possibility that
Dan Gohman
2009-11-05
7
-9
/
+29
*
Fix bug in aggressive antidep breaking; liveness was not updated correctly fo...
David Goodwin
2009-11-05
1
-10
/
+7
*
Teach LoopUnroll how to bail if LoopSimplify can't give it what it needs.
Dan Gohman
2009-11-05
1
-1
/
+12
*
Call getAnalysis<LoopInfo> the normal way, instead of asking passed-in
Dan Gohman
2009-11-05
1
-2
/
+2
[next]