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
*
Re-apply r124518 with fix. Watch out for invalidated iterator.
Evan Cheng
2011-01-29
4
-44
/
+150
*
Revert r124518. It broke Linux self-host.
Evan Cheng
2011-01-29
4
-147
/
+44
*
Re-commit r124462 with fixes. Tail recursion elim will now dup ret into uncon...
Evan Cheng
2011-01-29
4
-44
/
+147
*
Implementation of path profiling.
Andrew Trick
2011-01-29
12
-20
/
+2624
*
Error on .code16 instead of producing wrong (32bit) code.
Roman Divacky
2011-01-28
1
-0
/
+3
*
This dyn_cast should be a cast. Pointed out by Frits van Bommel.
Duncan Sands
2011-01-28
1
-1
/
+1
*
Thread divisions over selects and phis. This doesn't fire much and has basic...
Duncan Sands
2011-01-28
1
-9
/
+19
*
PR9030: Fix disassembly of ARM "mov pc, lr" instruction.
Bob Wilson
2011-01-28
1
-2
/
+2
*
My auto-simplifier noticed that ((X/Y)*Y)/Y occurs several times in SPEC
Duncan Sands
2011-01-28
2
-56
/
+131
*
Fix libffi usage when it is on a custom path.
Oscar Fuentes
2011-01-28
1
-9
/
+1
*
Add support for parsing .float
Roman Divacky
2011-01-28
1
-1
/
+1
*
Rename functions to follow coding standard. Also rejiggers comments. No
Nick Lewycky
2011-01-28
1
-89
/
+88
*
Add a doxygen comment for this class.
Nick Lewycky
2011-01-28
1
-0
/
+2
*
Reorder for readability. (Chris, is this what you meant?)
Nick Lewycky
2011-01-28
1
-148
/
+150
*
Revert r124462. There are a few big regressions that I need to fix first.
Evan Cheng
2011-01-28
2
-13
/
+5
*
Reduce the number of functions we look at in the first pass, and preallocate
Nick Lewycky
2011-01-28
1
-1
/
+3
*
Fix build with stdcxx by using llvm::next. Patch by Joerg Sonnenberger!
Nick Lewycky
2011-01-28
1
-1
/
+2
*
Fold select + select where both selects are on the same condition.
Nick Lewycky
2011-01-28
1
-0
/
+13
*
Print the visibility of declarations.
Rafael Espindola
2011-01-28
1
-1
/
+14
*
PR8951: Support for .equiv in integrated assembler, patch by Jörg Sonnenberger!
Nico Weber
2011-01-28
1
-8
/
+12
*
- Stop simplifycfg from duplicating "ret" instructions into unconditional
Evan Cheng
2011-01-28
2
-5
/
+13
*
Fix PLD encoding.
Evan Cheng
2011-01-27
1
-2
/
+2
*
Changed llvm-mc arm target to give an error if .syntax divided is used. Since
Kevin Enderby
2011-01-27
1
-1
/
+1
*
Use the paths to libffi's header and library even when no custom
Oscar Fuentes
2011-01-27
1
-6
/
+10
*
[AVX] Clean up the code to configure target lowering for AVX. Specify
David Greene
2011-01-27
1
-73
/
+47
*
Remove a temporary workaround for a lencod miscompile. Depends on the fix in ...
Andrew Trick
2011-01-27
1
-2
/
+0
*
VirtRegRewriter fix: update kill flags, which are used by the scavenger.
Andrew Trick
2011-01-27
1
-64
/
+88
*
Unbreak the build.
Benjamin Kramer
2011-01-27
1
-1
/
+1
*
Expound upon this comparison!
Nick Lewycky
2011-01-27
1
-0
/
+2
*
Use dyn_cast instead of isa+cast.
Nick Lewycky
2011-01-27
1
-2
/
+1
*
Speculatively revert r124380.
Devang Patel
2011-01-27
2
-4
/
+1
*
While legalizing SDValues do not drop SDDbgValues, trasfer them to new legal ...
Devang Patel
2011-01-27
2
-1
/
+4
*
Add support for specifying register name in cfi-register/offset/def
Roman Divacky
2011-01-27
1
-3
/
+23
*
Introduce virtual ParseRegister method in TargetAsmParser.
Roman Divacky
2011-01-27
3
-6
/
+19
*
Fix indentation.
Jay Foad
2011-01-27
1
-9
/
+9
*
Fix surprising missed optimization in mergefunc where we forgot to consider
Nick Lewycky
2011-01-27
1
-3
/
+12
*
Avoid modifying the OneClassForEachPhysReg map while iterating over it.
Bob Wilson
2011-01-27
1
-2
/
+6
*
Use the incoming VT not the VT of where we're trying to store to determine
Eric Christopher
2011-01-27
1
-2
/
+2
*
lib/Target/X86/X86ISelDAGToDAG.cpp: __main should be WINCALL64 on Win64.
NAKAMURA Takumi
2011-01-27
1
-1
/
+1
*
Try harder to not have unused variables.
Matt Beaumont-Gay
2011-01-27
1
-0
/
+2
*
Opt-mode -Wunused-variable cleanup
Matt Beaumont-Gay
2011-01-27
1
-4
/
+2
*
Reapply 124301
Devang Patel
2011-01-27
1
-1
/
+5
*
Initialize variable to get rid of clang warning.
Bill Wendling
2011-01-26
1
-1
/
+1
*
Simplify User::operator delete().
Jay Foad
2011-01-26
1
-10
/
+3
*
Revert 124301.
Devang Patel
2011-01-26
1
-5
/
+1
*
Revert r124302
Devang Patel
2011-01-26
1
-3
/
+0
*
Add support for printing out floating point values from the ARM assembly
Bill Wendling
2011-01-26
1
-2
/
+27
*
Temporarily revert 124275 to see if it brings the dragonegg buildbot back.
Eric Christopher
2011-01-26
1
-85
/
+82
*
[AVX] Add INSERT_SUBVECTOR and support it on x86. This provides a
David Greene
2011-01-26
4
-1
/
+96
*
While legalizing SDValues do not drop SDDbgValues, trasfer them to new legal ...
Devang Patel
2011-01-26
1
-0
/
+3
[next]