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
*
Enable streaming of bitcode
Derek Schuff
2012-02-06
26
-161
/
+746
*
Document the 'unwind' removal.
Bill Wendling
2012-02-06
1
-1
/
+4
*
[unwind removal] Remove any mention of the 'unwind' instruction. What was that
Bill Wendling
2012-02-06
1
-51
/
+10
*
Remove some dead code and tidy things up now that vectors use ConstantDataVector
Chris Lattner
2012-02-06
9
-129
/
+40
*
[unwind removal] Remove a the obsolete 'unwind' enum value.
Bill Wendling
2012-02-06
2
-2
/
+1
*
Make sure a reserved register has a live interval before merging.
Jakob Stoklund Olesen
2012-02-06
1
-1
/
+5
*
[unwind removal] Remove all of the code for the dead 'unwind' instruction. There
Bill Wendling
2012-02-06
13
-205
/
+70
*
[unwind removal] Don't write out the dead 'unwind' instruction.
Bill Wendling
2012-02-06
1
-3
/
+0
*
[unwind removal] We no longer have 'unwind' instructions being generated, so
Bill Wendling
2012-02-06
11
-134
/
+9
*
'unwind' is a keyword, not an instruction.
Bill Wendling
2012-02-06
2
-2
/
+3
*
[unwind removal] Remove the 'unwind' instruction parsing bits.
Bill Wendling
2012-02-06
2
-5
/
+0
*
Introduce helpers to compute the 32-bit varaints and 64-bit variants of
Chandler Carruth
2012-02-06
3
-0
/
+156
*
Test commit; also removes some trailing whitespace
Derek Schuff
2012-02-06
1
-3
/
+3
*
The 'unwind' instruction is deprecated and will be removed, making this test
Bill Wendling
2012-02-06
1
-6
/
+0
*
Update docs describing objective-c property encoding. This includes support f...
Devang Patel
2012-02-06
1
-36
/
+126
*
Mention that the 'unwind' instruction is now deprecated.
Bill Wendling
2012-02-06
1
-0
/
+3
*
DebugInfo: Provide a new hook to encode relationship between a property and a...
Devang Patel
2012-02-06
5
-0
/
+64
*
Update ExceptionDemo to use ConstantDataArray.
Peter Collingbourne
2012-02-06
1
-2
/
+3
*
X86: Don't call malloc for 4 bits. No functionality change.
Benjamin Kramer
2012-02-06
1
-4
/
+3
*
Make helper static.
Benjamin Kramer
2012-02-06
1
-3
/
+3
*
Hexagon: Remove forbidden iostream includes (it introduces static initializers)
Benjamin Kramer
2012-02-06
8
-73
/
+46
*
Split part of EvaluateFunction into a new EvaluateBlock method. No functionality
Nick Lewycky
2012-02-06
1
-57
/
+95
*
Move some llvm_unreachable's from r149849 out of switch statements to satisfy...
Craig Topper
2012-02-06
2
-3
/
+3
*
Add shuffle decoding support for 256-bit pshufd. Merge vpermilp* and pshufd d...
Craig Topper
2012-02-06
4
-84
/
+70
*
fix indentation
Sebastian Pop
2012-02-06
1
-9
/
+9
*
fix typo
Sebastian Pop
2012-02-06
1
-1
/
+1
*
SmallVector's construct_range is the same thing as std::uninitialized_fill, n...
Benjamin Kramer
2012-02-05
1
-9
/
+3
*
Simplify code. No functionality change.
Benjamin Kramer
2012-02-05
1
-6
/
+2
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
35
-188
/
+144
*
Efficient Constant Uniquing.
Talin
2012-02-05
5
-74
/
+201
*
Teach GlobalOpt to handle atomic accesses to globals.
Nick Lewycky
2012-02-05
2
-13
/
+50
*
DefinesPredicate should only look for def operands. Patch by Ludwig Meier.
Evan Cheng
2012-02-05
1
-1
/
+1
*
Clean up some whitespace and comments. No functionality change.
Nick Lewycky
2012-02-05
1
-13
/
+13
*
Fixing a warning in MSVC (this is also a test commit)
Aaron Ballman
2012-02-05
1
-2
/
+2
*
Neaten up this method. Check that if there is only one
Duncan Sands
2012-02-05
1
-3
/
+3
*
Remove dead test: this was already checked and handled a few lines
Duncan Sands
2012-02-05
1
-5
/
+0
*
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
[next]