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
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support for ELF Visibility
Bruno Cardoso Lopes
2009-06-11
7
-98
/
+319
*
Fix 4366: store to null in non-default addr space should not be
Chris Lattner
2009-06-11
1
-1
/
+2
*
Generate libcalls for floating point arithmetic and casting operations.
Sanjiv Gupta
2009-06-11
1
-1
/
+22
*
Cosmetic changes to parameter attribute verification.
Duncan Sands
2009-06-11
1
-17
/
+18
*
Avoid leaking memory in an error path. Noticed
Duncan Sands
2009-06-11
1
-3
/
+4
*
More formatting.
Sanjiv Gupta
2009-06-11
1
-3
/
+13
*
Fixed source comments. No functionality change.
Sanjiv Gupta
2009-06-11
1
-5
/
+15
*
CMake: Updated list of files on lib/CodeGen/CMakeLists.txt.
Oscar Fuentes
2009-06-10
1
-0
/
+1
*
Implement and use new method Function::hasAddressTaken().
Jay Foad
2009-06-10
4
-38
/
+17
*
Remove warnings: no newline at end of file.
Sanjiv Gupta
2009-06-10
1
-1
/
+2
*
Silence a warning
Anton Korobeynikov
2009-06-09
1
-1
/
+1
*
Remove an unused function SafeToDestroyConstant(). Rename an almost
Jay Foad
2009-06-09
2
-24
/
+9
*
Simplified logic of this if-then statement to reduce nesting. No functionality
Bill Wendling
2009-06-09
1
-44
/
+46
*
Add the beginnings of an implementatation of lazy liveness analysis, based on...
Owen Anderson
2009-06-09
1
-0
/
+153
*
Use expandCodeFor instead of expand when the result will be
Dan Gohman
2009-06-09
1
-29
/
+18
*
PIC16 emits auto variables as globals. When optimizer removes a function enti...
Sanjiv Gupta
2009-06-09
3
-1
/
+40
*
Typo
Anton Korobeynikov
2009-06-08
1
-1
/
+1
*
Revert hunk commited by accident
Anton Korobeynikov
2009-06-08
1
-7
/
+2
*
The attached patches implement most of the ARM AAPCS-VFP hard float
Anton Korobeynikov
2009-06-08
7
-12
/
+111
*
Separate V6 from V6T2 since the latter has some extra nice instructions
Anton Korobeynikov
2009-06-08
2
-3
/
+8
*
Add helper for checking of Thumb1 mode
Anton Korobeynikov
2009-06-08
1
-0
/
+1
*
Revert r72898. It does not solve the problem I want it to solve.
Bill Wendling
2009-06-08
1
-16
/
+15
*
Delete comment and fix typo
Bruno Cardoso Lopes
2009-06-07
2
-2
/
+1
*
Fix wrong elf class and byte order initializations.
Bruno Cardoso Lopes
2009-06-07
1
-2
/
+2
*
Simple ELF32/64 binary files can now be emitted for x86 and x86_64 without
Bruno Cardoso Lopes
2009-06-07
5
-59
/
+162
*
Tweak the expansion code for BIT_CONVERT to generate better code
Eli Friedman
2009-06-07
1
-0
/
+20
*
Get rid of some unnecessary code.
Eli Friedman
2009-06-07
1
-25
/
+0
*
Create FunctionType::isValidArgumentType to go along with isValidReturnType.
Nick Lewycky
2009-06-07
2
-30
/
+74
*
Slightly generalize the code that handles shuffles of consecutive loads
Eli Friedman
2009-06-07
2
-182
/
+76
*
Remove cyclic MDNode detection. Any attempt to create a cyclic MDNode will
Nick Lewycky
2009-06-07
1
-57
/
+16
*
Refuse metadata* type for function arguments.
Nick Lewycky
2009-06-07
1
-1
/
+3
*
PR3628: Add patterns to match SHL/SRL/SRA to the corresponding Altivec
Eli Friedman
2009-06-07
1
-0
/
+22
*
Don't crash on multiple return value with no obvious inserted value.
Nick Lewycky
2009-06-06
1
-2
/
+2
*
PR4340: Run SimplifyDemandedVectorElts on insertelement instructions;
Eli Friedman
2009-06-06
1
-0
/
+6
*
Use cast<> instead of dyn_cast<> for things that are known to be
Jay Foad
2009-06-06
4
-23
/
+16
*
Rename UnknownValue to CouldNotCompute, since it holds an instance of
Dan Gohman
2009-06-06
1
-37
/
+37
*
Fix the expansion for CONCAT_VECTORS so that it doesn't create illegal
Eli Friedman
2009-06-06
1
-17
/
+1
*
Factor out a couple of helpers.
Eli Friedman
2009-06-06
1
-78
/
+101
*
Avoid crashing on a variable-index insertelement with element type i16.
Eli Friedman
2009-06-06
1
-1
/
+1
*
Get rid of some bogus patterns for X86vzmovl. Don't create VZEXT_MOVL
Eli Friedman
2009-06-06
2
-29
/
+22
*
Fix an obvious typo.
Eli Friedman
2009-06-06
1
-1
/
+1
*
x86_64 now uses the correct ELF e_machine type
Bruno Cardoso Lopes
2009-06-06
3
-3
/
+5
*
Get rid of a bogus pattern that interferes with optimization.
Eli Friedman
2009-06-06
1
-7
/
+0
*
PR2598: make sure to expand illegal forms of integer/floating-point
Eli Friedman
2009-06-06
1
-0
/
+26
*
Remove elf specific info from ELFWriter.h to Elf.h. Code cleanup and more com...
Bruno Cardoso Lopes
2009-06-06
5
-116
/
+245
*
Make SINT_TO_FP/UINT_TO_FP vector legalization queries query on the
Eli Friedman
2009-06-06
1
-3
/
+7
*
Simplify.
Devang Patel
2009-06-05
1
-15
/
+6
*
Add explicit keywords.
Dan Gohman
2009-06-05
7
-15
/
+17
*
Simplify.
Devang Patel
2009-06-05
1
-15
/
+5
*
Add new function attribute - noimplicitfloat
Devang Patel
2009-06-05
8
-31
/
+39
[next]