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 verification of explicit operands.
Jakob Stoklund Olesen
2009-09-23
1
-8
/
+11
*
Remove BlackfinRegisterInfo::getFrameIndexOffset since it is the same as the
Bob Wilson
2009-09-23
3
-10
/
+1
*
Delete attached metadata when an instruction is deleted.
Devang Patel
2009-09-23
1
-0
/
+5
*
ARM does not support offset folding (yet). Disable it for now.
Anton Korobeynikov
2009-09-23
2
-0
/
+7
*
Edit a comment.
Bob Wilson
2009-09-23
1
-2
/
+1
*
Do not leave behind metadata while cloning an instruction.
Devang Patel
2009-09-23
2
-0
/
+163
*
Fix bug in kill flag updating for post-register-allocation scheduling. When t...
David Goodwin
2009-09-23
1
-5
/
+48
*
Fix a struct/class mismatch.
Benjamin Kramer
2009-09-23
1
-1
/
+1
*
Fix PR5024. LiveVariables physical register defs should *commit* only after all
Evan Cheng
2009-09-23
2
-32
/
+97
*
Fix a obvious logic error.
Evan Cheng
2009-09-23
1
-15
/
+15
*
errorstr can be null, don't unconditionally set it. Only report that
Chris Lattner
2009-09-23
1
-6
/
+9
*
Make EngineBuilder return more error codes, by KS Sreeram.
Chris Lattner
2009-09-23
1
-13
/
+22
*
Give MachineMemOperand an operator<<, factoring out code from
Dan Gohman
2009-09-23
4
-38
/
+59
*
Fix X86's unfoldMemoryOperand to properly handle MachineMemOperands.
Dan Gohman
2009-09-23
1
-1
/
+5
*
This is overly constraining with respect to clang.
Mike Stump
2009-09-23
1
-3
/
+0
*
No need to verify that malloc's return type is i8*.
Victor Hernandez
2009-09-22
2
-11
/
+1
*
Use early returns.
David Goodwin
2009-09-22
1
-59
/
+61
*
... missed hiding a variable for MSVC only.
Daniel Dunbar
2009-09-22
1
-0
/
+2
*
Hide MSVC specific CRT interaction behind _MSC_VER.
Daniel Dunbar
2009-09-22
1
-1
/
+7
*
Remove the GetProcessId() call from Win32/Program.inc, take 2.
Mikhail Glushenkov
2009-09-22
1
-9
/
+23
*
Fix commento.
Daniel Dunbar
2009-09-22
1
-2
/
+1
*
Add a magic LLVM_DISABLE_CRT_DEBUG environment variable which we check in Reg...
Daniel Dunbar
2009-09-22
1
-1
/
+39
*
Fix PR5024. LiveVariables::FindLastPartialDef should return a set of sub-regi...
Evan Cheng
2009-09-22
1
-6
/
+22
*
Use Compiler.h macro instead of __attribute__.
Daniel Dunbar
2009-09-22
1
-1
/
+1
*
Revert "Get rid of GetProcessId in Win32/Program.inc.", this breaks
Daniel Dunbar
2009-09-22
2
-22
/
+43
*
Switch FoldingSet::AddString to StringRef based API.
Daniel Dunbar
2009-09-22
1
-11
/
+3
*
Workaround what I believe is an MSVC bug where it emits a definition for a
Daniel Dunbar
2009-09-22
1
-0
/
+3
*
Switch DIDescriptor to use a TrackingVH. - This makes it much safer to work w...
Daniel Dunbar
2009-09-22
1
-3
/
+12
*
Add a TrackingVH value handle.
Daniel Dunbar
2009-09-22
1
-0
/
+13
*
Fix a pasto. Also simplify for Bill's benefit.
Evan Cheng
2009-09-22
1
-2
/
+4
*
Minor bug fix. LowerSubregs should translate
Evan Cheng
2009-09-22
1
-0
/
+1
*
Fix PR5023: The instruction form of DominatorTree::dominates did not
Chris Lattner
2009-09-21
1
-1
/
+7
*
move DominatorTree::dominates for instructions out of line,
Chris Lattner
2009-09-21
1
-0
/
+19
*
tidy up
Chris Lattner
2009-09-21
1
-18
/
+17
*
tidy up
Chris Lattner
2009-09-21
1
-7
/
+8
*
Clean up spill weight computation. Also some changes to give loop induction
Evan Cheng
2009-09-21
2
-60
/
+101
*
Add Cortex-A8 VFP model.
David Goodwin
2009-09-21
4
-99
/
+370
*
Change MachineMemOperand's alignment value to be the alignment of
Dan Gohman
2009-09-21
4
-5
/
+5
*
Add support for rematerializing FsFLD0SS and FsFLD0SD as constant-pool
Dan Gohman
2009-09-21
2
-16
/
+42
*
Recognize SSE min and max opportunities in even more cases.
Dan Gohman
2009-09-21
1
-37
/
+119
*
Fix the offset values for these memoperands. For frame objects, the
Dan Gohman
2009-09-21
2
-2
/
+2
*
big endian systems shift by bits too, hopefully this will fix the ppc
Chris Lattner
2009-09-21
1
-1
/
+1
*
Nick pointed out that DominanceFrontier and DominanceTree are preserved
Dan Gohman
2009-09-21
1
-2
/
+0
*
Remove the special-case for constants in PHI nodes; it's not really
Dan Gohman
2009-09-21
1
-3
/
+0
*
fix PR5016, a crash I introduced in GVN handing first class
Chris Lattner
2009-09-21
1
-10
/
+38
*
Fix this assertion string to mention subreg_to_reg.
Dan Gohman
2009-09-21
1
-2
/
+2
*
initialize SymbolsCanStartWithDigit to false by default
Nuno Lopes
2009-09-21
1
-1
/
+1
*
Update cmake.
Xerxes Ranby
2009-09-21
1
-0
/
+1
*
Verify that phi instructions refer to MBBs in the CFG.
Jakob Stoklund Olesen
2009-09-21
1
-7
/
+8
*
enable non-local analysis and PRE of large store -> little load.
Chris Lattner
2009-09-21
1
-30
/
+66
[prev]
[next]