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