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
*
Don't branch fold inline asm statements.
Bill Wendling
2007-10-19
3
-3
/
+21
*
Add support for a few more nodes.
Duncan Sands
2007-10-19
1
-5
/
+42
*
Redo "last ppc long double fix" as Chris wants.
Dale Johannesen
2007-10-19
2
-2
/
+3
*
Removed "-arch i386" by popular demand...
Bill Wendling
2007-10-19
1
-1
/
+1
*
Now with RUN line!
Bill Wendling
2007-10-19
1
-0
/
+1
*
Remove the Foundation.h file because not everyone has that.
Bill Wendling
2007-10-19
1
-14
/
+19
*
This test now passes.
Devang Patel
2007-10-19
1
-1
/
+1
*
Update this file for 2.0 syntax. Contributed by Jan Rehders
Anton Korobeynikov
2007-10-19
1
-11
/
+12
*
Fix a really nasty vector miscompilation bill recently introduced.
Chris Lattner
2007-10-19
1
-2
/
+2
*
Updated VC++ build system
Hartmut Kaiser
2007-10-19
1
-4
/
+0
*
rename ExpandOperation to ExpandOperationResult, as suggested
Chris Lattner
2007-10-19
3
-19
/
+4
*
split LowerMEMCPY into LowerMEMCPYCall and LowerMEMCPYInline in the ARM backend.
Rafael Espindola
2007-10-19
2
-29
/
+70
*
Support for expanding ADDE and SUBE.
Duncan Sands
2007-10-19
1
-0
/
+22
*
If the value types are equal then this routine
Duncan Sands
2007-10-19
1
-1
/
+1
*
Test byval with a 8 bit aligned struct
Rafael Espindola
2007-10-19
1
-0
/
+28
*
Add support for byval function whose argument is not 32 bit aligned.
Rafael Espindola
2007-10-19
8
-16
/
+118
*
Implement a few new operations.
Chris Lattner
2007-10-19
1
-0
/
+35
*
Implement expansion of SINT_TO_FP and UINT_TO_FP operands.
Chris Lattner
2007-10-19
1
-0
/
+89
*
implement support for custom expansion of any node type, in one place.
Chris Lattner
2007-10-19
1
-35
/
+17
*
comment fixes
Chris Lattner
2007-10-19
1
-3
/
+3
*
Make use of TLI.ExpandOperation, remove softfloat stuff.
Chris Lattner
2007-10-19
1
-49
/
+15
*
add expand support for bit_convert result, even allowing custom expansion.
Chris Lattner
2007-10-19
1
-1
/
+34
*
add a new target hook.
Chris Lattner
2007-10-19
2
-0
/
+17
*
Add an easy microoptimization I noticed.
Chris Lattner
2007-10-19
1
-0
/
+19
*
New test.
Devang Patel
2007-10-19
1
-0
/
+19
*
Negative indices aren't allowed here.
Bill Wendling
2007-10-19
1
-1
/
+1
*
More ppcf128 issues (maybe the last)?
Dale Johannesen
2007-10-19
3
-1
/
+12
*
- Added getOpcodeAfterMemoryUnfold(). It doesn't unfold an instruction, but o...
Evan Cheng
2007-10-18
15
-30
/
+58
*
Use SmallVectorImpl instead of SmallVector with hardcoded size in MRegister p...
Evan Cheng
2007-10-18
15
-68
/
+68
*
Try again.
Devang Patel
2007-10-18
1
-3
/
+36
*
Allow GVN to eliminate redundant calls to functions without side effects.
Owen Anderson
2007-10-18
1
-5
/
+65
*
Add an uppercase conversion utility function.
Christopher Lamb
2007-10-18
1
-0
/
+8
*
Fix a misnamed parameter.
Christopher Lamb
2007-10-18
1
-1
/
+1
*
Fix a typo
Christopher Lamb
2007-10-18
1
-1
/
+1
*
Fix PR1735 and Transforms/DeadArgElim/2007-10-18-VarargsReturn.ll by
Chris Lattner
2007-10-18
2
-3
/
+15
*
Fix the command line.
Bill Wendling
2007-10-18
1
-1
/
+1
*
Fix test.
Devang Patel
2007-10-18
1
-1
/
+1
*
this doesn't need dynamic_cast.
Chris Lattner
2007-10-18
1
-1
/
+1
*
remove dead file
Chris Lattner
2007-10-18
1
-76
/
+0
*
Reduce reliance on rtti info
Chris Lattner
2007-10-18
1
-2
/
+1
*
fix typo
Chris Lattner
2007-10-18
1
-1
/
+1
*
update comment.
Chris Lattner
2007-10-18
1
-1
/
+1
*
This requires rtti info because tblgen uses commandline,
Chris Lattner
2007-10-18
1
-1
/
+4
*
tblgen uses dynamic_cast heavily, so it needs rtti info
Chris Lattner
2007-10-18
1
-0
/
+1
*
Updated VC++ build system
Hartmut Kaiser
2007-10-18
1
-0
/
+4
*
Work around downrev gccs which do not inherit visibility of the
Gordon Henriksen
2007-10-18
1
-2
/
+2
*
Missing 'public' keyword.
Gordon Henriksen
2007-10-18
1
-1
/
+1
*
Pointer arithmetic should be done with the index the same size as the pointer.
Bill Wendling
2007-10-18
2
-0
/
+29
*
Support for ADDC/SUBC.
Duncan Sands
2007-10-18
1
-8
/
+33
*
Really fix PR1734. Carefully track which register uses are sub-register uses by
Evan Cheng
2007-10-18
3
-14
/
+128
[next]