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
*
This implements the second half of the fix for PR3290, handling
Chris Lattner
2009-01-08
2
-2
/
+125
*
* Added unittests for StringMap
Misha Brukman
2009-01-08
2
-2
/
+193
*
Add APIs to record regions and variables.
Devang Patel
2009-01-08
1
-0
/
+27
*
Add APIs to manage scope using DebugInfo interface.
Devang Patel
2009-01-08
1
-0
/
+297
*
* Fixed spelling of "sentinel"
Misha Brukman
2009-01-08
1
-23
/
+23
*
Use VIM's built-in shorthand for whitespace in regex.
Misha Brukman
2009-01-08
1
-1
/
+1
*
Be sure to ignore the end-of-line character when considering trailing
Misha Brukman
2009-01-08
1
-2
/
+2
*
Removed trailing whitespace.
Misha Brukman
2009-01-08
2
-48
/
+48
*
Fix failure messages in Verifier::PerformTypeCheck. The argument numbers
Bob Wilson
2009-01-08
1
-47
/
+42
*
CMake: removed lib/VMCore/DebugInfoBuilder.cpp.
Oscar Fuentes
2009-01-08
1
-1
/
+0
*
Assert that VectorType::getTruncatedElementVectorType is not used with
Bob Wilson
2009-01-07
2
-4
/
+12
*
remove DebugInfoBuilder, it has been subsumed by Analysis/DebugInfo.h
Chris Lattner
2009-01-07
2
-425
/
+0
*
Fix off-by-one error in traversing an array; this fixes a test.
Misha Brukman
2009-01-07
2
-3
/
+1
*
revert to functionally equivalent formulation
Gabor Greif
2009-01-07
1
-1
/
+1
*
use the obvious getters
Gabor Greif
2009-01-07
1
-3
/
+3
*
Remove redundant 'else's. No functionality change.
Dan Gohman
2009-01-07
1
-7
/
+6
*
Add empty() methods for register def lists.
Dan Gohman
2009-01-07
1
-0
/
+8
*
Minor cleanup for unittest:
Misha Brukman
2009-01-07
1
-3
/
+3
*
Whitespace - correct formatting.
Duncan Sands
2009-01-07
1
-2
/
+2
*
Remove alloca tracking from nocapture analysis. Not only
Duncan Sands
2009-01-07
2
-87
/
+25
*
CMake: replace `rm' with portable invocations of cmake.
Oscar Fuentes
2009-01-07
2
-5
/
+5
*
Reorder these.
Duncan Sands
2009-01-07
1
-24
/
+24
*
Use a switch rather than a sequence of "isa" tests.
Duncan Sands
2009-01-07
1
-16
/
+32
*
The verifier checks that the aliasee is not null.
Duncan Sands
2009-01-07
1
-2
/
+1
*
Implement the first half of PR3290: if there is a store of an
Chris Lattner
2009-01-07
2
-5
/
+164
*
Factor a bunch of code out into a helper method.
Chris Lattner
2009-01-07
1
-148
/
+156
*
use continue to simplify code and reduce nesting, no functionality
Chris Lattner
2009-01-07
1
-38
/
+58
*
Get TargetData once up front and cache as an ivar instead of
Chris Lattner
2009-01-07
1
-45
/
+38
*
Use the hasAllZeroIndices predicate to simplify some
Chris Lattner
2009-01-07
1
-28
/
+6
*
The coalescer does not coalesce a virtual register to a physical register if ...
Evan Cheng
2009-01-07
4
-20
/
+115
*
add a testcase.
Chris Lattner
2009-01-07
1
-0
/
+56
*
Add patterns to match conditional moves with loads folded
Dan Gohman
2009-01-07
3
-1
/
+111
*
Add load-folding table entries for cmovno too.
Dan Gohman
2009-01-07
1
-0
/
+3
*
Define instructions for cmovo and cmovno.
Dan Gohman
2009-01-07
3
-9
/
+90
*
X86_COND_C and X86_COND_NC are alternate mnemonics for
Dan Gohman
2009-01-07
7
-69
/
+32
*
Improve support for type-generic vector intrinsics by teaching TableGen how
Bob Wilson
2009-01-07
5
-6
/
+100
*
Now that fold-pcmpeqd-0.ll is effectively testing that scheduling helps
Dan Gohman
2009-01-06
1
-0
/
+83
*
Revert r42653 and forward-port the code that lets INC64_32r be
Dan Gohman
2009-01-06
2
-2
/
+25
*
CellSPU:
Scott Michel
2009-01-06
7
-61
/
+38
*
Fix a bug in ComputeLinearIndex computation handling multi-level
Dan Gohman
2009-01-06
2
-1
/
+70
*
Set up DwarfDebug using DebugInfo API.
Devang Patel
2009-01-06
1
-0
/
+33
*
Forgot that this was needed for Linux. This should fix the builds.
Bill Wendling
2009-01-06
1
-2
/
+2
*
The phi construction algorithm used for interval reconstruction is complicate...
Owen Anderson
2009-01-06
1
-13
/
+27
*
CellSPU: Update the README
Scott Michel
2009-01-06
1
-7
/
+18
*
CellSPU:
Scott Michel
2009-01-06
9
-159
/
+558
*
Delete this test; it's a duplicate of 2006-07-03-schedulers.ll.
Dan Gohman
2009-01-06
1
-27
/
+0
*
Update these argument lists for the isNormalMemory
Dan Gohman
2009-01-06
1
-3
/
+6
*
Use a latency value of 0 for the artificial edges inserted by
Dan Gohman
2009-01-06
2
-2
/
+2
*
no need to negate the APInt for 0.
Chris Lattner
2009-01-06
1
-1
/
+1
*
Change m_ConstantInt and m_SelectCst to take their constant integers
Chris Lattner
2009-01-05
2
-20
/
+19
[next]