2007-03-08 |
Bill Wendling | Added "padd*" support for MMX. Added MMX move stuff... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Evan Cheng | Fix a typo. |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Evan Cheng | Fix test case. |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Devang Patel | Speed Up Pass Manager. |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Zhou Sheng | Fix a bug in function ComputeMaskedBits(). |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Evan Cheng | Putting more constants which do not contain relocations... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Chris Lattner | make this fail even in non-assert builds. |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Chris Lattner | This appears correct, enable it so we can see perf... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Chris Lattner | Second half of PR1226. This is currently still disable... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Zhou Sheng | Fix a bug in APIntified ComputeMaskedBits(). |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Evan Cheng | Change register allocation order to Dale's suggestion. |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Evan Cheng | Bug fix. Not advancing the register scavenger iterator... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Reid Spencer | For PR1205: |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Reid Spencer | For PR1205: |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Evan Cheng | For Darwin, put constant data into .const, .const_data... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Evan Cheng | Put constant data to .const, .const_data, .literal... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Evan Cheng | Add ReadOnlySection directive. |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Evan Cheng | Added ContainsRelocations() to check if a constant... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Evan Cheng | Only safe to use a call-clobbered or spilled callee... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Bill Wendling | Remove useless pattern fragments. |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Anton Korobeynikov | Refactoring of formal parameter flags. Enable properly... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Anton Korobeynikov | Cleanup: make SetCounter an instance variable |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Evan Cheng | New test case. |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Evan Cheng | Avoid combining indexed load further. |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Evan Cheng | Add a utility function to test whether a load is unindexed. |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Devang Patel | Now IndVarSimplify is a LoopPass. |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Bill Wendling | Properly support v8i8 and v4i16 types. It now converts... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Devang Patel | Now LICM is a LoopPass. |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Anton Korobeynikov | Fix DWARF debugging information on x86/Linux and (hopef... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Evan Cheng | ARM always use register scavenger. No longer reserves... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Evan Cheng | Fix some brittle code. Watch out for cases where regist... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Evan Cheng | Add skipTo to set internal iterator. Useful when pointe... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Devang Patel | Now LoopUnroll is a LoopPass. |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Reid Spencer | Fix the pattern. |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Reid Spencer | Make this test more reliable across platforms. |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Devang Patel | Now LoopUnswitch is a LoopPass. |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Evan Cheng | New test case. |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Evan Cheng | Fix one more Thumb eliminateFrameIndex bug. |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Reid Spencer | Fix all of last night's JIT failures in Prolangs-C... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Evan Cheng | Register scavenging is now on by default for ARM. |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Evan Cheng | Make load / store optimizer use register scavenger. |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Evan Cheng | Minor bug fix. |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Devang Patel | Now LoopStrengthReduce is a LoopPass. |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Chris Lattner | big endian 32-bit systems (e.g. ppc32) want to return... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Devang Patel | Insert loop into LQ before visiting children. |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Anton Korobeynikov | Small eye-candy: use asciz directive everywhere, where... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Devang Patel | Use schedulePass() instead of assignPassManager() to... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Devang Patel | Add LPPassManager::insertLoop(). |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Bill Wendling | Add LOAD/STORE support for MMX. |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Devang Patel | LPPassManager::deleteLoopFromQueue() add meat. Cut... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Evan Cheng | Code clean up. Prepare to use register scavenger. |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Devang Patel | LPPassManager. Implement preparePassManager() hook. |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Devang Patel | Keep track of higher level analysis. |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Reid Spencer | Don't run lli in llvm-test. Instead just check that... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Reid Spencer | Fix this to put its output in the output directory. |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Reid Spencer | Revert last patch. The examples build now. |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Reid Spencer | Adjust for changes in GenericValue type. |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Devang Patel | LPPassManager : Add initialization and finalizatino... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Evan Cheng | Minor interface change. |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Evan Cheng | Scavenge a register using the register scavenger when... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Evan Cheng | If target decides to create an emergency spill slot... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Evan Cheng | Register scavenger is now capable of scavenging. It... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Anton Korobeynikov | Use new SDIselParamAttr enumeration. This removes ... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Chris Lattner | temporarily disable this until Reid has a chance to... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Chris Lattner | llvm-gcc 3.4 is dead. |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Anton Korobeynikov | Enumerate SDISel formal parameter attributes. Make... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Anton Korobeynikov | Implement PR1240 |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Reid Spencer | 1. Make StoreValueToMemory a little more efficient... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Reid Spencer | Make StoreValueToMemory a little more efficient by... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Reid Spencer | Fix some thinko's in the last patch. PtrSize has to... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Reid Spencer | Fix a bug in IntToPtr. Truncating to 64-bits only works... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Reid Spencer | Obtain the exit function before execution just in case... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Reid Spencer | Simplify code as a result of the change in GenericValue... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Reid Spencer | Radically simplify execution. This patch gets rid of... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Reid Spencer | Adjust and simplify external function processing now... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Reid Spencer | APInt's are no longer allocated on the heap because... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Reid Spencer | Remove the insufficient code in Interpreter::create... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Reid Spencer | Simplify things significantly because GenericValue... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Reid Spencer | Make GenericeValue into a struct with a union instead... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Reid Spencer | Test to ensure that data layout is generated correctly... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Devang Patel | Use std::deque to manage loop queue inside LPPassManager. |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Devang Patel | Keep track of inherited analysis. For example, if a... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Devang Patel | Add preparePassManager() hook. This allows each pass... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Chris Lattner | Switch PPC return lower to use an autogenerated CC... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Reid Spencer | Remove an unnecessary if statement and adjust indentation. |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Bill Wendling | Add the emms intrinsic for MMX support. |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Reid Spencer | Document the use of getValueType() more accurately... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Devang Patel | Current pass manager, not the parent pass manager,... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Reid Spencer | Add a test case for a particular udiv/select transform. |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Devang Patel | Avoid constructing std::strings unless pass debugging... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Devang Patel | Account for time consumed by releaseMemory() properly. |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Lauro Ramos... | Use init_array/fini_array sections for static contructo... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Jeff Cohen | The hack won't work on VS 2005, and it might not be... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Zhou Sheng | Correct the calculation in APInt::logBase2(). |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Duncan Sands | Credit self for Ada front-end. |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Duncan Sands | Testcase for handling of static constant declarations... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Duncan Sands | Testcase causing the Ada front-end to create bogus... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Duncan Sands | New directory for Ada testcases. Test handling of... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Chris Lattner | This is the first major step of implementing PR1226... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Jeff Cohen | Ensure 64-bit correctness. |
commit | commitdiff | tree | snapshot |
next |