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-10
[fast-isel] SelectInsertValue seems to be causing miscompiles for ARM. Disab...
Chad Rosier
2011-12-10
Typo.
Chad Rosier
2011-12-09
[fast-isel] Add support for selecting insertvalue.
Chad Rosier
2011-12-09
Move isUnpredicatedTerminator() default implementation to TargetInstrInfoImpl...
Evan Cheng
2011-12-09
Fix comment.
Devang Patel
2011-12-09
Update stale comment.
Devang Patel
2011-12-09
Fix a couple of logic bugs in TargetLowering::SimplifyDemandedBits. PR11514.
Eli Friedman
2011-12-08
Revert r146184. I am seeing performance regression cause by this patch in one...
Devang Patel
2011-12-08
Enhance both TargetLibraryInfo and SelectionDAGBuilder so that the latter can...
Owen Anderson
2011-12-08
Refactor. No intentional functionality change.
Devang Patel
2011-12-08
Add rather verbose stats for fast-isel failures.
Chad Rosier
2011-12-08
Filter "sink to" candidate blocks sooner. This avoids unnecessary computation...
Devang Patel
2011-12-08
Teach SelectionDAG to match more calls to libm functions onto existing SDNode...
Owen Anderson
2011-12-08
Make MachineInstr instruction property queries more flexible. This change all
Evan Cheng
2011-12-08
Fix a bug in the integer-promotion of bitcast operations on vector types.
Nadav Rotem
2011-12-08
Reverting r145899 as it breaks clang self-hosting
Pete Cooper
2011-12-07
Make sure we correctly set LiveRegGens when a call is unscheduled. <rdar://p...
Eli Friedman
2011-12-07
Fix an assertion in the scheduler. PR11386. No testcase included because it...
Eli Friedman
2011-12-07
These global variables aren't thread-safe, STATISTIC is. Andy Trick tells me
Nick Lewycky
2011-12-07
Remove unneeded semicolon.
Jakub Staszak
2011-12-07
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
Zap unnecessary isIntDivCheap() check. PR11485. No testcase because this do...
Eli Friedman
2011-12-07
Add missing check.
Jakob Stoklund Olesen
2011-12-07
Support vector bitcasts in the AsmPrinter. PR11495.
Eli Friedman
2011-12-07
Add MachineOperand IsInternalRead flag.
Jakob Stoklund Olesen
2011-12-07
Fix an optimization involving EXTRACT_SUBVECTOR in DAGCombine so it behaves c...
Eli Friedman
2011-12-07
Remove unneeded type.
Jakub Staszak
2011-12-06
- Remove unneeded #includes.
Jakub Staszak
2011-12-06
First chunk of MachineInstr bundle support.
Evan Cheng
2011-12-06
Pretty-print basic block alignment.
Jakob Stoklund Olesen
2011-12-06
use space star instead of star space
Sebastian Pop
2011-12-06
add missing point at the end of sentences
Sebastian Pop
2011-12-06
Mix some minor misuse of MachineBasicBlock iterator.
Evan Cheng
2011-12-06
Removed isWinToJoinCrossClass from the register coalescer.
Pete Cooper
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
[prev]
[next]