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
*
XFAIL some of the generic CodeGen tests for Hexagon.
Jyotsna Verma
2013-03-25
4
-3
/
+4
*
X86DisassemblerDecoder.c: Make this C89-compliant.
NAKAMURA Takumi
2013-03-25
1
-1
/
+1
*
Whitespace.
NAKAMURA Takumi
2013-03-25
1
-160
/
+160
*
Fix a bug in fast-math fadd/fsub simplification.
Shuxin Yang
2013-03-25
2
-10
/
+53
*
[ELF] dont compute symbolname size in every loop
Shankar Easwaran
2013-03-25
1
-1
/
+1
*
XFAIL DebugInfo tests for Hexagon.
Jyotsna Verma
2013-03-25
3
-1
/
+3
*
Fix comment.
Akira Hatanaka
2013-03-25
1
-3
/
+3
*
Formatting.
Eric Christopher
2013-03-25
1
-4
/
+4
*
Disable Execution Engine tests not supported by Hexagon.
Jyotsna Verma
2013-03-25
1
-0
/
+2
*
reflect comment to the official reference
Shankar Easwaran
2013-03-25
1
-1
/
+1
*
Disable, for now, llvm/test/Transforms/GCOVProfiling on win32. I'll investiga...
NAKAMURA Takumi
2013-03-25
2
-0
/
+4
*
Use direct types in PowerPC instruction patterns.
Ulrich Weigand
2013-03-25
2
-270
/
+262
*
Use direct types in PowerPC Pat patterns.
Ulrich Weigand
2013-03-25
2
-113
/
+113
*
x86 -- add the XTEST instruction
Dave Zarzycki
2013-03-25
6
-39
/
+43
*
x86 -- disassemble the REP/REPNE prefix when needed
Dave Zarzycki
2013-03-25
2
-7
/
+35
*
Remove unnecessary attributes from test case.
Chad Rosier
2013-03-25
1
-3
/
+1
*
Remove assert. There may be target-dependent attributes left.
Bill Wendling
2013-03-25
1
-1
/
+0
*
Documentation: Replace dead link for binfmt_misc
Dmitri Gribenko
2013-03-25
1
-1
/
+1
*
[arm load/store optimizer] When trying to merge a base update load/store, make
Chad Rosier
2013-03-25
1
-1
/
+1
*
[tools][llvm-readobj] print the name of the section when iterating the symbol...
Shankar Easwaran
2013-03-25
3
-41
/
+48
*
[ELF] add elf_hash function to compute the hash value of a symbol in the dyna...
Shankar Easwaran
2013-03-25
1
-0
/
+15
*
Teach cmake about the new Erlang GC files.
Duncan Sands
2013-03-25
2
-0
/
+2
*
Add a GC plugin for Erlang
Yiannis Tsiouris
2013-03-25
6
-0
/
+234
*
Don't use add_llvm_definitions for adding warning flags. It makes it too hard
Duncan Sands
2013-03-25
1
-14
/
+20
*
Refine fenv.h handling: check if the desired macros exist, before using
Joerg Sonnenberger
2013-03-25
5
-2
/
+186
*
Address issues found by Duncan during post-commit review of r177856.
Arnaud A. de Grandmaison
2013-03-25
2
-34
/
+21
*
InstCombine: simplify comparisons to zero of (shl %x, Cst) or (mul %x, Cst)
Arnaud A. de Grandmaison
2013-03-25
2
-0
/
+225
*
Changed isNullOrUndef => IsNullOrUndef and isNoopInstruction => IsNoopInstruc...
Michael Gottesman
2013-03-25
3
-14
/
+14
*
Mention the new TableGen pattern format in the release notes.
Jakob Stoklund Olesen
2013-03-25
1
-0
/
+6
*
[NVPTX] Fix handling of vector arguments
Justin Holewinski
2013-03-24
3
-7
/
+83
*
Clean up Sparc patterns.
Jakob Stoklund Olesen
2013-03-24
1
-5
/
+5
*
Allow types to be omitted in output patterns.
Jakob Stoklund Olesen
2013-03-24
2
-0
/
+16
*
Allow TableGen DAG arguments to be just a name.
Jakob Stoklund Olesen
2013-03-24
3
-16
/
+38
*
GettingStarted: Add Git clone instructions for compiler-rt and test-suite
Tobias Grosser
2013-03-24
1
-1
/
+18
*
Minor cleanups. No functionality change.
Jakub Staszak
2013-03-24
1
-6
/
+7
*
Use dyn_cast instead of isa && cast.
Jakub Staszak
2013-03-24
1
-8
/
+6
*
Give Sparc instruction patterns direct types instead of register classes.
Jakob Stoklund Olesen
2013-03-24
2
-88
/
+75
*
Allow direct value types to be used in instruction 'set' patterns.
Jakob Stoklund Olesen
2013-03-24
1
-2
/
+24
*
PPC ZERO register needs a register number of 0.
Hal Finkel
2013-03-23
1
-0
/
+1
*
Note in PPCFunctionInfo VRSAVE spills
Hal Finkel
2013-03-23
4
-14
/
+34
*
MCize the bcl instruction in PPCAsmPrinter
Hal Finkel
2013-03-23
1
-4
/
+5
*
Use direct types in Sparc def : Pat patterns.
Jakob Stoklund Olesen
2013-03-23
1
-10
/
+10
*
Allow direct value types in pattern definitions.
Jakob Stoklund Olesen
2013-03-23
2
-5
/
+29
*
Cleanup some unused reg. scavenger parameters in PPCRegisterInfo
Hal Finkel
2013-03-23
2
-33
/
+19
*
Make all unnamed RegisterClass TreePatternNodes typed MVT::i32.
Jakob Stoklund Olesen
2013-03-23
2
-21
/
+21
*
Remove dead PPC LR spilling code
Hal Finkel
2013-03-23
1
-30
/
+8
*
Plug a memory leak in FileCheck when the input file is empty.
Benjamin Kramer
2013-03-23
1
-6
/
+6
*
Move X86-dependent test into the right subdirectory.
Benjamin Kramer
2013-03-23
1
-0
/
+0
*
Remove the type legality check from the SelectionDAGBuilder when it lowers @l...
Owen Anderson
2013-03-23
2
-1
/
+20
*
Change method name ClearRefCount => ClearKnownPositiveRefCount to match the n...
Michael Gottesman
2013-03-23
1
-4
/
+4
[next]