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
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove some extraneous casts
Chris Lattner
2010-04-03
1
-2
/
+2
*
require that the branch being controlled by the IV
Chris Lattner
2010-04-03
1
-2
/
+9
*
add integer overflow check for the fp induction variable
Chris Lattner
2010-04-03
2
-20
/
+87
*
add a comment and fix some consistency issues, converting
Chris Lattner
2010-04-03
1
-15
/
+25
*
fix PR6761, a miscompilation due to the fp->int IV conversion
Chris Lattner
2010-04-03
2
-6
/
+25
*
convert to filecheck
Chris Lattner
2010-04-03
1
-5
/
+13
*
just eliminate the uitofp checks. This code isn't doing
Chris Lattner
2010-04-03
1
-26
/
+5
*
rename feature test.
Chris Lattner
2010-04-03
1
-0
/
+0
*
actually just remove this, will move the real feature test here.
Chris Lattner
2010-04-03
1
-35
/
+0
*
rename test since it is a feature test.
Chris Lattner
2010-04-03
1
-0
/
+0
*
rename PH -> PN to be consistent with WeakPN and the rest
Chris Lattner
2010-04-03
1
-20
/
+20
*
improve comment and drop a dead check. If PH had
Chris Lattner
2010-04-03
1
-4
/
+8
*
strength reduce a ridiculous use of APInt.
Chris Lattner
2010-04-03
1
-2
/
+1
*
rename stuff improve comment grammar.
Chris Lattner
2010-04-03
1
-22
/
+21
*
simplify some code and resolve a fixme.
Chris Lattner
2010-04-03
1
-4
/
+2
*
There is no guarantee that the increment and the branch
Chris Lattner
2010-04-03
1
-41
/
+28
*
first half of a pass through IndVarSimplify::HandleFloatingPointIV,
Chris Lattner
2010-04-03
2
-47
/
+54
*
don't internalize available_externally functions, they are
Chris Lattner
2010-04-03
1
-0
/
+4
*
Fix a warning in GCC about a pointless typedef.
Chandler Carruth
2010-04-03
1
-1
/
+1
*
Add the new ARMDecodeEmitter to CMake build.
Chandler Carruth
2010-04-03
1
-0
/
+1
*
Get rid of the middleman (ARMAlgorithm), which causes more trouble than the
Johnny Chen
2010-04-03
2
-86
/
+29
*
Revert all my SSAUpdater patches. The PHI placement algorithm is not correct
Bob Wilson
2010-04-03
3
-384
/
+192
*
Add a DEBUG_TYPE for the SSAUpdater.
Bob Wilson
2010-04-03
1
-0
/
+1
*
Code refactoring.
Evan Cheng
2010-04-03
1
-35
/
+33
*
Add special case bitcode support for DebugLoc. This avoids
Chris Lattner
2010-04-03
5
-13
/
+91
*
Pass -shared to the linker.
Mikhail Glushenkov
2010-04-03
1
-0
/
+3
*
Fix comment.
Johnny Chen
2010-04-03
1
-2
/
+2
*
Register ARMAlgorithm::DoCleanup() to be called on exit to free the memory
Johnny Chen
2010-04-03
2
-1
/
+13
*
add a couple missing enum names.
Chris Lattner
2010-04-03
1
-0
/
+2
*
Rewrite aesimc handling. It only takes a single input and has a single
Eric Christopher
2010-04-02
2
-7
/
+15
*
Fix another build warning.
Johnny Chen
2010-04-02
1
-0
/
+2
*
Fix typo aeskeygenassist -> aeskeygenassist128.
Eric Christopher
2010-04-02
1
-1
/
+1
*
Ok, third time's the charm. No changes from last time except the CMake
David Greene
2010-04-02
15
-42
/
+284
*
Move variable "Bits" declaration/definition into the DEBUG block where its usage
Johnny Chen
2010-04-02
1
-1
/
+2
*
Fixed build warning.
Johnny Chen
2010-04-02
1
-1
/
+1
*
Change from .../Support/DataTypes.h to .../System/DataTypes.h.
Johnny Chen
2010-04-02
2
-2
/
+2
*
Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgen
Johnny Chen
2010-04-02
16
-2
/
+8499
*
Added support for reporting operand token ranges
Sean Callanan
2010-04-02
1
-71
/
+151
*
Separate out the AES-NI instructions from the SSE4.2 instructions. Add
Eric Christopher
2010-04-02
6
-48
/
+101
*
Skip debug info when looking for existing EH calls at the
Dale Johannesen
2010-04-02
3
-2
/
+19
*
Fixes to the X86 disassembler. The disassembler will now
Sean Callanan
2010-04-02
3
-136
/
+203
*
Fix anachronism.
Benjamin Kramer
2010-04-02
1
-1
/
+1
*
DebugInfoFinder::processModule was foiling my plot by
Chris Lattner
2010-04-02
1
-5
/
+20
*
fix the llvm-x86_64-linux buildbot.
Chris Lattner
2010-04-02
1
-0
/
+1
*
remove empty file.
Chris Lattner
2010-04-02
2
-1
/
+0
*
remove compatibility typedef.
Chris Lattner
2010-04-02
1
-2
/
+0
*
rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h.
Chris Lattner
2010-04-02
9
-47
/
+39
*
remove uses of DebugLoc::getUnknownLoc.
Chris Lattner
2010-04-02
2
-27
/
+20
*
include densemap.h explicitly and rearrange #includes.
Chris Lattner
2010-04-02
1
-3
/
+3
*
stop using DebugLoc::getUnknownLoc()
Chris Lattner
2010-04-02
6
-21
/
+13
[next]