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-07-14
Add a dag combine pattern for folding C2-(A+C1) -> (C2-C1)-A
Eric Christopher
2011-07-14
Revert r135121 which broke a gcc-4.2 builder.
Jakob Stoklund Olesen
2011-07-14
Count references to interference cache entries.
Jakob Stoklund Olesen
2011-07-14
Simplify. Compile unit check inside hasValidLocation() did not add any value.
Devang Patel
2011-07-14
Reapply r135074 and r135080 with a fix.
Jakob Stoklund Olesen
2011-07-14
Fix typo in DEBUG message.
Devang Patel
2011-07-14
Add DEBUG messages.
Devang Patel
2011-07-13
Revert r135074 and r135080. They broke clamscan.
Jakob Stoklund Olesen
2011-07-13
Only keep the global split candidates that work out.
Jakob Stoklund Olesen
2011-07-13
Move the InterferenceCache cursor into the GlobalSplitCand struct.
Jakob Stoklund Olesen
2011-07-13
Fix up TargetLoweringObjectFile ctors to properly initialize fields.
Evan Cheng
2011-07-13
Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef.
Jay Foad
2011-07-12
Second attempt at de-constifying LLVM Types in FunctionType::get(),
Jay Foad
2011-07-12
Revert r134893 and r134888 (and related patches in other trees). It was causing
Bill Wendling
2011-07-11
De-constify Types in StructType::get() and TargetData::getIntPtrType().
Jay Foad
2011-07-11
De-constify Types in FunctionType::get().
Jay Foad
2011-07-11
- Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo
Evan Cheng
2011-07-10
Use BranchProbability instead of floating points in IfConverter.
Jakub Staszak
2011-07-10
Don't analyze block if it's not considered for ifcvt anymore.
Jakub Staszak
2011-07-09
Land the long talked about "type system rewrite" patch. This
Chris Lattner
2011-07-09
Change createAsmParser to take a MCSubtargetInfo instead of triple,
Evan Cheng
2011-07-09
Oops, didn't mean to commit that.
Jakob Stoklund Olesen
2011-07-09
Hoist spills within a basic block.
Jakob Stoklund Olesen
2011-07-08
Add an intrinsic and codegen support for fused multiply-accumulate. The intent
Cameron Zwarich
2011-07-08
Be more aggressive about following hints.
Jakob Stoklund Olesen
2011-07-08
Refactor.
Devang Patel
2011-07-08
Make provision to have floating point constants in .debug_loc expressions.
Devang Patel
2011-07-08
Apparently we can't expect a BinaryOperator here.
Benjamin Kramer
2011-07-08
Emit a more efficient magic number multiplication for exact sdivs.
Benjamin Kramer
2011-07-08
Eliminate asm parser's dependency on TargetMachine:
Evan Cheng
2011-07-07
Remove a FIXME. All of the standard ones are in the list.
Eric Christopher
2011-07-07
Add DEBUG message.
Devang Patel
2011-07-07
If known DebugLocs do not match then two DBG_VALUE machine instructions are n...
Devang Patel
2011-07-07
Add functions 'hasPredecessor' and 'hasPredecessorHelper' to SDNode. The
Lang Hames
2011-07-07
Add DEBUG messages.
Devang Patel
2011-07-06
When tail-merging multiple blocks, make sure to correctly update the live-in ...
Eli Friedman
2011-07-06
Remove dead code.
Devang Patel
2011-07-06
Typo.
Devang Patel
2011-07-06
Grammar and 80-col.
Eric Christopher
2011-07-06
createMCInstPrinter doesn't need TargetMachine anymore.
Evan Cheng
2011-07-06
Introduce "expect" intrinsic instructions.
Jakub Staszak
2011-07-05
Remove the ObjC ARC passes from the default optimization list, and add
Dan Gohman
2011-07-05
Break infinite loop when the Hopfield network oscillates.
Jakob Stoklund Olesen
2011-07-05
Fix PR10277.
Jakob Stoklund Olesen
2011-07-05
Tweak comment and debug output.
Jakob Stoklund Olesen
2011-07-04
Move early tail duplication earlier.
Rafael Espindola
2011-07-04
Move most of the pre BB code to TailDuplicateAndUpdate. Change the
Rafael Espindola
2011-07-04
Reduce indentation and fix the count of how many PHIs we have inserted.
Rafael Espindola
2011-07-04
Fix PR10244.
Jakob Stoklund Olesen
2011-07-03
Fix an easy fixme.
Rafael Espindola
[prev]
[next]