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-12-06
Kill off the LoopSplitter. It's not being used or maintained.
Lang Hames
2011-12-06
Update PBQP's analysis usage to reflect the requirements of the inline spiller.
Lang Hames
2011-12-06
Use logarithmic units for basic block alignment.
Jakob Stoklund Olesen
2011-12-05
Add support for vectors of pointers.
Nadav Rotem
2011-12-04
Add inline subprogram names to the name lookup table since they may
Eric Christopher
2011-12-03
Emit the ctors in the proper order on ARM/EABI.
Anton Korobeynikov
2011-12-03
Simplify code. No functionality change.
Benjamin Kramer
2011-12-02
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-12-02
make sure ScheduleDAGInstrs::EmitSchedule does not crash when the first instr...
Hal Finkel
2011-12-01
CodeGen: fix CMake build
Dylan Noblesmith
2011-12-01
Add a deterministic finite automaton based packetizer for VLIW architectures
Anshuman Dasgupta
2011-11-29
If fast-isel fails, remove dead instructions generated during the failed
Chad Rosier
2011-11-29
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-29
On MachO, the pointer to the personality function should always be in the
Bill Wendling
2011-11-28
Make SelectionDAG::InferPtrAlignment use llvm::ComputeMaskedBits instead of d...
Eli Friedman
2011-11-28
Revert r145273 and fix in SelectionDAG::InferPtrAlignment() instead.
Evan Cheng
2011-11-28
DAG combine should not increase alignment of loads / stores with alignment less
Evan Cheng
2011-11-28
80-column.
Chad Rosier
2011-11-28
Remove dead llvm.eh.sjlj.dispatchsetup intrinsic.
Bill Wendling
2011-11-27
Prevent rotating the blocks of a loop (and thus getting a backedge to be
Chandler Carruth
2011-11-27
Take two on rotating the block ordering of loops. My previous attempt
Chandler Carruth
2011-11-27
Fix an impressive type-o / spell-o Duncan noticed.
Chandler Carruth
2011-11-27
Rework a bit of the implementation of loop block rotation to not rely so
Chandler Carruth
2011-11-27
Introduce a loop block rotation optimization to the new block placement
Chandler Carruth
2011-11-26
Move code into anonymous namespaces.
Benjamin Kramer
2011-11-24
Fix a silly use-after-free issue. A much earlier version of this code
Chandler Carruth
2011-11-24
When adding blocks to the list of those which no longer have any CFG
Chandler Carruth
2011-11-23
Relax an invariant that block placement was trying to assert a bit
Chandler Carruth
2011-11-23
Handle the case of a no-return invoke correctly. It actually still has
Chandler Carruth
2011-11-23
Enable stack protectors for all arrays, not just char arrays. rdar://5875909
Bob Wilson
2011-11-23
Fix PR11422.
Jakob Stoklund Olesen
2011-11-23
Fix a crash in block placement due to an inner loop that happened to be
Chandler Carruth
2011-11-22
Fix a devilish miscompile exposed by block placement. The
Chandler Carruth
2011-11-22
Fix an obvious omission in the SelectionDAGBuilder where we were
Chandler Carruth
2011-11-22
If a register is both an early clobber and part of a tied use, handle the use
Rafael Espindola
2011-11-20
The logic for breaking the CFG in the presence of hot successors didn't
Chandler Carruth
2011-11-19
Move the handling of unanalyzable branches out of the loop-driven chain
Chandler Carruth
2011-11-17
DISubrange supports unsigned lower/upper array bounds, so let's not fake it i...
Devang Patel
2011-11-17
When fast iseling a GEP, accumulate the offset rather than emitting a series of
Chad Rosier
2011-11-16
Make sure to replace the chain properly when DAGCombining a LOAD+EXTRACT_VECT...
Eli Friedman
2011-11-16
Add fast-isel stats to determine who's doing all the work, the
Chad Rosier
2011-11-16
Fix the stats collection for fast-isel. The failed count was only accounting
Chad Rosier
2011-11-16
Disable expensive two-address optimizations at -O0. rdar://10453055
Evan Cheng
2011-11-16
Disable the assertion again. Looks like fastisel is still generating bad kill...
Evan Cheng
2011-11-16
Sink codegen optimization level into MCCodeGenInfo along side relocation model
Evan Cheng
2011-11-16
Record landing pads with a SmallSetVector to avoid multiple entries.
Bob Wilson
2011-11-16
Update the SP in the SjLj jmpbuf whenever it changes. <rdar://problem/10444602>
Bob Wilson
2011-11-16
Revert r144568 now that r144730 has fixed the fast-isel kill marker bug.
Evan Cheng
2011-11-16
If the 2addr instruction has other kills, don't move it below any other uses ...
Evan Cheng
2011-11-16
RescheduleKillAboveMI() must backtrack to before the rescheduled DBG_VALUE in...
Evan Cheng
[prev]
[next]