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-11-07
Don't introduce custom nodes after legalization in TargetLowering::BuildSDIV()
Richard Osborne
2011-11-07
Remove unnecessary addition to API. Replace with something much simpler.
Eric Christopher
2011-11-07
Add new files to cmake.
Eric Christopher
2011-11-07
Add the support code to enable the dwarf accelerator tables. Upcoming patches
Eric Christopher
2011-11-07
Add a new dwarf accelerator table prototype with the goal of replacing
Eric Christopher
2011-11-07
Expose a way to get the beginning of the dwarf string section.
Eric Christopher
2011-11-07
Fix up comment.
Eric Christopher
2011-11-07
Typo.
Eric Christopher
2011-11-05
Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco...
Benjamin Kramer
2011-11-05
Add more PRI.64 macros for MSVC and use them throughout the codebase.
Benjamin Kramer
2011-11-04
Added missing &. Fixes <rdar://problem/10393723>
Pete Cooper
2011-11-04
Emit declarations before definitions if they are available. This causes DW_AT...
Rafael Espindola
2011-11-03
Reapply r143206, with fixes. Disallow physical register lifetimes
Dan Gohman
2011-11-03
Reverted r143600 - selector reference change
Pete Cooper
2011-11-03
build: Add initial cut at LLVMBuild.txt files.
Daniel Dunbar
2011-11-03
Treat objc selector reference globals as invariant so that MachineLICM can ho...
Pete Cooper
2011-11-02
An array of chars of length 8 will also cause the stack protector to be inserted
Bill Wendling
2011-11-02
Don't emit a directory entry for the value in DW_AT_comp_dir, that is always
Nick Lewycky
2011-11-02
Begin collecting some of the statistics for block placement discussed on
Chandler Carruth
2011-11-01
Update split candidate correctly when interference cache is full.
Jakob Stoklund Olesen
2011-10-31
Cleanup. Document. Make sure that this build_vector optimization only runs be...
Nadav Rotem
2011-10-30
Silence compiler warning.
Benjamin Kramer
2011-10-29
Add a new DAGCombine optimization for BUILD_VECTOR.
Nadav Rotem
2011-10-29
Revert r143206, as there are still some failing tests.
Dan Gohman
2011-10-28
Reapply r143177 and r143179 (reverting r143188), with scheduler
Dan Gohman
2011-10-28
Dwarf: [PR11022] Fix emitting DW_AT_const_value(>i64), to be host-endian-neut...
NAKAMURA Takumi
2011-10-28
Use BranchProbability compare operators.
Benjamin Kramer
2011-10-28
Speculatively disable Dan's commits 143177 and 143179 to see if
Duncan Sands
2011-10-28
Always use the string pool, even when it makes the .o larger. This may help
Nick Lewycky
2011-10-28
Delete #if 0 code accidentally left in.
Dan Gohman
2011-10-28
Eliminate LegalizeOps' LegalizedNodes map and have it just call RAUW
Dan Gohman
2011-10-27
Teach our Dwarf emission to use the string pool.
Nick Lewycky
2011-10-27
Don't crash on 128-bit sdiv by constant. Found by inspection.
Eli Friedman
2011-10-26
Rename NonScalarIntSafe to something more appropriate.
Lang Hames
2011-10-26
Reflow lines, fix comments for doxygen style, fix whitespace. No functionality
Nick Lewycky
2011-10-26
Simplify SplitVecRes_UnaryOp by removing all the code that is
Duncan Sands
2011-10-26
Don't use floating point to do an integer's job.
Jakob Stoklund Olesen
2011-10-26
Disable LICM speculation in high register pressure situation again now that D...
Evan Cheng
2011-10-26
Reapply r142920 with fix:
Bill Wendling
2011-10-25
Remove a couple redundant checks.
Eli Friedman
2011-10-25
Make assert() message more informative.
Jim Grosbach
2011-10-25
Revert commit 142891. Takumi bisected the tablegen miscompiles
Duncan Sands
2011-10-25
Remove dead enum value. There is no DIESectionOffset.
Nick Lewycky
2011-10-25
Remove unused forward decl.
Eric Christopher
2011-10-25
An MBB which branches to an EH landing pad shouldn't be considered for tail m...
Bill Wendling
2011-10-24
Check the visibility of the global variable before placing it into the stubs
Bill Wendling
2011-10-24
Really unbreak CMake build
Douglas Gregor
2011-10-24
Unbreak CMake build
Douglas Gregor
2011-10-24
Delete the top-down "Latency" scheduler. Top-down scheduling doesn't handle
Dan Gohman
2011-10-24
Delete the Latency scheduling preference.
Dan Gohman
[prev]
[next]