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-20
- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.
Evan Cheng
2011-07-20
Add MCObjectFileInfo and sink the MCSections initialization code from
Evan Cheng
2011-07-19
Fix an obvious typo that's preventing x86 (32-bit) from using .literal16.
Evan Cheng
2011-07-19
Distinguish between two copies of one inlined variable.
Devang Patel
2011-07-19
Convert TargetData::getIndexedOffset to use ArrayRef.
Jay Foad
2011-07-19
Introduce MCCodeGenInfo, which keeps information that can affect codegen
Evan Cheng
2011-07-19
Revert r135423.
Devang Patel
2011-07-19
Add a frame with the compact unwind encoding if it exists.
Bill Wendling
2011-07-19
Rename CompactEncoding to CompactUnwindEncoding.
Bill Wendling
2011-07-18
Move the compact encoding from the target-specific library to the code-gen
Bill Wendling
2011-07-18
Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for
Evan Cheng
2011-07-18
Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a...
Jeffrey Yasskin
2011-07-18
Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down
Evan Cheng
2011-07-18
During bottom up fast-isel, instructions emitted to materalize registers are ...
Devang Patel
2011-07-18
Fix a crash when building 177.mesa for armv6.
Jakob Stoklund Olesen
2011-07-18
Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previ...
Frits van Bommel
2011-07-18
Fix PR10387.
Jakob Stoklund Olesen
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-17
Minor code cleanups
Nadav Rotem
2011-07-16
Remove unused LoopRanges from RegAllocGreedy.
Jakub Staszak
2011-07-16
Add MachineBlockFrequency analysis.
Jakub Staszak
2011-07-16
Silence unused variable warning
Matt Beaumont-Gay
2011-07-16
He said *before* the last split point.
Jakob Stoklund Olesen
2011-07-15
LegalizeDAG doesn't need its own copy of this enum.
Dan Gohman
2011-07-15
Delete LegalizeDAG's own version of isTypeLegal and getTypeAction
Dan Gohman
2011-07-15
Delete an unused variable and a redundant assert.
Dan Gohman
2011-07-15
Extract parts of RAGreedy::splitAroundRegion as SplitKit methods.
Jakob Stoklund Olesen
2011-07-15
Modernize comments.
Dan Gohman
2011-07-15
Use DebugLoc directly to map inlined functions' instructions to respective le...
Devang Patel
2011-07-15
Eliminate redundant map.
Devang Patel
2011-07-15
Convert CallInst and InvokeInst APIs to use ArrayRef.
Jay Foad
2011-07-15
Reverting r135232. It's causing infinite looping in DbgScope::openInsnRange.
Evan Cheng
2011-07-15
Do not get confused by multiple empty lexical scopes inlined at one location.
Devang Patel
2011-07-14
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...
Evan Cheng
2011-07-14
Refactor.
Devang Patel
2011-07-14
Eliminate redundant LLVMContext argument.
Devang Patel
2011-07-14
Check register class matching instead of width of type matching
Eric Christopher
2011-07-14
Change Intrinsic::getDeclaration and friends to take an ArrayRef.
Benjamin Kramer
2011-07-14
[VECTOR-SELECT]
Nadav Rotem
2011-07-14
Add assertion for the chain value type
Nadav Rotem
2011-07-14
Reapply r135121 with a fixed copy constructor.
Jakob Stoklund Olesen
2011-07-14
Simplify.
Devang Patel
2011-07-14
Don't emit a bit test if there is only one case the test can yield false. A s...
Benjamin Kramer
2011-07-14
Simplify and delay extracting DebugLoc elements, scope and InlinedAt, as much...
Devang Patel
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
[prev]
[next]