index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unneeded semicolon.
Jakub Staszak
2011-12-07
1
-3
/
+3
*
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
35
-148
/
+152
*
Zap unnecessary isIntDivCheap() check. PR11485. No testcase because this do...
Eli Friedman
2011-12-07
1
-1
/
+1
*
Add missing check.
Jakob Stoklund Olesen
2011-12-07
1
-1
/
+1
*
Support vector bitcasts in the AsmPrinter. PR11495.
Eli Friedman
2011-12-07
1
-2
/
+24
*
Add MachineOperand IsInternalRead flag.
Jakob Stoklund Olesen
2011-12-07
1
-5
/
+18
*
Fix an optimization involving EXTRACT_SUBVECTOR in DAGCombine so it behaves c...
Eli Friedman
2011-12-07
1
-13
/
+17
*
Remove unneeded type.
Jakub Staszak
2011-12-07
1
-2
/
+0
*
- Remove unneeded #includes.
Jakub Staszak
2011-12-06
1
-25
/
+4
*
First chunk of MachineInstr bundle support.
Evan Cheng
2011-12-06
9
-35
/
+115
*
Pretty-print basic block alignment.
Jakob Stoklund Olesen
2011-12-06
1
-2
/
+6
*
use space star instead of star space
Sebastian Pop
2011-12-06
1
-9
/
+9
*
add missing point at the end of sentences
Sebastian Pop
2011-12-06
1
-6
/
+6
*
Mix some minor misuse of MachineBasicBlock iterator.
Evan Cheng
2011-12-06
1
-3
/
+3
*
Removed isWinToJoinCrossClass from the register coalescer.
Pete Cooper
2011-12-06
1
-66
/
+0
*
Kill off the LoopSplitter. It's not being used or maintained.
Lang Hames
2011-12-06
5
-941
/
+0
*
Update PBQP's analysis usage to reflect the requirements of the inline spiller.
Lang Hames
2011-12-06
1
-0
/
+7
*
Use logarithmic units for basic block alignment.
Jakob Stoklund Olesen
2011-12-06
1
-1
/
+1
*
Add support for vectors of pointers.
Nadav Rotem
2011-12-05
1
-1
/
+1
*
Add inline subprogram names to the name lookup table since they may
Eric Christopher
2011-12-04
1
-0
/
+4
*
Emit the ctors in the proper order on ARM/EABI.
Anton Korobeynikov
2011-12-03
1
-1
/
+1
*
Simplify code. No functionality change.
Benjamin Kramer
2011-12-03
1
-2
/
+1
*
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-12-02
8
-85
/
+114
*
make sure ScheduleDAGInstrs::EmitSchedule does not crash when the first instr...
Hal Finkel
2011-12-02
1
-5
/
+5
*
CodeGen: fix CMake build
Dylan Noblesmith
2011-12-01
1
-0
/
+1
*
Add a deterministic finite automaton based packetizer for VLIW architectures
Anshuman Dasgupta
2011-12-01
1
-0
/
+98
*
If fast-isel fails, remove dead instructions generated during the failed
Chad Rosier
2011-11-29
1
-0
/
+27
*
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-29
3
-30
/
+0
*
On MachO, the pointer to the personality function should always be in the
Bill Wendling
2011-11-29
1
-3
/
+1
*
Make SelectionDAG::InferPtrAlignment use llvm::ComputeMaskedBits instead of d...
Eli Friedman
2011-11-28
1
-18
/
+9
*
Revert r145273 and fix in SelectionDAG::InferPtrAlignment() instead.
Evan Cheng
2011-11-28
2
-27
/
+17
*
DAG combine should not increase alignment of loads / stores with alignment less
Evan Cheng
2011-11-28
1
-12
/
+26
*
80-column.
Chad Rosier
2011-11-28
1
-2
/
+4
*
Remove dead llvm.eh.sjlj.dispatchsetup intrinsic.
Bill Wendling
2011-11-28
3
-8
/
+0
*
Prevent rotating the blocks of a loop (and thus getting a backedge to be
Chandler Carruth
2011-11-27
1
-0
/
+16
*
Take two on rotating the block ordering of loops. My previous attempt
Chandler Carruth
2011-11-27
1
-85
/
+103
*
Fix an impressive type-o / spell-o Duncan noticed.
Chandler Carruth
2011-11-27
1
-1
/
+1
*
Rework a bit of the implementation of loop block rotation to not rely so
Chandler Carruth
2011-11-27
1
-21
/
+31
*
Introduce a loop block rotation optimization to the new block placement
Chandler Carruth
2011-11-27
1
-3
/
+92
*
Move code into anonymous namespaces.
Benjamin Kramer
2011-11-26
1
-2
/
+4
*
Fix a silly use-after-free issue. A much earlier version of this code
Chandler Carruth
2011-11-24
1
-2
/
+2
*
When adding blocks to the list of those which no longer have any CFG
Chandler Carruth
2011-11-24
1
-3
/
+3
*
Relax an invariant that block placement was trying to assert a bit
Chandler Carruth
2011-11-23
1
-3
/
+1
*
Handle the case of a no-return invoke correctly. It actually still has
Chandler Carruth
2011-11-23
1
-0
/
+8
*
Enable stack protectors for all arrays, not just char arrays. rdar://5875909
Bob Wilson
2011-11-23
1
-6
/
+1
*
Fix PR11422.
Jakob Stoklund Olesen
2011-11-23
1
-2
/
+6
*
Fix a crash in block placement due to an inner loop that happened to be
Chandler Carruth
2011-11-23
1
-1
/
+4
*
Fix a devilish miscompile exposed by block placement. The
Chandler Carruth
2011-11-22
1
-2
/
+8
*
Fix an obvious omission in the SelectionDAGBuilder where we were
Chandler Carruth
2011-11-22
1
-2
/
+2
*
If a register is both an early clobber and part of a tied use, handle the use
Rafael Espindola
2011-11-22
1
-7
/
+16
[next]