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
/
Target
/
PIC16
Age
Commit message (
Expand
)
Author
2009-07-11
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-10
Avoid compiler warnings when assertions are turned off.
Duncan Sands
2009-07-09
Thread LLVMContext through MVT and related parts of SDISel.
Owen Anderson
2009-07-08
Implement changes from Chris's feedback.
Torok Edwin
2009-07-08
Convert more abort() calls to llvm_report_error().
Torok Edwin
2009-07-08
Mark sublw_cc and subfw_cc as Terminator insns so that they are part of the t...
Sanjiv Gupta
2009-07-06
Avoid directly relying on llvm.dbg.compile_unit and llvm.dbg.global_variables.
Devang Patel
2009-07-06
Add FIXMEs.
Devang Patel
2009-07-06
pic16 doesn't have a Data64bitsDirective. Set it NULL explicitly to tell the ...
Sanjiv Gupta
2009-07-06
pic16 isn't ready to handle llvm.metadata yet.
Sanjiv Gupta
2009-07-06
Implement _CONFIG macro to allow users to se to configuration settings on the...
Sanjiv Gupta
2009-07-06
Corrected the names description. Change in a comment. No functionality change.
Sanjiv Gupta
2009-07-03
Silence a warning when assertions are turned off.
Duncan Sands
2009-07-03
For extended loads of type i1 to i8, we will need to at least one byte from m...
Sanjiv Gupta
2009-07-03
Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ...
Tilmann Scheller
2009-07-01
Update comments to make it clear that the function alignment is the Log2 of the
Bill Wendling
2009-07-01
Remove unused AsmPrinter OptLevel argument, and propogate.
Daniel Dunbar
2009-06-30
Add an "alignment" field to the MachineFunction object. It makes more sense to
Bill Wendling
2009-06-26
Fix may-be-used-uninitialized warning.
Daniel Dunbar
2009-06-25
Added floating point conditional operations support via libcalls.
Sanjiv Gupta
2009-06-25
Identify unconditional gotos and generate a page sel instructions before them.
Sanjiv Gupta
2009-06-23
Provide InitializeAllTargets and InitializeNativeTarget functions in the
Bob Wilson
2009-06-23
Fold the add (ptr, offset) into ptr[offset] only if the offset is small enoug...
Sanjiv Gupta
2009-06-19
mv CodeGen/DebugLoc.h Support/DebugLoc.h
Devang Patel
2009-06-16
Introduce new headers whose inclusion forces linking and
Douglas Gregor
2009-06-16
Added missing libcalls for floating point to int conversions.
Sanjiv Gupta
2009-06-16
Code Restructuring. No functionality change.
Sanjiv Gupta
2009-06-13
The subprogram descriptor for a function may be missing (llvm-ld linking two ...
Sanjiv Gupta
2009-06-11
Generate libcalls for floating point arithmetic and casting operations.
Sanjiv Gupta
2009-06-11
More formatting.
Sanjiv Gupta
2009-06-11
Fixed source comments. No functionality change.
Sanjiv Gupta
2009-06-09
PIC16 emits auto variables as globals. When optimizer removes a function enti...
Sanjiv Gupta
2009-06-05
Lower i16/i32 sdiv/udiv/srem/urem using libcalls.
Sanjiv Gupta
2009-06-04
Remove unused code.
Sanjiv Gupta
2009-06-04
Custom lower SUB with two register operands.
Sanjiv Gupta
2009-06-03
Make the buildbot see green (to make it easier to spot the next person
Mike Stump
2009-06-03
Emit file directives correctly in case of a .bc is generated by llvm-ld after...
Sanjiv Gupta
2009-06-03
FrameIndex could be used as a value (addressof (arg)) or as an address.
Sanjiv Gupta
2009-06-03
Fixed a bug in which signed comparisons were being used instead of unsigned c...
Sanjiv Gupta
2009-06-01
Comment grammaro/clarification.
Dale Johannesen
2009-05-30
Untabification.
Bill Wendling
2009-05-28
Emit debug info for locals with proper scope.
Sanjiv Gupta
2009-05-28
Mark the branch insns correctly.
Sanjiv Gupta
2009-05-28
Fixing problems that got exposed after the refactoring of LegalizeDAG done in...
Sanjiv Gupta
2009-05-23
Propagate CPU string out of SubtargetFeatures
Anton Korobeynikov
2009-05-22
CMake: Use libpthread in tblgen when needed. Updated list of source
Oscar Fuentes
2009-05-22
Emit debug information for globals (which include automatic variables as well...
Sanjiv Gupta
2009-05-13
Change MachineInstrBuilder::addReg() to take a flag instead of a list of
Bill Wendling
2009-05-13
Run through the list of globals once and sectionize all types of globlas incl...
Sanjiv Gupta
2009-05-12
Iterate over globals once and sectionize them into appropriate sections.
Sanjiv Gupta
[next]