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
2009-05-23
Fix PR4254.
Torok Edwin
2009-05-23
Add a new step to legalization to legalize vector math operations. This
Eli Friedman
2009-05-22
Add a new codegen pass that normalizes dwarf exception handling
Duncan Sands
2009-05-21
Use v.data() instead of &v[0] when SmallVector v might be empty.
Jay Foad
2009-05-21
Temporarily revert r72191. It was causing an assert during llvm-gcc
Bill Wendling
2009-05-20
Minor code cleanup. No functionality change.
Bill Wendling
2009-05-20
Merge 'ConstructFunctionDbgScope' and 'ConstructAbstractDbgScope'.
Bill Wendling
2009-05-20
Rename 'New*' methods to 'Create*' to be consistent. 'NewString' isn't used.
Bill Wendling
2009-05-20
Add comment for emit section.
Bill Wendling
2009-05-20
Move 'Emit' methods down to their own place.
Bill Wendling
2009-05-20
Revert r72192. It was causing a build failure.
Bill Wendling
2009-05-20
Do some mechanical changes. Combine the 'construct abastract dbg thingy' in with
Bill Wendling
2009-05-20
Introduce DebugScope which gets embedded into the machine instructions' Debug...
Argyrios Kyrtzidis
2009-05-20
Fix for PR4235: to build a floating-point value from integer parts,
Eli Friedman
2009-05-19
Forward decls.
Bill Wendling
2009-05-19
Remove 'class' specifier.
Bill Wendling
2009-05-19
Fix to compile on VS2008.
Bill Wendling
2009-05-19
Remove the #ifndef NDEBUG from the FastISel debugging options. This
Dan Gohman
2009-05-19
Fix cmake builds.
Mike Stump
2009-05-18
Don't set the "location" information for inlined functions' variables.
Bill Wendling
2009-05-18
Small code cleanup.
Bill Wendling
2009-05-18
RecordVariable is called each time a DECLARE node is encountered. For an inlined
Bill Wendling
2009-05-18
Fix CodePlacementOpt::OptimizeIntraLoopEdges so that its return value
Bob Wilson
2009-05-18
New Spiller interface and trivial implementation.
Lang Hames
2009-05-18
Revert last commit. It was wrong.
Bill Wendling
2009-05-18
Don't call RegionInlinedFnEnd if our optimization level isn't -O0.
Bill Wendling
2009-05-18
Silence Release-Asserts warnings.
Daniel Dunbar
2009-05-17
Prevented reg0 from being added to MBB live-in set, which was causing issues
Lang Hames
2009-05-17
Rename MachineVerifier pass to avoid command line collision.
Jakob Stoklund Olesen
2009-05-16
Verify that explicit definitions in the TargetInstrDesc are matched by
Jakob Stoklund Olesen
2009-05-16
Allow redefinition of reserved registers.
Jakob Stoklund Olesen
2009-05-16
Put back a bit of expensive checking logic that
Duncan Sands
2009-05-16
Pacify gcc-4.3, which suggests explicit braces here
Duncan Sands
2009-05-16
Pass to verify generated machine code.
Jakob Stoklund Olesen
2009-05-15
Split out the DwarfDebug module from the DwarfWriter module.
Bill Wendling
2009-05-15
Mark class as hidden.
Bill Wendling
2009-05-15
Fix PR4210. Rewritter should track and update kills of sub-registers as well.
Evan Cheng
2009-05-15
Move c'tor/d'tor to top of file.
Bill Wendling
2009-05-15
Split out the DwarfException class into its own file. No functionality change,
Bill Wendling
2009-05-15
Split out the Dwarf writer stuff into separate files. This is a much more
Bill Wendling
2009-05-14
Down with static variables!
Owen Anderson
2009-05-14
Tag blocks with DW_AT_APPLE_block.
Mike Stump
2009-05-14
Revert r71744. I must not have understood this correctly, because the
Bob Wilson
2009-05-14
Fix for PR4124. Make TwoAddressFormPass::FindLastUseInMBB return the real las...
Lang Hames
2009-05-14
Add an assert to turn a segfault on an unsupported inline
Dan Gohman
2009-05-13
There's yet more ugliness (surprise!) in DebugInfo. This needs major reworking.
Bill Wendling
2009-05-13
The IfConverter::MergeBlocks method appears to be used only to merge a basic
Bob Wilson
2009-05-13
Removing the HasBuiltinSetjmp flag and associated bits. Flagging the presence
Jim Grosbach
2009-05-13
Revert a portion of Dan's change r71018 that I'm convinced is wrong.
Bob Wilson
2009-05-13
Merge adjacent conditional.
Bob Wilson
[next]