index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
Alpha
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the Alpha backend.
Dan Gohman
2011-10-27
39
-5315
/
+0
*
Fix undefined shifts and abs in Alpha backend. Based on patch by Ahmed Charles.
Eli Friedman
2011-10-13
1
-4
/
+3
*
Build system infrastructure for multiple tblgens.
Peter Collingbourne
2011-10-06
1
-6
/
+6
*
Add codegen support for vector select (in the IR this means a select
Duncan Sands
2011-09-06
2
-2
/
+3
*
Expand ATOMIC_LOAD and ATOMIC_STORE for architectures I don't know well enoug...
Eli Friedman
2011-08-29
1
-0
/
+3
*
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-24
6
-6
/
+4
*
Some refactoring so TargetRegistry.h no longer has to include any files
Evan Cheng
2011-08-23
1
-0
/
+1
*
New approach to r136737: insert the necessary fences for atomic ops in platfo...
Eli Friedman
2011-08-03
1
-0
/
+2
*
Rewrite the CMake build to use explicit dependencies between libraries,
Chandler Carruth
2011-07-29
3
-0
/
+25
*
Code generation for 'fence' instruction.
Eli Friedman
2011-07-27
1
-0
/
+2
*
Clean up a pile of hacks in our CMake build relating to TableGen.
Chandler Carruth
2011-07-26
3
-2
/
+3
*
createXXXMCCodeGenInfo should be static.
Evan Cheng
2011-07-23
1
-2
/
+2
*
Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,
Evan Cheng
2011-07-22
1
-19
/
+16
*
- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.
Evan Cheng
2011-07-20
3
-6
/
+8
*
Introduce MCCodeGenInfo, which keeps information that can affect codegen
Evan Cheng
2011-07-19
3
-8
/
+18
*
Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for
Evan Cheng
2011-07-18
1
-1
/
+0
*
Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down
Evan Cheng
2011-07-18
3
-20
/
+11
*
Major update to CMake build to reflect changes in r135219 in the
Chandler Carruth
2011-07-15
1
-1
/
+0
*
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...
Evan Cheng
2011-07-14
5
-7
/
+12
*
Next round of MC refactoring. This patch factor MC table instantiations, MC
Evan Cheng
2011-07-14
10
-41
/
+113
*
- Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo
Evan Cheng
2011-07-11
2
-2
/
+13
*
Change createAsmParser to take a MCSubtargetInfo instead of triple,
Evan Cheng
2011-07-09
1
-0
/
+13
*
Add an intrinsic and codegen support for fused multiply-accumulate. The intent
Cameron Zwarich
2011-07-08
1
-0
/
+3
*
Eliminate asm parser's dependency on TargetMachine:
Evan Cheng
2011-07-08
2
-2
/
+3
*
Compute feature bits at time of MCSubtargetInfo initialization.
Evan Cheng
2011-07-07
2
-3
/
+4
*
Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.
Evan Cheng
2011-07-01
4
-5
/
+4
*
Rename TargetSubtarget to TargetSubtargetInfo for consistency.
Evan Cheng
2011-07-01
2
-3
/
+3
*
- Added MCSubtargetInfo to capture subtarget features and scheduling
Evan Cheng
2011-07-01
2
-2
/
+14
*
Hide the call to InitMCInstrInfo into tblgen generated ctor.
Evan Cheng
2011-07-01
2
-4
/
+8
*
Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to
Evan Cheng
2011-06-30
4
-8
/
+12
*
Make sure we use the correct register class here since we'll need to
Eric Christopher
2011-06-30
1
-1
/
+2
*
Remove todo.
Eric Christopher
2011-06-29
1
-2
/
+0
*
Add a TODO for the Alpha port inline asm constraints.
Eric Christopher
2011-06-29
1
-0
/
+2
*
Move Alpha from getRegClassForInlineAsmConstraint to
Eric Christopher
2011-06-29
2
-32
/
+14
*
Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...
Evan Cheng
2011-06-29
1
-2
/
+1
*
Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.
Evan Cheng
2011-06-28
2
-2
/
+3
*
Hide more details in tablegen generated MCRegisterInfo ctor function.
Evan Cheng
2011-06-28
1
-2
/
+1
*
Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
Evan Cheng
2011-06-28
4
-6
/
+7
*
Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc
Evan Cheng
2011-06-27
5
-8
/
+11
*
Starting to refactor Target to separate out code that's needed to fully describe
Evan Cheng
2011-06-24
3
-9
/
+11
*
Use set operations instead of plain lists to enumerate register classes.
Jakob Stoklund Olesen
2011-06-15
1
-12
/
+7
*
Remove custom allocation order boilerplate that is no longer needed.
Jakob Stoklund Olesen
2011-06-09
1
-36
/
+3
*
Add a parameter to CCState so that it can access the MachineFunction.
Eric Christopher
2011-06-08
1
-4
/
+4
*
Use the dwarf->llvm mapping to print register names in the cfi
Rafael Espindola
2011-05-30
2
-0
/
+6
*
Reserve r29 on Alpha. This fixes all verifier failures in CodeGen/Alpha.
Cameron Zwarich
2011-05-18
1
-0
/
+1
*
Make the logic for determining function alignment more explicit. No function...
Eli Friedman
2011-05-06
2
-8
/
+2
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
4
-5
/
+5
*
Allow targets to specify a the type of the RHS of a shift parameterized on th...
Owen Anderson
2011-02-25
2
-7
/
+8
*
Use explicit add_subdirectory's for LLVM target sublibraries instead
Oscar Fuentes
2011-02-20
1
-0
/
+2
*
Swap VT and DebugLoc operands of getExtLoad() for consistency with
Stuart Hastings
2011-02-16
1
-3
/
+3
[next]