projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add a FIXME.
[oota-llvm.git]
/
lib
/
2011-10-05
Jakob Stoklund Olesen
Add a FIXME.
tree
|
commitdiff
2011-10-05
Duncan Sands
Ensure OpCode is not used uninitialized.
tree
|
commitdiff
2011-10-05
Duncan Sands
Comment out a variable that is only used in commented...
tree
|
commitdiff
2011-10-05
Duncan Sands
Remove a bunch of unused variables in the PTX backend...
tree
|
commitdiff
2011-10-05
Duncan Sands
Fix compilation when using gcc-4.6. Patch by wanders.
tree
|
commitdiff
2011-10-05
Duncan Sands
GVN does simple propagation of conditions: when it...
tree
|
commitdiff
2011-10-05
Duncan Sands
Generalize GVN's conditional propagation logic slightly:
tree
|
commitdiff
2011-10-05
NAKAMURA Takumi
MipsDelaySlotFiller.cpp: Appease msvc to specify llvm...
tree
|
commitdiff
2011-10-05
Cameron Zwarich
Add braces around something that throws me for a loop.
tree
|
commitdiff
2011-10-05
Cameron Zwarich
There is no point in setting out-parameters for a Compl...
tree
|
commitdiff
2011-10-05
Bill Wendling
Also update the EH with bitcode. I missed this earlier...
tree
|
commitdiff
2011-10-05
Chandler Carruth
Fix a broken assert found by -Wparentheses.
tree
|
commitdiff
2011-10-05
Andrew Trick
Fix disabled SCEV analysis caused r141161 and add unit...
tree
|
commitdiff
2011-10-05
Eric Christopher
Add more initializers to quiet a clang warning.
tree
|
commitdiff
2011-10-05
Craig Topper
Change C++ style comments to C style comments in X86...
tree
|
commitdiff
2011-10-05
Andrew Trick
Avoid exponential recursion in SCEV getConstantEvolving...
tree
|
commitdiff
2011-10-05
Akira Hatanaka
Insert space.
tree
|
commitdiff
2011-10-05
Akira Hatanaka
Do not examine variadic or implicit operands if instruc...
tree
|
commitdiff
2011-10-05
Akira Hatanaka
Clean up function Filler::delayHasHazard.
tree
|
commitdiff
2011-10-05
Akira Hatanaka
Remove function Filler::insertCallUses.
tree
|
commitdiff
2011-10-05
Akira Hatanaka
Clean up Filler::findDelayInstr.
tree
|
commitdiff
2011-10-05
Akira Hatanaka
Remove function Filler::isDelayFiller. Check if I is...
tree
|
commitdiff
2011-10-05
Akira Hatanaka
Clean up Filler::runOnMachineBasicBlock. Change interfa...
tree
|
commitdiff
2011-10-05
Akira Hatanaka
Define a statistic for the number of slots that were...
tree
|
commitdiff
2011-10-05
Akira Hatanaka
Remove unnecessary check. isDelayFiller(MBB, I) will...
tree
|
commitdiff
2011-10-05
Akira Hatanaka
Add comments and move assignment statement. If sawStore...
tree
|
commitdiff
2011-10-05
Akira Hatanaka
Correct description string of enable-mips-delay-filler.
tree
|
commitdiff
2011-10-05
Bill Wendling
Look at the number of entries in the jump table and...
tree
|
commitdiff
2011-10-05
Bill Wendling
Checkpoint for SJLJ EH code.
tree
|
commitdiff
2011-10-05
Jakob Stoklund Olesen
Also add <imp-use,kill> flags for redefined super-regis...
tree
|
commitdiff
2011-10-05
Jakob Stoklund Olesen
Also add <def,undef> flags when coalescing sub-registers.
tree
|
commitdiff
2011-10-04
Owen Anderson
Teach the MC to output code/data region marker labels...
tree
|
commitdiff
2011-10-04
Kevin Enderby
Adding back support for printing operands symbolically...
tree
|
commitdiff
2011-10-04
Bill Wendling
Create a mapping between the landing pad basic block...
tree
|
commitdiff
2011-10-04
Jakob Stoklund Olesen
Allow <undef> flags on def operands as well as uses.
tree
|
commitdiff
2011-10-04
Francois Pichet
Replace snprintf with raw_string_ostream.
tree
|
commitdiff
2011-10-04
David Greene
Allow Operator Arguments
tree
|
commitdiff
2011-10-04
Ted Kremenek
Unbreak CMake build.
tree
|
commitdiff
2011-10-04
Devang Patel
Put GCOVFile and other related interface in a common...
tree
|
commitdiff
2011-10-04
Francois Pichet
Unbreak MSVC build.
tree
|
commitdiff
2011-10-04
Jakob Stoklund Olesen
Teach PPCInstrInfo to handle sub-classes.
tree
|
commitdiff
2011-10-04
Che-Liang Chiou
tblgen: add preprocessor as a separate mode
tree
|
commitdiff
2011-10-04
Nadav Rotem
Set operation actions to legal types only.
tree
|
commitdiff
2011-10-04
Nadav Rotem
Operations should be custom lowered only if their type...
tree
|
commitdiff
2011-10-04
Nick Lewycky
The product of two chrec's can always be represented...
tree
|
commitdiff
2011-10-04
Craig Topper
Add support in the disassembler for ignoring the L...
tree
|
commitdiff
2011-10-04
Andrew Trick
LSR should avoid redundant edge splitting.
tree
|
commitdiff
2011-10-04
Andrew Trick
whitespace
tree
|
commitdiff
2011-10-04
Rafael Espindola
Remove last references to hotpatch.
tree
|
commitdiff
2011-10-04
Bill Wendling
Generic cleanup.
tree
|
commitdiff
2011-10-03
Jim Grosbach
ARM assembly parsing and encoding for VMOV immediate.
tree
|
commitdiff
2011-10-03
Jim Grosbach
Tidy up. 80 columns.
tree
|
commitdiff
2011-10-03
Bill Wendling
Use the PC label ID rather than '1'. Add support for...
tree
|
commitdiff
2011-10-03
Bill Wendling
Don't carry over the dispatchsetup hack from the old...
tree
|
commitdiff
2011-10-03
Jim Grosbach
ARM parsing/encoding for VCMP/VCMPE.
tree
|
commitdiff
2011-10-03
Nick Lewycky
Fix typo in comments.
tree
|
commitdiff
2011-10-03
Bill Wendling
Check-pointing the new SjLj EH lowering.
tree
|
commitdiff
2011-10-03
Akira Hatanaka
Add support for 64-bit logical NOR.
tree
|
commitdiff
2011-10-03
Akira Hatanaka
Add support for 64-bit count leading ones and zeros...
tree
|
commitdiff
2011-10-03
Bill Wendling
Move the grabbing of the jump buffer into the caller...
tree
|
commitdiff
2011-10-03
Jim Grosbach
ARM assembly parsing and encoding for VMRS/FMSTAT.
tree
|
commitdiff
2011-10-03
Akira Hatanaka
Add support for 64-bit divide instructions.
tree
|
commitdiff
2011-10-03
Devang Patel
Add C api for Instruction->eraseFromParent().
tree
|
commitdiff
2011-10-03
Jim Grosbach
Thumb2 ADD/SUB can take SP as a destination register.
tree
|
commitdiff
2011-10-03
Akira Hatanaka
Clean up MipsInstrInfo::copyPhysReg and handle copies...
tree
|
commitdiff
2011-10-03
Akira Hatanaka
Add support for 64-bit integer multiply instructions.
tree
|
commitdiff
2011-10-03
Akira Hatanaka
Add definitions of instructions which move values betwe...
tree
|
commitdiff
2011-10-03
Craig Topper
Add support for MOVBE and RDRAND instructions for the...
tree
|
commitdiff
2011-10-03
Eric Christopher
Whitespace.
tree
|
commitdiff
2011-10-03
Eric Christopher
Typo.
tree
|
commitdiff
2011-10-03
Rafael Espindola
Add the returns_twice attribute to LLVM.
tree
|
commitdiff
2011-10-03
Craig Topper
Treat VEX.vvvv as a 3-bit field outside of 64-bit mode...
tree
|
commitdiff
2011-10-03
Craig Topper
Fix VEX disassembling to ignore REX.RXBW bits in 32...
tree
|
commitdiff
2011-10-03
Nick Lewycky
Reapply r140979 with fix! We never did get a testcase...
tree
|
commitdiff
2011-10-03
Nick Lewycky
Revert r140979 due to reports of bootstrap failure.
tree
|
commitdiff
2011-10-03
Nick Lewycky
Add one more case we compute a max trip count.
tree
|
commitdiff
2011-10-02
Craig Topper
Fix some Intel syntax disassembly issues with instructi...
tree
|
commitdiff
2011-10-02
Craig Topper
Special case disassembler handling of REX.B prefix...
tree
|
commitdiff
2011-10-02
Nick Lewycky
Add a new icmp+select optz'n. Also shows off the load...
tree
|
commitdiff
2011-10-02
Nick Lewycky
Enhance a couple places where we were doing constant...
tree
|
commitdiff
2011-10-01
Craig Topper
Fix disassembling of INVEPT and INVVPID to take operands
tree
|
commitdiff
2011-10-01
Craig Topper
Fix disassembler handling of CRC32 which is an odd...
tree
|
commitdiff
2011-10-01
Chad Rosier
Revert r140924 "Attempt to fix dynamic stack realignmen...
tree
|
commitdiff
2011-10-01
Nadav Rotem
Moved type construction out of the loop and added an...
tree
|
commitdiff
2011-10-01
Peter Collingbourne
Move TableGen's parser and entry point into a library
tree
|
commitdiff
2011-10-01
Bill Wendling
No one should be using the method directly. Assert...
tree
|
commitdiff
2011-10-01
Bill Wendling
Add a convenience method to tell if two things are...
tree
|
commitdiff
2011-10-01
Bill Wendling
Use the ARMConstantPoolMBB class to handle the MBB...
tree
|
commitdiff
2011-10-01
Bill Wendling
Add ARMConstantPoolMBB to hold an MBB value in the...
tree
|
commitdiff
2011-10-01
Bill Wendling
Remove dead code.
tree
|
commitdiff
2011-10-01
Bill Wendling
Remove now dead methods and ivar.
tree
|
commitdiff
2011-10-01
Bill Wendling
Use the new ARMConstantPoolSymbol class to handle exter...
tree
|
commitdiff
2011-10-01
Bill Wendling
Add an ARMConstantPool class for external symbols....
tree
|
commitdiff
2011-10-01
Bill Wendling
Remove now dead methods and ivar from ARMConstantPoolValue.
tree
|
commitdiff
2011-10-01
Bill Wendling
Switch over to using ARMConstantPoolConstant for global...
tree
|
commitdiff
2011-10-01
Bill Wendling
Some more refactoring.
tree
|
commitdiff
2011-10-01
Bill Wendling
Add a Create method that accepts 'kind' and 'pcadj...
tree
|
commitdiff
2011-10-01
Bill Wendling
Refactoring: Separate out the ARM constant pool Constan...
tree
|
commitdiff
2011-10-01
Chad Rosier
Attempt to fix dynamic stack realignment for thumb1...
tree
|
commitdiff
2011-10-01
Andrew Trick
Inlining and unrolling heuristics should be aware of...
tree
|
commitdiff
next