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
*
Part one of switching to using a more sane heuristic for determining if-conve...
Owen Anderson
2010-09-28
7
-55
/
+46
*
Make ConstantRange::makeICmpRegion handle all the edge cases properly. This
Nick Lewycky
2010-09-28
2
-10
/
+36
*
Provide an interface to let FEs anchor debug info for types.
Devang Patel
2010-09-28
3
-0
/
+17
*
Add target triple info to these tests to make the results comparable when
Jim Grosbach
2010-09-28
2
-2
/
+4
*
Factor out dbg_value comment printing and teach MC asm printing to use it.
Jim Grosbach
2010-09-28
1
-13
/
+29
*
On elf, undefined symbols can start with .L.
Rafael Espindola
2010-09-28
2
-1
/
+19
*
Use the canonical library name for library PIC16Passes.
Oscar Fuentes
2010-09-28
3
-3
/
+3
*
Added library LLVMPIC16passes to CMake build.
Oscar Fuentes
2010-09-28
3
-0
/
+10
*
Added PTX target to the CMake build.
Oscar Fuentes
2010-09-28
2
-10
/
+15
*
Add ARM Disassembler to the CMake build.
Oscar Fuentes
2010-09-28
3
-2
/
+11
*
Remove trailing spaces of MipsMachineFunction.h
Che-Liang Chiou
2010-09-28
1
-17
/
+17
*
Remove trailing spaces of MipsTargetObjectFile.cpp
Che-Liang Chiou
2010-09-28
1
-10
/
+10
*
80-col fixups.
Eric Christopher
2010-09-28
3
-5
/
+9
*
Add a command line option "-arm-strict-align" to disallow unaligned memory
Bob Wilson
2010-09-28
4
-9
/
+19
*
Rework builtin handling and call setup. The builtin handling
Eric Christopher
2010-09-28
1
-30
/
+35
*
Fix typo.
Eric Christopher
2010-09-28
1
-1
/
+1
*
Fix fp constant loads to have a destination register.
Eric Christopher
2010-09-28
1
-2
/
+3
*
Remove dead argument.
Devang Patel
2010-09-27
2
-5
/
+4
*
Weight loop unrolling counts by nesting depth. Unrolling deeply nested loops ...
Owen Anderson
2010-09-27
1
-1
/
+6
*
Enable the MC-ized ARM asm printer. Passing all local tests, so it's time to
Jim Grosbach
2010-09-27
1
-0
/
+67
*
Write relocations in the end of the file. This matches what gas does and
Rafael Espindola
2010-09-27
4
-52
/
+51
*
ARM-mode eh.sjlj.longjmp MC lowering
Jim Grosbach
2010-09-27
1
-0
/
+54
*
Make sure .text doesn't produce extra alignment.
Rafael Espindola
2010-09-27
2
-9
/
+22
*
Don't try to constant fold libm functions with non-finite arguments.
Jakob Stoklund Olesen
2010-09-27
2
-5
/
+7
*
Enable the MC-ized ARM asm printer. Passing all local tests, so it's time to
Jim Grosbach
2010-09-27
1
-1
/
+1
*
Factor symbol value computation into a function.
Rafael Espindola
2010-09-27
1
-9
/
+17
*
MC-COFF: Fix signed/unsigned comparison.
Michael J. Spencer
2010-09-27
1
-2
/
+2
*
reapply developer policy changes after discussion.
Chris Lattner
2010-09-27
1
-14
/
+18
*
Add a new scope type "LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN" for the
Bill Wendling
2010-09-27
2
-25
/
+26
*
Hard to imagine there are still people using inferior compilers.
Daniel Dunbar
2010-09-27
2
-2
/
+2
*
MC/AsmParser: Handle exponents in floating point literals.
Daniel Dunbar
2010-09-27
3
-9
/
+48
*
Revert "Disable codegen prepare critical edge splitting. Machine instruction ...
Jakob Stoklund Olesen
2010-09-27
10
-25
/
+24
*
Explicitly disable CGP critical edge splitting for this test so it won't break
Jakob Stoklund Olesen
2010-09-27
1
-1
/
+1
*
Don't depend on basic block numbering.
Jakob Stoklund Olesen
2010-09-27
1
-7
/
+8
*
Odd additional stub framework for the ARM MC ELF emission.
Rafael Espindola
2010-09-27
6
-16
/
+205
*
Remove unused argument.
Rafael Espindola
2010-09-27
3
-9
/
+7
*
The "linker_private_weak*" linkages should set the LTO_SYMBOL_DEFINITION_WEAK
Bill Wendling
2010-09-27
1
-1
/
+3
*
Push twines deeper into SourceMgr's error handling methods.
Benjamin Kramer
2010-09-27
13
-52
/
+54
*
MMX parameters aren't handled here yet.
Dale Johannesen
2010-09-27
1
-0
/
+3
*
Don't try to make a vector of x86mmx; this won't work,
Dale Johannesen
2010-09-27
1
-2
/
+4
*
writeGraph doesn't need its ShortNames argument.
Dan Gohman
2010-09-27
1
-3
/
+2
*
Delete an unused function.
Dan Gohman
2010-09-27
1
-2
/
+0
*
Delete an unused declaration.
Dan Gohman
2010-09-27
1
-2
/
+0
*
Don't construct a redundant GraphWriter object.
Dan Gohman
2010-09-27
1
-7
/
+4
*
Factor out code from the standalone WriteGraph function into a helper
Dan Gohman
2010-09-27
1
-10
/
+20
*
Remove reference to nonexistent test in CMake makefile for unit tests
Douglas Gregor
2010-09-27
1
-2
/
+1
*
Constify properlyDominates in the same manner as dominates.
Dan Gohman
2010-09-27
1
-3
/
+22
*
Add support for viewing graphviz graphs with xdot.py.
Dan Gohman
2010-09-27
4
-5
/
+105
*
Move ValueMapTest from ADT to VMCore so that ADT doesn't need
Dan Gohman
2010-09-27
2
-1
/
+1
*
Add an all() method to BitVector, for testing whether all bits are set.
Dan Gohman
2010-09-27
4
-0
/
+27
[next]