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
*
Replace TargetInstrInfo::isInvariantLoad and its target-specific
Dan Gohman
2009-10-07
12
-107
/
+56
*
Add a few simple MachineVerifier checks for MachineMemOperands.
Dan Gohman
2009-10-07
1
-0
/
+10
*
Add codegen support for NEON vld3 intrinsics with 128-bit vectors.
Bob Wilson
2009-10-07
4
-13
/
+146
*
Rearrange code for selecting vld2 intrinsics. No functionality change.
Bob Wilson
2009-10-07
1
-9
/
+14
*
Add tests for vld2 of 128-bit vectors.
Bob Wilson
2009-10-07
1
-0
/
+50
*
Add register-reuse to frame-index register scavenging. When a target uses
Jim Grosbach
2009-10-07
31
-100
/
+262
*
Do not assume that the module is set.
Devang Patel
2009-10-07
1
-15
/
+18
*
Add a comment explaining how DenseMap::insert works, because it is not
Edwin Török
2009-10-07
1
-0
/
+3
*
Add PR to this FIXME, looks like I didn't commit this change after all.
Edwin Török
2009-10-07
1
-1
/
+2
*
Make getPointerTo return a const PointerType* rather than
Duncan Sands
2009-10-07
2
-2
/
+2
*
INTRINSIC_W_CHAIN and INTRINSIC_VOID do not use MemSDNode. They
Dan Gohman
2009-10-07
1
-2
/
+0
*
Add FreeInst to the "is a call" check for Insts that are calls, but
Eric Christopher
2009-10-07
1
-2
/
+2
*
Fix this comment. The loop header is the loop entry point.
Dan Gohman
2009-10-07
1
-2
/
+2
*
Add PseudoSourceValues for constpool stuff on ELF (Darwin should use somethin...
Anton Korobeynikov
2009-10-07
2
-12
/
+34
*
While we still have a MallocInst treat it as a call like any other
Eric Christopher
2009-10-07
1
-0
/
+4
*
Added bits of the ARM target assembler to llvm-mc to parse some load instruction
Kevin Enderby
2009-10-06
1
-1
/
+404
*
Add codegen support for NEON vld2 operations on quad registers.
Bob Wilson
2009-10-06
4
-1
/
+62
*
Use copyRegToReg hook to copy registers.
Bob Wilson
2009-10-06
1
-6
/
+4
*
r83391 was completely broken since Twines keep references to their inputs, and
Jeffrey Yasskin
2009-10-06
1
-4
/
+9
*
Update NEON struct names to match llvm-gcc changes.
Bob Wilson
2009-10-06
8
-195
/
+165
*
Fix a comment typo.
Bob Wilson
2009-10-06
1
-1
/
+1
*
Bugfix for the CommaSeparated option. The original code was adding the whole
Nicolas Geoffray
2009-10-06
1
-0
/
+1
*
Update CMake file.
Ted Kremenek
2009-10-06
1
-1
/
+0
*
Fix illegal cross-type aliasing. Found by baldrick on a newer gcc.
Jeffrey Yasskin
2009-10-06
1
-6
/
+4
*
Add support to handle debug info attached to an instruction.
Devang Patel
2009-10-06
5
-7
/
+27
*
Make LLVMContext's pImpl member const.
Dan Gohman
2009-10-06
1
-1
/
+3
*
Instead of printing unnecessary basic block labels as labels in
Dan Gohman
2009-10-06
15
-42
/
+16
*
Fix PR5112, a miscompilation on gcc-4.0.3. Patch by Collin Winter!
Jeffrey Yasskin
2009-10-06
1
-1
/
+4
*
remove predicate simplifier, it never got the last bugs beaten
Chris Lattner
2009-10-06
23
-3542
/
+0
*
Remove xs1b predicate since it is no longer needed to differentiate betweem
Richard Osborne
2009-10-06
4
-33
/
+5
*
Remove xs1a subtarget. xs1a is a preproduction device used in
Richard Osborne
2009-10-06
7
-98
/
+45
*
Default to the xs1b subtarget
Richard Osborne
2009-10-06
1
-1
/
+1
*
Introduce and use convenience methods for getting pointer types
Duncan Sands
2009-10-06
25
-66
/
+121
*
grammar
Jim Grosbach
2009-10-06
1
-1
/
+1
*
Fix cut-n-pasto.
Devang Patel
2009-10-06
1
-1
/
+1
*
Update processDebugLoc() to handle requests to process debug info, before and...
Devang Patel
2009-10-06
1
-9
/
+11
*
Update processDebugLoc() so that it can be used to process debug info before ...
Devang Patel
2009-10-06
19
-32
/
+51
*
Remove dead code.
Devang Patel
2009-10-06
2
-23
/
+0
*
Add utility routine to set begin and end labels for DbgScopes.
Devang Patel
2009-10-06
2
-0
/
+31
*
Remove unintentional function decl.
Devang Patel
2009-10-06
1
-1
/
+0
*
Add utility routine to collect variable debug info. This is not yet used.
Devang Patel
2009-10-06
2
-0
/
+17
*
Fix http://llvm.org/PR5116 by rolling back r60822. This passes `make unittests
Jeffrey Yasskin
2009-10-06
2
-1
/
+54
*
Set default location for the function if it is not already set.
Devang Patel
2009-10-06
1
-0
/
+2
*
Existence of a compile unit for input source file is a good indicator to chec...
Devang Patel
2009-10-06
1
-10
/
+1
*
If subprogram die is not available then construct new one.
Devang Patel
2009-10-05
1
-0
/
+4
*
Add a test for http://llvm.org/PR3043.
Jeffrey Yasskin
2009-10-05
1
-0
/
+35
*
Adjust context for the global variables that are not at file scope, e.g.
Devang Patel
2009-10-05
2
-2
/
+22
*
Set address while constructing DIE.
Devang Patel
2009-10-05
1
-7
/
+8
*
CMake misses a check for sbrk on NetBSD.
Edward O'Callaghan
2009-10-05
1
-0
/
+1
*
Extend ConstantFolding to understand signed overflow variants
Evan Phoenix
2009-10-05
2
-1
/
+144
[next]