index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-16
Big change #1 for personality function references:
Chris Lattner
9
-36
/
+149
2009-09-16
remove a dead variable.
Chris Lattner
2
-3
/
+0
2009-09-16
add a helper method for creating MCSymbol and MCSymbolRefExpr at
Chris Lattner
1
-0
/
+6
2009-09-16
Added a variety of floating-point and SSE instructions.
Sean Callanan
2
-0
/
+51
2009-09-16
inline AsmPrinter::getCurrentFunctionEHName into its only caller.
Chris Lattner
2
-11
/
+6
2009-09-16
Expand some more vector operations not supported by Neon.
Bob Wilson
1
-0
/
+6
2009-09-16
Eliminate AsmPrinter::EmitExternalGlobal, inlining its (now)
Chris Lattner
2
-8
/
+1
2009-09-16
Neon does not support vector divide or remainder. Expand them.
Bob Wilson
1
-0
/
+8
2009-09-16
eliminate the PPC backend's implementation of EmitExternalGlobal
Chris Lattner
2
-15
/
+3
2009-09-16
eliminate the horrid AsmPrinter::getGlobalLinkName method, inlining
Chris Lattner
3
-15
/
+4
2009-09-16
simplify some code
Chris Lattner
1
-6
/
+5
2009-09-15
Expand all v2f64 arithmetic operations for Neon.
Bob Wilson
1
-0
/
+27
2009-09-15
Added far return instructions (that is, returns to
Sean Callanan
1
-0
/
+4
2009-09-15
remove some horrible MAI hooks which fortunately turn out to be always empty.
Chris Lattner
2
-26
/
+3
2009-09-15
strength reduce a call to PrintRelDirective(true).
Chris Lattner
1
-1
/
+3
2009-09-15
add hooks to hang target-specific goop off MachineModuleInfo,
Chris Lattner
2
-7
/
+10
2009-09-15
Do not add the SVOffset to the Node CSE ID. The same pointer argument cannot...
Nate Begeman
1
-5
/
+0
2009-09-15
Expand on comment.
Eric Christopher
1
-1
/
+4
2009-09-15
Updated comments per Eli's suggestion.
Sean Callanan
2
-2
/
+4
2009-09-15
Added register-to-register ADD instructions to the
Sean Callanan
2
-0
/
+13
2009-09-15
Drop the raw_ostream required buffer size to 1.
Daniel Dunbar
1
-2
/
+2
2009-09-15
Fix -Asserts warning.
Daniel Dunbar
1
-1
/
+2
2009-09-15
Better solution for tracking both the original alignment of the access, and t...
Nate Begeman
3
-44
/
+33
2009-09-15
Added a new register class for segment registers
Sean Callanan
3
-0
/
+25
2009-09-15
Change the marker byte for stubs from 0xcd to 0xce (another form of
Dale Johannesen
1
-3
/
+6
2009-09-15
fix PR4984 by ensuring that fastisel adds properly sign extended GEP displace...
Chris Lattner
1
-1
/
+1
2009-09-15
add missing file
Chris Lattner
1
-0
/
+32
2009-09-15
Handle AddrMode4 for Thumb2 in rewriteT2FrameIndex. This occurs for
Bob Wilson
1
-0
/
+5
2009-09-15
Fix superreg use in ARMAsmPrinter. Approved by Anton Korobeynikov.
Sandeep Patel
1
-2
/
+2
2009-09-15
several major improvements to the sparc backend: support for weak linkage
Chris Lattner
8
-48
/
+197
2009-09-15
Teach ValueTracking how to look through GlobalAliases. GlobalAliases are
Dan Gohman
1
-0
/
+12
2009-09-15
Fix an accidental inversion of the inbounds flag.
Dan Gohman
1
-3
/
+3
2009-09-15
When a constant's type is refined, update the constant in place
Dan Gohman
3
-215
/
+157
2009-09-15
Add more newlines to make up for the ones removed from the end of instructions.
Nick Lewycky
1
-9
/
+12
2009-09-15
Another try at early partial coalescing. Identity phi source copies (their so...
Evan Cheng
1
-58
/
+56
2009-09-15
Forbid arrays of function-type and structures with function-typed fields.
Nick Lewycky
1
-17
/
+13
2009-09-15
fix PR4963: folding insertvalue would sometimes turn a packed struct into
Chris Lattner
1
-20
/
+24
2009-09-15
add a new CallGraphNode::replaceCallEdge method and use it from
Chris Lattner
2
-4
/
+21
2009-09-15
add newline to debug dump
Chris Lattner
1
-1
/
+1
2009-09-15
make -debug-pass=Executions show information about what call graph nodes
Chris Lattner
2
-5
/
+27
2009-09-15
add some missing quotes in debug output
Chris Lattner
1
-2
/
+2
2009-09-15
Remove invalid add_dependencies line to unbreak the CMake build.
Ted Kremenek
1
-1
/
+1
2009-09-15
Get rid of GetProcessId in Win32/Program.inc.
Mikhail Glushenkov
2
-43
/
+22
2009-09-15
Don't pull a load through a callseq_start if the load's chain
Dan Gohman
1
-1
/
+2
2009-09-15
Remove incorrect CSE code from r81813.
Nate Begeman
1
-2
/
+0
2009-09-15
Modified the Intel instruction tables to include
Sean Callanan
2
-4
/
+37
2009-09-15
Added the first bits of the ARM target assembler to llvm-mc. For now it only
Kevin Enderby
4
-1
/
+115
2009-09-15
Substantially speed up combiner-aa in the following ways:
Nate Begeman
1
-33
/
+69
2009-09-15
Teach the legalizer to propagate the original alignment of loads and store when
Nate Begeman
1
-6
/
+11
2009-09-15
On x86-64, the 32-bit cmov doesn't actually clear the high 32-bit of
Dan Gohman
1
-3
/
+5
[next]