index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
Age
Commit message (
Expand
)
Author
2011-08-24
Basic x86 code generation for atomic load and store instructions.
Eli Friedman
2011-08-24
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-24
Tidy up. Trailing whitespace.
Jim Grosbach
2011-08-24
Add the sentinal "no handle" value to the ResumeInst.
Bill Wendling
2011-08-23
Don't replace *all* uses with the new stuff.
Bill Wendling
2011-08-23
Look at the end of the entry block for an invoke.
Bill Wendling
2011-08-23
A landingpad instruction is neither folded nor dead.
Bill Wendling
2011-08-23
Fix 80 col violations.
Evan Cheng
2011-08-22
Split the landing pad's edge. Then for all uses of a landingpad instruction's
Bill Wendling
2011-08-22
Follow up to Jim's r138278. This fixes commuteInstruction so it handles two-a...
Evan Cheng
2011-08-22
Some whitespace fixes and #include reordering.
Bill Wendling
2011-08-22
Be less redundant.
Nick Lewycky
2011-08-19
Do not use named md nodes to track variables that are completely optimized. T...
Devang Patel
2011-08-19
Roll back the rest of r126557. It's a hack that will break in some obscure ca...
Benjamin Kramer
2011-08-19
Eli points out that this is what report_fatal_error() is for.
Nick Lewycky
2011-08-19
This is not actually unreachable, so don't use llvm_unreachable for it. Since
Nick Lewycky
2011-08-19
Add llc flags to disable machine DCE and CSE.
Jakob Stoklund Olesen
2011-08-19
Make a bunch of symbols private.
Benjamin Kramer
2011-08-19
Don't treat a partial <def,undef> operand as a read.
Jakob Stoklund Olesen
2011-08-18
add the comments of each declaration follow it, making it easier to read and ...
Renato Golin
2011-08-18
Eliminate unnecessary forwarding function.
Devang Patel
2011-08-18
Add new DIE into the map asap.
Devang Patel
2011-08-18
FastISel: avoid function calls between the materialization of the constant an...
Ivan Krasin
2011-08-17
Add the support in code-gen for the landingpad instruction lowering.
Bill Wendling
2011-08-17
Revert patch. Forgot a dependent commit.
Bill Wendling
2011-08-17
Add the body of 'visitLandingPad'.
Bill Wendling
2011-08-17
Modify for the new EH scheme.
Bill Wendling
2011-08-16
Until now all debug info MDNodes referred to a root MDNode, a compile unit. T...
Devang Patel
2011-08-16
Remove unused Target argument from AsmParser construction methods.
Jim Grosbach
2011-08-16
Remove unnecessary version check.
Devang Patel
2011-08-16
Revert r137562 because it caused PR10674
Nadav Rotem
2011-08-15
Refactor.
Devang Patel
2011-08-15
Continue to hoist uses of getCompileUnit() up. The goal is to get rid of uses...
Devang Patel
2011-08-15
This is somewhat déjà-vu, but avoid using getCompileUnit() as much as possi...
Devang Patel
2011-08-15
Refactor. Variables are part of compile unit so let CompileUnit create new va...
Devang Patel
2011-08-15
There is no need to maintain a set to keep track of variables that use locati...
Devang Patel
2011-08-15
Fix warning.
Devang Patel
2011-08-15
Simplify. Let DbgVariable keep track of variable's DBG_VALUE machine instruct...
Devang Patel
2011-08-15
Simplify mapping to variable from its abstract variable info.
Devang Patel
2011-08-15
Refactor.
Devang Patel
2011-08-15
Refactor.
Devang Patel
2011-08-15
Refactor. Global variables are part of compile unit so let CompileUnit create...
Devang Patel
2011-08-15
Refactor. A subprogram is part of compile unit so let CompileUnit construct n...
Devang Patel
2011-08-13
Fix PR 10635. When generating integer constants, the constant element type may
Nadav Rotem
2011-08-12
Initial commit of the 'landingpad' instruction.
Bill Wendling
2011-08-12
Use ArrayRef.
Devang Patel
2011-08-12
switch to use the new api for structtypes.
Chris Lattner
2011-08-12
Provide fast path as Jakob suggested.
Devang Patel
2011-08-12
Revert r137310 because it does not optimize any code on ToT
Nadav Rotem
2011-08-12
Silence a bunch (but not all) "variable written but not read" warnings
Duncan Sands
[next]