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
*
Testcase for commit 149833 (use of an uninitialized variable noticed
Duncan Sands
2012-02-05
1
-0
/
+6
*
Fix a thinko pointed out by Eli and the buildbots.
Duncan Sands
2012-02-05
1
-1
/
+1
*
Reduce the number of dom queries made by GVN's conditional propagation
Duncan Sands
2012-02-05
2
-50
/
+9
*
Reduce the number of non-trivial domtree queries by about 1% when
Duncan Sands
2012-02-05
1
-15
/
+17
*
Persuade GCC that there is nothing worth warning about here (there isn't).
Duncan Sands
2012-02-05
6
-5
/
+7
*
Don't initialize CV in terms of itself! Spotted by GCC.
Duncan Sands
2012-02-05
1
-4
/
+4
*
Explain to the compiler why TargetAddr is not used uninitialized later.
Duncan Sands
2012-02-05
1
-2
/
+2
*
Add additional documentation to the extract-and-trunc dagcombine optimization.
Nadav Rotem
2012-02-05
1
-3
/
+8
*
Testing vector code without sse doesn't make much sense.
Benjamin Kramer
2012-02-05
1
-1
/
+1
*
Fix typo and broken link
Eli Bendersky
2012-02-05
1
-2
/
+2
*
Add missing paren
Eli Bendersky
2012-02-05
1
-1
/
+1
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
13
-46
/
+41
*
Begin fleshing out more convenience predicates in llvm::Triple and
Chandler Carruth
2012-02-05
2
-31
/
+41
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
19
-41
/
+41
*
Simplify contains tests using 'count'.
David Blaikie
2012-02-05
1
-2
/
+1
*
BBVectorize.cpp: Get rid of comparision to bool to fix a warning.
NAKAMURA Takumi
2012-02-05
1
-1
/
+1
*
Convert assert(0) to llvm_unreachable in X86 Target directory.
Craig Topper
2012-02-05
8
-22
/
+20
*
Convert some assert(0) in default of switch statements to llvm_unreachable.
Craig Topper
2012-02-05
1
-10
/
+7
*
Add target specific node for PMULUDQ. Change patterns to use it and custom lo...
Craig Topper
2012-02-05
4
-69
/
+69
*
Improve the bitcode reader's handling of constant strings to use
Chris Lattner
2012-02-05
1
-22
/
+6
*
Add a test for the miscompilation my recent ConstantDataArray patches introdu...
Chris Lattner
2012-02-05
1
-0
/
+13
*
reapply the patches reverted in r149470 that reenable ConstantDataArray,
Chris Lattner
2012-02-05
19
-540
/
+277
*
Remove most of the intrinsics for XOP VPCMOV instruction. They all aliased to...
Craig Topper
2012-02-05
3
-275
/
+0
*
Modified the Enhanced Disassembler to create and
Sean Callanan
2012-02-04
3
-31
/
+40
*
Drop the REDEF_BY_EC VNInfo flag.
Jakob Stoklund Olesen
2012-02-04
4
-51
/
+2
*
Correctly terminate a physreg redefined by an early clobber.
Jakob Stoklund Olesen
2012-02-04
1
-1
/
+1
*
Fix a leak!
Nick Lewycky
2012-02-04
1
-0
/
+2
*
Don't store COPY pointers in VNInfo.
Jakob Stoklund Olesen
2012-02-04
9
-119
/
+52
*
Boost the effective chain depth of loads and stores.
Hal Finkel
2012-02-04
2
-0
/
+32
*
remove the blank line from previous ci.
Qirun Zhang
2012-02-04
1
-1
/
+0
*
test commit.
Qirun Zhang
2012-02-04
1
-0
/
+1
*
autoconf: put generated clang files in build dir
Dylan Noblesmith
2012-02-04
2
-6
/
+11
*
TargetPassConfig: confine the MC configuration to TargetMachine.
Andrew Trick
2012-02-04
26
-192
/
+200
*
Move TargetPassConfig implementation into Passes.cpp
Andrew Trick
2012-02-04
2
-305
/
+312
*
Make TargetPassConfig an ImmutablePass so CodeGenPasses can query options
Andrew Trick
2012-02-04
5
-17
/
+48
*
cmake: update outdated CPack version info
Dylan Noblesmith
2012-02-04
1
-2
/
+2
*
Object: avoid undefined behavior when bounds-checking
Dylan Noblesmith
2012-02-04
1
-8
/
+22
*
autoconf: fix clang detection
Dylan Noblesmith
2012-02-04
2
-2
/
+2
*
Emit new property tag.
Devang Patel
2012-02-04
1
-1
/
+29
*
Update llvm debug version to support new structure and tag for Objective-C pr...
Devang Patel
2012-02-04
3
-3
/
+16
*
Introduce DIObjCProperty. This will be used to encode objective-c property.
Devang Patel
2012-02-04
4
-0
/
+72
*
[fast-isel] HandlePHINodesInSuccessorBlocks() can promite i8 and i16 types too.
Chad Rosier
2012-02-04
2
-2
/
+46
*
Update to the new EH system...remove OLD EH code.
Bill Wendling
2012-02-04
1
-88
/
+4
*
Drop ZeroIndex and InvalidIndex.
Jakob Stoklund Olesen
2012-02-04
2
-13
/
+0
*
Add new tag and an attribute to support debug info for objective-c property.
Devang Patel
2012-02-03
2
-0
/
+4
*
Trim headers.
Jakob Stoklund Olesen
2012-02-03
1
-8
/
+0
*
Delete some dead code.
Jakob Stoklund Olesen
2012-02-03
2
-8
/
+0
*
[fast-isel] Add support for URem.
Chad Rosier
2012-02-03
1
-8
/
+10
*
Handle register mask operands in setPhysRegsDeadExcept().
Jakob Stoklund Olesen
2012-02-03
2
-0
/
+15
*
[fast-isel] Rename isZExt to isSigned. No functional change intended.
Chad Rosier
2012-02-03
1
-13
/
+14
[next]